Por que esses comandos xrandr não estão funcionando?

2

Eu me pergunto o que estou fazendo de errado. Parece que a placa de vídeo alterna através dos monitores e resoluções por si só, então eu quero eliminar as opções e deixar apenas as que eu uso. Como você pode ver, não funcionou.

rt@mach:~$ xrandr --rmmode HDMI1 1280x1024
usage: xrandr [options]
  where options are:
  -display <display> or -d <display>
  -help
  -o <normal,inverted,left,right,0,1,2,3>
            or --orientation <normal,inverted,left,right,0,1,2,3>
  -q        or --query
  -s <size>/<width>x<height> or --size <size>/<width>x<height>
  -r <rate> or --rate <rate> or --refresh <rate>
  -v        or --version
  -x        (reflect in x)
  -y        (reflect in y)
  --screen <screen>
  --verbose
  --current
  --dryrun
  --nograb
  --prop or --properties
  --fb <width>x<height>
  --fbmm <width>x<height>
  --dpi <dpi>/<output>
  --output <output>
  --auto
  --mode <mode>
  --preferred
  --pos <x>x<y>
  --rate <rate> or --refresh <rate>
  --reflect normal,x,y,xy
  --rotate normal,inverted,left,right
  --left-of <output>
  --right-of <output>
  --above <output>
  --below <output>
  --same-as <output>
  --set <property> <value>
  --scale <x>x<y>
  --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
  --off
  --crtc <crtc>
  --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
  --gamma <r>:<g>:<b>
  --primary
  --noprimary
  --newmode <name> <clock MHz>
        <hdisp> <hsync-start> <hsync-end> <htotal>
        <vdisp> <vsync-start> <vsync-end> <vtotal>
        [+HSync] [-HSync] [+VSync] [-VSync]
  --rmmode <name>
  --addmode <output> <name>
  --delmode <output> <name>

.

rt@mach:~$ xrandr --delmode HDMI1 1280x1024
X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  150 (RANDR)
  Minor opcode of failed request:  19 (RRDeleteOutputMode)
  Serial number of failed request:  29
  Current serial number in output stream:  30

.

root@mach:/home/rt# xrandr --delmode HDMI1 1280x1024
X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  150 (RANDR)
  Minor opcode of failed request:  19 (RRDeleteOutputMode)
  Serial number of failed request:  29
  Current serial number in output stream:  30

.

root@mach:/home/rt# xrandr --rmmode HDMI1 1280x1024
usage: xrandr [options]
  where options are:
  -display <display> or -d <display>
  -help
  -o <normal,inverted,left,right,0,1,2,3>
            or --orientation <normal,inverted,left,right,0,1,2,3>
  -q        or --query
  -s <size>/<width>x<height> or --size <size>/<width>x<height>
  -r <rate> or --rate <rate> or --refresh <rate>
  -v        or --version
  -x        (reflect in x)
  -y        (reflect in y)
  --screen <screen>
  --verbose
  --current
  --dryrun
  --nograb
  --prop or --properties
  --fb <width>x<height>
  --fbmm <width>x<height>
  --dpi <dpi>/<output>
  --output <output>
  --auto
  --mode <mode>
  --preferred
  --pos <x>x<y>
  --rate <rate> or --refresh <rate>
  --reflect normal,x,y,xy
  --rotate normal,inverted,left,right
  --left-of <output>
  --right-of <output>
  --above <output>
  --below <output>
  --same-as <output>
  --set <property> <value>
  --scale <x>x<y>
  --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
  --off
  --crtc <crtc>
  --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
  --gamma <r>:<g>:<b>
  --primary
  --noprimary
  --newmode <name> <clock MHz>
        <hdisp> <hsync-start> <hsync-end> <htotal>
        <vdisp> <vsync-start> <vsync-end> <vtotal>
        [+HSync] [-HSync] [+VSync] [-VSync]
  --rmmode <name>
  --addmode <output> <name>
  --delmode <output> <name>
    
por SurvMach 01.11.2013 / 04:01

1 resposta

2

Acho que o que você está experimentando aqui é esse bug que foi registrado no Ubuntu. Intitulado: erro xrandr com delmode - pacote “x11-xserver-utils” do Ubuntu Bugs Bug # 364091 .

Este problema parece ter sido corrigido em versões posteriores.

trecho

POJAR GEO (geoubuntu) wrote on 2011-06-29:
     #27 This problem is solved with latest ubuntu 11.04.
    
por 06.01.2014 / 03:44

Tags