Ubuntu Pastebin

Paste from root at Tue, 28 Jul 2015 07:06:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 256.35  (buildmeister@builder97.nvidia.com)  Wed Jun 16 19:15:05 PDT 2010


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       67.5 - 67.5
    VertRefresh     60.0
    Option         "DPMS"
    # Option         "DPI" "19x23"
    # Option         "UseEDID" "False"
    # ModeLine "1920x1080@60" 148.50 1920 2008 2052 2200 1080 1084 1094 1125 +hsync +vsync Interlace
    Option         "ModeDebug" "TRUE"

    Option         "UseEdid" "FALSE" 
    Option     "ExactModeTimingsDVI"     "True"



    ModeLine "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1094 1125 +hsync +vsync
Option "ModeValidation" "NoDFPNativeResolutionCheck"

EndSection

Section "Device"

    # Option         "UseEDIDFreqs" "False"
    # Option "ModeValidation" "NoEdidModes"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"

    # Option "DynamicTwinView" "False"
    # Option "FlatPanelProperties" "Scaling = Native"
    SubSection "Display"
        Depth 24
        Modes "1920x1080"
    EndSubSection
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    # Option         "CustomEDID" "DFP-0:/etc/X11/edid.bin"
    # Option         "FlatPanelProperties" "Scaling = Native" 
    # Option         "UseEDIDdpi" "False"
    # Option         "UseEDID" "False"
    # SubSection     "Display"
        # Depth       24
        # Modes      "nvidia-auto-select"
    # EndSubSection
EndSection
Download as text