ubuntuusers.de

Dualview - Radeon xpress 200m

Autor:
Behind_These_Walls
Datum:
27. Juli 2008 23:28
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
        Identifier      "Default Layout"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
        InputDevice     "cursor"	"SendCoreEvents"
	     InputDevice     "eraser"	"SendCoreEvents"
	     InputDevice	"Synaptics Touchpad"
        Screen          "screen1"
        #Option         "AIGLX"         "true"
        #Option          "GLX"           "true"
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
   Boardname   "ATI Radeon"
	Driver		"radeon"
	Busid		"PCI:1:5:0"
EndSection

Section "Screen"
	Identifier	"screen1"
	Device		"ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
	Monitor		"monitor1"
	Defaultdepth	24
	SubSection "Display"
		Depth	   24
      Virtual  2560 1024
		Modes		"1280x1024" "1024x768"
	EndSubSection
EndSection


Section "Monitor"
        Identifier      "monitor1"
        #Modelname       "LCD Panel 1280x1024"
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "monitor2"
        #Modelname       "LCD Panel 1280x1024"
        Option          "DPMS"
EndSection