[ltp] Multi-headed desktop with ATI Radeon Mobility 7500

Martin Höfling linux-thinkpad@linux-thinkpad.org
Thu, 1 Apr 2004 16:19:34 +0200


--Boundary-00=_2TCbAt8b1GQ8YQg
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline



here my XF86Config



--Boundary-00=_2TCbAt8b1GQ8YQg
Content-Type: text/plain;
  charset="iso-8859-15";
  name="XF86Config"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="XF86Config"


Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"

    ModulePath	"/usr/X11R6/lib/modules"

    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/100dpi:unscaled"
    FontPath 	"/usr/X11R6/lib/X11/fonts/Type1"
    FontPath 	"/usr/X11R6/lib/X11/fonts/CID"
    FontPath 	"/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath 	"/usr/local/share/fonts"
    FontPath 	"/usr/share/fonts"
    FontPath 	"/usr/X11R6/lib/X11/fonts"
    FontPath 	"/usr/share/fonts/afms"
    FontPath 	"/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath 	"/usr/X11R6/lib/X11/fonts/truetype"
    FontPath 	"/usr/X11R6/lib/X11/fonts/TTF"
    FontPath 	"/usr/X11R6/lib/X11/fonts/ukr"
EndSection

Section "Module"
    Load	"dbe"
    Load	"GLcore"
    Load	"bitmap"
    Load	"ddc"
    Load	"dri"
    Load	"extmod"
    Load	"glx"
    Load	"int10"
    Load	"record"
    Load	"speedo"
    Load	"vbe"
    Load	"type1"
    Load	"freetype"
EndSection


Section "ServerFlags"
    Option "DefaultServerLayout" "Clone3D"
    Option	"blank time"	"10"	# 10 minutes
    Option	"standby time"	"20"
    Option	"suspend time"	"30"
    Option	"off time"	"60"
#    Option	"Xinerama"	"true"
EndSection

Section "InputDevice"
    Identifier	"Keyboard"
    Driver	"keyboard"
    Option	"XkbModel"	"pc105"
    Option	"XkbLayout"	"de"
    Option	"XkbVariant"	"nodeadkeys"
    Option	"XkbOptions"	"ctrl:nocaps"
EndSection


Section "InputDevice"
    Identifier	"Mouse"
    Driver	"mouse"
    Option	"Protocol"	"ImPS/2"
    Option	"Device"	"/dev/input/mice"
    Option	"ZAxisMapping"	"4 5"
    Option	"SendCoreEvents" "true"
EndSection


Section "InputDevice" 
     Driver      "synaptics" 
     Identifier  "Touchpad" 
     Option      "Device"       "/dev/input/event0" 
     Option      "Protocol"     "event" 
     Option      "LeftEdge"     "1900" 
     Option      "RightEdge"    "5400" 
     Option      "BottomEdge"   "1800" 
     Option      "TopEdge"      "3900" 
     Option      "FingerLow"    "25" 
     Option      "FingerHigh"   "30" 
     Option      "MaxTapTime"   "180" 
     Option      "MaxTapMove"   "220" 
     Option      "VertScrollDelta" "100" 
     Option      "MinSpeed"     "0.02" 
     Option      "MaxSpeed"     "0.18" 
     Option      "AccelFactor"  "0.0010" 
 #    Option      "Repeater"     "/dev/ps2mouse" 
 #    Option      "SHMConfig"    "on" 
EndSection

Section "Monitor"
    Identifier	"LCD"
    HorizSync 28-50
    VertRefresh	43-75
    Option	"dpms"
EndSection

Section "Monitor"
    Identifier	"IiyamaVisionMaster451"
    HorizSync 30-115
    VertRefresh	50-160
    Option	"dpms"
EndSection

Section "Device"
    Identifier	"Ati Radeon Mobility 7500 3D"
    Driver	"radeon"
    BusID	"PCI:1:0:0"
    Option "AGPMode" "4"
    Option "AGPFastWrite" "true"
    Option "CloneMode" "1024x768"
    Option "CloneHSync" "30-115"
    Option "CloneVRefresh" "50-160"
    Option "OverlayOnCRTC2" "true"
    Option "EnablePageFlip" "true"
EndSection

Section "Device"
    Identifier	"Ati Radeon Mobility 7500 TV"
    Driver	"radeon"
    BusID	"PCI:1:0:0"
    Option "SWcursor" "true"
EndSection

Section "Device"
    Identifier	"Ati Radeon Mobility 7500 Dual1"
    Driver	"radeon"
    BusID	"PCI:1:0:0"
    Option 	"MonitorLayout" "LVDS,CRT"
    Screen 	0
EndSection

Section "Device"
    Identifier	"Ati Radeon Mobility 7500 Dual2"
    Driver	"radeon"
    BusID	"PCI:1:0:0"
    Option 	"MonitorLayout" "LVDS,CRT"
    Screen 	1
EndSection


Section "Screen"
    Identifier	"3DScreen"
    Device	"Ati Radeon Mobility 7500 3D"
    Monitor	"LCD"
    DefaultDepth 24
    SubSection "Display"
        Depth		24
        Modes		"1024x768" "800x600" "640x480"  
    EndSubsection
EndSection

Section "Screen"
    Identifier	"TVScreen"
    Device	"Ati Radeon Mobility 7500 TV"
    Monitor	"LCD"
    DefaultDepth 24
    SubSection "Display"
        Depth		24
        Modes		"1024x768" "800x600" "640x480"  
    EndSubsection
EndSection

Section "Screen"
    Identifier	"DualScreen1"
    Device	"Ati Radeon Mobility 7500 Dual1"
    Monitor	"LCD"
    DefaultDepth 24
    SubSection "Display"
        Depth		24
        Modes		"1024x768" "800x600" "640x480"  
    EndSubsection
EndSection

Section "Screen"
    Identifier	"DualScreen2"
    Device	"Ati Radeon Mobility 7500 Dual2"
    Monitor	"IiyamaVisionMaster451"
    DefaultDepth 24
    SubSection "Display"
        Depth		24
        Modes		"1024x768" "800x600" "640x480"  
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier	"Clone3D"
    Screen	"3DScreen"
    InputDevice "Touchpad" "CorePointer"
    InputDevice	"Mouse" "SendCoreEvents"
    InputDevice "Keyboard" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier	"TV"
    Screen	"TVScreen"
    InputDevice "Touchpad" "CorePointer"
    InputDevice	"Mouse" "SendCoreEvents"
    InputDevice "Keyboard" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier	"Dualhead"
    Screen	"DualScreen1"
    Screen	"DualScreen2" LeftOf "DualScreen1"
    InputDevice "Touchpad" "CorePointer"
    InputDevice	"Mouse" "SendCoreEvents"
    InputDevice "Keyboard" "CoreKeyboard"
EndSection

Section "dri" 
     Mode 0666 
EndSection 
--Boundary-00=_2TCbAt8b1GQ8YQg--