Ticket #6922: xorg.conf

File xorg.conf, 1010 bytes (added by Christian Güdel <cg@…>, 3 years ago)
Line 
1Section "InputDevice"
2        Identifier      "Generic Keyboard"
3        Driver          "evdev"
4        Option          "XkbModel"              "evdev"
5EndSection
6
7Section "InputDevice"
8        Identifier      "Configured Mouse"
9        Driver          "evdev"
10        Option          "CorePointer"
11EndSection
12
13Section "Device"
14        Identifier      "Configured Video Device"
15        Driver          "nvidia"
16EndSection
17
18Section "Monitor"
19        Identifier      "Configured Monitor"
20EndSection
21
22Section "Screen"
23        Identifier      "Default Screen"
24        Monitor         "Configured Monitor"
25        Device          "Configured Video Device"
26        Subsection "Display"
27                Depth           24
28                Modes           "1920x1080"     "1280x720"      "1024x768"
29        EndSubsection   
30EndSection
31
32Section "ServerLayout"
33        Identifier      "Default Layout"
34        Screen          "Default Screen"
35
36        Option          "AllowEmptyInput"       "false"
37EndSection
38
39Section "ServerFlags"
40        Option "AIGLX" "off"
41
42        Option "blank time" "0"
43        Option "standby time" "0"
44        Option "suspend time" "0"
45        Option "off time" "0"
46        Option "NoPM" "1"
47EndSection
48
49Section "Extensions"
50    Option         "Composite" "Disable"
51EndSection
52