Bug 431727
| Summary: | Selection of Dual Screen Spanning Desktops does not 'stick' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bob Gustafson <bobgus> | ||||||||
| Component: | xorg-x11-drv-ati | Assignee: | Dave Airlie <airlied> | ||||||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | 8 | CC: | mcepl, xgl-maint | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | i386 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2009-01-09 07:38:58 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Bob Gustafson
2008-02-06 17:55:55 UTC
OK, the truth is that we are all now in the wonderful new world of xrandr, so Xinerama (which is what system-config-display uses) is not that usefull anymore. Try play with xrandr(1) and tell us whether it helps. [user1@hoho2 ~]$ xrandr -v Xlib: extension "RANDR" missing on display ":0.0". RandR extension missing [user1@hoho2 ~]$ xrandr -q Xlib: extension "RANDR" missing on display ":0.0". RandR extension missing [user1@hoho2 ~]$ Not too promising.. Doing a google found http://www.webservertalk.com/message2119714.html Suggestion was to disable Xinerama in /etc/X11/xorg.conf and restart X. This gives more reasonable information. I will click along a bit more. OK, now I followed along with http://www.linuxquestions.org/questions/linux-hardware-18/dual-monitor-wspanning-desktop-no-longer-works-in-fedora-8-618011/ Comment #4 - suggested putting Virtual 3840 1200 at end of screen 0 subsection (in subsection though) I restarted X and then xrandr --output VGA-0 --left-of DVI-0 I got diagnostic: xrandr: screen cannot be larger than 1920x1200, maximum 1920 x 1200 ----- Maybe I can fake out a wider screen in xorg.conf I fiddled around a bit more, but only got as far as: [root@hoho2 user1]# xrandr --verbose --output VGA-0 --left-of DVI-0 xrandr: screen cannot be larger than 1920x1200 (desired size 3840x1200) The Google hits all say that putting in the Virtual line does the trick for them. Not me. OK, so we will probably need a little bit more information about your system. Please attach your X server config file (/etc/X11/xorg.conf) and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link below. Could you please also try to run without any /etc/X11/xorg.conf whatsoever and let X11 autodetect your display and video card? Attach to this bug /var/log/Xorg.0.log from this attempt as well, please. We will review this issue again once you've had a chance to attach this information. Thanks in advance. Created attachment 294242 [details]
/var/log/Xorg.setup.log (dated 2008-02-06 19:08)
Created attachment 294243 [details]
/var/log/Xorg.0.log (dated 2008-02-07 11:41)
Created attachment 294244 [details]
/etc/X11/xorg.conf (dated 2008-02-07 00:01)
I moved the xorg.conf aside and also the xorg.conf.backup and then restarted X. I did not see any newly created /etc/X11/xorg.conf. It seems to be working on fumes. [root@hoho2 user1]# cd /etc/X11 [root@hoho2 X11]# ls -lt | head total 164 -rw-r--r-- 1 root root 1551 2008-02-07 00:01 xorg.conf.aside lrwxrwxrwx 1 root root 18 2008-02-06 11:28 X -> ../../usr/bin/Xorg drwxr-xr-x 2 root root 4096 2008-02-05 19:46 fontpath.d drwxr-xr-x 2 root root 4096 2008-02-05 18:12 fs drwxr-xr-x 4 root root 4096 2008-02-05 03:38 xinit drwxr-xr-x 2 root root 4096 2008-02-05 03:29 twm -rw-r--r-- 1 root root 2308 2007-10-29 13:46 xorg.conf.original-0 -rw-r--r-- 1 root root 2377 2007-10-29 13:39 xorg.conf.fglrx-1 -rw-r--r-- 1 root root 2306 2007-10-29 13:39 xorg.conf.fglrx-0 [root@hoho2 X11]# I will post this and then do a total reboot of this system. (looking at the 2nd (VGA) screen, it is a duplicate of the first screen) Total reboot does not seem to create a new xorg.conf. See ls with access times listed (-c) [root@hoho2 X11]# ls -ltc | head total 164 -rw-rw-r-- 1 root root 2974 2008-02-07 17:25 xorg.conf.backup.aside -rw-r--r-- 1 root root 1551 2008-02-07 12:14 xorg.conf.aside lrwxrwxrwx 1 root root 18 2008-02-06 11:28 X -> ../../usr/bin/Xorg drwxr-xr-x 2 root root 4096 2008-02-05 19:46 fontpath.d drwxr-xr-x 2 root root 4096 2008-02-05 18:12 fs -rwxr-xr-x 1 root root 1052 2008-02-05 03:46 prefdm drwxr-xr-x 4 root root 4096 2008-02-05 03:38 xinit -rw-r--r-- 1 root root 547 2008-02-05 03:38 Xmodmap -rw-r--r-- 1 root root 492 2008-02-05 03:38 Xresources [root@hoho2 X11]# Let me put all of the xorg* files into a sub-directory and try to reboot again. [root@hoho2 X11]# mkdir BUG [root@hoho2 X11]# mv xorg* BUG [root@hoho2 X11]# ls -lt | head total 84 drwxr-xr-x 2 root root 4096 2008-02-07 17:45 BUG lrwxrwxrwx 1 root root 18 2008-02-06 11:28 X -> ../../usr/bin/Xorg drwxr-xr-x 2 root root 4096 2008-02-05 19:46 fontpath.d drwxr-xr-x 2 root root 4096 2008-02-05 18:12 fs drwxr-xr-x 4 root root 4096 2008-02-05 03:38 xinit drwxr-xr-x 2 root root 4096 2008-02-05 03:29 twm -rw-r--r-- 1 root root 547 2007-10-12 14:22 Xmodmap -rw-r--r-- 1 root root 492 2007-10-12 14:22 Xresources -rwxr-xr-x 1 root root 1052 2007-10-09 16:06 prefdm [root@hoho2 X11]# Will now reboot.. I don't see any new xorg.conf. What file would you like to see? [root@hoho2 user1]# cd /etc/X11 [root@hoho2 X11]# ls -ltc | head total 84 drwxr-xr-x 2 root root 4096 2008-02-07 17:45 BUG lrwxrwxrwx 1 root root 18 2008-02-06 11:28 X -> ../../usr/bin/Xorg drwxr-xr-x 2 root root 4096 2008-02-05 19:46 fontpath.d drwxr-xr-x 2 root root 4096 2008-02-05 18:12 fs -rwxr-xr-x 1 root root 1052 2008-02-05 03:46 prefdm drwxr-xr-x 4 root root 4096 2008-02-05 03:38 xinit -rw-r--r-- 1 root root 547 2008-02-05 03:38 Xmodmap -rw-r--r-- 1 root root 492 2008-02-05 03:38 Xresources drwxr-xr-x 2 root root 4096 2008-02-05 03:29 twm Note -c in command below [root@hoho2 X11]# ls -ltc BUG total 88 -rw-r--r-- 1 root root 1551 2008-02-07 17:45 xorg.conf.aside -rw-rw-r-- 1 root root 2974 2008-02-07 17:45 xorg.conf.backup.aside -rw-r--r-- 1 root root 1939 2008-02-07 17:45 xorg.conf.e1 -rw-r--r-- 1 root root 1963 2008-02-07 17:45 xorg.conf.e2 -rw-r--r-- 1 root root 2308 2008-02-07 17:45 xorg.conf.e3 -rw-r--r-- 1 root root 2308 2008-02-07 17:45 xorg.conf.e4 -rw-r--r-- 1 root root 2306 2008-02-07 17:45 xorg.conf.fglrx-0 -rw-r--r-- 1 root root 2377 2008-02-07 17:45 xorg.conf.fglrx-1 -rw-r--r-- 1 root root 2308 2008-02-07 17:45 xorg.conf.original-0 -rw-rw-r-- 1 root root 1538 2008-02-07 17:45 xorg.conf.w1 -rw-r--r-- 1 root root 1526 2008-02-07 17:45 xorg.conf.works List without the -c [root@hoho2 X11]# ls -lt BUG total 88 -rw-r--r-- 1 root root 1551 2008-02-07 00:01 xorg.conf.aside -rw-r--r-- 1 root root 2308 2007-10-29 13:46 xorg.conf.original-0 -rw-r--r-- 1 root root 2377 2007-10-29 13:39 xorg.conf.fglrx-1 -rw-r--r-- 1 root root 2306 2007-10-29 13:39 xorg.conf.fglrx-0 -rw-r--r-- 1 root root 2308 2007-10-29 13:29 xorg.conf.e4 -rw-r--r-- 1 root root 2308 2007-10-27 10:35 xorg.conf.e3 -rw-r--r-- 1 root root 1963 2007-10-27 10:26 xorg.conf.e2 -rw-r--r-- 1 root root 1939 2007-10-27 10:20 xorg.conf.e1 -rw-rw-r-- 1 root root 1538 2007-10-27 09:36 xorg.conf.w1 -rw-r--r-- 1 root root 1526 2007-10-27 07:47 xorg.conf.works -rw-rw-r-- 1 root root 2974 2006-08-21 15:03 xorg.conf.backup.aside [root@hoho2 X11]# That's perfectly OK, that there is no xorg.conf -- don't panic, magic of Xorg is now sufficient just to find out what's needed without any bloody stinking xorg.conf ;-). Yeah OK, no stinking xorg.conf However, my problem is that I have a stinking mirror in my second monitor. I want Spanning Desktops. Where do I tell the stinking xorg what I want? This message is a reminder that Fedora 8 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 8. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '8'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 8's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 8 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Fedora 8 changed to end-of-life (EOL) status on 2009-01-07. Fedora 8 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. |