On Sat, Oct 24, 2009 at 10:18:54 +0200, robert...@libero.it wrote:

> I tried again with this stuff. I recently updated to the latest sid 
> packages. Xrandr is not working at all with KMS: no errors, no messages, 
> just does nothing.
> 
> 
> On lun 19 ott 2009, Brice Goglin wrote:
> > More details please. What monitors do you have plugged where?
> 
> I have TV (1360x...@60hz) on vga, and main LCD monitor on DVI 
> (1280x1...@75hz)
> 
> > What
> > xrandr command-line did you use?
> 
> I use an own made script, associated to global shortcut of kde:
> 
> if (test -f /dev/shm/TV_ON ) then
>         xrandr --output HDMI-1 --mode 1280x1024 --rate 75.0
>         sleep 5
>         xrandr --output VGA --off
>         rm -f /dev/shm/TV_ON
> else
>         xrandr --output VGA --mode 1360x768 --rate 60.0
>         sleep 5
>         xrandr --output HDMI-1 --off
>         touch /dev/shm/TV_ON
> fi
> 
> > Does it break when switching from DVI
> > to VGA,
> > VGA to DVI
> > or both?
> 
> the script above do not have any effect, just like an empty line.
> 
the script above assumes output names from UMS.  They're different with
KMS, so you need to adapt your script.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to