Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Honeypot
honeypot-rechner-setup
Commits
53948bdb
Commit
53948bdb
authored
Oct 30, 2014
by
Fjen Undso
Browse files
X11: add comments to X config
parent
57d648b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/X11/xorg_seat1.conf
View file @
53948bdb
Section
"Device"
Identifier
"Seat1"
Driver
"radeon"
BusID
"PCI:01:0:0"
BusID
"PCI:01:0:0"
# decimal instead of hexadeci from lspci
# 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
EndSection
# ignore all input devices
Section
"InputClass"
Identifier
"ignore_other_seats"
Option
"Ignore"
"yes"
EndSection
# do not ignore input devices tagged by udev for this seat
Section
"InputClass"
Identifier
"use_seat_devices"
MatchTag
"input_seat1"
Option
"Ignore"
"no"
EndSection
# disallow vt switching and ignore other GPUs
Section
"ServerFlags"
Option
"AutoAddGPU"
"FALSE"
Option
"DontVTSwitch"
"on"
...
...
etc/X11/xorg_seat2.conf
View file @
53948bdb
Section
"Device"
Identifier
"Seat2"
Driver
"radeon"
BusID
"PCI:16:0:0"
BusID
"PCI:16:0:0"
# decimal instead of hexadeci from lspci
# 10:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
EndSection
# ignore all input devices
Section
"InputClass"
Identifier
"ignore_other_seats"
Option
"Ignore"
"yes"
EndSection
# do not ignore input devices tagged by udev for this seat
Section
"InputClass"
Identifier
"use_seat_devices"
MatchTag
"input_seat2"
Option
"Ignore"
"no"
EndSection
# disallow vt switching and ignore other GPUs
Section
"ServerFlags"
Option
"AutoAddGPU"
"FALSE"
Option
"DontVTSwitch"
"on"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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