Originally posted by pingufunkybeat
View Post

# Apply these rules only to input devices SUBSYSTEM!="input", GOTO="custom_input_end" KERNEL=="input[0-9]*", GOTO="custom_input_end" ACTION!="add|change", GOTO="custom_input_end" # Seat 0 ATTRS{description}=="i8042 KBD port", ENV{ID_INPUT.tags}="seat0" ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c01b", ENV{ID_INPUT.tags}="seat0" ATTRS{name}=="Venus USB2.0 Camera", ENV{ID_INPUT.tags}="seat0" # Seat 1 ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c069", ENV{ID_INPUT.tags}="seat1" ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c313", ENV{ID_INPUT.tags}="seat1" ATTRS{product}=="Plantronics Wireless Audio", ENV{ID_INPUT.tags}="seat1" LABEL="custom_input_end"
Section "ServerFlags" Option "DontZap" "false" Option "AllowEmptyInput" "true" EndSection Section "InputClass" Identifier "Generic input device" MatchTag "seat0" Driver "evdev" EndSection Section "Monitor" Identifier "Samsung" Option "DPMS" "true" EndSection Section "Device" Identifier "Radeon HD 4290" Driver "radeon" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "Left Screen" Device "Radeon HD 4290" Monitor "Samsung" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "ServerLayout" Identifier "Seat0" Screen 0 "Left Screen" 0 0 Option "SingleCard" "on" EndSection
[X-:0-Core] AutoLoginAgain=false AutoLoginDelay=0 AutoLoginEnable=false AutoLoginLocked=false AutoLoginUser= ClientLogFile=.xsession-errors ServerVT=7 ServerCmd=/usr/bin/X -config /etc/X11/seat0.conf -layout Seat0 -sharevts -keeptty [X-:1-Core] AutoLoginAgain=false AutoLoginEnable=false AutoLoginLocked=false ClientLogFile=.xsession-errors ServerVT=9 ServerCmd=/usr/bin/X -config /etc/X11/seat1.conf -layout Seat1 -sharevts -keeptty -novtswitch
Option "AutoAddDevices" "false"
Comment