Results 1 to 6 of 6
Ok so i was trying to install NVIDIA-Linux-x86_64-190.53-pkg2.run but it gave me an error saying that i couldn't install it because X server was being used by different program and ...
- 03-10-2010 #1
[SOLVED] Another geforce/Debian lenny problem :confused:
Ok so i was trying to install NVIDIA-Linux-x86_64-190.53-pkg2.run but it gave me an error saying that i couldn't install it because X server was being used by different program and to exit X. after a day of googleing and searching forums i couldn't find anything on how to exit X. so i looked into manual installing the drivers and found this post on here "[SOLVED] nvidia geForce 7050 not working in Deb/lenny" (it wont let me post the url). So i tried it and now when i try to play a game that requires 3d acceleration i get
Display : ERROR: Failed to set video mode.
Error Message: Couldn't find matching GLX visual
The game ran choppy before but it ran.
Oh ya the card is a 7600gt, and my system is amd fx 64 3500+ running debian amd64. and i just started useing linux on the 1st.
- 03-10-2010 #2
Post the contents of /etc/X11/xorg.conf file here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-10-2010 #3
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (randy@juliet2) Fri Sep 5 15:03:39 PDT 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
- 03-11-2010 #4
Edit Section Screen and add supported Resoultions (Modes) :
Have you followed every step given in that thread?Code:Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSection
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-11-2010 #5
- 03-11-2010 #6
Glad to help you !

Do start a new thread if you have any other question.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



