View difference between Paste ID: wjFaks6R and MNw4UT82
SHOW: | | - or go back to the newest paste.
1-
# my xorg.conf
1+
    # my xorg.conf
2-
2+
     
3-
Section "ServerLayout"
3+
    Section "ServerLayout"
4-
	Identifier     "X.org Configured"
4+
            Identifier     "X.org Configured"
5-
	Screen      0  "Screen0" 0 0
5+
            Screen      0  "Screen0" 0 0
6-
	Screen      1  "Screen1" RightOf "Screen0"
6+
            InputDevice    "Mouse0" "CorePointer"
7-
	Screen      2  "Screen2" RightOf "Screen1"
7+
            InputDevice    "Keyboard0" "CoreKeyboard"
8-
	InputDevice    "Mouse0" "CorePointer"
8+
    EndSection
9-
	InputDevice    "Keyboard0" "CoreKeyboard"
9+
     
10-
EndSection
10+
    Section "Files"
11-
11+
            ModulePath   "/usr/lib/xorg/modules"
12-
Section "Files"
12+
            FontPath     "/usr/share/fonts/X11/misc"
13-
	ModulePath   "/usr/lib/xorg/modules"
13+
            FontPath     "/usr/share/fonts/X11/cyrillic"
14-
	FontPath     "/usr/share/fonts/X11/misc"
14+
            FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
15-
	FontPath     "/usr/share/fonts/X11/cyrillic"
15+
            FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
16-
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
16+
            FontPath     "/usr/share/fonts/X11/Type1"
17-
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
17+
            FontPath     "/usr/share/fonts/X11/100dpi"
18-
	FontPath     "/usr/share/fonts/X11/Type1"
18+
            FontPath     "/usr/share/fonts/X11/75dpi"
19-
	FontPath     "/usr/share/fonts/X11/100dpi"
19+
            FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
20-
	FontPath     "/usr/share/fonts/X11/75dpi"
20+
            FontPath     "built-ins"
21-
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
21+
    EndSection
22-
	FontPath     "built-ins"
22+
     
23-
EndSection
23+
    Section "Module"
24-
24+
            Load  "dri"
25-
Section "Module"
25+
            Load  "dbe"
26-
	Load  "dri"
26+
            Load  "record"
27-
	Load  "dbe"
27+
            Load  "extmod"
28-
	Load  "record"
28+
            Load  "glx"
29-
	Load  "extmod"
29+
            Load  "dri2"
30-
	Load  "glx"
30+
    EndSection
31-
	Load  "dri2"
31+
     
32-
EndSection
32+
    Section "InputDevice"
33-
33+
            Identifier  "Keyboard0"
34-
Section "InputDevice"
34+
            Driver      "kbd"
35-
	Identifier  "Keyboard0"
35+
    EndSection
36-
	Driver      "kbd"
36+
     
37-
EndSection
37+
    Section "InputDevice"
38-
38+
            Identifier  "Mouse0"
39-
Section "InputDevice"
39+
            Driver      "mouse"
40-
	Identifier  "Mouse0"
40+
            Option      "Protocol" "auto"
41-
	Driver      "mouse"
41+
            Option      "Device" "/dev/input/mice"
42-
	Option	    "Protocol" "auto"
42+
            Option      "ZAxisMapping" "4 5 6 7"
43-
	Option	    "Device" "/dev/input/mice"
43+
    EndSection
44-
	Option	    "ZAxisMapping" "4 5 6 7"
44+
     
45-
EndSection
45+
    Section "Monitor"
46-
46+
            Identifier   "Monitor0"
47-
Section "Monitor"
47+
            VendorName   "Monitor Vendor"
48-
	Identifier   "Monitor0"
48+
            ModelName    "Monitor Model"
49-
	VendorName   "Monitor Vendor"
49+
            Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
50-
	ModelName    "Monitor Model"
50+
    EndSection
51-
	Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
51+
     
52-
EndSection
52+
    Section "Device"
53-
53+
            ### Available Driver options are:-
54-
Section "Device"
54+
            ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
55-
        ### Available Driver options are:-
55+
            ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
56-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
56+
            ### <percent>: "<f>%"
57-
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
57+
            ### [arg]: arg optional
58-
        ### <percent>: "<f>%"
58+
            #Option     "NoAccel"                   # [<bool>]
59-
        ### [arg]: arg optional
59+
            #Option     "SWcursor"                  # [<bool>]
60-
        #Option     "NoAccel"            	# [<bool>]
60+
            #Option     "Dac6Bit"                   # [<bool>]
