Compare Pastes

Differences between the pastes #138492 (19.07.2020 19:42) and #214952 (21.08.2021 08:55).
1
#------------------------------------------------------------------------------
1
It was several minutes before we were able to speak.“I need another shower…and it’s… all… your… fault.”I rose from the bed, bent over to pick her up, and carried her to the shower.We kissed and kissed as the hot water ran over our bodies.I dried her, then myself, and we went back to bed.I had to laugh when I saw it.It looked like a hurricane had passed through.We worked together to make it then we climbed in naked, savoring the touch of skin on skin. As we fell into a deep sleep, the TV droning on all night.CHAPTER 4A month later not much had changed in terms of our sex life—we were... 
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"