baixa resolução de exibição

1

Eu tenho um problema com a minha nova área de trabalho: baixa resolução de exibição.

Aqui estão algumas informações simples do meu PC desktop.
os: ubuntu 14.04 LTS
cartão de exibição: nvidia gtx 960

Eu pesquisei muitas soluções na Internet, mas nenhuma delas parece funcionar para mim. E aqui está o que eu tentei.

Passo 1.

Eu baixei o driver nvidia mais recente para o gtx 960 e instalei-o através do ubuntu software & amp; atualizações .
Acho que o driver funciona porque foram adicionadas mais duas resoluções de tela (1360 * 768 e 1152 * 864) ao meu monitor, enquanto apenas 1024 * 768 & amp; 800 * 600 foram listados antes. Além disso, as configurações do NVIDIA X Server estão disponíveis agora. No entanto, o problema não é resolvido.

Passo 2.

Eu tentei adicionar uma resolução de exibição usando o comando xrandr . Os seguintes comandos foram executados:

joey@joey-B85M:~$ cvt 1680 1050 60
# 1680x1050 59.95 Hz (CVT 1.76MA) hsync: 65.29 kHz; pclk: 146.25 MHz
Modeline "1680x1050_60.00"  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync
    
    
joey@joey-B85M:~$ xrandr --newmode "1680x1050_60.00"  146.25  1680 1784 1960 2240 1050 
1053 1059 1089 -hsync +vsync
    
Então eu executei o comando xrandr e a saída é esta:

Screen 0: minimum 8 x 8, current 1152 x 864, maximum 16384 x 16384
DVI-I-0 connected primary 1152x864+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0 +
   1360x768       60.0     59.8
1152x864 60.0* 800x600 72.2 60.3 56.2
680x384 60.0 59.8
640x480 59.9
512x384 60.0
400x300 72.2
320x240 60.1
DVI-I-1 disconnected (normal left inverted right x axis y axis) HDMI-0 disconnected (normal left inverted right x axis y axis) DP-0 disconnected (normal left inverted right x axis y axis) DP-1 disconnected (normal left inverted right x axis y axis) DVI-D-0 disconnected (normal left inverted right x axis y axis) 1680x1050_60.00 (0x1f9) 146.2MHz h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.3KHz v: height 1050 start 1053 end 1059 total 1089 clock 60.0Hz

Como você pode ver, o ponto é que: estou adicionando uma nova resolução de exibição a uma placa de exibição que não estou realmente usando. Eu adiciono 1680x1050_60 0,00 a DVI-D-0 , a placa de vídeo que eu deveria ter usado. Mas, na verdade, estou usando DVI-I-0 .

Eu procurei novamente e acho que pode ser um problema do xrog.conf, e tentei gerar um. Eu corro isto:     

Xorg -configure: 1
Aqui está a saída:
X.Org X Server 1.17.1
Release Date: 2015-02-10
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-77-generic x86_64 Ubuntu
Current Operating System: Linux joey-B85M 3.19.0-49-generic #55~14.04.1-Ubuntu SMP Fri Jan 22 11:24:31 UTC 2016 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic root=UUID=94912055-e1da-4c3e-bd80-6d1b7209d320 ro drm.debug=0xe plymouth:debug
Build Date: 13 May 2015  04:35:05AM
xorg-server 2:1.17.1-0ubuntu3~trusty1 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.30.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Tue Feb  9 16:15:51 2016
List of video drivers:
    siliconmotion
    intel
    r128
    sisusb
    vmware
    trident
    nvidia
    tdfx
    nouveau
    mga
    mach64
    radeon
    ati
    neomagic
    cirrus
    openchrome
    savage
    vesa
    fbdev
    modesetting
(++) Using config file: "/home/joey/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"

Xorg detected your mouse at device /dev/input/mice. Please check your config if the mouse is still not operational, as by default Xorg tries to autodetect the protocol.

Your xorg.conf file is /home/joey/xorg.conf.new

To test the server, run 'X -config /home/joey/xorg.conf.new'

(EE) Server terminated with error (2). Closing log file.

Infelizmente, outro erro. Aqui está o meu arquivo xorg.conf.new.

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "built-ins" EndSection

Section "Module" Load "glx" EndSection

Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection

Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection

Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection

Section "Device" Identifier "Card0" Driver "nvidia" BusID "PCI:1:0:0" EndSection

Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection

O que devo fazer? A conexão ao DVI-D-0 resolve o problema? Se sim, como posso fazer isso? By the way, como postar arquivo em askubuntu.com? Tanto post code é bastante feio.

EDIT: Saída do comando

lscpci -k | grep -EA2 'VGA|3D'
    
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1401 (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device 36be
Kernel driver in use: nvidia
    
por joeyX 09.02.2016 / 13:32

0 respostas