Hi,
I wanted to give this another try, since obviously some of you have successfully installed nvidia drivers for your computer. My install failed again, but at least I can give more clues:
Geforce 8500, and I recently updated the kernel, as well as Display Manager.
I have two users: one with admin rights.
I was in my super admin session. I opened up Display Manager> which suggested I use Nvidia-drivers177. I typed in Root password and it took me to package manager, I downloaded the suggested package (as root), as well as Nvidia-settings and nVidia-xconfig additonal packages for would think these are needed to configure the driver.
In Display manager, I have three options, nv driver, the nVidia driver. and I can't remember the third. I ticked nVidia that was just installed. I was previously using the Linux nv driver. I then restarted the system, and my layout was large. I logged in to my super admin. user desktop, and went to Tasma>System>Display Manager, and it said I wasn't using the nvidia drivers and would I like to install them. ? > The driver was now set to Vesa. Resolution was set to 800x600, but at least I had a choice to select my 1280x1024 resolution, but I decided to quit there, and try the nVidia Settings GUI. It said that I wasn't using the nvidia driver and to run nvidia-xconfig as root, and restart xserver. Okay, I did this in another Linux distro and ran into trouble, but I'm all for breaking the system to work out bugs. So, I did as root in terminal, the output for nvidia-xconfig:
admin_user@admin_user-pardus ~ $ su
Password:
admin_user-pardus admin_user # nvidia-xconfig
Using X configuration file: "/etc/X11/xorg.conf".
WARNING: The CorePointer device was not specified explicitly in the layout;
using the first CorePointer in the config input list.
WARNING: The CoreKeyboard device was not specified explicitly in the layout;
using the first CoreKeyboard in the config input list.
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
admin_user-pardus admin_user #
Both nvidia-xconfig and nvidia-settings executables are located in /usr/bin ownership is root/root.
After running this command, I then went to System>Display Manager and I get the error:
"Display manager cannot get configuration information. Configuration file may be corrupted or modified by another tool. If you want to use display manager to configure your video hardware, you must create a new configuration file.
Would you like to create a new configuration at the next boot?"
I dare not reboot the system for not wanting to lose the xserver. So, where did I go wrong? I am almost convinced that I am not able to use this third party driver as such, and will happily go back to using the Linux nv driver instead. I was curious to try this again, and this time take notes of the sequence and errors I received so I could share the output, in case you notice I am doing something wrong. The only other thing I can think of is that I should have typed in my super admin password instead of my root password, otherwise, I'm confused as to how to get this working correctly. Or, maybe I did something in the wrong order. Maybe I should have run the nvidia-xconfig after installing the driver before I rebooted.
Do I need to manually edit the xconfg file, the one created by nvidia?
Sorry to throw this out there on a late Sunday. I can wait a day for any suggestions.
xorg.conf (notice it doesn't have my screen resolution as a choice under modes: 1280x1024)
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (root@2008) Prş May 29 08:18:12 EEST 2008
Section "ServerLayout"
Identifier "Layout"
Screen "Screen" 0 0
InputDevice "Keyboard"
InputDevice "Mouse"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/encodings/"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "glx"
EndSection
Section "ServerFlags"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
Option "AllowMouseOpenFail" "true"
Option "StandbyTime" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
Option "XkbVariant" "basic"
Option "CoreKeyboard" "true"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer" "true"
EndSection
Section "Monitor"
Identifier "Monitor[default]"
VendorName ""
ModelName "Default Monitor"
HorizSync 31.5 - 50.0
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "VideoCard"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 8500 GT"
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
Monitor "Monitor[default]"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600" "800x600" "640x480"
EndSubSection
EndSection
Second file:
xorg.conf.backup
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "dri"
Mode 0666
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/encodings/"
EndSection
Section "ServerFlags"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
Option "AllowMouseOpenFail" "true"
Option "StandbyTime" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
Option "XkbVariant" "basic"
Option "CoreKeyboard" "true"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer" "true"
EndSection
Section "Device"
Identifier "VideoCard"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 8500 GT"
BusId "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
Monitor "Monitor[default]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen"
EndSection
Section "Monitor"
Identifier "Monitor[default]"
VendorName ""
ModelName "AL1716"
HorizSync 30.0-83.0
VertRefresh 56.0-75.0
EndSection
Third file:
xorg.conf.backup
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "dri"
Mode 0666
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/encodings/"
EndSection
Section "ServerFlags"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
Option "AllowMouseOpenFail" "true"
Option "StandbyTime" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
Option "XkbVariant" "basic"
Option "CoreKeyboard" "true"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer" "true"
EndSection
Section "Device"
Identifier "VideoCard"
Driver "vesa"
VendorName "nVidia Corporation"
BoardName "GeForce 8500 GT"
BusId "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
Monitor "Monitor[default]"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen"
EndSection
Section "Monitor"
Identifier "Monitor[default]"
VendorName ""
ModelName "Default Monitor"
HorizSync 31.5-50
VertRefresh 50-70
EndSection
Thanks for having a look. Oh, just after downloading these, I went ahead and downloaded cmake, in case it would help smooth the integration.
Regards,
Lisa Marie