graphic issues debian jessie

0

Tenho alguns problemas gráficos no meu laptop, baixa resolução e nenhuma possibilidade de vincular outro monitor VGA.

root@random:~# lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [GeForce GT 630M] [10de:0de9] (rev a1)
root@random:~# 

root@random:~# lshw -c video | grep configuration 
       configuration: driver=nouveau latency=0
       configuration: driver=i915 latency=0


root@random:~# cat /etc/X11/xorg.conf
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

É possível que o xorg.conf esteja em algum lugar errado?

random@random:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
XWAYLAND0 connected 1360x768+0+0 340mm x 190mm
   [email protected]   0.00*+

root@random:~# uname -a
Linux random 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 GNU/Linux

Obrigado antecipadamente.

    
por marte3707 29.06.2015 / 14:27

1 resposta

0

Se você não tiver problemas com o uso de software proprietário, recomendo usar os drivers que a Nvidia fornece para o GNU / Linux. Eles geralmente estão a par com suas contrapartes do Windows.

Eu tentei usar nouveau no meu MacBook Pro algum tempo atrás, mas encontrei muitos problemas (cintilação e outros artefatos gráficos). Eu finalmente desisti e recorri ao uso dos drivers da Nvidia.

    
por 03.07.2015 / 16:12