Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I was using the suse 9.3 version of linux until recently,when I got
a new pc. The thing is that after installing suse 9.3,10.0 &10.3
kde always failed to start(only in 10.3 I could use just the command line)
claiming that the graphics card is not supported(8800gts the 640mb version - in SLI with another one,but I don't think that really matters..). Does anyone know which distributions of linux support this card?
(knoppix and kubuntu live boot properly by the way...)
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,298
Rep:
nvidia 8800gts support
Do you mean by the command line the failsafe mode if so try start up
yast2 goto hardware > graphic and monitor.It will probe the graphic card and monitor again Hopefully it came up with use full configuration if so
save it, because normally suse has a dummy driver nvdia cards
Because if so xserver will start
Being in the graphic mode it is easer got to nvidia site to down load the
wright driver
In other think is in yast2 in text mode goto nvidia site and down load the wright driver and install it with yast
Remember the new nvidia driver becomes active after reboot
Do you mean by the command line the failsafe mode if so try start up
yast2 goto hardware > graphic and monitor.It will probe the graphic card and monitor again Hopefully it came up with use full configuration if so
save it, because normally suse has a dummy driver nvdia cards
Because if so xserver will start
Thanx for the tips,
I opened yast2>hardware>graphics and monitor from failsafe mode, and it probed my graphics card and the monitor. The only thing that changed though after rebooting was the resolution (changed probably to 1280x1024 - it was lower before). X server still does not start and so kde does not start either...
By the way I noticed you use suse 10.3 too. What graphics card do you use?
I don't think many if any distros support proprietry vnidia drivers out of the box. Have you tried downloading the driver from nvidia's site? I've never tried yast from the command line, but I guess you can, in which case just follow the suse instructions. Otherwise you may have to follow the generic instructions for linux and wget the package and run it from the comand line (not that hard - I do it from Centos all the time)
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,298
Rep:
nvdia 8899 gts support
I use nvdia Geforce 6200 From the beginning every think works
Because in suse is a dummy driver
I only download the driver from the Nvdia side to enable 3 D acelator and
screen is some what better in pro portion with the real driver and the
scrolling goes smoother
Have you tried downloading the driver from nvidia's site? I've never tried yast from the command line, but I guess you can, in which case just follow the suse instructions. Otherwise you may have to follow the generic instructions for linux and wget the package and run it from the comand line (not that hard - I do it from Centos all the time)
I am not sure about what has to be done to install the drivers..
In nvidia's site I read that (only) for suse one has to install nvidia installer,
which for me was impossible because I could not connect to nvidia's server (perhaps my inetrnet connection is not properly configured in suse). Anyway I skipped the above and downloaded(from another machine) the drivers straight away(the .run file). I tried passing it to suse via a usb flash disk, but the system does not recognize it in the /media folder... I hate command line
try fdisk -l and see if you can recognies it. then mount with
mount /dev/whateveritwasfromfdisk /mnt
then look in /mnt
mount /dev/whateveritwasfromfdisk /mnt does not work..
Am I not supposed to define the filesystem of the disk to be mounted?
I tried: mount -t <filesytem> /dev/sdb /mnt.
Thing is that fdisk -l gives W95 FAT32(LBA) as it's file system, but mount does not recognise fat32 as a filesystem...
mount /dev/whateveritwasfromfdisk /mnt does not work..
Am I not supposed to define the filesystem of the disk to be mounted?
I tried: mount -t <filesytem> /dev/sdb /mnt.
Thing is that fdisk -l gives W95 FAT32(LBA) as it's file system, but mount does not recognise fat32 as a filesystem...
Try vfat insted of fat32 in command line .
it will work
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.