Nvidia Drivers no Debian / Lenny (Stable) - Instalação bem-sucedida - Monitores ficam pretos

1

Instalei com sucesso os drivers proprietários para minha placa gráfica nvidia (geforce 7300 gt) no debian / lenny.

Eu sei que não é a melhor maneira de escolher a instalação do driver (veja este link: link ). mas as duas formas parecem ser possíveis para mim (compilação do módulo nvidia-kernel).

Agora o problema é que os monitores ficam pretos, a luz de energia começa a piscar depois que eu lanço o x-server.

Dê uma olhada nos logs (saída truncada em /var/log/Xorg.0.log):

    (II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) Jul 28 17:10:11 NVIDIA(0): Enabling RENDER acceleration
(II) Jul 28 17:10:11 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Jul 28 17:10:11 NVIDIA(0):     enabled.
(II) Jul 28 17:10:11 NVIDIA(0): NVIDIA GPU GeForce 7300 GT (G73) at PCI:1:0:0 (GPU-0)
(--) Jul 28 17:10:11 NVIDIA(0): Memory: 262144 kBytes
(--) Jul 28 17:10:11 NVIDIA(0): VideoBIOS: 05.73.22.25.00
(II) Jul 28 17:10:11 NVIDIA(0): Detected PCI Express Link width: 16X
(--) Jul 28 17:10:11 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Jul 28 17:10:11 NVIDIA(0): Connected display device(s) on GeForce 7300 GT at PCI:1:0:0:
(--) Jul 28 17:10:11 NVIDIA(0):     Samsung SyncMaster (CRT-0)
(--) Jul 28 17:10:11 NVIDIA(0):     Samsung SyncMaster (DFP-0)
(--) Jul 28 17:10:11 NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
(--) Jul 28 17:10:11 NVIDIA(0): Samsung SyncMaster (DFP-0): 165.0 MHz maximum pixel clock
(--) Jul 28 17:10:11 NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
(II) Jul 28 17:10:11 NVIDIA(0): Assigned Display Device: CRT-0
(==) Jul 28 17:10:11 NVIDIA(0): 
(==) Jul 28 17:10:11 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) Jul 28 17:10:11 NVIDIA(0):     will be used as the requested mode.
(==) Jul 28 17:10:11 NVIDIA(0): 
(II) Jul 28 17:10:11 NVIDIA(0): Validated modes:
(II) Jul 28 17:10:11 NVIDIA(0):     "nvidia-auto-select"
(II) Jul 28 17:10:11 NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) Jul 28 17:10:11 NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
(--) Jul 28 17:10:11 NVIDIA(0):     option
(==) Jul 28 17:10:11 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp

Aqui está o arquivo /etc/X11/xorg.conf completo, conforme gerado pelo nvidia-xconfig:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 256.35  (buildmeister@builder101)  Wed Jun 16 19:25:59 PDT 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
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"
    Hor
    
por David 28.07.2010 / 23:19

1 resposta

0

problema resolvido. a solução foi fácil e simples:

Acabei de pressionar o botão "auto" do meu monitor. soa estranho, mas é assim: /

Eu suponho que alguma configuração usando o gtf (gtf 1280 1024 60)

também forneceu os resultados necessários.

    
por 29.07.2010 / 21:19