[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#619283: marked as done (/usr/share/X11/xorg.conf.d/10-evdev.conf breaks my muliseat xorg.conf)



Your message dated Tue, 22 Mar 2011 18:29:09 +0100
with message-id <20110322172909.GE3159@radis.liafa.jussieu.fr>
and subject line Re: Bug#619283: /usr/share/X11/xorg.conf.d/10-evdev.conf breaks my muliseat xorg.conf
has caused the Debian Bug report #619283,
regarding /usr/share/X11/xorg.conf.d/10-evdev.conf breaks my muliseat xorg.conf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
619283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619283
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core               
Version: 2:1.7.7-13
Severity: normal

Hi.

The /usr/share/X11/xorg.conf.d/10-evdev.conf breaks my multiseat by
attaching the first mouse and keyboard to booth screens.

Unfortunately if I remove it it gets reinstalled since it is not
considered configuration.

The xorg.conf is attached.

Sincerely,
Joachim


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "InputDevice"
	Identifier	"USB Keyboard"
	Driver		"evdev"
#	Option		"Device"	"/dev/input/by-path/platform-i8042-serio-0-event-kbd"
	Option          "Device"        "/dev/input/by-id/usb-_USB_Keyboard-event-kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"evdev"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"USB Mouse"
	Driver		"evdev"
#	Option		"Device"		"/dev/input/by-path/pci-0000:00:13.2-usb-0:2:1.0-event-mouse"
	Option          "Device"		"/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"CHEESEN Keyboard"
	Driver		"evdev"
	Option          "Device"        "/dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"evdev"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"CHEESEN Mouse"
	Driver		"evdev"
	Option          "Device"		"/dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-mouse" 
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"NVIDIA1"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option 		"NoLogo"
	Option		"ProbeAllGpus"		"false"
	Option		"DynamicTwinView"	"false"
#	Option		"HWCursor"		"false"
#	Option 		"Noint10"		"true"
EndSection

#Section "Device"
#        Identifier      "ATI"
#        Driver          "fglrx"
#        BusID           "PCI:2:0:0" 
#EndSection

Section "Device"
        Identifier      "NVIDIA2"
	Driver          "nvidia"
	BusID           "PCI:5:0:0"
	Option 		"NoLogo"
	Option		"ProbeAllGpus"		"false"
	Option		"DynamicTwinView"	"false"
#	Option          "HWCursor"              "false"
#       Option          "Noint10"               "true"
#	Option		"CustomEDID"		"CRT-0:/etc/X11/benq.edid.bin"
#	Option		"AllowUnofficialGLXProtocol"	"true"
EndSection

Section "Monitor"
	Identifier	"Asus"
	Option		"DPMS"
EndSection

Section "Monitor"
        Identifier      "BENQ"
        Option          "DPMS"
EndSection

# Wird evtl. noch gebraucht
#Section "Monitor"
#        Identifier      "Philips"
#        Option          "DPMS"
#        HorizSync       30-58
#        VertRefresh     50-100
#        DisplaySize     315 233
#EndSection


Section "Screen"
	Identifier	"Links"
	Device		"NVIDIA1"
	Monitor		"BENQ"
	DefaultDepth	24	
EndSection

Section "Screen"
	Identifier	"Rechts"
	Device		"NVIDIA2"
	Monitor		"Asus"
	DefaultDepth	24	
EndSection

Section "ServerLayout"
	Identifier	"Links"
	Screen		"Links"
	Option 		"IsolateDevice"	"PCI:1:0:0"
	Option 		"SingleCard" 	"true"
	InputDevice	"USB Keyboard"	"CoreKeyboard"
	InputDevice	"USB Mouse"	"CorePointer"
EndSection

Section "ServerLayout"
	Identifier	"Rechts"
	Screen		"Rechts"
	Option		"IsolateDevice"	"PCI:5:0:0"
        Option          "SingleCard"    "true"
        InputDevice     "CHEESEN Keyboard"	"CoreKeyboard"
	InputDevice     "CHEESEN Mouse"	"CorePointer"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
        Option "Composite" "enable"
EndSection


--- End Message ---
--- Begin Message ---
On Tue, Mar 22, 2011 at 18:10:28 +0100, Joachim Zobel wrote:

> Package: xserver-xorg-core               
> Version: 2:1.7.7-13
> Severity: normal
> 
> Hi.
> 
> The /usr/share/X11/xorg.conf.d/10-evdev.conf breaks my multiseat by
> attaching the first mouse and keyboard to booth screens.
> 
> Unfortunately if I remove it it gets reinstalled since it is not
> considered configuration.
> 
> The xorg.conf is attached.
> 
You can override what that file does with an InputClass section in
xorg.conf (e.g. with the Ignore option), or by disabling hotplug
altogether.

Cheers,
Julien


--- End Message ---

Reply to: