Compare Pastes

Differences between the pastes #138492 (19.07.2020 19:42) and #203283 (02.07.2021 12:25).
1
#------------------------------------------------------------------------------
2
# Modified Calculate Utilities 3.6.8
3
# Processed template files:
4
# /var/db/repos/calculate/profiles/templates/3.6/3_ac_install_live/1-merge/x11-base/xorg-server/X11/xorg.conf
5
# For modify this file, create /etc/X11/xorg.conf.clt template.
6
#------------------------------------------------------------------------------
7
8
Section "ServerLayout"
9
  Identifier "Xorg Configured"
10
  Screen "Monitor"
11
EndSection
12
13
Section "Files"
14
  FontPath "/usr/share/fonts/corefonts"
15
  FontPath "/usr/share/fonts/misc"
16
  FontPath "/usr/share/fonts/droid"
17
EndSection
18
19
Section "Module"
20
  Load "dri"
21
  Load "i2c"
22
  Load "bitmap"
23
  Load "ddc"
24
  Load "int10"
25
  Load "vbe"
26
  Load "glx" # OpenGL X protocol interface
27
  Load "extmod" # Misc. required extension
28
EndSection
29
30
Section "Monitor"
31
  Identifier "StandardMonitor"
32
  Option "DPMS"
33
EndSection
34
35
Section "Device"
36
  Identifier "intelVGA"
37
  Driver "intel"
38
  Option "NoAccel" "False"
39
  Option "DRI"     "True"
40
  Option "AccelMethod" "sna"
41
EndSection
42
43
Section "Screen"
44
  Identifier "Monitor"
45
  Device "intelVGA"
46
  Monitor "StandardMonitor"
47
  DefaultDepth 24
48
  Subsection "Display"
49
    Viewport 0 0
50
    Depth 24
51
    Modes "1920x1080"
52
  EndSubsection
53
EndSection
54
55
Section "DRI"
56
  Group        "video"
57
  Mode         0666
58
EndSection
59
60
Section "Extensions"
61
  Option "Composite" "On"