Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nouveau
wiki
Commits
fbf704d7
Commit
fbf704d7
authored
Oct 26, 2016
by
imirkin
Committed by
nouveau
Oct 26, 2016
Browse files
update comments in xorg.conf snippet to be more clear
parent
3194829c
Changes
1
Hide whitespace changes
Inline
Side-by-side
MultiMonitorDesktop.mdwn
View file @
fbf704d7
...
...
@@ -70,8 +70,9 @@ It has been confirmed by a number of people that multicard setup (two cards driv
Driver "nouveau"
# Actual PCI location of first card/gpu
BusID "PCI:9:0:0"
# Actual connector - as reported by /sys/class/drm/card0-xx
Option "ZaphodHeads" "DVI-0"
# Actual connector - as reported by /sys/class/drm/card0-xx (except HDMI, which is HDMI-x instead of HDMI-A-x)
Option "ZaphodHeads" "DVI-I-1"
# Screen number for that PCI device, i.e. 0, 1, etc.
Screen 0
EndSection
Section "Device"
...
...
@@ -79,8 +80,9 @@ It has been confirmed by a number of people that multicard setup (two cards driv
Driver "nouveau"
# Actual PCI location of first card/gpu
BusID "PCI:9:0:0"
# Actual connector - as reported by /sys/class/drm/card0-xx
Option "ZaphodHeads" "DVI-1"
# Actual connector - as reported by /sys/class/drm/card0-xx (except HDMI, which is HDMI-x instead of HDMI-A-x)
Option "ZaphodHeads" "DVI-I-2"
# Screen number for that PCI device, i.e. 0, 1, etc.
Screen 1
EndSection
Section "Device"
...
...
@@ -88,8 +90,9 @@ It has been confirmed by a number of people that multicard setup (two cards driv
Driver "nouveau"
# Actual PCI location of second card/gpu
BusID "PCI:8:0:0"
# Actual connector - as reported by /sys/class/drm/card1-xx
Option "ZaphodHeads" "DVI-2"
# Actual connector - as reported by /sys/class/drm/card1-xx (except HDMI, which is HDMI-x instead of HDMI-A-x)
Option "ZaphodHeads" "DVI-I-3"
# Screen number for that PCI device, i.e. 0, 1, etc.
Screen 0
EndSection
Section "Device"
...
...
@@ -97,8 +100,9 @@ It has been confirmed by a number of people that multicard setup (two cards driv
Driver "nouveau"
# Actual PCI location of second card/gpu
BusID "PCI:8:0:0"
# Actual connector - as reported by /sys/class/drm/card1-xx
Option "ZaphodHeads" "DVI-3"
# Actual connector - as reported by /sys/class/drm/card1-xx (except HDMI, which is HDMI-x instead of HDMI-A-x)
Option "ZaphodHeads" "DVI-I-4"
# Screen number for that PCI device, i.e. 0, 1, etc.
Screen 1
EndSection
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment