LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   multihead layout - external monitor and lcd laptop (https://www.linuxquestions.org/questions/debian-26/multihead-layout-external-monitor-and-lcd-laptop-360746/)

+_+ 09-06-2005 11:06 AM

multihead layout - external monitor and lcd laptop
 
warning: Debian newb

setup:

debian
minimal install
gdm/icewm
I'm trying to setup dual monitors.
I have a laptop lcd screen and an external crt monitor.

The config file below loads fine without any parsing errors and gdm loads..



Problem:

Using my edited config file below the external monitor properly loads the left side of my icewm when i start gdm but the lcd screen - it stays blank as if it was off.

Questions:
Can anyone spot out what i did wrong?
Can anyone redirect me to setting up an LCD screen with an external monitor? Ive looked around a bit now.

Partial newb solutions that I am going to try next:
maybe the depth/resolution has to be the same to load properly?
xinerama, something i need to apt or is it packaged with the xserver stuff?
try setting up vga on the external monitor, even though the ati card should work on both?

Thanks in advance,
+_+

Parts of /etc/X11/XF86Config-4 below:

Section "ServerFlags"
Option "Xinerama"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon R250 Lf [Radeon Mobility 9000 M9]"
Driver "ati"
BusID "PCI:1:0:0"
Option "DDCMode" "on"
Option "DPMS"
Screen 0
EndSection

Section "Device"
Identifier "device1"
Driver "ati"
BusID "PCI:1:0:0"
Option "DDCMode" "on"
Option "DPMS"
Screen 1
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-57
VertRefresh 43-72
Option "DPMS"
EndSection

Section "Monitor"
Identifier "monitor1"
HorizSync 30-57
VertRefresh 43-72
Option "DPMS"
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI Technologies, Inc. Radeon R250 Lf [Radeon Mobility 9000 M9]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Multihead layout"
Screen "Screen0" 0 0
Screen "Screen1" Leftof "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection


All times are GMT -5. The time now is 07:58 AM.