files/com/xorg.conf
changeset 26 b9c8d2fed9b7
parent 25 519fca1ac4d5
equal deleted inserted replaced
25:519fca1ac4d5 26:b9c8d2fed9b7
     1 Section "ServerLayout"
       
     2 	Identifier     "X.org Configured"
       
     3 	Screen      0  "Screen0" 0 0
       
     4 	Screen      1  "Screen1" RightOf "Screen0"
       
     5 	Screen      2  "Screen2" RightOf "Screen1"
       
     6 	Screen      3  "Screen3" RightOf "Screen2"
       
     7 	InputDevice    "Mouse0" "CorePointer"
       
     8 	InputDevice    "Keyboard0" "CoreKeyboard"
       
     9 EndSection
       
    10 
       
    11 Section "Files"
       
    12 	ModulePath   "/usr/lib/xorg/modules"
       
    13 	FontPath     "/usr/share/fonts/X11/misc"
       
    14 	FontPath     "/usr/share/fonts/X11/cyrillic"
       
    15 	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
       
    16 	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
       
    17 	FontPath     "/usr/share/fonts/X11/Type1"
       
    18 	FontPath     "/usr/share/fonts/X11/100dpi"
       
    19 	FontPath     "/usr/share/fonts/X11/75dpi"
       
    20 	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
       
    21 	FontPath     "built-ins"
       
    22 EndSection
       
    23 
       
    24 Section "Module"
       
    25 	Load  "glx"
       
    26 	Load  "record"
       
    27 	Load  "dri2"
       
    28 	Load  "extmod"
       
    29 	Load  "dri"
       
    30 	Load  "dbe"
       
    31 EndSection
       
    32 
       
    33 Section "InputDevice"
       
    34 	Identifier  "Keyboard0"
       
    35 	Driver      "kbd"
       
    36 EndSection
       
    37 
       
    38 Section "InputDevice"
       
    39 	Identifier  "Mouse0"
       
    40 	Driver      "mouse"
       
    41 	Option	    "Protocol" "auto"
       
    42 	Option	    "Device" "/dev/input/mice"
       
    43 	Option	    "ZAxisMapping" "4 5 6 7"
       
    44 EndSection
       
    45 
       
    46 Section "Monitor"
       
    47 	Identifier   "Monitor0"
       
    48 	VendorName   "Monitor Vendor"
       
    49 	ModelName    "Monitor Model"
       
    50 EndSection
       
    51 
       
    52 Section "Monitor"
       
    53 	Identifier   "Monitor1"
       
    54 	VendorName   "Monitor Vendor"
       
    55 	ModelName    "Monitor Model"
       
    56 EndSection
       
    57 
       
    58 Section "Monitor"
       
    59 	Identifier   "Monitor2"
       
    60 	VendorName   "Monitor Vendor"
       
    61 	ModelName    "Monitor Model"
       
    62 EndSection
       
    63 
       
    64 Section "Monitor"
       
    65 	Identifier   "Monitor3"
       
    66 	VendorName   "Monitor Vendor"
       
    67 	ModelName    "Monitor Model"
       
    68 EndSection
       
    69 
       
    70 Section "Device"
       
    71         ### Available Driver options are:-
       
    72         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
       
    73         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
       
    74         ### <percent>: "<f>%"
       
    75         ### [arg]: arg optional
       
    76         #Option     "SWcursor"           	# [<bool>]
       
    77         #Option     "HWcursor"           	# [<bool>]
       
    78         #Option     "NoAccel"            	# [<bool>]
       
    79         #Option     "ShadowFB"           	# [<bool>]
       
    80         #Option     "VideoKey"           	# <i>
       
    81         #Option     "WrappedFB"          	# [<bool>]
       
    82         #Option     "GLXVBlank"          	# [<bool>]
       
    83         #Option     "ZaphodHeads"        	# <str>
       
    84         #Option     "PageFlip"           	# [<bool>]
       
    85         #Option     "SwapLimit"          	# <i>
       
    86         #Option     "AsyncUTSDFS"        	# [<bool>]
       
    87 	Identifier  "Card0"
       
    88 	Driver      "nouveau"
       
    89 	BusID       "PCI:0:5:0"
       
    90 EndSection
       
    91 
       
    92 Section "Device"
       
    93 	Identifier  "Card1"
       
    94 	Driver      "nvidia"
       
    95 	BusID       "PCI:0:5:0"
       
    96 EndSection
       
    97 
       
    98 Section "Device"
       
    99         ### Available Driver options are:-
       
   100         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
       
   101         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
       
   102         ### <percent>: "<f>%"
       
   103         ### [arg]: arg optional
       
   104         #Option     "ShadowFB"           	# [<bool>]
       
   105         #Option     "Rotate"             	# <str>
       
   106         #Option     "fbdev"              	# <str>
       
   107         #Option     "debug"              	# [<bool>]
       
   108 	Identifier  "Card2"
       
   109 	Driver      "fbdev"
       
   110 	BusID       "PCI:0:5:0"
       
   111 EndSection
       
   112 
       
   113 Section "Device"
       
   114         ### Available Driver options are:-
       
   115         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
       
   116         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
       
   117         ### <percent>: "<f>%"
       
   118         ### [arg]: arg optional
       
   119         #Option     "ShadowFB"           	# [<bool>]
       
   120         #Option     "DefaultRefresh"     	# [<bool>]
       
   121         #Option     "ModeSetClearScreen" 	# [<bool>]
       
   122 	Identifier  "Card3"
       
   123 	Driver      "vesa"
       
   124 	BusID       "PCI:0:5:0"
       
   125 EndSection
       
   126 
       
   127 Section "Screen"
       
   128 	Identifier "Screen0"
       
   129 	Device     "Card0"
       
   130 	Monitor    "Monitor0"
       
   131 	SubSection "Display"
       
   132 		Viewport   0 0
       
   133 		Depth     1
       
   134 	EndSubSection
       
   135 	SubSection "Display"
       
   136 		Viewport   0 0
       
   137 		Depth     4
       
   138 	EndSubSection
       
   139 	SubSection "Display"
       
   140 		Viewport   0 0
       
   141 		Depth     8
       
   142 	EndSubSection
       
   143 	SubSection "Display"
       
   144 		Viewport   0 0
       
   145 		Depth     15
       
   146 	EndSubSection
       
   147 	SubSection "Display"
       
   148 		Viewport   0 0
       
   149 		Depth     16
       
   150 	EndSubSection
       
   151 	SubSection "Display"
       
   152 		Viewport   0 0
       
   153 		Depth     24
       
   154 	EndSubSection
       
   155 EndSection
       
   156 
       
   157 Section "Screen"
       
   158 	Identifier "Screen1"
       
   159 	Device     "Card1"
       
   160 	Monitor    "Monitor1"
       
   161 	SubSection "Display"
       
   162 		Viewport   0 0
       
   163 		Depth     1
       
   164 	EndSubSection
       
   165 	SubSection "Display"
       
   166 		Viewport   0 0
       
   167 		Depth     4
       
   168 	EndSubSection
       
   169 	SubSection "Display"
       
   170 		Viewport   0 0
       
   171 		Depth     8
       
   172 	EndSubSection
       
   173 	SubSection "Display"
       
   174 		Viewport   0 0
       
   175 		Depth     15
       
   176 	EndSubSection
       
   177 	SubSection "Display"
       
   178 		Viewport   0 0
       
   179 		Depth     16
       
   180 	EndSubSection
       
   181 	SubSection "Display"
       
   182 		Viewport   0 0
       
   183 		Depth     24
       
   184 	EndSubSection
       
   185 EndSection
       
   186 
       
   187 Section "Screen"
       
   188 	Identifier "Screen2"
       
   189 	Device     "Card2"
       
   190 	Monitor    "Monitor2"
       
   191 	SubSection "Display"
       
   192 		Viewport   0 0
       
   193 		Depth     1
       
   194 	EndSubSection
       
   195 	SubSection "Display"
       
   196 		Viewport   0 0
       
   197 		Depth     4
       
   198 	EndSubSection
       
   199 	SubSection "Display"
       
   200 		Viewport   0 0
       
   201 		Depth     8
       
   202 	EndSubSection
       
   203 	SubSection "Display"
       
   204 		Viewport   0 0
       
   205 		Depth     15
       
   206 	EndSubSection
       
   207 	SubSection "Display"
       
   208 		Viewport   0 0
       
   209 		Depth     16
       
   210 	EndSubSection
       
   211 	SubSection "Display"
       
   212 		Viewport   0 0
       
   213 		Depth     24
       
   214 	EndSubSection
       
   215 EndSection
       
   216 
       
   217 Section "Screen"
       
   218 	Identifier "Screen3"
       
   219 	Device     "Card3"
       
   220 	Monitor    "Monitor3"
       
   221 	SubSection "Display"
       
   222 		Viewport   0 0
       
   223 		Depth     1
       
   224 	EndSubSection
       
   225 	SubSection "Display"
       
   226 		Viewport   0 0
       
   227 		Depth     4
       
   228 	EndSubSection
       
   229 	SubSection "Display"
       
   230 		Viewport   0 0
       
   231 		Depth     8
       
   232 	EndSubSection
       
   233 	SubSection "Display"
       
   234 		Viewport   0 0
       
   235 		Depth     15
       
   236 	EndSubSection
       
   237 	SubSection "Display"
       
   238 		Viewport   0 0
       
   239 		Depth     16
       
   240 	EndSubSection
       
   241 	SubSection "Display"
       
   242 		Viewport   0 0
       
   243 		Depth     24
       
   244 	EndSubSection
       
   245 EndSection
       
   246