Le 2012-10-30 12:24, MERIGHI Marcus a écrit :
$ grep ttyC1 /etc/ttys
ttyC1 "/usr/local/sbin/autologin.getty" vt220 on secure
$ cat /usr/local/sbin/autologin.getty
#!/bin/sh -e
TERM=vt220 /usr/local/sbin/autologin < /dev/$1 > /dev/$1
$ cat /usr/local/sbin/autologin
#!/bin/sh -e
echo running autologin...
exec su -l autologin
$ cat /home/autologin/.profile
/usr/X11R6/bin/startx
Hi,
Thank you very much, now keyboard works, therefore, in each xterm i
have the following errors :
"
xauth: file /home/stac/.serverauth.457 does not exist
xauth: (stdin):1: bad display name "accueil:0" in "add" command
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
XIO: fatal IO error 35 (Resource temporarily unavailable) on X server
":0"
after 7 requests (7 known processed) with 0 events remaining"
When start "fwvm", it is possible to disable xterm at startup ?
Again, thank you very much for your precious help!
Cheers,
Wesley