here is my procedure thus far
#1 attach all devices to the computer
#2 make a fresh install of antix
#3 if using a nvidia video card, download the video card drivers from nvidia's site and change permissions to allow to run
#4 download automseat
#5 using synaptic search ( ...
"libc6-dev" and install libc6-dev ( this is to be able to run the driver installation )
"gdm" and install setting as default
"xserver" find the nv driver and completely remove it
#6 type as root in terminal ( DISABLED_MODULES="nv nvidia_new" )
#7 change start up services turning off gdm at startup
#8 reboot and become root in the comand line interface
#9 cd to the directory where the drivers were downloaded and run them
#10 dpkg the automseat file
#11 cd to ( /usr/bin ) and edit the file automseat, find the nvidia driver nv and change it to nvidia (geany line 351 ), then find the resolution sets and change it to the resolutions you desire ( geany line 599 )
#12 save and close, then type automseat -v ( this will show the output and configure X )
#13 type lspci |grep VGA and record the output
#14 cd to /etc/gdm/ and edit gdm.conf, in the servers section add
Code: Select all
0=Standard0
1=Standard1
[server-Standard0]
name=Standard server
command=/usr/bin/X -nolisten tcp -isolateDevice PCI:1:0:0 -layout layout0 :0
flexible=false
[server-Standard1]
name=Standard server
command=/usr/bin/X -nolisten tcp -isolateDevice PCI:4:0:0 -novtswitch -sharevts -layout layout1 :1
flexible=false
#15 cd /boot/grub and edit menu.lst at the end of one of the entries type vmalloc=256M max should be around 512M
#16 reboot and become root.
#17 type gdm and login
#18 add another user by typing in the terminal muser
#19 login second moniter to the new user
This is how I have gotten the multi user system to work with antix, and it takes a while to do. Have not worked out all the problems, will post when I figure them out.
Problem:
the mice and keyboards work on both screens instead of on one the one it is meant to. if anyone else tries this and finds a solution post back, till then will keep trying.
PS. once this is done reset gdm to start on startup