vesa
This commit is contained in:
parent
632defb656
commit
ac751cc6ef
1 changed files with 7 additions and 2 deletions
|
@ -92,8 +92,13 @@ if(test -f /dev/mousectl){
|
||||||
aux/mouse $mouseport
|
aux/mouse $mouseport
|
||||||
# parse vgasize into fields
|
# parse vgasize into fields
|
||||||
vgasize=`{echo $vgasize}
|
vgasize=`{echo $vgasize}
|
||||||
if(! ~ $"monitor '' && ! ~ `{cat /dev/user} none)
|
@{
|
||||||
|
rfork n
|
||||||
|
if(~ $monitor vesa)
|
||||||
|
aux/realemu
|
||||||
|
if(! ~ $"monitor '')
|
||||||
aux/vga -l $vgasize
|
aux/vga -l $vgasize
|
||||||
|
}
|
||||||
if(~ $accupoint 1)
|
if(~ $accupoint 1)
|
||||||
pipefile -dr /bin/aux/accupoint /dev/mouse
|
pipefile -dr /bin/aux/accupoint /dev/mouse
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue