CONTENT
  • CHANGES
Szukaj
counter

#top xrandr


xrandr - primitive command line interface to RandR extension

Powiązane:
import, unclutter, xhost, xprop,

SYNOPSIS
xrandr [-help] [-display display] [-o orientation] [-q] [-v] [-s size] [-x] [-y] [--screen snum] [--verbose]


DESCRIPTION
Xrandr is used to set the screen size, orientation and/or reflection. The -s option is a small integer index used to specify which size the screen should be set to. To find out what sizes are available, use the -q option, which reports the sizes available, the current rotation, and the possible rotations and reflections. The default size is the first size specified in the list. The -o option is used to specify the orientation of the screen, and can be one of "normal inverted left right 0 1 2 3".

The -x option instructs the server to reflect the screen on the X axis. The -y option instructs the server to reflect the screen on the Y axis. Reflection is applied after rotation.

The -help option prints out a usage summary. The --verbose option tells you what xrandr is doing, selects for events, and tells you when events are received to enable debugging.


OPTIONS
-display <display> or -d <display>


-help
The -help option prints out a usage summary.

-o <normal,inverted,left,right,0,1,2,3> or --orientation <normal,inverted,left,right,0,1,2,3>
The -o option is used to specify the orientation of the screen, and can be one of "normal inverted left right 0 1 2 3".

-q or --query
To find out what sizes are available, use the -q option, which reports the sizes available, the current rotation, and the possible rotations and reflections.

-s <size>/<width>x<height> or --size <size>/<width>x<height>
The -s option is a small integer index used to specify which size the screen should be set to.

-r <rate> or --rate <rate>


-v or --version


-x (reflect in x)
The -x option instructs the server to reflect the screen on the X axis. Reflection is applied after rotation.

-y (reflect in y)
The -y option instructs the server to reflect the screen on the Y axis. Reflection is applied after rotation.

--screen <screen>


--verbose
The --verbose option tells you what xrandr is doing, selects for events, and tells you when events are received to enable debugging.



EXAMPLES
Listowanie dostępnych trybów:
xrandr -d :0 --verbose

Przełączanie trybu graficznego na 1024x768 (jedna z metod):
xrandr -d :0 --output TMDS-1 --mode 0x53

Zmiana trybu pracy:
xrandr -d :0 -s 1680x1050
xrandr -d :0 -s 1920x1080

Commands to stop the screen blanking:
xset dpms 0 0 0
xset s off




Zmodyfikowany ostatnio: 2014/05/20 15:28:29 (9 lat temu), textsize: 3,52 kB, htmlsize: 4,50 kB

Zapraszam do komentowania, zgłaszania sugestii, propozycji, własnych przykładów, ...
Dodaj komentarzKomentarze użytkowników