<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-6" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I think a bug report could be the solution.<br>
<br>
Do you know where to put it ?<br>
<br>
<br>
Mr E_T wrote:
<blockquote cite="mid200601190833.13714.troll@arach.net.au" type="cite">
  <pre wrap="">On Thursday 19 January 2006 05:31, david752004 wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> It should be like that...  But it never worked when I tried ... sometimes the core keyboard went crazy printing lots of randoz caracters...
 
 may be I need all the options ?
 
 I never found a proper solution.
    </pre>
  </blockquote>
  <pre wrap=""><!---->Maybe the core keyboard needs to use the keyboard driver - not the kbd driver
Failing that a bug report may need to be put in.

  </pre>
  <blockquote type="cite">
    <pre wrap=""> 
 Mr E_T wrote: 
On Wednesday 18 January 2006 23:10, david752004 wrote:
  
Hello

I need to plug several USB keyboard on my laptop with fedora core 4.
It works well, but all keyboards have the same layout, while I want a 
different layout for each keyboard.

For example :     keyboard 1 -> us qwerty
                           keyboard 2 -> greek...

I tried to change xorg.conf, but it did not work.
    
Must use the raw devices in the following from xorg.conf
Not tested but the basics should be there

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Keyboard2"
    InputDevice "Keyboard3"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Device      "/dev/..."
    Option      "Protocol" "Standard"
    Option      "AutoRepeat" "500 30"
    Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Keyboard2"
    Driver      "kbd"
    Device      "/dev/..."
    Option      "Protocol" "Standard"
    Option      "AutoRepeat" "500 30"
    Option      "XkbLayout" "el_GR"
EndSection

Section "InputDevice"
    Identifier  "Keyboard3"
    Driver      "kbd"
    Device      "/dev/..."
    Option      "Protocol" "Standard"
    Option      "AutoRepeat" "500 30"
    Option      "XkbLayout" "ko"
EndSection

  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>