Richard Fish wrote: > On 7/3/06, Dale <[EMAIL PROTECTED]> wrote: >> Any clue? Am I doing something wrong? Is this new xorg that bad? >> Should I unmask the newer xorg? I read the nvidia drivers are not ready >> yet. > > I doubt it is related to the version of x.org. I've been using it as > ~x86 for awhile with the nvidia drivers without these problems... > > You might post your xorg.conf and /var/log/Xorg.0.log file somewhere > so we can take a look at them. I suspect a simple misconfiguration > somewhere, but I don't know what.... > > -Richard
I don't have any way to host them but here is a little one, xorg.conf: > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/usr/share/X11/rgb" > ModulePath "/usr/lib/xorg/modules" > FontPath "/usr/share/fonts/misc" > FontPath "/usr/share/fonts/75dpi" > FontPath "/usr/share/fonts/100dpi" > FontPath "/usr/share/fonts/TTF" > FontPath "/usr/share/fonts/Type1" > EndSection > > Section "Module" > Load "glx" > Load "extmod" > Load "xtrap" > Load "record" > Load "dbe" > Load "dri" > Load "freetype" > Load "type1" > EndSection > > Section "dri" > Group "graphics" > Mode 0660 > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/mouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > Option "dpms" > Option "standby time" "5" > Option "suspend time" "5" > Option "off time" "5" > EndSection > > Section "Device" > Identifier "Card0" > Driver "nvidia" > VendorName "nVidia Corporation" > BoardName "NV34 [GeForce FX 5200]" > BusID "PCI:2:0:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > SubSection "Display" > < snip > > SubSection "Display" > Modes "1280x1024" "1024x768" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > Notice anything there? Dale :-) :-) -- gentoo-user@gentoo.org mailing list