Which linux is for me?

slagment

Member
Jun 3, 2005
46
0
0
If anyone wants to give some suggestions; I would like a flavor of linux that is 64bit with amd64, will support an install on a sata drive, and has a GRUB setup that will let me duel boot with my already installed XP. I will also need GCC complier and all the extas needed for a second level C++ class.

Linux and Xp would be on the same sata drive, i left 10gigs unformatted for the linux install.

Thanks for any help you can give. Already tried mandrake 10.1.....won't go past the install drivers for ide/scsi.......... message.
 

jemcam

Diamond Member
Jan 3, 2001
3,676
0
0
I just downloaded Mandrake 10.1 and am posting from it now. I've never used Linux whatsoever before tonight, I've never even seen it. I started installing about 2 hours ago and here I am. It was much easier than I espected.
 

DerwenArtos12

Diamond Member
Apr 7, 2003
4,278
0
0
you could try Ubuntu or Kubuntu depending on the gui you prefer. I never had a problem with mandrake installing next to windows. I haven't worked with mandrake since v.9 though. I personally had problems with ubuntu going on my server at home but, that was because i was trying to do a REALLY funky set-up. I'm also a fan of Arch linux though I do not know if it meets all your requirements.
 

Seeruk

Senior member
Nov 16, 2003
986
0
0
Just about any Linux distro should meet all your requirements. I am very surprised that Mandriva didn't.
 

MadRat

Lifer
Oct 14, 1999
11,965
279
126
SuSE 10.0 is easy, but use the finalized version and avoid the 10.1 betas. The betas all have little bugs that will needlessly give a wrong impression of SuSE.
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Originally posted by: slagment
If anyone wants to give some suggestions; I would like a flavor of linux that is 64bit with amd64, will support an install on a sata drive, and has a GRUB setup that will let me duel boot with my already installed XP. I will also need GCC complier and all the extas needed for a second level C++ class.

Linux and Xp would be on the same sata drive, i left 10gigs unformatted for the linux install.

Thanks for any help you can give. Already tried mandrake 10.1.....won't go past the install drivers for ide/scsi.......... message.
Are you sure you just weren't patient enough? I know it takes a couple minutes for the setup to load the drivers. Maybe you thought it was frozen, but it really just needed more time.
 

slagment

Member
Jun 3, 2005
46
0
0
Originally posted by: Brazen
Originally posted by: slagment
If anyone wants to give some suggestions; I would like a flavor of linux that is 64bit with amd64, will support an install on a sata drive, and has a GRUB setup that will let me duel boot with my already installed XP. I will also need GCC complier and all the extas needed for a second level C++ class.

Linux and Xp would be on the same sata drive, i left 10gigs unformatted for the linux install.

Thanks for any help you can give. Already tried mandrake 10.1.....won't go past the install drivers for ide/scsi.......... message.
Are you sure you just weren't patient enough? I know it takes a couple minutes for the setup to load the drivers. Maybe you thought it was frozen, but it really just needed more time.



I gave it more time and got this message:
"insmod'ing module sata_nv failed at, usr/bin/perl-install/modules.pm line 302."

I then got a list of drivers to chose from, none worked. DFI lanparty-ut nf4 ultra-d mother board.
 

silverpig

Lifer
Jul 29, 2001
27,703
12
81
Well that's the right driver for that hardware... sata_nv should work... Maybe that file got corrupted or something?
 

slagment

Member
Jun 3, 2005
46
0
0
i got Fedora 5 64 bit installed. Im having some trouble finding drivers, other then that install was a breeze, thanks everybody.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
Originally posted by: slagment
i got Fedora 5 64 bit installed. Im having some trouble finding drivers, other then that install was a breeze, thanks everybody.
What exactly are you looking for drivers for?
 

slagment

Member
Jun 3, 2005
46
0
0
Originally posted by: kamper
Originally posted by: slagment
i got Fedora 5 64 bit installed. Im having some trouble finding drivers, other then that install was a breeze, thanks everybody.
What exactly are you looking for drivers for?



SB audigy 2 ZS. I think drivers are the problem, i can't get any sound.

ATI x850 XT PE, Linux shows it has the right card, but i can't change my resolution pass 640x480. I downloaded the ati linux 64bit driver, but it won't work with the newer xserver, i think.
 

silverpig

Lifer
Jul 29, 2001
27,703
12
81
Originally posted by: slagment
Originally posted by: kamper
Originally posted by: slagment
i got Fedora 5 64 bit installed. Im having some trouble finding drivers, other then that install was a breeze, thanks everybody.
What exactly are you looking for drivers for?



SB audigy 2 ZS. I think drivers are the problem, i can't get any sound.

ATI x850 XT PE, Linux shows it has the right card, but i can't change my resolution pass 640x480. I downloaded the ati linux 64bit driver, but it won't work with the newer xserver, i think.

The drivers are probably okay, just your sound isn't configured yet. Try doing 'alsamixer' and unmute all the channels and then turn up the volume. Or perhaps an alsaconf if that doesn't work.

The ati drivers work, I can say that for sure.
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Originally posted by: silverpig
Originally posted by: slagment
Originally posted by: kamper
Originally posted by: slagment
i got Fedora 5 64 bit installed. Im having some trouble finding drivers, other then that install was a breeze, thanks everybody.
What exactly are you looking for drivers for?



SB audigy 2 ZS. I think drivers are the problem, i can't get any sound.

ATI x850 XT PE, Linux shows it has the right card, but i can't change my resolution pass 640x480. I downloaded the ati linux 64bit driver, but it won't work with the newer xserver, i think.

The drivers are probably okay, just your sound isn't configured yet. Try doing 'alsamixer' and unmute all the channels and then turn up the volume. Or perhaps an alsaconf if that doesn't work.

The ati drivers work, I can say that for sure.
Yeah, you should already have sound card drivers for that card. The module is calle snd-em101k or something like that. You should just be able to run "system-config-sound" as root and it will automatically detect and setup your sound hardware.

As for graphics, I think the command is system-config-display, but I'm not sure. Your problem might actually be with your monitor. I've seen very few monitors get detected automatically in linux and the default is low spec'd (for legacy hardware support, I imagine). On the display setup, there should be a hardware tab with an option to change the monitor. Choose your monitor, or select a generic with the same specs as your monitor.
 

slagment

Member
Jun 3, 2005
46
0
0
Originally posted by: Brazen
Originally posted by: silverpig
Originally posted by: slagment
Originally posted by: kamper
Originally posted by: slagment
i got Fedora 5 64 bit installed. Im having some trouble finding drivers, other then that install was a breeze, thanks everybody.
What exactly are you looking for drivers for?



SB audigy 2 ZS. I think drivers are the problem, i can't get any sound.

ATI x850 XT PE, Linux shows it has the right card, but i can't change my resolution pass 640x480. I downloaded the ati linux 64bit driver, but it won't work with the newer xserver, i think.

The drivers are probably okay, just your sound isn't configured yet. Try doing 'alsamixer' and unmute all the channels and then turn up the volume. Or perhaps an alsaconf if that doesn't work.

The ati drivers work, I can say that for sure.
Yeah, you should already have sound card drivers for that card. The module is calle snd-em101k or something like that. You should just be able to run "system-config-sound" as root and it will automatically detect and setup your sound hardware.

As for graphics, I think the command is system-config-display, but I'm not sure. Your problem might actually be with your monitor. I've seen very few monitors get detected automatically in linux and the default is low spec'd (for legacy hardware support, I imagine). On the display setup, there should be a hardware tab with an option to change the monitor. Choose your monitor, or select a generic with the same specs as your monitor.










I changed the monitor to Samsung 990DF. Still can't change my resolution.







 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |