Ubuntu Pastebin

Paste from ioria at Sun, 30 Aug 2015 12:50:33 +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
Section "Device"
       Identifier   "gpu"
       Option       "PreferredMode"       "1024x768"
       Driver       "vesa"
       Screen       0
EndSection

Section "Monitor"
       Identifier   "xga"
       Gamma        1
EndSection

Section "Screen"
       Identifier   "Default Screen"
       Device       "gpu"
       Monitor      "xga"
       DefaultDepth 24
       SubSection   "Display"
          Virtual   1024   768
          Depth     24
          Modes     "1024x768@60"   "800x600@60"
       EndSubSection
EndSection
Download as text