ati x300 pcie dual monitors won't work!
shroomers_inc_at_mchsi.com
Date: 10/25/05
- Previous message: Måns Rullgård: "Re: how to use 1g ram as disk?"
- Next in thread: Jeff Long: "Re: ati x300 pcie dual monitors won't work!"
- Reply: Jeff Long: "Re: ati x300 pcie dual monitors won't work!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Oct 2005 15:02:49 -0700
I have a dell dimension 9100 with a ati radeon x300, a dell 2005fpw 20"
lcd and a sony cpd-g400 19" crt. I am running suse 10. I have not been
able to configure xorg to use both monitors in a xinerama type setup
correctly. when I start X everything starts up with no errors but my
sony (pluged into the vga) goes black while the dell (pluged into the
dvi) works just fine. the strange thing is that the desktop is extended
like the other monitor was working! I know that the monitor is good
because when I am in text mode it works. I have also been able to
(mis)configure both monitors to be on at the same time but they are
clones. I havn't been able to figure out what to do. I even tried ati's
drivers to no avail. if anyone knows what is wrong or has an idea
please let me know! I use this computer at work and I don't like having
to spend time in windows just to have enough work space! thanks!
Section "ServerLayout"
Identifier "Multihead layout"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name
of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated
together)
# By default, Red Hat 6.0 and later now use a font server independent
of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
# FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "dell"
VendorName "Monitor Vendor"
ModelName "2005fpw"
HorizSync 38-83
VertRefresh 56-75
Option "dpms"
EndSection
Section "Monitor"
Identifier "sony"
VendorName "SONY"
ModelName "cpd-g400"
VertRefresh 48-120
HorizSync 30-107
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon X300"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "radeon"
VendorName "Videocard Vendor"
BoardName "ATI Radeon X300"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "dell"
# DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "sony"
# DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
- Previous message: Måns Rullgård: "Re: how to use 1g ram as disk?"
- Next in thread: Jeff Long: "Re: ati x300 pcie dual monitors won't work!"
- Reply: Jeff Long: "Re: ati x300 pcie dual monitors won't work!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]