Report abuse

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
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
  Identifier     "ATI Mobility FireGL v5250 Layout"
  Screen         "Default Screen" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
  Load  "glx"
EndSection

Section "ServerFlags"
  Option      "AIGLX" "off"
EndSection

Section "Monitor"
  Identifier   "InternalLCD"
  VendorName   "Lenovo"
  ModelName    "T60p"
  Option      "DPMS"
EndSection

Section "Monitor"
  Identifier   "HomeExternalLCD"
  VendorName   "Acer"
  ModelName    "B273HU"
  DisplaySize  597  336
  HorizSync    31.0 - 94.0
  VertRefresh  56.0 - 60.0
  ModeLine     "2048x1152" 156.8 2048 2096 2128 2208 1152 1155 1160 1185 -hsync -vsync
  Option      "DPMS"
EndSection

Section "Device"
  Identifier  "ATI FireGL"
  Driver      "fglrx"
  Option      "EnableMonitor" "InternalLCD"
  Option      "EnableMonitor" "HomeExternalLCD"
  BusID       "PCI:1:0:0"
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device     "ATI FireGL"
  Monitor    "HomeExternalLCD"
  DefaultDepth     24
  SubSection "Display"
    Viewport   0 0
    Virtual   2048 1152
    Depth     24
    Modes    "2048x1152"
  EndSubSection
EndSection

Section "Extensions"
  Option      "Composite" "Disable"
EndSection