Re: F7t4 - intel driver doesn't seem to hot-swap displays

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxx   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

-- 
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
To unsubscribe: 
https://www.redhat.com/mailman/listinfo/fedora-test-list

[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux