This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:ccornair:portfolio:hpc0project5 [2013/05/06 03:53] – [Procedure] ccornair | user:ccornair:portfolio:hpc0project5 [2013/05/06 03:59] (current) – ccornair | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Project: | ||
+ | |||
+ | Tom and I were unable to get this project working,we spent probably 6 hours trying different things before we gave up | ||
+ | |||
+ | =====Prerequisites===== | ||
+ | Linux/*BSD Desktop Install | ||
+ | |||
+ | =====Attributes===== | ||
+ | I am really looking forward to learning how the lair set up the multi-seating | ||
+ | |||
+ | =====Procedure===== | ||
+ | |||
+ | Install GDM and make X server links | ||
+ | Assuming that you already have xorg installed, also install gdm. | ||
+ | Make links to to the X server: | ||
+ | / | ||
+ | |||
+ | **for xorg:** | ||
+ | ln -sf /usr/bin/X /usr/bin/X0 | ||
+ | ln -sf /usr/bin/X /usr/bin/X1 | ||
+ | 3. Make appropriate changes in / | ||
+ | |||
+ | ... | ||
+ | |||
+ | # Definition of the standard X server. | ||
+ | [server-Standard] | ||
+ | name=Standard server | ||
+ | command=/ | ||
+ | flexible=true | ||
+ | |||
+ | ... | ||
+ | |||
+ | # Definition of the second X server. | ||
+ | |||
+ | [server-2nd] | ||
+ | |||
+ | name=2nd server | ||
+ | |||
+ | command=/ | ||
+ | |||
+ | flexible=true | ||
+ | |||
+ | ... | ||
+ | |||
+ | Depending on how many users you will support. The above supports 2. | ||
+ | The PCI addresses you get via lspci: | ||
+ | |||
+ | ... | ||
+ | |||
+ | 00:0a.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev a2) | ||
+ | |||
+ | ... | ||
+ | |||
+ | 01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 4000 AGP 8x] (rev c1) | ||
+ | |||
+ | ... | ||
+ | |||
+ | Setup xorg.conf for multiple users | ||
+ | |||
+ | **Setup the keyboard Input Device sections: | ||
+ | |||
+ | | ||
+ | Identifier | ||
+ | Driver | ||
+ | Option | ||
+ | Option | ||
+ | | ||
+ | |||
+ | | ||
+ | Identifier | ||
+ | Driver | ||
+ | Option | ||
+ | Option | ||
+ | | ||
+ | |||
+ | **The Phys option data is gotten from / | ||
+ | |||
+ | I: Bus=0011 Vendor=0001 Product=0002 Version=ab83 | ||
+ | |||
+ | N: Name=" | ||
+ | |||
+ | P: Phys=isa0060/ | ||
+ | |||
+ | S: Sysfs=/ | ||
+ | |||
+ | H: Handlers=kbd event0 | ||
+ | |||
+ | B: EV=120013 | ||
+ | |||
+ | B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe | ||
+ | |||
+ | B: MSC=10 | ||
+ | |||
+ | B: LED=7 | ||
+ | |||
+ | ------------------------------------------------ | ||
+ | |||
+ | I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 | ||
+ | |||
+ | N: Name=" | ||
+ | |||
+ | P: Phys=isa0060/ | ||
+ | |||
+ | S: Sysfs=/ | ||
+ | |||
+ | H: Handlers=kbd event1 | ||
+ | |||
+ | B: EV=120013 | ||
+ | |||
+ | B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe | ||
+ | |||
+ | B: MSC=10 | ||
+ | |||
+ | B: LED=7 | ||
+ | |||
+ | |||
+ | | ||
+ | |||
+ | Section " | ||
+ | Identifier | ||
+ | Driver | ||
+ | Option | ||
+ | Option | ||
+ | Option | ||
+ | Option | ||
+ | | ||
+ | |||
+ | |||
+ | | ||
+ | Identifier | ||
+ | Driver | ||
+ | Option | ||
+ | Option | ||
+ | Option | ||
+ | Option | ||
+ | | ||
+ | |||
+ | |||
+ | |||
+ | **The Device data is gotten from the same source as the keyboards and reads as follows: | ||
+ | I: Bus=000 | ||
+ | |||
+ | =====References===== | ||
+ | |||
+ | http:// | ||
+ | |||