[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Dos monitores



Saludos, utilizo debian Lenny.

Necesito utilizar dos monitores.

Agregue la segunda tarjeta de red y ambas son reconocidas

chaco@zeus:~$ lspci |egrep -i vga
00:08.0 VGA compatible controller: Silicon Integrated Systems [SiS]
86C326 5598/6326 (rev 0b)
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4
MX 440 AGP 8x] (rev a2)


Luego modifique el archivo xorg.con de la siguiente manera siguiendo
varios correos y turoriales en la red

Section "ServerLayout"
    Identifier     "Layout0"
    #Option "Xinerama" "on"
    Screen      0  "Screen0" 0 0
    #Screen "Screen0" RightOf "Screen1"
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
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"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 60.0
    VertRefresh     50.0 - 120.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "vesa"
    VendorName     "ves"
    BusID "PCI:0:8:0"
    Screen 1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    16
    SubSection     "Display"
        Depth       16
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    16
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


Reinicio las X pero solo el primer monitor (el que usa la tarjeta
nvidia) levanta el otro se mantiene 'SIN SEÑAL'

Basicamente la consulta es que me falta :) o que estoy haciendo mal.

-- 
Diego Chacón Rojas
diego.chacon@gmail.com
San Jose Costa Rica

  .-.
  /v\    L   I   N   U   X
 // \\
/(   )\
 ^^-^^
"This is Unix-Land. In quiet nights, you can hear the Windows machines reboot"
USER    350910
MACHINE 244435
No me envie correos en formatos propietarios
http://www.gnu.org/philosophy/no-word-attachments.es.html
http://www.debian.org/intro/about.es.html
http://www.ubuntu-es.org/ubuntu/introduccion


Reply to: