Controladores Nvidia en Debian / Lenny (Estable) -> Instalación exitosa -> Monitores se ponen negros


1

He instalado con éxito los controladores propietarios de mi tarjeta gráfica nvidia (geforce 7300 gt) en debian / lenny.

Sé que no es la mejor manera de elegir la instalación del controlador (vea este enlace: http://wiki.debian.org/NvidiaGraphicsDrivers#non-freedrivers ). pero las dos formas me parecen posibles (compilación del módulo nvidia-kernel).

Ahora el problema es que los monitores se vuelven negros, la luz de encendido comienza a parpadear después de iniciar el servidor x.

Eche un vistazo a los registros (salida truncada de /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

Aquí está el archivo completo /etc/X11/xorg.conf generado por 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

Respuestas:


0

problema resuelto. La solución fue fácil y simple:

Acabo de presionar el botón "auto" de mi monitor. Suena raro, pero así es: /

Supongo que alguna configuración usando gtf (Gtf 1280 1024 60)

También proporcionó los resultados necesarios.

Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.