~ubuntu-core-dev/ubuntu-release-upgrader/trunk

« back to all changes in this revision

Viewing changes to tests/test-data/xorg.conf.fglrx

  • Committer: Balint Reczey
  • Date: 2019-12-17 20:29:55 UTC
  • Revision ID: balint.reczey@canonical.com-20191217202955-nqe4xz2c54s60y59
Moved to git at https://git.launchpad.net/ubuntu-release-upgrader

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# xorg.conf (xorg X Window System server configuration file)
2
 
#
3
 
# This file was generated by failsafeDexconf, using
4
 
# values from the debconf database and some overrides to use vesa mode.
5
 
#
6
 
# You should use dexconf or another such tool for creating a "real" xorg.conf
7
 
# For example:
8
 
#   sudo dpkg-reconfigure -phigh xserver-xorg
9
 
Section "Files"
10
 
EndSection
11
 
 
12
 
#Section "Module"
13
 
#       Disable         "dbe"
14
 
#       Disable         "dri"
15
 
#       Disable         "glx"
16
 
#       Disable         "vbe"
17
 
#EndSection
18
 
 
19
 
Section "InputDevice"
20
 
        Identifier      "Generic Keyboard"
21
 
        Driver          "kbd"
22
 
        Option          "CoreKeyboard"
23
 
        Option          "XkbRules"      "xorg"
24
 
        Option          "XkbModel"      "pc104"
25
 
        Option          "XkbLayout"     "de"
26
 
        Option          "XkbOptions"    "ctrl:nocaps"
27
 
EndSection
28
 
 
29
 
#Section "InputDevice"
30
 
#       Identifier      "Configured Mouse"
31
 
#       Driver          "mouse"
32
 
#       Option          "CorePointer"
33
 
#       Option          "Device"        "/dev/input/mice"
34
 
#       Option          "Protocol"      "ImPS/2"
35
 
#       Option          "ZAxisMapping"  "4 5"
36
 
#       Option          "Emulate3Buttons"       "true"
37
 
#       Option          "EmulateWheel"  "true"
38
 
#       Option          "EmulateWheelButton"    "2"
39
 
#EndSection
40
 
 
41
 
Section "InputDevice"
42
 
        Identifier      "Configured Mouse"
43
 
        Driver          "evdev"
44
 
        Option          "Device"        "/dev/input/input9"
45
 
        Option          "Emulate3Buttons"       "true"
46
 
        Option          "EmulateWheel"  "true"
47
 
        Option          "EmulateWheelButton"    "2"
48
 
        Option          "ZAxisMapping"  "4 5"
49
 
EndSection
50
 
 
51
 
 
52
 
Section "InputDevice"
53
 
        Identifier      "Synaptics Touchpad"
54
 
        Driver          "synaptics"
55
 
        Option          "SendCoreEvents"        "true"
56
 
        Option          "Device"        "/dev/psaux"
57
 
        Option          "Protocol"      "auto-dev"
58
 
        Option          "HorizScrollDelta"      "0"
59
 
EndSection
60
 
 
61
 
Section "Device"
62
 
        Identifier      "Failsafe Device"
63
 
        #Driver         "vesa"
64
 
        #Driver         "radeonhd"
65
 
        Driver          "fglrx"
66
 
EndSection
67
 
 
68
 
Section "Monitor"
69
 
        Identifier      "Failsafe Monitor"
70
 
        Option          "DPMS"
71
 
EndSection
72
 
 
73
 
Section "Screen"
74
 
        Identifier      "Default Screen"
75
 
        Device          "Failsafe Device"
76
 
        Monitor         "Failsafe Monitor"
77
 
        #Input           "Configured Mouse"
78
 
        Defaultdepth    24
79
 
        SubSection "Display"
80
 
                Depth   24
81
 
                Modes           "1400x1050"
82
 
        EndSubSection
83
 
EndSection
84