Compare Pastes

Differences between the pastes #138501 (19.07.2020 21:02) and #151110 (02.11.2020 12:28).
1
#------------------------------------------------------------------------------
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 0 "Monitor"
11
  Option "AllowNVIDIAGPUScreens"
12
EndSection
13
14
Section "Files"
15
  FontPath "/usr/share/fonts/corefonts"
16
  FontPath "/usr/share/fonts/misc"
17
  FontPath "/usr/share/fonts/droid"
18
EndSection
19
20
Section "Module"
21
  Load "dri"
22
  Load "i2c"
23
  Load "bitmap"
24
  Load "ddc"
25
  Load "int10"
26
  Load "vbe"
27
  Load "glx" # OpenGL X protocol interface
28
  Load "extmod" # Misc. required extension
29
EndSection
30
31
Section "Monitor"
32
  Identifier "StandardMonitor"
33
  Option "DPMS"
34
EndSection
35
36
Section "Device"
37
  Identifier "intelVGA"
38
  Driver "modesetting"
39
EndSection
40
41
Section "Device"
42
      Identifier "NvGPU"
43
      Driver "nvidia"
44
EndSection
45
46
Section "Screen"
47
  Identifier "Monitor"
48
  Device "intelVGA"
49
  Monitor "StandardMonitor"
50
  Subsection "Display"
51
    Viewport 0 0
52
    Modes "1920x1080"
53
  EndSubsection
54
EndSection
55
56
Section "DRI"
57
  Group        "video"
58
  Mode         0666
59
EndSection
60
61
Section "Extensions"
62
  Option "Composite" "On"