im new to on this board and a newbie with linux ! so some days ago i installed sabayon 4.1 with gnome & compiz. so i like this os very much !!! great work !!
but i got one problem with the x-server.
i have an ati4850 with 2 tft screens and wanne use them both as one big screen. a 22" packard bell and a 16" samsung sync master. the 22" should run with 1680x1050 60hz and the 16" should run with 1024x768 75hz.
till now only the 22" runs in 1680x1050 60hz. but i've to set it up at every startup in the ati-center manually. without setting it up manually it runs only in 1024x768. the 22" is shown as monitor number 2 and the 16" as number 1 in the ati-center.
how could i set it up to my setting without setting it up at every startup ???
here is my xorg.conf:
- Code: Select all
Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "amdcccle-Screen[2]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "i2c"
Load "ddc"
Load "vbe"
Load "dri"
Load "glx"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "off"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 80.0
VertRefresh 43.0 - 60.0
EndSection
Section "Monitor"
Identifier "amdcccle-Monitor[2]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
#BusID "PCI:02:00"
#Option "RenderAccel" "on"
#Option "XAANoOffscreenPixmaps"
#Option "BusType" "PCI"
#Option "ColorTiling" "on"
#Option "EnablePageFlip" "on"
Identifier "SabayonVga0"
Driver "fglrx"
Option "UseEvents" "True"
EndSection
Section "Device"
Identifier "amdcccle-Device[2]-0"
Driver "fglrx"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
#Option "AddARGBGLXVisuals" "true"
Identifier "Screen 0"
Device "SabayonVga0"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
#Modes "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
#Modes "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
#Modes "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[2]-0"
Device "amdcccle-Device[2]-0"
Monitor "amdcccle-Monitor[2]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
thx for your answers
greetz

