Description of problem: I would like to have an external monitor hooked up to my Lenovo T61 laptop. When I try to resize the external monitor up, it says it can't because the Virtual Window size was too small. I had to edit /etc/X11/xorg.conf to add Virtual to get my monitor. 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) Version-Release number of selected component (if applicable): xorg-x11-drv-i810-2.2.1-23.fc9.x86_64 How reproducible: 100% as far as I can tell. Steps to Reproduce: 1. Install F9 2. xrandr --output VGA --auto --right-of LVDS Actual results: It complains about the virtual window size being too small. Expected results: It extends my desktop onto the second screen. Additional info:
Thanks for the bug report. We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue. 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 304455 [details] Xorg.conf This is my xorg.conf with the Virtual line.
Created attachment 304456 [details] Xorg log with xorg.conf
Created attachment 304642 [details] Xorg log without xorg.conf When I do not have an xorg.conf I get the following. shenson@baseborn ~$ xrandr --output VGA --auto --right-of LVDS xrandr: screen cannot be larger than 1680x1680 (desired size 2960x1050)
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
I got the same problem with the i386 version of Fedora 9. Additional to the fact i have to manually add the line in xorg.conf, i still can't get the extended desktop working due to this obstacle: when i restart the X server, i won't get the login screen, only a gradient blue striped screen. Other tty are still accessible, so i could change the xorg.conf back to it's original state. Properties: LVDS: 1024x768 VGA: 1280x1024 FC9 for i386 I did attach my current xorg.conf with the "virtual" line as comment.
Created attachment 305930 [details] Xorg.conf Xorg.conf with virtual line in comment
Apparently the Virtual keyword is not supported in the latest version of the xorg server code. I found that out when installing Fedora 9. I understand now why I could not make my virtual screen any larger than the size of the physical screen. Please see the following report at: https://bugs.freedesktop.org/show_bug.cgi?id=11418#c5 The 'Virtual' keyword in /etc/X11/xorg.conf has been dropped, due to the reorganisation of the X11 server code. Please can we have the code to implement virtual desktops put back into the xorg server? I don't know how I'm going to manage without it! I have tried F9 but I can't do much at all without virtual screens. This is what part of my /etc/X11/xorg.conf file looks like: Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Virtual 800 1800 EndSubSection EndSection I'm still on F8 at the moment, purely for the reason of the xorg server in F9 not implementing the Virtual keyword. I just hope this gets put back again ASAP please. I'm seriously considering running F8, and compiling Apache and PHP myself, until this issue gets sorted.
The Virtual option seems to be supported in both F9 and F10. But it's still annoying that the default virtual desktop size is too small to allow side-by-side (non-mirrored) displays; I have to add "Virtual 3440 1680" to xorg.conf manually, otherwise the Screen Resolution application silently fails to set up the external display.
I managed to trim down my xorg.conf file to only the following Screen section: Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Virtual 3840 1200 EndSubSection EndSection leaving everything else to be autodetected. Everything else I needed (swapping caps and control keys, adding SHMConfig to my synaptics driver, etc) is now configured via hal fdi policy files in /etc/hal/fdi/policy/... (and, as of F10, these settings are ignored if placed directly into xorg.conf anyway). Wondering if configuring the virtual display size is something that should also be migrated to hal, and, if so, whether there's an example out there on how to do it.
This message is a reminder that Fedora 9 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 9. 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 '9'. 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 9'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 9 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 9 changed to end-of-life (EOL) status on 2009-07-10. Fedora 9 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.