summary refs log tree commit diff
path: root/pkgs/tools/X11/bumblebee/xorg.conf.nvidia
blob: 31c417d6971ed8e3501eabbcd6b00cab31774ed8 (plain) (blame)
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
Section "DRI"
    Mode 0666
EndSection

Section "ServerLayout"
    Identifier "Layout0"
    Screen "Screen1"
    Option "AutoAddDevices" "false"
EndSection

Section "Module"
    Load "dbe"
    Load "extmod"
    Load "glx"
    Load "record"
    Load "freetype"
    Load "type1"
EndSection

Section "Files"
EndSection

Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "ConnectedMonitor" "CRT-0"
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS"
EndSection