View difference between Paste ID: yzm7WSaV and
SHOW: | | - or go back to the newest paste.
1-
1+
    # xorg.conf (X.Org X Window System server configuration file)
2
    #
3
    # This file was generated by dexconf, the Debian X Configuration tool, using
4
    # values from the debconf database.
5
    #
6
    # Edit this file with caution, and see the xorg.conf manual page.
7
    # (Type "man xorg.conf" at the shell prompt.)
8
    #
9
    # This file is automatically updated on xserver-xorg package upgrades *only*
10
    # if it has not been modified since the last upgrade of the xserver-xorg
11
    # package.
12
    #
13
    # Note that some configuration settings that could be done previously
14
    # in this file, now are automatically configured by the server and settings
15
    # here are ignored.
16
    #
17
    # If you have edited this file but would like it to be automatically updated
18
    # again, run the following command:
19
    #   sudo dpkg-reconfigure -phigh xserver-xorg                                                                     
20
21
    #################################################                                                                 
22
23
    Section "Files"
24
            ModulePath      "/usr/lib/xorg/modules"
25
            ModulePath      "/usr/lib/xorg/modules/drivers"
26
    EndSection
27
28
    ############### DisplayLink Stuff ###############                                                                 
29
30
    Section "Device"
31
            Identifier      "DisplayLinkDevice"
32
            driver          "displaylink"
33
            Option  "fbdev" "/dev/fb1"
34
    EndSection
35
36
    Section "Monitor"
37
            Identifier      "DisplayLinkMonitor"
38
    EndSection
39
40
    Section "Screen"
41
            Identifier      "DisplayLinkScreen"
42
    	    Device          "DisplayLinkDevice"
43
            Monitor         "DisplayLinkMonitor"
44
            SubSection "Display"
45
                    Depth   16
46
    		Modes   "1366x768"
47
            EndSubSection
48
    EndSection
49
50
    ############ Original Video Settings ###########                                                                  
51
52
    Section "Device"
53
            Identifier      "Configured Video Device"
54
    EndSection
55
56
    Section "Monitor"
57
            Identifier      "Configured Monitor"
58
    EndSection
59
60
    Section "Screen"
61
            Identifier      "Default Screen"
62
            Monitor         "Configured Monitor"
63
            Device          "Configured Video Device"
64
            SubSection "Display"
65
                    Depth   24
66
                    Modes   "1366x768"
67
            EndSubSection
68
    EndSection
69
70
    #################################################                                                                 
71
72
    Section "ServerLayout"
73
            Identifier      "Server Layout"
74
#            Screen  0       "DisplayLinkScreen" 0 0
75
#            Screen  1       "Default Screen" LeftOf "DisplayLinkScreen"
76
	     Screen  0		"Default Screen" 0 0
77
	     Screen  1		"DisplayLinkScreen" RightOf "Default Screen"
78
    EndSection