<div>sktsee - I took your advice and set the driver back to nv, but before X would work again, I also had to do a dpkg-reconfigure xserver-xorg</div>
<div>Right now, I'm trying to figure out what's wrong with glxinfo</div>
<div id="ms__id382">Here is the output:</div>
<div id="ms__id383">
<p>name of display: :0.0<br>Xlib:  extension "GLX" missing on display ":0.0".<br>Xlib:  extension "GLX" missing on display ":0.0".<br>Xlib:  extension "GLX" missing on display ":
0.0".<br>Error: couldn't find RGB GLX visual</p>
<p>   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav<br> id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat<br>----------------------------------------------------------------------<br>
Xlib:  extension "GLX" missing on display ":0.0".<br>Xlib:  extension "GLX" missing on display ":0.0".<br>0x21 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None<br>Xlib:  extension "GLX" missing on display ":
0.0".<br>Xlib:  extension "GLX" missing on display ":0.0".<br>0x39 32 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None<br>Segmentation fault (core dumped)</p>
<p>There is definitely something wrong here, but I have no idea how to go about fixing it</p>
<p>Anyone else have any ideas?</p>
<p>Thanks, </p>
<p>Jimmy<br></p></div>
<div><span class="gmail_quote">On 7/6/07, <b class="gmail_sendername">sktsee</b> <<a href="mailto:sktsee@tulsaconnect.com">sktsee@tulsaconnect.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Fri, 2007-07-06 at 12:23 -0400, Jimmy Wu wrote: [snip]<br>><br>> Also, the boot screen gives me these messages about the X server:
<br>> Error: API mismatch: the NVIDIA kernel module is version 1.0.7184, but<br>> this X module is version 1.0.7185.  Please be sure that your kernel<br>> module and all NVIDIA driver files have the same driver version.
<br><br>You're getting that message because the nvidia kernel module that was<br>installed with the linux-restricted-modules package (1.0-7184) is being<br>loaded at boot time along with the nvidia xorg driver (1.0-7185
) that<br>you installed with the nvidia-installer<br>(NVIDIA-Linux-x86-1.0-7185-pkg1.run) program which gets loaded when gdm<br>starts X. As the error message indicates, the kernel module and xorg<br>driver have to match versions.
<br><br>If you are going to use the Nvidia provided 7185 driver, then you have<br>to edit /etc/default/linux-restricted-modules-common and put the line<br>"DISABLED_MODULES="nv" at the bottom. That will prevent the lrm-manager
<br>from linking and loading the linux-restricted-modules version of the<br>nvidia kernel module and allow the Nvidia provided version to load.<br><br>Frankly, though I would just try to get X working again before messing
<br>with getting gl acceleration turned on. Edit your /etc/X11/xorg.conf<br>file to replace "nvidia" with "nv" on the "Driver" line under the<br>"Device" section and restart gdm. If X starts without any errors, then
<br>you can move on to trying to get the nvidia drivers installed.<br><br>--<br>sktsee<br><br><br><br><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com
</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>