Hello guys, i've decided to test nouveau driver and installed it recently from official repos. My videocard is GeForce 4 with additional S-video and Composite outputs, 64 MB of memory. I installed xubuntu, and tried to use nouveau driver instead of official nvidia's. After switching driver, the boot splash xubuntu logo turned into poor coloured low-resolutioned one, but X loaded normally. Xfce worked fine, but i decided to try LXDE with SLiM login manager. So, here's bugs: 1) X server is loading normally, but when i try to switch to virtual terminal (Ctrl-Fx) my monitor shows me "Out of range" message, keyboard and mouse are switching off too and it makes me to reboot pc to get back. 2) When i trying to boot into kernel single mode, my root console does not show the characters i typing, but generally it works, with the need of double-entered confirmation. 3) Corrupted colors! Especially black - i see a set of random sized huge gray pixels instead of solid black area. Other colors are suffering too, see http://imagebin.ca/view/ay3nrec.html. $uname -a Linux lynn 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux $glxinfo $ glxinfo name of display: :0.0 Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Error: couldn't find RGB GLX visual or fbconfig Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". 2 GLXFBConfigs: visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- Segmentation fault -------------- next part -------------- A non-text attachment was scrubbed... Name: Xorg.0.log Type: text/x-log Size: 28582 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20100615/68a4326d/attachment-0001.bin> -------------- next part -------------- # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister at builder63) Thu Jan 28 16:14:36 PST 2010 Section "ServerLayout" Identifier "Layout" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "AllowEmptyInput" "false" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "evdev" Option "Device" "/dev/input/event4" Option "XkbLayout" "us,ru,ua" Option "XkbVariant" "winkeys" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,num" EndSection Section "Monitor" Identifier "Monitor0" # LCD VendorName "Hansol" ModelName "H711" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nouveau" VendorName "NVIDIA Corporation" Screen 0 EndSection Section "Screen" # LCD screen Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "AllowGLXWithComposite" "True" Option "RenderAccel" "True" Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Extensions" Option "Composite" "Disable" EndSection
On Tue, Jun 15, 2010 at 4:38 PM, Alexandr Revin <lyssdod at gmail.com> wrote:> Hello guys, > i've decided to test nouveau driver and installed it recently from > official repos. My videocard is GeForce 4 with additional S-video and > Composite outputs, 64 MB of memory. I installed xubuntu, and tried to > use nouveau driver instead of official nvidia's. After switching driver, > the boot splash xubuntu logo turned into poor coloured low-resolutioned > one, but X loaded normally. Xfce worked fine, but i decided to try LXDE > with SLiM login manager. > > So, here's bugs: > > 1) X server is loading normally, but when i try to switch to virtual > terminal (Ctrl-Fx) my monitor shows me "Out of range" message, keyboard > and mouse are switching off too and it makes me to reboot pc to get > back. > > 2) When i trying to boot into kernel single mode, my root console does > not show the characters i typing, but generally it works, with the need > of double-entered confirmation. > > 3) Corrupted colors! Especially black - i see a set of random sized huge > gray pixels instead of solid black area. Other colors are suffering too, > see http://imagebin.ca/view/ay3nrec.html. > > > $uname -a > Linux lynn 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 > i686 GNU/Linux > > > $glxinfo > $ glxinfo > name of display: :0.0 > Xlib: ?extension "GLX" missing on display ":0.0". > Xlib: ?extension "GLX" missing on display ":0.0". > Xlib: ?extension "GLX" missing on display ":0.0". > Xlib: ?extension "GLX" missing on display ":0.0". > Xlib: ?extension "GLX" missing on display ":0.0". > Error: couldn't find RGB GLX visual or fbconfig > > Xlib: ?extension "GLX" missing on display ":0.0". > Xlib: ?extension "GLX" missing on display ":0.0". > Xlib: ?extension "GLX" missing on display ":0.0". > Xlib: ?extension "GLX" missing on display ":0.0". > Xlib: ?extension "GLX" missing on display ":0.0". > 2 GLXFBConfigs: > ? visual ?x ?bf lv rg d st colorbuffer ax dp st accumbuffer ?ms ?cav > ?id dep cl sp sz l ?ci b ro ?r ?g ?b ?a bf th cl ?r ?g ?b ?a ns b eat > ---------------------------------------------------------------------- > Segmentation faultTry without the monitor section in your xorg.conf. The driver should be able to get you to the preferred mode of your monitor without much help from your xorg.conf if the monitor has an accurate EDID. Re glxinfo, you have bits of the Nvidia driver still installed: (II) Loading /usr/lib/xorg/extra-modules/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension Re colors, I don't know about that one. Gamma or overlay related maybe? Are colors washed out everywhere or just mplayer? If it's just mplayer can you try a different output mode? (Something like -vo x11 on the command line.)