Gestione display X con xrandr

Il programma xrandr(1) deve essere eseguito dall'utente che possiede il DISPLAY.

Orientamento

xrandr -o right
xrandr -o normal

Mostra lo stato dei dispositivi connessi (VGA, LVDS, …)

xrandr -q
xrandr --prop

Su un notebook si usa normalmente il pannello LCD integrato (identificativo LVDS), l'uscita VGA esterna si chiama appunto VGA.

Imposta effetto reflect

xrandr --output LVDS --reflect x

Cambia la dimensione del framebuffer

xrandr --fb 800x480

Ripete l'autodetect del dispositivo di output collegato

xrandr --output LVDS --auto

Aggiunge manualmente un modo video ad un determinato output

xrandr --addmode VGA 800x480
doc/appunti/linux/sa/xrandr.txt · Last modified: 2009/07/11 08:05 by niccolo
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki