Ubuntu Pastebin

Paste from bob2017 at Mon, 18 Jan 2016 05:48:48 +0000

Download as text
 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
Section "ServerLayout"
        Identifier     "manual Layout"
        Screen      0  "manual-Screen[0]-0" 0 0
        Screen      1  "manual-Screen[0]-1" RightOf "manual-Screen[0]-0"
        Screen      2  "manual-Screen[0]-2" Relative "manual-Screen[0]-0" 770 1000
EndSection

Section "Monitor"
        Identifier   "DisplayPort-0"
        Option      "VendorName" "DSD"
        Option      "ModelName" "1900"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "DisplayPort-1"
        Option      "VendorName" "DSD"
        Option      "ModelName" "1900"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "DVI-1"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
        Option      "Primary" "true"
EndSection

Section "Device"
        Identifier  "manual-Device[0]-0"
        Driver      "radeon"
        BusID       "PCI:2:0:0"
        Screen      0
EndSection

Section "Device"
        Identifier  "manual-Device[0]-1"
        Driver      "radeon"
        BusID       "PCI:2:0:0"
        Screen      1
EndSection

Section "Device"
        Identifier  "manual-Device[0]-2"
        Driver      "radeon"
        BusID       "PCI:2:0:0"
        Screen      2
EndSection

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

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

Section "Screen"
        Identifier "manual-Screen[0]-2"
        Device     "manual-Device[0]-2"
        Monitor    "DVI-1"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
Download as text