61-
        #Option     "SWcursor"           	# [<bool>]
61+
            #Option     "Dac8Bit"                   # [<bool>]
62-
        #Option     "Dac6Bit"            	# [<bool>]
62+
            #Option     "BusType"                   # [<str>]
63-
        #Option     "Dac8Bit"            	# [<bool>]
63+
            #Option     "CPPIOMode"                 # [<bool>]
64-
        #Option     "BusType"            	# [<str>]
64+
            #Option     "CPusecTimeout"             # <i>
65-
        #Option     "CPPIOMode"          	# [<bool>]
65+
            #Option     "AGPMode"                   # <i>
66-
        #Option     "CPusecTimeout"      	# <i>
66+
            #Option     "AGPFastWrite"              # [<bool>]
67-
        #Option     "AGPMode"            	# <i>
67+
            #Option     "AGPSize"                   # <i>
68-
        #Option     "AGPFastWrite"       	# [<bool>]
68+
            #Option     "GARTSize"                  # <i>
69-
        #Option     "AGPSize"            	# <i>
69+
            #Option     "RingSize"                  # <i>
70-
        #Option     "GARTSize"           	# <i>
70+
            #Option     "BufferSize"                # <i>
71-
        #Option     "RingSize"           	# <i>
71+
            #Option     "EnableDepthMoves"          # [<bool>]
72-
        #Option     "BufferSize"         	# <i>
72+
            #Option     "EnablePageFlip"            # [<bool>]
73-
        #Option     "EnableDepthMoves"   	# [<bool>]
73+
            #Option     "NoBackBuffer"              # [<bool>]
74-
        #Option     "EnablePageFlip"     	# [<bool>]
74+
            #Option     "DMAForXv"                  # [<bool>]
75-
        #Option     "NoBackBuffer"       	# [<bool>]
75+
            #Option     "FBTexPercent"              # <i>
76-
        #Option     "DMAForXv"           	# [<bool>]
76+
            #Option     "DepthBits"                 # <i>
77-
        #Option     "FBTexPercent"       	# <i>
77+
            #Option     "PCIAPERSize"               # <i>
78-
        #Option     "DepthBits"          	# <i>
78+
            #Option     "AccelDFS"                  # [<bool>]
79-
        #Option     "PCIAPERSize"        	# <i>
79+
            #Option     "IgnoreEDID"                # [<bool>]
80-
        #Option     "AccelDFS"           	# [<bool>]
80+
            #Option     "CustomEDID"                # [<str>]
81-
        #Option     "IgnoreEDID"         	# [<bool>]
81+
            #Option     "DisplayPriority"           # [<str>]
82-
        #Option     "CustomEDID"         	# [<str>]
82+
            #Option     "PanelSize"                 # [<str>]
83-
        #Option     "DisplayPriority"    	# [<str>]
83+
            #Option     "ForceMinDotClock"          # <freq>
84-
        #Option     "PanelSize"          	# [<str>]
84+
            #Option     "ColorTiling"               # [<bool>]
85-
        #Option     "ForceMinDotClock"   	# <freq>
85+
            #Option     "VideoKey"                  # <i>
86-
        #Option     "ColorTiling"        	# [<bool>]
86+
            #Option     "RageTheatreCrystal"        # <i>
87-
        #Option     "VideoKey"           	# <i>
87+
            #Option     "RageTheatreTunerPort"      # <i>
88-
        #Option     "RageTheatreCrystal" 	# <i>
88+
            #Option     "RageTheatreCompositePort"  # <i>
89-
        #Option     "RageTheatreTunerPort" 	# <i>
89+
            #Option     "RageTheatreSVideoPort"     # <i>
90-
        #Option     "RageTheatreCompositePort" 	# <i>
90+
            #Option     "TunerType"                 # <i>
91-
        #Option     "RageTheatreSVideoPort" 	# <i>
91+
            #Option     "RageTheatreMicrocPath"     # <str>
92-
        #Option     "TunerType"          	# <i>
92+
            #Option     "RageTheatreMicrocType"     # <str>
93-
        #Option     "RageTheatreMicrocPath" 	# <str>
93+
            #Option     "ScalerWidth"               # <i>
94-
        #Option     "RageTheatreMicrocType" 	# <str>
94+
            #Option     "RenderAccel"               # [<bool>]
95-
        #Option     "ScalerWidth"        	# <i>
95+
            #Option     "SubPixelOrder"             # [<str>]
96-
        #Option     "RenderAccel"        	# [<bool>]
