Forrest logo
back to context overview

xrandr

List of commands for xrandr:

  • xrandr:ai:02d30 Enables KSRandR for the specified output
    $ xrandr --output ${output} --auto
    try on your machine
    explain this command
  • xrandr:ai:60a86 Get current screen resolution and display information using xrandr command
    $ xrandr --current
    try on your machine
    explain this command
  • xrandr:ai:648ab warning: output HDMI not found; ignoring
    $ xrandr --verbose
    try on your machine
    explain this command
  • xrandr:ai:8944c This command will turn off the HDMI output on your Linux system.
    $ xrandr --output HDMI-1 --off
    try on your machine
    explain this command
  • xrandr:ai:8a3f5 Sets the resolution of the eDP-1 connected screen to 1920x1080
    $ xrandr --output eDP-1 --mode 1920x1080
    try on your machine
    explain this command
  • xrandr:ai:a9c5b warning: output HDMI-1 not found; ignoring
    $ xrandr -q
    try on your machine
    explain this command
  • xrandr:ai:ac489 Cambiare risoluzione a 1080
    $ xrandr --output ${output} --mode 1920x1080
    try on your machine
    explain this command
  • xrandr:ai:b9abb Screen 0: minimum 16 x 16, current 1920 x 1080, maximum 32767 x 32767 eDP-1 connected primary 1920x1080+0+0 (0x23) normal (normal left inverted right x axis y axis) 344mm x 194mm Identifier: 0x21 Timestamp: 330241 Subpixel: unknown Gamma: 1.0:1.0:1.0 Brightness: 0.0 Clones: CRTC: 0 CRTCs: 0 Transform: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 filter: RANDR Emulation: 1 non-desktop: 0
    $ xrandr
    try on your machine
    explain this command
  • xrandr:ai:bcf7b Displays a list of connected monitors
    $ xrandr --listmonitors
    try on your machine
    explain this command
  • xrandr:ai:c4145 Rotate the screen by 45 degrees using xrandr
    $ xrandr -o 45
    try on your machine
    explain this command
  • xrandr:ai:ed43d Change the resolution to 720p (1280x720) using the xrandr command
    $ xrandr --output ${display_name} --mode 1280x720
    try on your machine
    explain this command
  • xrandr:ai:f172a hdmi is not work
    $ xrandr --output HDMI-1 --auto
    try on your machine
    explain this command
  • xrandr:ai:fde3d Set the resolution of the primary display EDP-1 to 1920x1080
    $ xrandr --output EDP-1 --mode 1920x1080
    try on your machine
    explain this command
  • xrandr:tldr:23929 xrandr: Disable disconnected outputs and enable connected ones with default settings.
    $ xrandr --auto
    try on your machine
    explain this command
  • xrandr:tldr:4b3c8 xrandr: Set the brightness for LVDS1 to 50%.
    $ xrandr --output ${LVDS1} --brightness ${0-5}
    try on your machine
    explain this command
  • xrandr:tldr:4bfdf xrandr: Change the resolution and update frequency of DisplayPort 1 to 1920x1080, 60Hz.
    $ xrandr --output ${DP1} --mode ${1920x1080} --rate ${60}
    try on your machine
    explain this command
  • xrandr:tldr:75584 xrandr: Set the resolution of HDMI2 to 1280x1024 and put it on the right of DP1.
    $ xrandr --output ${HDMI2} --mode ${1280x1024} --right-of ${DP1}
    try on your machine
    explain this command
  • xrandr:tldr:a76ad xrandr: Display the current state of the system (known screens, resolutions, ...).
    $ xrandr --query
    try on your machine
    explain this command
  • xrandr:tldr:c64c0 xrandr: Disable the VGA1 output.
    $ xrandr --output ${VGA1} --off
    try on your machine
    explain this command
back to context overview