Report abuse

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
Section "ServerLayout"                                  
        Identifier     "X.org Configured"               
        Screen      0  "aticonfig-Screen[0]-0" 0 0      
        InputDevice    "Mouse0" "CorePointer"           
        InputDevice    "Keyboard0" "CoreKeyboard"       
EndSection                                              

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/TTF"   
        FontPath     "/usr/share/fonts/OTF"   
        FontPath     "/usr/share/fonts/Type1" 
        FontPath     "/usr/share/fonts/misc"  
        FontPath     "/usr/share/fonts/75dpi/:unscaled"
EndSection                                             

Section "Module"
        Load  "dbe"
        Load  "GLcore"
        Load  "record"
        Load  "dri"   
        Load  "xtrap" 
        Load  "extmod"
        Load  "glx"   
        Load  "freetype"
        Load  "type1"   
EndSection              

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"      
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection                                   

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse" 
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"  
EndSection                                    

Section "Monitor"

        #DisplaySize      460   300     # mm
 ### Comment all HorizSync and VertRefresh values to use DDC:
        Identifier   "Monitor0"                              
        VendorName   "SAM"                                   
        ModelName    "SyncMaster"                            
        HorizSync    30.0 - 81.0                             
        VertRefresh  56.0 - 75.0                             
        Option      "DPMS"                                   
EndSection                                                   

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"                              
EndSection                                                     

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"             
        ### [arg]: arg optional                                      
        #Option     "NoAccel"                   # [<bool>]           
        #Option     "SWcursor"                  # [<bool>]           
        #Option     "Dac6Bit"                   # [<bool>]           
        #Option     "Dac8Bit"                   # [<bool>]           
        #Option     "BusType"                   # [<str>]            
        #Option     "CPPIOMode"                 # [<bool>]           
        #Option     "CPusecTimeout"             # <i>                
        #Option     "AGPMode"                   # <i>                
        #Option     "AGPFastWrite"              # [<bool>]           
        #Option     "AGPSize"                   # <i>                
        #Option     "GARTSize"                  # <i>                
        #Option     "RingSize"                  # <i>                
        #Option     "BufferSize"                # <i>                
        #Option     "EnableDepthMoves"          # [<bool>]           
        #Option     "EnablePageFlip"            # [<bool>]           
        #Option     "NoBackBuffer"              # [<bool>]           
        #Option     "DMAForXv"                  # [<bool>]           
        #Option     "FBTexPercent"              # <i>                
        #Option     "DepthBits"                 # <i>                
        #Option     "PCIAPERSize"               # <i>                
        #Option     "AccelDFS"                  # [<bool>]           
        #Option     "DDCMode"                   # [<bool>]           
        #Option     "IgnoreEDID"                # [<bool>]           
        #Option     "DisplayPriority"           # [<str>]            
        #Option     "PanelSize"                 # [<str>]            
        #Option     "ForceMinDotClock"          # <freq>             
        #Option     "ColorTiling"               # [<bool>]           
        #Option     "VideoKey"                  # <i>                
        #Option     "RageTheatreCrystal"        # <i>                
        #Option     "RageTheatreTunerPort"      # <i>                
        #Option     "RageTheatreCompositePort"  # <i>                
        #Option     "RageTheatreSVideoPort"     # <i>                
        #Option     "TunerType"                 # <i>                
        #Option     "RageTheatreMicrocPath"     # <str>              
        #Option     "RageTheatreMicrocType"     # <str>              
        #Option     "ScalerWidth"               # <i>                
        #Option     "RenderAccel"               # [<bool>]           
        #Option     "SubPixelOrder"             # [<str>]            
        #Option     "ShowCache"                 # [<bool>]           
        #Option     "DynamicClocks"             # [<bool>]           
        #Option     "VGAAccess"                 # [<bool>]           
        #Option     "ReverseDDC"                # [<bool>]           
        #Option     "LVDSProbePLL"              # [<bool>]           
        #Option     "AccelMethod"               # <str>              
        #Option     "DRI"                       # [<bool>]           
        #Option     "ConnectorTable"            # <str>              
        #Option     "DefaultConnectorTable"     # [<bool>]           
        #Option     "DefaultTMDSPLL"            # [<bool>]           
        #Option     "TVDACLoadDetect"           # [<bool>]           
        #Option     "ForceTVOut"                # [<bool>]           
        #Option     "TVStandard"                # <str>              
        #Option     "IgnoreLidStatus"           # [<bool>]           
        #Option     "DefaultTVDACAdj"           # [<bool>]           
        #Option     "Int10"                     # [<bool>]           
        Identifier  "Card0"                                          
        Driver      "radeonhd"                                       
        VendorName  "ATI Technologies Inc"                           
        BoardName   "Unknown Board"                                  
        Option      "AccelMethod" "exa"                              
        Option      "DRI" "on"                                       
        BusID       "PCI:2:0:0"                                      
EndSection                                                           

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"                
        BusID       "PCI:2:0:0"            
EndSection                                 

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"  
        Monitor    "Monitor0"
        SubSection "Display" 
                Depth     8  
        EndSubSection        
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Group        "video"
        Mode         0666
EndSection