← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 519575] Re: Strange interaction xrandr and KDE4

 

Scripts:

dualHeadOn:
#!/bin/sh
xrandr --output LVDS1 --off #		- off notebook's LCD
xrandr --output VGA1 --off #		- off VGA
xrandr --output DVI1 --auto #		- on DVI
xrandr --output DVI1 --pos 0x0 #	- set DVI's Crtc
xrandr --output VGA1 --auto #		- on VGA
xrandr --output VGA1 --pos 1280x0 #	- set VGA's Crtc

dualHeadOff:
#!/bin/sh
xrandr --output DVI1 --off #		- off external DVI
xrandr --output VGA1 --off #		- off external VGA
xrandr --output LVDS1 --auto #		- on internal LCD

-- 
Strange interaction xrandr and KDE4
https://bugs.launchpad.net/bugs/519575
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to x11-xserver-utils in ubuntu.



References