It seems that Xinerama was disabled (Option "Xinerama" "0"), and is "(WW) RADEON(0): Direct rendering disabled" expected?<br><br>Regards,<br>Jammy <br><br><div class="gmail_quote">2011/1/11 Alex Deucher <span dir="ltr"><<a href="mailto:alexdeucher@gmail.com">alexdeucher@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Mon, Jan 10, 2011 at 4:51 AM, Fredrik Jonson <<a href="mailto:fredrik@jonson.org">fredrik@jonson.org</a>> wrote:<br>
><br>
><br>
> Hello,<br>
><br>
> I've resently upgraded to Ubuntu 10.10 and after the upgrade X does not seem<br>
> to load the gnome desktop on one of my screens. I have a dual card X<br>
> configuration with two radeon cards and I'm using the open source radeon<br>
> driver for X.<br>
><br>
> When gdm starts the login dialog actually shows up on the left display but<br>
> then once I've logged in gnome panel only starts on the right display. All I<br>
> see on the left is the gdm login background and my mouse pointer when I move<br>
> it over to the left display.<br>
><br>
> When i try to logout or shut down using the indicator applet the usual<br>
> logout dialog does not appear on the right screen that has a working panel,<br>
> instead nothing seems to happen.<br>
><br>
> If I after doing that run the command 'gnome-session-save --logout', the<br>
> logout dialog flicker by for a instant on the empty left screen after wich<br>
> the session is logged out.<br>
><br>
> Seems like gdm and gnome somehow partially is aware of the left screen just<br>
> unable to start a session on it or something.<br>
><br>
> Anyone have a clue what's happened here and how to fix it?<br>
<br>
</div>Try turning off compiz or whatever composting manager you are using.<br>
3D does not work with xinerama at the moment.<br>
<br>
Alex<br>
<div><div></div><div class="h5"><br>
><br>
> Here's some system information:<br>
><br>
> ########<br>
> lspci|grep VGA<br>
> 02:00.0 VGA compatible controller: ATI Technologies Inc Cedar PRO<br>
> [Radeon HD 5450]<br>
> 03:00.0 VGA compatible controller: ATI Technologies Inc RV610 video device<br>
> [Radeon HD 2400 PRO]<br>
><br>
> ########<br>
> dmesg|grep radeon<br>
> [ 12.902999] [drm] radeon defaulting to kernel modesetting.<br>
> [ 12.903001] [drm] radeon kernel modesetting enabled.<br>
> [ 12.903046] radeon 0000:02:00.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24<br>
> [ 12.903049] radeon 0000:02:00.0: setting latency timer to 64<br>
> [ 12.904569] radeon 0000:02:00.0: VRAM: 1024M 0x00000000 - 0x3FFFFFFF<br>
> (256M used)<br>
> [ 12.904571] radeon 0000:02:00.0: GTT: 512M 0x40000000 - 0x5FFFFFFF<br>
> [ 12.907206] [drm] radeon: 256M of VRAM memory ready<br>
> [ 12.907207] [drm] radeon: 512M of GTT memory ready.<br>
> [ 12.907255] radeon 0000:02:00.0: irq 72 for MSI/MSI-X<br>
> [ 12.907259] radeon 0000:02:00.0: radeon: using MSI.<br>
> [ 12.907292] [drm] radeon: irq initialized.<br>
> [ 12.984488] [drm] radeon: ib pool ready.<br>
> [ 12.984550] radeon 0000:02:00.0: Error during ACPI methods call<br>
> [ 13.041803] [drm] radeon: power management initialized<br>
> [ 13.568939] fb0: radeondrmfb frame buffer device<br>
> [ 13.569261] [drm] Initialized radeon 2.5.0 20080528 for 0000:02:00.0 on minor<br>
> 0<br>
> [ 13.569291] radeon 0000:03:00.0: enabling device (0144 -> 0147)<br>
> [ 13.569299] radeon 0000:03:00.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30<br>
> [ 13.569307] radeon 0000:03:00.0: setting latency timer to 64<br>
> [ 13.681898] radeon 0000:03:00.0: VRAM: 256M 0x00000000 - 0x0FFFFFFF<br>
> (256M used)<br>
> [ 13.681900] radeon 0000:03:00.0: GTT: 512M 0x10000000 - 0x2FFFFFFF<br>
> [ 13.684417] [drm] radeon: 256M of VRAM memory ready<br>
> [ 13.684419] [drm] radeon: 512M of GTT memory ready.<br>
> [ 13.684458] radeon 0000:03:00.0: irq 75 for MSI/MSI-X<br>
> [ 13.684462] radeon 0000:03:00.0: radeon: using MSI.<br>
> [ 13.684497] [drm] radeon: irq initialized.<br>
> [ 13.764648] [drm] radeon: ib pool ready.<br>
> [ 13.764677] radeon 0000:03:00.0: Error during ACPI methods call<br>
> [ 13.820134] [drm] radeon: power management initialized<br>
> [ 13.912330] fb1: radeondrmfb frame buffer device<br>
> [ 13.912335] [drm] Initialized radeon 2.5.0 20080528 for 0000:03:00.0 on minor<br>
> 1<br>
><br>
> ########<br>
> cat /etc/X11/xorg.conf<br>
> Section "ServerLayout"<br>
> Identifier "Layout0"<br>
> Screen 0 "Screen0" 0 0<br>
> Screen 1 "Screen1" RightOf "Screen0"<br>
> EndSection<br>
><br>
> Section "Files"<br>
> EndSection<br>
><br>
> Section "Module"<br>
> Load "dbe"<br>
> Load "extmod"<br>
> Load "type1"<br>
> Load "freetype"<br>
> Load "glx"<br>
> EndSection<br>
><br>
> Section "ServerFlags"<br>
> Option "Xinerama" "0"<br>
> EndSection<br>
><br>
> Section "Monitor"<br>
> Identifier "Monitor0"<br>
> VendorName "Unknown"<br>
> ModelName "FUS L19-2"<br>
> HorizSync 31.0 - 81.0<br>
> VertRefresh 56.0 - 75.0<br>
> Option "DPMS"<br>
> EndSection<br>
><br>
> Section "Monitor"<br>
> Identifier "Monitor1"<br>
> VendorName "Unknown"<br>
> ModelName "FUS L19-2"<br>
> HorizSync 31.0 - 81.0<br>
> VertRefresh 56.0 - 75.0<br>
> Option "DPMS"<br>
> EndSection<br>
><br>
> Section "Device"<br>
> Identifier "Device0"<br>
> Driver "radeon"<br>
> VendorName "ATI"<br>
> BusID "PCI:2:0:0"<br>
> EndSection<br>
><br>
> Section "Device"<br>
> Identifier "Device1"<br>
> Driver "radeon"<br>
> VendorName "ATI"<br>
> BusID "PCI:3:0:0"<br>
> EndSection<br>
><br>
> Section "Screen"<br>
> Identifier "Screen0"<br>
> Device "Device0"<br>
> Monitor "Monitor0"<br>
> DefaultDepth 24<br>
> SubSection "Display"<br>
> Depth 24<br>
> EndSubSection<br>
> EndSection<br>
><br>
> Section "Screen"<br>
> Identifier "Screen1"<br>
> Device "Device1"<br>
> Monitor "Monitor1"<br>
> DefaultDepth 24<br>
> SubSection "Display"<br>
> Depth 24<br>
> EndSubSection<br>
> EndSection<br>
><br>
> ########<br>
> xdpyinfo [snipped for brewity]<br>
> number of screens: 2<br>
><br>
> screen #0:<br>
> dimensions: 1280x1024 pixels (338x270 millimeters)<br>
> resolution: 96x96 dots per inch<br>
> depths (7): 24, 1, 4, 8, 15, 16, 32<br>
> root window id: 0x1e6<br>
> depth of root window: 24 planes<br>
> number of colormaps: minimum 1, maximum 1<br>
> default colormap: 0x20<br>
> default number of colormap cells: 256<br>
> preallocated pixels: black 0, white 16777215<br>
> options: backing-store NO, save-unders NO<br>
> largest cursor: 64x64<br>
> current input event mask: 0x7a803f<br>
> KeyPressMask KeyReleaseMask ButtonPressMask<br>
> ButtonReleaseMask EnterWindowMask LeaveWindowMask<br>
> ExposureMask StructureNotifyMask SubstructureNotifyMask<br>
> SubstructureRedirectMask FocusChangeMask PropertyChangeMask<br>
> number of visuals: 64<br>
> default visual id: 0x21<br>
> visual:<br>
> visual id: 0x21<br>
> class: TrueColor<br>
> depth: 24 planes<br>
> available colormap entries: 256 per subfield<br>
> red, green, blue masks: 0xff0000, 0xff00, 0xff<br>
> significant bits in color specification: 8 bits<br>
> [snip snip]<br>
><br>
> screen #1:<br>
> dimensions: 1280x1024 pixels (338x270 millimeters)<br>
> resolution: 96x96 dots per inch<br>
> depths (7): 24, 1, 4, 8, 15, 16, 32<br>
> root window id: 0x1e8<br>
> depth of root window: 24 planes<br>
> number of colormaps: minimum 1, maximum 1<br>
> default colormap: 0x51<br>
> default number of colormap cells: 256<br>
> preallocated pixels: black 0, white 16777215<br>
> options: backing-store NO, save-unders NO<br>
> largest cursor: 64x64<br>
> current input event mask: 0x7a803f<br>
> KeyPressMask KeyReleaseMask ButtonPressMask<br>
> ButtonReleaseMask EnterWindowMask LeaveWindowMask<br>
> ExposureMask StructureNotifyMask SubstructureNotifyMask<br>
> SubstructureRedirectMask FocusChangeMask PropertyChangeMask<br>
> number of visuals: 64<br>
> default visual id: 0x52<br>
> visual:<br>
> visual id: 0x52<br>
> class: TrueColor<br>
> depth: 24 planes<br>
> available colormap entries: 256 per subfield<br>
> red, green, blue masks: 0xff0000, 0xff00, 0xff<br>
> significant bits in color specification: 8 bits<br>
> [snip snip]<br>
><br>
> grep -e WW -e EE /var/log/Xorg.0.log<br>
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.<br>
> [ 19.837] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.<br>
> [ 19.839] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or<br>
> directory)<br>
> [ 19.877] (II) Loading extension MIT-SCREEN-SAVER<br>
> [ 19.936] (WW) RADEON(0): Color tiling is not yet supported on R600/R700<br>
> [ 20.115] (WW) RADEON(1): Color tiling is not yet supported on R600/R700<br>
> [ 20.321] (WW) RADEON(0): Direct rendering disabled<br>
><br>
> --<br>
> Fredrik Jonson<br>
><br>
> _______________________________________________<br>
> <a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a>: X.Org support<br>
> Archives: <a href="http://lists.freedesktop.org/archives/xorg" target="_blank">http://lists.freedesktop.org/archives/xorg</a><br>
> Info: <a href="http://lists.freedesktop.org/mailman/listinfo/xorg" target="_blank">http://lists.freedesktop.org/mailman/listinfo/xorg</a><br>
</div></div>> Your subscription address: <a href="mailto:alexdeucher@gmail.com">alexdeucher@gmail.com</a><br>
<div><div></div><div class="h5">><br>
_______________________________________________<br>
<a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a>: X.Org support<br>
Archives: <a href="http://lists.freedesktop.org/archives/xorg" target="_blank">http://lists.freedesktop.org/archives/xorg</a><br>
Info: <a href="http://lists.freedesktop.org/mailman/listinfo/xorg" target="_blank">http://lists.freedesktop.org/mailman/listinfo/xorg</a><br>
Your subscription address: <a href="mailto:jammy.zhou@gmail.com">jammy.zhou@gmail.com</a><br>
</div></div></blockquote></div><br>