Results 1 to 1 of 1
I have been trying to get my vidiocard to display a big-desktop, but evey time that i have it to show two different screen, is it just a blue background ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-22-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 1
Problem with Big-Desktop with ATI Radeon 1950GT
I have been trying to get my vidiocard to display a big-desktop, but evey time that i have it to show two different screen, is it just a blue background and the mouse that i can move there, but the mouse is a x symbol.
i am using a ATI Radeon 1950GT and are using Gnome grafiks, but i can get it to bee a big desktop...
Pleas help i am at my wich end.... :drown:
her is the xorg.conf that i have change hope you can help.
P.s some time it just shuts down one of the monitors......
--etc/X11/xorg.conf---------------------------------------------------------------------------------------------
Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "dinovo"
Option "XkbLayout" "dk"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "bustype" "0x0003"
Option "product" "0xc50e"
Option "relBits" "+0+1+2"
Option "HWheelRelativeAxisButtons" "7 6"
Option "vendor" "0x046d"
EndSection
Section "InputDevice"
Identifier "Mouse3"
Driver "evdev"
Option "bustype" "0x0003"
Option "product" "0xc714"
Option "relBits" "+0+1+2"
Option "HWheelRelativeAxisButtons" "7 6"
Option "vendor" "0x046d"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Acer AL1711"
HorizSync 30-83
VertRefresh 55-75
EndSection
Section "Monitor"
Identifier "monitor2"
VendorName "Plug'n Play"
ModelName "Acer AL1916"
HorizSync 30-83
VertRefresh 55-75
EndSection
Section "Device"
Identifier "Videocard0a"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X1300 - X1950"
Driver "fglrx"
BusID "PCI:01:00:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard0b"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X1300 - X1950"
Driver "fglrx"
BusID "PCI:01:00:0"
Screen 1
EndSection
Section "Screen"
Identifier "screen0"
Device "Videocard0a"
Monitor "monitor1"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubsection
EndSection
Section "Screen"
Identifier "screen1"
Device "Videocard0b"
Monitor "monitor2"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Multihead layout"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Mouse3" "SendCoreEvents"
Option "Clone" "false"
Screen 0 "screen0" 0 0
Screen 1 "screen0" RightOf "screen0"
EndSection


Reply With Quote
