automated conguration of xorg.conf on nvidia 6600

Tags:

Hi All.

I have just installed lenny beta 2 on my pc; I'm having problems with xorg.conf (below):

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "uk"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection

As you can see, it is quite a sparse configuration. Running dpkg-reconfigure -phigh xserver-xorg results in the same configuration. |Adding Driver "vesa" to the device section doesn't help. In etch my video card and monitor were fully configured (albeit with the vesa driver).

I can manually edit xorg.conf to add the necessary values, but this isn't arch, so does anyone know if there are any other automated configuration methods? It has occured to me that this could be an issue with hardware not being detected
properly in the first place; does anyone think that this could be an issue?

All the best,
Kris

0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: automated conguration of xorg.conf on nvidia 6600

In Lenny (testing) xorg comes with an open driver called "nv" which works with most nVIDIA cards. Worked with my 8400 GS, so speculation says it should work with a 6600 as well. Only drawback - no 3D hardware accel - but fine for everyday work.

So, rerun dpkg-reconfigure xserver-xorg and tell it to use the "nv" driver. Did the trick for me. YMMV, of course.

Re: automated conguration of xorg.conf on nvidia 6600

Thank you for your reply.

Unfortunately the nv driver doesn't support the 6600 gpu-and by the looks of it probably never will. Running dpkg-reconfigure xserver-xorg results in configuration above, so no joy there. I can't find a bug report that is relevamt to this issue. I guess I'll just leave it until 5.0 is released.

Re: automated conguration of xorg.conf on nvidia 6600

Have tried starting from

X -configure, then
X -config /root/xorg.conf.new

to see if that gives you something to work with?

The Xorg installation into my system was less than desireable, but that worked enough to get me going.

Syndicate content