View Full Version : nVidia direct rendering... [SOLVED]
jonrpick
2009-07-03, 10:29 PM CDT
doing this:
glxinfo |grep direct
produces this:
Error: glXCreateContext failed
I have an nVidia G100 card. The drivers are loaded and functioning...
How should I proceed in order to get direct rendering working so I can use 3D desktop effects via compiz-fusion???
Thanks,
~jp
Hlingler
2009-07-03, 10:36 PM CDT
Try the suggestion in Leigh's NVIDIA How-To/Guide: blacklist the 'nouveau' kmod. And then re-build the kernel boot image as instructed.
V
jonrpick
2009-07-03, 10:54 PM CDT
Try the suggestion in Leigh's NVIDIA How-To/Guide: blacklist the 'nouveau' kmod. And then re-build the kernel boot image as instructed.
V
Sorry, I've not been doing my homework... I thought nouveau was specific to F11. I'm running F10. does that matter?
Hlingler
2009-07-03, 11:02 PM CDT
Yes, you are correct: the "nouveau' kmod syndrome is specific to F11+.
What NVIDIA driver RPMs are installed? If this is the same machine that had the "vanilla" kmods instead of required PAE kmods, then: remove them ("vanilla" kmods) first, if you have not already done so. Re-boot. More if that fails, or if that's not the case....
V
jonrpick
2009-07-03, 11:07 PM CDT
Yes, you are correct: the "nouveau' kmod syndrome is specific to F11+.
What NVIDIA driver RPMs are installed? If this is the same machine that had the "vanilla" kmods instead of required PAE kmods, then: remove them ("vanilla" kmods) first, if you have not already done so. Re-boot. More if that fails, or if that's not the case....
V
I removed all the "vanilla" kmods before installing the PAE stuff...
Hlingler
2009-07-03, 11:19 PM CDT
OK: try Leigh's suggestion to add the extra PATHs to the "Files" section. Post current xorg.conf - if same as old one in other thread, try: remove 'Option "AIGLX" "on" '.
Also: fetch compiz-check and execute it as per instructions on web site: http://forlong.blogage.de/entries/pages/Compiz-Check
Post results.
V
jonrpick
2009-07-04, 01:59 PM CDT
Adding the paths worked!
Here's the xorg file as it is now:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Apr 16 19:36:29 PDT 2009
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Videocard0"
Monitor "Monitor0"
SubSection "Display"
Modes "nvidia-auto-select"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Hlingler
2009-07-04, 02:46 PM CDT
The NVIDIA driver seems to need a very specific road-map. Go figure. Glad it's fixed.
Thread marked '[SOLVED]'.
V
jonrpick
2009-07-04, 02:55 PM CDT
I will add that the nVidia configuration app is unable to save a new xorg.conf file. I clicked the "preview" option then just pasted it into a new gedit window, and saved that as xorg.conf. I did back up the old one.
That was prior to my last reboot--about 2 mins ago. Before it wouldn't save my resolution settings. Now it comes up as it should.
I'm slowly but surely getting this thing configured. Desktop effects and graphics drivers are a new world for me, as I've never had a decent enough GPU to merit installing special drivers.
Thanks for all the help.
~jp
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.