xset [-display HOST:DISPLAYNR] [OPTIONEN]
Beim Starten des X-Servers können Sie Parameter mitgeben, die Einstellungen in bestimmten Abschnitten der XF86Config überschreiben können. Diese Einstellungen können Sie im laufenden Betrieb mit dem Befehl xset verändern. Im Gegensatz zu normalen Shellkommandos gibt das führenden Minuszeichen an, ob die Option eingeschaltet oder ausgeschaltet wird. Geben Sie den Befehl ohne Schalter ein, so erscheint die Hilfe.
usage: xset [-display host:dpy] option ... To turn bell off: -b b off b 0 To set bell volume, pitch and duration: b [vol [pitch [dur]]] b on To disable bug compatibility mode: -bc To enable bug compatibility mode: bc To turn keyclick off: -c c off c 0 To set keyclick volume: c [0-100] c on To control Energy Star (DPMS) features: -dpms Energy Star features off +dpms Energy Star features on dpms [standby [suspend [off]]] force standby force suspend force off force on (also implicitly enables DPMS features) a timeout value of zero disables the mode To control font cache: fc [hi-mark [low-mark [balance]]] both mark values spcecified in KB balance value spcecified in percent (10 - 90) Show font cache statistics: fc s To set the font path: fp= path[,path...] To restore the default font path: fp default To have the server reread font databases: fp rehash To remove elements from font path: -fp path[,path...] fp- path[,path...] To prepend or append elements to font path: +fp path[,path...] fp+ path[,path...] To set LED states off or on: -led [1-32] led off led [1-32] led on To set mouse acceleration and threshold: m [acc_mult[/acc_div] [thr]] m default To set pixel colors: p pixel_value color_name To turn auto-repeat off or on: -r [keycode] r off r [keycode] r on r rate [delay [rate]] For screen-saver control: s [timeout [cycle]] s default s on s blank s noblank s off s expose s noexpose s activate s reset For status information: q
ole@enterprise:~> xset -q Keyboard Control: auto repeat: on key click percent: 0 LED mask: 00000002 auto repeat delay: 660 repeat rate: 25 auto repeating keys: 00ffffffdffffbbf fadfffdfffdfe5ef ffffffffffffffff ffffffffffffffff bell percent: 50 bell pitch: 400 bell duration: 100 Pointer Control: acceleration: 2/1 threshold: 4 Screen Saver: prefer blanking: yes allow exposures: yes timeout: 0 cycle: 600 Colors: default colormap: 0x20 BlackPixel: 0 WhitePixel: 65535 Font Path: /usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled Bug Mode: compatibility mode is disabled DPMS (Energy Star): Standby: 600 Suspend: 1200 Off: 1800 DPMS is Enabled Monitor is On Font cache: hi-mark (KB): 5120 low-mark (KB): 3840 balance (%): 70 File paths: Config file: /etc/X11/XF86Config Modules path: /usr/X11R6/lib/modules Log file: /var/log/XFree86.0.log
Auch das Powermanagement für Monitore ist über den Befehl xset steuerbar. Allerdings wird das Energy Star Powermanagement nicht von jeder Grafikkarten-Monitor-Kombination unterstützt. Der folgende Befehl versetzt den Monitor in den Standbymodus.
ole@enterprise:~> xset dpms force standby
Die Zeiten, nach denen das automatisch erfolgt, können Sie in drei Stufen (Standby, Suspend und Off) in Sekunden angeben.
ole@enterprise:~> xset dpms 300 600 900
Die folgenden zwei Befehle schalten bei vielen Tastaturen die LED für Rollen ein und wieder aus.
ole@enterprise:~> xset led 3 ole@enterprise:~> xset -led 3