[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: F7t4 - intel driver doesn't seem to hot-swap displays
- From: Per Bothner <per bothner com>
- To: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Subject: Re: F7t4 - intel driver doesn't seem to hot-swap displays
- Date: Wed, 02 May 2007 23:32:50 -0700
Anthony Joseph Seward wrote:
The new version of the xrandr command line tool should give you enough
rope to hang yourself here.
Thanks! With some experimentation and Googling I even managed to get
dual-screen working pretty well. (I had edit the "Virtual" Display size
in xorg.conf, which is clunky.) Perhaps for F8 we'll have a nice
GUI interface for managing multiple displays, but for now this works.
--
Would you mind making your xorg.conf available?
I've attached it. The only change I made manually was adding the
Virtual 3040 1200
line.
To switch to dual monitors, I do:
xrandr --output LVDS --auto --output VGA --auto --right-of LVDS
To switch to laptop-only, I do:
xrandr --output LVDS --auto
[I'm back to using FC6, until the wireless situation stabilizes.
And, alas, neither suspend nor hibernate work - but they didn't
in FC6 either.]
--
--Per Bothner
per bothner com http://per.bothner.com/
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 3040 1200
Depth 24
EndSubSection
EndSection
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]