96+
            #Option     "ClockGating"               # [<bool>]
97-
        #Option     "SubPixelOrder"      	# [<str>]
97+
            #Option     "VGAAccess"                 # [<bool>]
98-
        #Option     "ClockGating"        	# [<bool>]
98+
            #Option     "ReverseDDC"                # [<bool>]
99-
        #Option     "VGAAccess"          	# [<bool>]
99+
            #Option     "LVDSProbePLL"              # [<bool>]
100-
        #Option     "ReverseDDC"         	# [<bool>]
100+
            #Option     "AccelMethod"               # <str>
101-
        #Option     "LVDSProbePLL"       	# [<bool>]
101+
            #Option     "DRI"                       # [<bool>]
102-
        #Option     "AccelMethod"        	# <str>
102+
            #Option     "ConnectorTable"            # <str>
103-
        #Option     "DRI"                	# [<bool>]
103+
            #Option     "DefaultConnectorTable"     # [<bool>]
104-
        #Option     "ConnectorTable"     	# <str>
104+
            #Option     "DefaultTMDSPLL"            # [<bool>]
105-
        #Option     "DefaultConnectorTable" 	# [<bool>]
105+
            #Option     "TVDACLoadDetect"           # [<bool>]
106-
        #Option     "DefaultTMDSPLL"     	# [<bool>]
106+
            #Option     "ForceTVOut"                # [<bool>]
107-
        #Option     "TVDACLoadDetect"    	# [<bool>]
107+
            #Option     "TVStandard"                # <str>
108-
        #Option     "ForceTVOut"         	# [<bool>]
108+
            #Option     "IgnoreLidStatus"           # [<bool>]
109-
        #Option     "TVStandard"         	# <str>
109+
            #Option     "DefaultTVDACAdj"           # [<bool>]
110-
        #Option     "IgnoreLidStatus"    	# [<bool>]
110+
            #Option     "Int10"                     # [<bool>]
111-
        #Option     "DefaultTVDACAdj"    	# [<bool>]
111+
            #Option     "EXAVSync"                  # [<bool>]
112-
        #Option     "Int10"              	# [<bool>]
112+
            #Option     "ATOMTVOut"                 # [<bool>]
113-
        #Option     "EXAVSync"           	# [<bool>]
113+
            #Option     "R4xxATOM"                  # [<bool>]
114-
        #Option     "ATOMTVOut"          	# [<bool>]
114+
            #Option     "ForceLowPowerMode"         # [<bool>]
115-
        #Option     "R4xxATOM"           	# [<bool>]
115+
            #Option     "DynamicPM"                 # [<bool>]
116-
        #Option     "ForceLowPowerMode"  	# [<bool>]
116+
            #Option     "NewPLL"                    # [<bool>]
117-
        #Option     "DynamicPM"          	# [<bool>]
117+
            #Option     "ZaphodHeads"               # <str>
118-
        #Option     "NewPLL"             	# [<bool>]
118+
            Identifier  "Card0"
119-
        #Option     "ZaphodHeads"        	# <str>
119+
            Driver      "radeon"
120-
	Identifier  "Card0"
120+
            BusID       "PCI:1:0:0"
121-
	Driver      "radeon"
121+
            Screen      0
122-
	BusID       "PCI:1:0:0"
122+
    EndSection
123-
#	Screen      0				# (нашел в чьих то конфигах в процессе поиска решения, не знаю, влияет ли)
123+
     
124-
EndSection
124+
    Section "Device"
125-
125+
            ### Available Driver options are:-
126-
Section "Device"
126+
            ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
127-
        ### Available Driver options are:-
127+
            ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
128-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
128+
            ### <percent>: "<f>%"
129-
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
129+
            ### [arg]: arg optional
130-
        ### <percent>: "<f>%"
130+
            #Option     "ShadowFB"                  # [<bool>]
131-
        ### [arg]: arg optional
131+
            #Option     "Rotate"                    # <str>
132-
        #Option     "ShadowFB"           	# [<bool>]
132+
            #Option     "fbdev"                     # <str>
133-
        #Option     "Rotate"             	# <str>
133+
            #Option     "debug"                     # [<bool>]
134-
        #Option     "fbdev"              	# <str>
134+
            Identifier  "Card1"
135-
        #Option     "debug"              	# [<bool>]
135+
            Driver      "fbdev"
136-
	Identifier  "Card1"
136+
            BusID       "PCI:1:0:0"
137-
	Driver      "fbdev"
137+
    EndSection
