-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathxorg.conf
More file actions
39 lines (39 loc) · 1009 Bytes
/
xorg.conf
File metadata and controls
39 lines (39 loc) · 1009 Bytes
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
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
# Uncomment this line if your computer has no display devices connected to
# the NVIDIA GPU. Leave it commented if you have display devices
# connected to the NVIDIA GPU that you would like to use.
Option "UseDisplayDevice" "none"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "intel"
SubSection "Display"
Modes "1366x768"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "nvidia"
SubSection "Display"
Virtual 1366 768
Depth 24
EndSubSection
EndSection