GL screen savers don't start anymore...
ZIYAD A. M. AL-BATLY
zamb at saudi.net.sa
Thu Dec 22 16:54:35 UTC 2005
On Thu, 2005-12-22 at 05:25 -0500, 'Forum Post wrote:
> I'm having the same problem...
>
> here's what my output is when i type in glxinfo:
>
> Code:
> --------------------
>
> extension "GLX" missing on display ":0.0"
>
> --------------------
>
> and a whole lot of that just repeating itself..
>
> am i missing something in my xorg.conf? what do i need to type in to
> enable 3d acceleration. i have an nvidia card. below is my current
> xorg.conf:
>
> Code:
<snip>
> Section "Module"
> Load "GLcore"
Comment the above line. It's not needed anymore with NVIDIA driver.
Change that to:
# Load "GLcore"
> Load "i2c"
> Load "bitmap"
> Load "ddc"
> # Load "dri"
> Load "extmod"
> Load "freetype"
> # Load "glx"
^^^
This is wrong! Make sure the “Load "glx"” is *not* commented-out.
Change it to:
Load "glx"
> Load "int10"
> Load "type1"
> Load "vbe"
> EndSection
<snip>
>
> cheers!
>
>
> --
> Yoda_Oz
>
Also, is the "nvidia" kernel module loaded? Try "/sbin/lsmod | grep
nvidia" and see if it's there.
<http://wiki.ubuntu.com> is a *great* please for help, tips and tricks.
Ziyad.
More information about the ubuntu-users
mailing list