138-
	BusID       "PCI:1:0:0"
138+
     
139-
EndSection
139+
    Section "Device"
140-
140+
            ### Available Driver options are:-
141-
Section "Device"
141+
            ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
142-
        ### Available Driver options are:-
142+
            ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
143-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
143+
            ### <percent>: "<f>%"
144-
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
144+
            ### [arg]: arg optional
145-
        ### <percent>: "<f>%"
145+
            #Option     "ShadowFB"                  # [<bool>]
146-
        ### [arg]: arg optional
146+
            #Option     "DefaultRefresh"            # [<bool>]
147-
        #Option     "ShadowFB"           	# [<bool>]
147+
            #Option     "ModeSetClearScreen"        # [<bool>]
148-
        #Option     "DefaultRefresh"     	# [<bool>]
148+
            Identifier  "Card2"
149-
        #Option     "ModeSetClearScreen" 	# [<bool>]
149+
            Driver      "vesa"
150-
	Identifier  "Card2"
150+
            BusID       "PCI:1:0:0"
151-
	Driver      "vesa"
151+
    EndSection
152-
	BusID       "PCI:1:0:0"
152+
     
153-
EndSection
153+
    Section "Screen"
154-
154+
            Identifier "Screen0"
155-
Section "Screen"
155+
            Device     "Card0"
156-
	Identifier "Screen0"
156+
            Monitor    "Monitor0"
157-
	Device     "Card0"
157+
    #       SubSection "Display"
158-
	Monitor    "Monitor0"
158+
    #               Viewport   0 0
159-
#	SubSection "Display"
159+
    #               Depth     1
160-
#		Viewport   0 0
160+
    #               Virtual 1280 1024
161-
#		Depth     1
161+
    #               Modes "1280x1024@60"
162-
#		Virtual 1280 1024
162+
    #       EndSubSection
163-
#		Modes "1280x1024@60"
163+
    #       SubSection "Display"
164-
#	EndSubSection
164+
    #               Viewport   0 0
165-
#	SubSection "Display"
165+
    #               Depth     4
166-
#		Viewport   0 0
166+
    #               Virtual 1280 1024
167-
#		Depth     4
167+
    #               Modes "1280x1024@60"
168-
#		Virtual 1280 1024
168+
    #       EndSubSection
169-
#		Modes "1280x1024@60"
169+
    #       SubSection "Display"
170-
#	EndSubSection
170+
    #               Viewport   0 0
171-
#	SubSection "Display"
171+
    #               Depth     8
172-
#		Viewport   0 0
172+
    #               Virtual 1280 1024
173-
#		Depth     8
173+
    #               Modes "1280x1024@60"
174-
#		Virtual 1280 1024
174+
    #       EndSubSection
175-
#		Modes "1280x1024@60"
175+
    #       SubSection "Display"
176-
#	EndSubSection
176+
    #               Viewport   0 0
177-
#	SubSection "Display"
177+
    #               Depth     15
178-
#		Viewport   0 0
178+
    #               Virtual 1280 1024
179-
#		Depth     15
179+
    #               Modes "1280x1024@60"
180-
#		Virtual 1280 1024
180+
    #       EndSubSection
181-
#		Modes "1280x1024@60"
181+
    #       SubSection "Display"
182-
#	EndSubSection
182+
    #               Viewport   0 0
183-
#	SubSection "Display"
183+
    #               Depth     16
184-
#		Viewport   0 0
184+
    #               Virtual 1280 1024
185-
#		Depth     16
185+
    #               Modes "1280x1024@60"
186-
#		Virtual 1280 1024
186+
    #       EndSubSection
187-
#		Modes "1280x1024@60"
187+
    #       SubSection "Display"
188-
#	EndSubSection
188+
    #               Viewport   0 0
189-
#	SubSection "Display"
189+
    #               Depth     24
190-
#		Viewport   0 0
190+
    #               Virtual 1280 1024
191-
#		Depth     24
191+
    #               Modes "1280x1024@60"
192-
#		Virtual 1280 1024
192+
    #       EndSubSection
193-
#		Modes "1280x1024@60"
193+
            SubSection "Display"
194-
#	EndSubSection
194+
                    Viewport 0 0
195-
	SubSection "Display"
195+
                    Depth    32
196-
		Viewport 0 0
196+
                    Virtual 1280 1024
197-
		Depth    32
197+
                    Modes "1280x1024@60"
198-
		Virtual 1280 1024
198+
            EndSubSection
199-
		Modes "1280x1024@60"
199+
    EndSection