diff options
author | rader <rader@88473608-6f18-0410-8b6c-91216bd3049c> | 2007-12-06 01:31:03 +0000 |
---|---|---|
committer | rader <rader@88473608-6f18-0410-8b6c-91216bd3049c> | 2007-12-06 01:31:03 +0000 |
commit | 8a4c7b6c48134cff680ffbdc7dac87675c006b67 (patch) | |
tree | a6f4eee69d8a08416f9c01420caba093325e4cef /README | |
parent | 3b7a92427d76603ebcb8d9b24b29cd75b13d9260 (diff) |
it does graphics
git-svn-id: svn+ssh://svn-nitpicker.cl.cam.ac.uk/linpicker/trunk@114 88473608-6f18-0410-8b6c-91216bd3049c
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -43,4 +43,15 @@ The comm structure has the goals of: * Robust against malicious clients: clients may drop partway through, send excessive or insufficient data, or send "wrong" messages. - +This code is dependant upon the direct frame buffer library. It requires +that the file /dev/fb be present this means that the kernal level frame +buffer driver must be loaded. In order to load the svga (vesa) frame buffer +you must load it in grub.conf. This requires adding the following line to +one of the boot kernels: + +kernel /vmlinuz-2.6.22.9-61.fc6 ro root=LABEL=/1 video=vesafb:ywrap,mtrr +vga=788 + +This fb driver is only activated at boot time and the settings can not be +changed using fbset. You can also try loading the module as root if you know +your cards maker. |