| Summary: | x11-drivers/xf86-video-ati Vertical stripes | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Arsen Shnurkov <Arsen.Shnurkov> |
| Component: | New packages | Assignee: | Gentoo X packagers <x11> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| URL: | http://forums.gentoo.org/viewtopic-p-6264874.html | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
/var/log/Xorg.0.log
/etc/X11/xorg.conf |
||
|
Description
Arsen Shnurkov
2010-04-30 22:59:21 UTC
Created attachment 229857 [details]
/var/log/Xorg.0.log
(WW) RADEON(2): Option "FramebufferWC" is not used (WW) RADEON(2): Option "ReducedBlanking" is not used You seem to have lots of old cruft in xorg.conf. (In reply to comment #2) > (WW) RADEON(2): Option "FramebufferWC" is not used > (WW) RADEON(2): Option "ReducedBlanking" is not used I tried to add that options to each section - they are not used even if i put them into config Most old options are no longer used and have no effect. Some cause weird problems though. Best to start without any xorg.conf at all, then creating a minimal one which contains only the desired layout. Created attachment 229861 [details]
/etc/X11/xorg.conf
I've commented out almost all options - nothing changes
I tried to attach screenshot, but desktop looks ok on screenshot.
Also, if I exchange screen2 and screen3 in the config like that:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 2 "Screen3" RightOf "Screen0"
Screen 3 "Screen2" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
the server crushes at start with message
...
(II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
Backtrace:
0: /usr/bin/X(xorg_backtrace+0x26) [0x4e8876]
1: /usr/bin/X(xf86SigHandler+0x6f) [0x483b4f]
2: /lib64/libc.so.6 [0x7f5833b1af60]
3: /usr/bin/X(dixLookupPrivate+0x4) [0x430f54]
4: /usr/bin/X(xf86RandR12CreateScreenResources+0x71) [0x4ad721]
5: /usr/bin/X [0x4a3f38]
6: /usr/bin/X(main+0x254) [0x4303f4]
7: /lib64/libc.so.6(__libc_start_main+0xfd) [0x7f5833b07a3d]
8: /usr/bin/X [0x42f9e9]
Fatal server error:
Caught signal 11. Server aborting
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
For whatever reason, Xinerama is sensitive to screen positioning. Certain layouts will work ok, while some expose weird issues (eg. capture mouse pointer in one screen) and others crash the X server. It is no longer really supported. This is not the hardware error (I tried to change monitors and cables, tried to change the form of wire to check it's integrity - everything electronically works ok, and it also works ok under windows vista with three monitors)
> xinerama is no longer really supported.
What then i should do with the developer(s), who broke xinerama and doesn't implement multiple GPU support in xrandr? I know that OSS developers doesn't work for money (it is not interesting for them). Should i find his location and threat him physically?
Hopefully fixed long ago. If not, open a bug upstream https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/Radeon |