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

How to make work dual monitors with Debian etch on an IBM x60s ThinkPad?



Hi,

I am using Debian etch on an IBM x60s ThinkPad
and would like to use the laptop monitor in parallel with an external one.

But whatever I try - if an external monitor is connected, the laptop
monitor remains black...

If there is anybody who could have a look on my attempts to make this work
using the /etc/X11/xorg.conf file, I would be most grateful :)

Is there anything else than changing the /etc/X11/xorg.conf configuration
I could / should try?

Thanks, Dietrich


Here comes the output of `lspci':

lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02) 00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02) 02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller 03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4)
15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 09) 15:00.2 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18)


And here some sections from /etc/X11/xorg.conf


# I tried to use the following 2 "Device" sections...

Section "Device"
   Identifier    "Generic Video Card"
   Driver        "vesa"
   BusID        "PCI:0:2:0"
EndSection

Section "Device"
   Identifier    "Generic Video Card - Second Monitor"
   Driver        "vesa"
   BusID        "PCI:0:2:1"
EndSection


# ... and these 2 "Monitor" sections...

Section "Monitor"
   Identifier    "Generic Monitor"
   Option        "DPMS"
   HorizSync    30-81
   VertRefresh    56-75
EndSection

Section "Monitor"
   Identifier    "Second Generic Monitor"
   Option        "DPMS"
   HorizSync    30-81
   VertRefresh    56-75
EndSection


# ... and also  2 "Screen" sections...

Section "Screen"
   Identifier    "Default Screen"
   Device        "Generic Video Card"
   Monitor        "Generic Monitor"
   DefaultDepth    24
   SubSection "Display"
       Depth        1
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        4
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        8
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        15
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        16
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        24
       Modes        "1280x1024" "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Identifier    "Second Screen"
   Device        "Generic Video Card - Second Monitor"
   Monitor        "Second Generic Monitor"
   DefaultDepth    24
   SubSection "Display"
       Depth        1
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        4
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        8
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        15
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        16
       Modes        "1280x1024" "1024x768"
   EndSubSection
   SubSection "Display"
       Depth        24
       Modes        "1280x1024" "1024x768"
   EndSubSection
EndSection


# together with the following "ServerLayout":

Section "ServerLayout"
   Identifier    "Default Layout"
   Option        "Xinerama"    "on"
Option "Clone" "on" Screen "Default Screen"
   Screen        "Second Screen"    RightOf    "Default Screen"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "Synaptics Touchpad"
EndSection


# finally, I also tried this:

Section "ServerFlags"

   Option    "Xinerama"    "true"

EndSection


# Thanks again :) - Dietrich




Reply to: