1This is the svga ui port
2send any fixes or improvments to me Jay Sorg(j@american-data.com)
3svgalib should be installed
4tested with versions 1.4.3, 1.9.x
5
6thanks to
7  Donald Gordon - original work
8  Peter Nikolow - misc fixes
9
10run make -f makefile_svga to compile it
11
12svgareadme.txt - notes, this file
13makefile_svga - makefile
14svgawin.c - ui lib
15
16svgalib has some support for acceleration but most drivers
17do not support it.  I hope they fix this.
18The ones that do are Cirus Logic and ATI Mach 32 cards.
19If running on really slow hardware(486), use one of these cards,
20it improves performance alot.
21
22run ./svgardesktop with no parameters to see a list of
23commnad line options
24
25You will need to modify the libvga.config file most likely.
26Its in /etc/vga.
27Here is what mine looks like.
28BOF
29 mouse imps2
30 mouse_fake_kbd_event 112 113
31 mouse_accel_mult 1.5
32 mouse_accel_type normal
33 HorizSync 31.5 56.0
34 VertRefresh 50 90
35 nosigint
36EOF
37The mouse_fake_kbd_event line makes the wheel mouse work.
38
39Jay
40