- Fix the LARGE_SIZE constant so it uses the lookaside list for mbuf ext buffers...
[reactos.git] / base / applications / tsclient / rdesktop / uiports / svgareadme.txt
1 This is the svga ui port
2 send any fixes or improvments to me Jay Sorg(j@american-data.com)
3 svgalib should be installed
4 tested with versions 1.4.3, 1.9.x
5
6 thanks to
7 Donald Gordon - original work
8 Peter Nikolow - misc fixes
9
10 run make -f makefile_svga to compile it
11
12 svgareadme.txt - notes, this file
13 makefile_svga - makefile
14 svgawin.c - ui lib
15
16 svgalib has some support for acceleration but most drivers
17 do not support it. I hope they fix this.
18 The ones that do are Cirus Logic and ATI Mach 32 cards.
19 If running on really slow hardware(486), use one of these cards,
20 it improves performance alot.
21
22 run ./svgardesktop with no parameters to see a list of
23 commnad line options
24
25 You will need to modify the libvga.config file most likely.
26 Its in /etc/vga.
27 Here is what mine looks like.
28 BOF
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
36 EOF
37 The mouse_fake_kbd_event line makes the wheel mouse work.
38
39 Jay