Mausrad geht nicht mehr (multiseat)
Posted: 24. Sep 2010, 11:57
Hallo,
ich habe mir jetzt nach einem Fehlschlag mit OpenSuse einen Multiseat System mit Salix erfolgreich eingerichtet. Dazu habe ich eine zweite xorg.conf angelegt. Das System startet nun ohne Probleme mit 2 grafischen Oberflächen, so das man mit zwei Nutzern zur gleichen Zeit an einem System arbeiten kann. Nun habe ich jedoch das Problem das von den beiden Mäusen die Mausräder nicht mehr gehen. Ich denke es wird nur ein Detail in meiner xorg.conf sein, aber ich komme einfach nicht drauf. Kann mir da mal einer einen Tipp geben wie ich die Mausräder zum laufen bekomme?
Hier meine xorg.conf.multiseat:
Für alle die es interessiert noch mal die /etc/gdm/custom.conf
Grüße
ich habe mir jetzt nach einem Fehlschlag mit OpenSuse einen Multiseat System mit Salix erfolgreich eingerichtet. Dazu habe ich eine zweite xorg.conf angelegt. Das System startet nun ohne Probleme mit 2 grafischen Oberflächen, so das man mit zwei Nutzern zur gleichen Zeit an einem System arbeiten kann. Nun habe ich jedoch das Problem das von den beiden Mäusen die Mausräder nicht mehr gehen. Ich denke es wird nur ein Detail in meiner xorg.conf sein, aber ich komme einfach nicht drauf. Kann mir da mal einer einen Tipp geben wie ich die Mausräder zum laufen bekomme?
Hier meine xorg.conf.multiseat:
Code: Select all
Section "ServerLayout"
Identifier "seat0"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AutoAddDevices" "off"
EndSection
Section "ServerLayout"
Identifier "seat1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AutoAddDevices" "off"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
EndSection
Section "Module"
Load "dri2"
Load "glx"
Load "dri"
Load "dbe"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "evdev"
Option "Device" "/dev/input/event1"
Option "XkbModel" "evdev"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "evdev"
Option "Device" "/dev/input/event5"
Option "XkbModel" "evdev"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse1"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse3"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Card1"
Driver "radeon"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:4:1:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Code: Select all
[servers]
0=Standard0
1=Standard1
[server-Standard0]
name=Standard server
command=/usr/bin/X -nolisten tcp -novtswitch -sharevts -r -config xorg.conf.multiseat -layout seat0
flexible=true
[server-Standard1]
name=Standard server
command=/usr/bin/X -nolisten tcp -novtswitch -sharevts -r -config xorg.conf.multiseat -layout seat1
flexible=true