On 1/2/07, <b class="gmail_sendername">kim gross</b> <<a href="mailto:kgross@jensalt.com">kgross@jensalt.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I am thinking that it has to be something with my video setup In my<br>xorg.conf file I do not have a modules section.<br><br>I am running a Nvidia 5200 card using the newest nvidia driver set from<br>atrpms (I believe).
<br><br>Here is my xorg.conf file<br><br><br># Xorg configuration created by system-config-display<br><br>Section "ServerLayout"<br> Identifier "single head configuration"<br> Screen 0 "Screen0" 0 0
<br> InputDevice "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "Files"<br> ModulePath "/usr/lib/xorg/modules/extensions/nvidia"<br> ModulePath "/usr/lib/xorg/modules/extensions"
<br> ModulePath "/usr/lib/xorg/modules"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd"<br> Option "XkbModel" "pc105"
<br> Option "XkbLayout" "us"<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nv"<br>EndSection</blockquote><div>
<br>This tells us that you're not using the NVidia binary driver. You want "nvidia" instead of "nv".<br><br>Carl Fongheiser<br></div><br></div><br>