Results 1 to 1 of 1
Hello,
I am currently using a Compaq NX7000 laptop and x.org 6.8.1. This laptop uses the radeon 9000 series mobile chipset. When i do the xorg configuration it detects the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-17-2005 #1Just Joined!
- Join Date
- Dec 2004
- Location
- United Kingdom
- Posts
- 50
Dual Monitors
Hello,
I am currently using a Compaq NX7000 laptop and x.org 6.8.1. This laptop uses the radeon 9000 series mobile chipset. When i do the xorg configuration it detects the card as an ati driver.
If i do a lspci I get the following :
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 01)
I am trying to get internal screen and the external screen to work at the same time. However it does not appear to work. Here is my xorg.conf
Section "ServerLayout"
Identifier "Multihead layout"
#Option "Xinerama"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Screen "Screen0" 0 0
Screen 1 "Screen0" Relative "Screen1" 1024 40
EndSection
Section "ServerFlags"
Option "Xinerama" "on"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
Load "freetype"
#Load "v4l" # Video for Linux
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
#Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons" "off"
Option "Protocol" "imps/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "device0"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "ati"
BusID "PCI:1:0:0"
Option "DCCMode" "on"
Option "DPMS"
Screen 0
EndSection
Section "Device"
Identifier "device1"
BoardName "ATI Radeon"
Driver "ati"
BusID "PCI:1:0:0"
Option "DCCMode" "on"
Option "DPMS"
Screen 1
EndSection
Section "Monitor"
Identifier "monitor0"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "monitor1"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "device0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Virtual 1280 1024
Modes "1280x1024"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Virtual 1600 1050
Modes "1600x1050"
EndSubsection
EndSection
Unfortunatly I cant get the laptop screen and the larger screen to work at the same time. Can anyone shed some light on this or have a laptop that this works on. I would like to stear clear of the ATI drivers as my system is a linux from scratch built box with all sorts of custom stuff that makes it annoying to use anything other than source etc..
I have also tried to use the radeon driver with little luck.


Reply With Quote
