View previous topic :: View next topic |
Author |
Message |
RegisG n00b

Joined: 12 Jan 2004 Posts: 34
|
Posted: Mon Jan 30, 2006 10:45 am Post subject: Multiseat X |
|
|
Hello,
I've just set up a multiseat X system.
I've followed this how-to
http://blog.chris.tylers.info/index.php?/archives/14-Multiseat-X-Under-X11R6.97.0.html
All worked fine except having azerty's keyboard on kde...
Here is the workarround I found
for the french keyboard I had to put in the Autostart folder of kde cfg_config script with this content :
Code: | #!/bin/bash
setxkbmap -rules xorg -model pc105 -layout fr
setxkbmap -rules xorg -model pc105 -layout fr -option grp:shift_toggle && setxkbmap fr -keycodes 'xfree86+aliases(azerty)+aliases(evdev)' |
and add in /usr/share/X11/xkb/keycodes/aliases
Code: | xkb_keycodes "evdev" {
<RCTL> = 105;
<RALT> = 108;
<LWIN> = 133;
<RWIN> = 134;
<MENU> = 135;
<PRSC> = 107;
<SYRQ> = 107;
<PAUS> = 127;
<BRK> = 127;
<INS> = 118;
<HOME> = 110 ;
<PGUP> = 112;
<DELE> = 119;
<END> = 115;
<PGDN> = 117;
<UP> = 111;
<LEFT> = 113;
<DOWN> = 116;
<RGHT> = 114;
<KPDV> = 106;
<KPEN> = 104;
}; | ( thanks to Parasietje for this alias file) |
|
Back to top |
|
 |
barthoosh n00b

Joined: 17 Nov 2005 Posts: 13
|
Posted: Fri Oct 27, 2006 11:42 am Post subject: |
|
|
Hi,
Sorry for my terrible english.
Is your multiseat X system stable?
What graphic cards have you got?
Culd you post your xorg.conf, kdmrc or gdrmrc files and specific udev rules...?
I've try to configure my multiseat X system with evdev, but I've some problems.
First is mouse configuration with evdev. Tutorials configuration don't work properly.
I've two setups: A4Tech WOP-49Z on ps2 with KBD on ps2 and
wireless A4Tech KBS 527 KBD+Mouse connected to usb port via USB to PS2 converter
Keyboards work fine on devices /dev/input/event0 and /dev/input/event2.
I've no /dev/input/event1 file.
Mouses not work properly on devices /dev/input/mouse0 and /dev/input/mouse1.
Options "Phys" "Dev Phys" "Name" in xorg.conf don't work. I can't find proper documentation
for this options.
Second problem is wrapped screen on monitor.
I've two graphics cards: PCI-Ex Geforce 6600 and PCI Stealth III on savage chip.
The PCI card with CRT monitor work fine, but PCI-Ex card gives the wrapped screen.
After changing resolution, the screen is fine for a few minutes, and then screen wrapped again.
I'm using -sharevts -novtswitch and -isolateDevice options with my kdmrc. I'm also using
NoInt10 options with xorg.conf.
Have anyone got similar problems?
Regards
P.S
I've Asus A8N-E with nForce4 Ultra chipset and Athlon64. CFLAGS for athlon-xp, 32bit architecture. Single seat works very stable on both: PCI Card OR PCI-Ex Card |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|