View difference between Paste ID: 2xYSDezV and Z572FdS5
SHOW: | | - or go back to the newest paste.
1
Section "ServerLayout"
2
        Identifier      "XFree86 Configured"
3
        Screen    0     "Screen0"       0 0
4
        InputDevice     "Mouse0"        "CorePointer"
5
        InputDevice     "Keyboard0"     "CoreKeyboard"
6
EndSection
7
8
Section "Files"
9
#       RgbPath         "/usr/X11R6/lib/X11/rgb"
10
        ModulePath      "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
11
        FontPath        "/usr/share/fonts/X11"
12
EndSection
13
14
Section "Module"
15
        Load    "dbe"
16
        Load    "extmod"
17
        Load    "record"
18
        Load    "speedo"
19
        Load    "type1"
20
        Load    "glx"
21
        Load    "int10"
22
        Load    "v4l"
23
        Load    "dri"
24
EndSection
25
26
Section "InputDevice"
27
        Identifier      "Keyboard0"
28
        Driver          "keyboard"
29
        Option          "XkbLayout"             "us"
30
        Option          "XkbVariant"    "basic"
31
        Option          "XkbModel"              "pc105"
32
EndSection
33
34
Section "InputDevice"
35
        Identifier      "Mouse0"
36
        Driver          "mouse"
37
        Option          "Protocol"              "auto"
38
        Option          "Device"                "/dev/input/mice"
39
        Option          "ZAxisMapping"  "4 5"
40
EndSection
41
42
Section "Monitor"
43
        Identifier      "Monitor0"
44
        VendorName      "Unknown Monitor Vendor"
45
        ModelName       "Unknown Monitor Model"
46
        Modeline        "1920x1080" 173.25 1920 2048 2248 2576 1080 1083 1088 1121
47
        HorizSync       20-500
48
        VertRefresh     59-61
49
EndSection
50
51
Section "Device"
52-
        Identifier      "Monitor1"
52+
53
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
54
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
55
        ### [arg]: arg optional
56
        #Option         "NoAccel"                               # [<bool>]
57
        #Option         "SWcursor"                              # [<bool>]
58
        #Option         "ColorKey"                              # <i>
59
        #Option         "CacheLines"                    # <i>
60
        #Option         "Dac6Bit"                               # [<bool>]
61
        #Option         "DRI"                                   # [<bool>]
62
        #Option         "NoDDC"                                 # [<bool>]
63
        #Option         "ShowCache"                             # [<bool>]
64
        #Option         "XvMCSurfaces"                  # <i>
65
	Identifier  "Card0"
66
	Driver      "fglrx"
67
	BusID       "PCI:1:0:0"
68
        VendorName      "Unknown Vendor Name"
69
        BoardName       "Unknown Board Name"
70
        Option          "LinearAlloc"           "16384"
71
        Option "XvmcUsesTextures" "true"
72
        Option "renderAccel" "true"
73
        Option "NoDDCValue"
74
        Option "UseEDID" "true"
75-
	Driver      "intel"
75+
76-
	BusID       "PCI:0:2:0"
76+
77
        Option "NoBandWidthTest" "true"
78
        Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
79
        Option "DynamicTwinView" "false"
80
        Option "UseEvents" "true"
81
        Option "AllowGLXWithComposite" "true"
82
        Option "AddARGBGLXVisuals" "true"
83
        Option          "ConnectedMonitor" "DFP"
84
EndSection
85
86
Section "Screen"
87
        Identifier      "Screen0"
88
        Device          "Card0"
89
        Monitor         "Monitor0"
90
        DefaultDepth    24
91
        SubSection "Display"
92
                Modes           "1920x1080"
93
                Virtual         1920 1080
94
        EndSubSection
95
        Option "XvmcUsesTextures" "true"
96
        Option "renderAccel" "true"
97
        Option "NoDDCValue"
98
        Option "UseEDID" "true"
99
        Option "ExactModeTimingsDVI" "true"
100
        Option "NoLogo" "true"
101
        Option "NoBandWidthTest" "true"
102
        Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
103
        Option "DynamicTwinView" "false"
104
        Option "UseEvents" "true"
105
        Option "AllowGLXWithComposite" "true"
106
        Option "AddARGBGLXVisuals" "true"
107
        Option  "TVStandard"    "1080p"
108
EndSection
109-
	Identifier  "Card1"
109+
110
Section "ServerFlags"
111
        Option  "AllowMouseOpenFail"    "true"
112
        Option  "BlankTime"             "0"
113
        Option  "StandbyTime"   "0"
114
        Option  "SuspendTime"   "0"
115
        Option  "OffTime"               "0"
116
        Option  "AIGLX"                 "Off"
117
EndSection
118
119
Section "Extensions"
120
        Option "Composite" "true"
121
        Option "RENDER" "true"
122
EndSection