Fresh debian instala a mudança de resolução

0

Não consigo resolver este problema e preciso de ajuda. Eu instalei o Debian com o xfce e ele tem resolução de 1024x768.

Eu usei os seguintes comandos:

cvt 1920 1080 60
xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr --addmode default 1920x1080_60.00
xrandr --output default --mode 1920x1080_60.00

Após o último comando, recebi esta mensagem de erro:

xrandr: Failed to get size of gamma for output default
xrandr: Configure crtc 0 failed

Então eu tentei este comando em seguida, para resolver o problema:

xrandr --output default --crtc 0 --brightness 0.7

E recebi esta mensagem de erro:

xrandr: Failed to get size of gamma for output default
xrandr: Configure crtc 0 failed

Minha saída xrandr --verbose:

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1920 x 1080
default connected 1024x768+0+0 (0x17f) normal (normal) 0mm x 0mm
Identifier: 0x17e
Timestamp:  1971343
Subpixel:   unknown
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: 
1024x768 (0x17f) 59.769MHz *current
    h: width  1024 start    0 end    0 total 1024 skew    0 clock  58.37KHz
    v: height  768 start    0 end    0 total  768           clock  76.00Hz
1920x1080_60.00 (0x18b) 173.000MHz -HSync +VSync
    h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
    v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz

Meu conhecimento termina aqui. Você pode me ajudar a resolver este pls?

Atualização1:

saída xrandr:

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768      76.00*

Update2: lspci | grep -i -e "VGA" -e "mostrador" de saída:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 67ef (rev cf)
    
por Tomi 15.05.2017 / 18:40

0 respostas