This commit is contained in:
cinap_lenrek 2011-04-11 21:12:01 +00:00
parent 632defb656
commit ac751cc6ef

View file

@ -92,8 +92,13 @@ if(test -f /dev/mousectl){
aux/mouse $mouseport
# parse vgasize into fields
vgasize=`{echo $vgasize}
if(! ~ $"monitor '' && ! ~ `{cat /dev/user} none)
aux/vga -l $vgasize
@{
rfork n
if(~ $monitor vesa)
aux/realemu
if(! ~ $"monitor '')
aux/vga -l $vgasize
}
if(~ $accupoint 1)
pipefile -dr /bin/aux/accupoint /dev/mouse
}