Results 1 to 8 of 8
Hi I am using Debian Linux squeeze.
I just purchased a new PC with a NVIDIA GEFORCE GTX 550 Graphics Card and the install process never picked up the card ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-05-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 9
Installing NVIDIA GeForce 500
Hi I am using Debian Linux squeeze.
I just purchased a new PC with a NVIDIA GEFORCE GTX 550 Graphics Card and the install process never picked up the card while doing setup, as a result I have a hopeless 800x600 display.
I went to the NVIDIA sight and downloaded the file "NVIDIA-Linux-x86_64-280.13.run" went to the "Super User" console and typed sh NVIDIA-Linux-x86_64-280.13.run with the following error "NVIDIA-Linux-x86_64-280.13.run"
Can anyone assist please ?
Thank you
- 08-05-2011 #2
I believe that you should learn how to configure the X Server (xorg.conf).
Check out these topics here at Linux Forums:
/ubuntu-linux/177759-nvidia-drivers.html
/ubuntu-linux/181032-my-screen-resolution-dropped-down-i-cant-get-back-normal.html
/ubuntu-linux/85139-stuck-800-x-600-screen-resolution.html
I've also sent you an external URL containing a guide on how to solve your problem.
- 08-05-2011 #3
Here are my notes: perfect install - using legacy. Search the NVIDIA packages on Debian Software site to find your version; and replace line 1 if different.
apt-get install nvidia-glx-legacy-96xx
apt-get install nvidia-settings
*** create /etc/x11/org.conf (or modify - I had to create)
Section “Device”
Identifier “My Gpu”
Driver “nvidia”
EndSection
#For multiple screens (not desktops)
Section “Screen”
Identifier “My Screens”
Option “TwinView” “1“
EndSection
Then reboot and enjoy the NVidia splash screen.
- 08-06-2011 #4Just Joined!
- Join Date
- Mar 2011
- Posts
- 9
Hi and thanks for the information I found it very useful, I can now get 3 different resolutions, but still only able to get 1 screen not 2 working.
When I go to the System>Administration>Nvidia X Server Settings I get the following Error:
"You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server."
When I try to run 'nvidia-xconfig' as root I get the following error:
"bash: nvidia-xconfig: command not found"
- 08-06-2011 #5Just Joined!
- Join Date
- Mar 2011
- Posts
- 9
- 08-06-2011 #6
Great. Since you have now created the file, and rebooted - NVIDIA-X Server Settings should display proper information. You should also see NVIDIA splash screen at bootup. If this is not the case, you have probably over-layered many versions of an install. My notes work from scratch - before any other attempts.
- 08-07-2011 #7Just Joined!
- Join Date
- Mar 2011
- Posts
- 9
- 08-08-2011 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,143
Are you sure that the nouveau driver is not still installed? You need to make sure that the nouveau driver is fully removed, and blacklisted, BEFORE you install the nVidia proprietary drivers (in text mode).
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

