Radeon 9200 Dual Screen on Slackware 12
Hello,
I am trying to configure dual screen with Radeon 9200 on Slackware 12.
The diaplay is working fine but I cannot configure my xorg.conf (X server) for dual screen-ed display.
I have tried to configure but it does not give me dual screens. I keep on getting the same display on both of the screens. There is no other problem otherwise.
I have also pasted relevant sections from my xorg.conf file.
Any help would be most appreciated.
Thanks and regards,
Abid Ghufran.
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Monitor 0"
HorizSync 31.5 - 50.0
VertRefresh 40-90
EndSection
Section "Monitor"
Identifier "Monitor 1"
HorizSync 31.5 - 50.0
VertRefresh 40-90
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "card 0"
Driver "radeon"
EndSection
Section "Device"
Identifier "card 1"
Driver "radeon"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen 0"
Device "card 0"
Monitor "Monitor 0"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "card 1"
Monitor "Monitor 1"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Identifier "Simple Layout 0"
Screen 0 "Screen 0" 0 0
Screen 1 "Screen 1" LeftOf "Screen 0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|