adiciona resolução ao cartão ATI - 16.04

0

meu computador é dell Inspirion One link

kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ xrandr --listmonitors
xrandr: Failed to get size of gamma for output default
Monitors: 1
 0: +*default 1400/370x1050/278+0+0  default
kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ xrandr --listproviders
Providers: number : 0
kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ 


kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ lspci |grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470]

a resolução do alvo é 1920 x 1080

kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ sudo ubuntu-drivers list
bcmwl-kernel-source
amd64-microcode

eu tento dessa maneira

kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ cvt 1920 1080 60
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ sudo xrandr --newmode %Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync%
xrandr: unrecognized option '-hsync'
Try 'xrandr --help' for more information.
kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ sudo xrandr --newmode Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr: unrecognized option '-hsync'
Try 'xrandr --help' for more information.
kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ sudo xrandr --newmode %Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 +vsync%
xrandr: unrecognized option '+vsync%'
Try 'xrandr --help' for more information.
kbywalec@compaq-Presario-CQ60-Notebook-PC:~$ sudo xrandr --newmode %Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120%
xrandr: Failed to get size of gamma for output default

Atualização1 como raiz eu tenho

root@compaq-Presario-CQ60-Notebook-PC:/home/kbywalec# xrandr --newmode 1920x1080_60 173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr: Failed to get size of gamma for output default
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  16 (RRCreateMode)
  Serial number of failed request:  19
  Current serial number in output stream:  19
root@compaq-Presario-CQ60-Notebook-PC:

ATUALIZAÇÃO 2

eu tenho apenas essa informação

xrandr -q 
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1400 x 1050, current 1400 x 1050, maximum 1400 x 1050
default connected primary 1400x1050+0+0 0mm x 0mm
   1400x1050     77.00* 

eu tento com 50

root@compaq-Presario-CQ60-Notebook-PC:/home/kbywalec# xrandr --newmode 1920x1080_50 173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr: Failed to get size of gamma for output default
root@compaq-Presario-CQ60-Notebook-PC:/home/kbywalec# 

ATUALIZAÇÃO 3 Eu testo a mesma situação no próximo laptop (sony vaio)

eu escrevo segundo sobre isso aqui driver nvidia em 16.04 - GT216M - sony vaio

grek@lapop-vaio:~$ lspci |grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GT216M [GeForce GT 330M] (rev a2)


grek@lapop-vaio:~$ cvt 1920 1080 60
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
grek@lapop-vaio:~$ sudo xrandr --newmode %Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync%
xrandr: unrecognized option '-hsync'
Try 'xrandr --help' for more information.
grek@lapop-vaio:~$ sudo xrandr --newmode %Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 +vsync%
xrandr: unrecognized option '+vsync%'
Try 'xrandr --help' for more information.
grek@lapop-vaio:~$ sudo xrandr --newmode %Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120%
xrandr: Failed to get size of gamma for output default
grek@lapop-vaio:~$ sudo xrandr --newmode 1920x1080_60.00
xrandr: failed to parse '1920x1080_60.00' as a mode specification
Try 'xrandr --help' for more information.
grek@lapop-vaio:~$ sudo xrandr --help
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>
      --scale-from <w>x<h>
      --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>
      --brightness <value>
      --primary
  --noprimary
  --newmode <name> <clock MHz>
            <hdisp> <hsync-start> <hsync-end> <htotal>
            <vdisp> <vsync-start> <vsync-end> <vtotal>
            [flags...]
            Valid flags: +HSync -HSync +VSync -VSync
                         +CSync -CSync CSync Interlace DoubleScan
  --rmmode <name>
  --addmode <output> <name>
  --delmode <output> <name>
  --listproviders
  --setprovideroutputsource <prov-xid> <source-xid>
  --setprovideroffloadsink <prov-xid> <sink-xid>
  --listmonitors
  --listactivemonitors
  --setmonitor <name> {auto|<w>/<mmw>x<h>/<mmh>+<x>+<y>} {none|<output>,<output>,...}
  --delmonitor <name>

grek@lapop-vaio:~$ sudo xrandr --newmode %Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hync +vsync%
xrandr: unrecognized option '-hync'
Try 'xrandr --help' for more information.
grek@lapop-vaio:~$ sudo xrandr --newmode %Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -HSync +VSync%
xrandr: unrecognized option '-HSync'
Try 'xrandr --help' for more information.
grek@lapop-vaio:~$ sudo xrandr --newmode %Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120%
xrandr: Failed to get size of gamma for output default
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  16 (RRCreateMode)
  Serial number of failed request:  19
  Current serial number in output stream:  19

ambos os laptops foram atualizados de 14.04 para 16.04 (Eu preffers drivers de código aberto porque suporta segunda placa gráfica USB) Onde pode por um problema?

    
por Krzysztof Boels 10.05.2016 / 14:12

1 resposta

0

parece que você tem a sintaxe xrandr errada e você não precisa executá-la sudo também.

introduza primeiro o modo para xrandr

xrandr --newmode 1920x1080_60 173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync

Em seguida, atribua-o à saída relevante (por exemplo, hdmi, dp1, vga)

xrandr --addmode HDMI1 1920x1080_60

Em seguida, faça a saída usar a nova resolução

xrandr --output HDMI1 --mode 1920x1080_60

Esta é uma resolução bastante padrão, por isso estou surpreso que você realmente precise fazer isso, isso sugere que seu monitor não está anunciando adequadamente seus recursos ou sua placa gráfica tem um driver menos ideal.

    
por Amias 10.05.2016 / 14:51