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
|
||||
# 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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue