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
8b121189
Commit
8b121189
authored
Jul 15, 2015
by
Fjen Undso
Browse files
move to new hardware
parent
63cc73fd
Changes
4
Hide whitespace changes
Inline
Side-by-side
etc/X11/xorg_seat1.conf
View file @
8b121189
Section
"Device"
Identifier
"Seat1"
Driver
"radeon"
BusID
"PCI:01
:0
:0"
# decimal instead of hexadeci from lspci
# 0
1
:0
0
.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Caicos
[Radeon
HD 6450/7450/8450 / R5 230 OEM]
BusID
"PCI:0
:
1:0"
# decimal instead of hexadeci from lspci
# 0
0
:0
1
.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Kaveri
[Radeon
R7 Graphics] (rev d4)
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"
Option
"DontVTSwitch"
"on"
EndSection
etc/X11/xorg_seat2.conf
View file @
8b121189
Section
"Device"
Identifier
"Seat2"
Driver
"radeon"
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]
BusID
"PCI:1:0:0"
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"
...
...
etc/udev/rules.d/99-seat1.rules
View file @
8b121189
SUBSYSTEM=="input", DEVPATH=="/devices/pci0000:00/0000:00:1
d.7
/usb
5/5-3
/*", ENV{ID_INPUT.tags}="input_seat1"
SUBSYSTEM=="input", DEVPATH=="/devices/pci0000:00/0000:00:1
0.0
/usb
3/3-2
/*", ENV{ID_INPUT.tags}="input_seat1"
etc/udev/rules.d/99-seat2.rules
View file @
8b121189
SUBSYSTEM=="input", DEVPATH=="/devices/pci0000:00/0000:00:1
d.7
/usb
5/5-4
/*", ENV{ID_INPUT.tags}="input_seat2"
SUBSYSTEM=="input", DEVPATH=="/devices/pci0000:00/0000:00:1
0.0
/usb
3/3-1
/*", ENV{ID_INPUT.tags}="input_seat2"
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