LCD Fix for CC9P and CC9M

LxNETES 3.2

 

 

 

Last Updated: 08/20/07         Fix Count: 1

 

 
Title
Patch to disable console cursor
 
Case:  internal
 
Date Fixed: 08/20/07
 
Description
Graphical applications are showing a square box (cursor) on the left middle side of the LCD.

 

Solution

If a cursor or square block above the middle left of the LCD output is disturbing your graphical application, disable the
console cursor with the following patch:

 

 

Files:

Framebuffer Console Cursor Patch

 

Special Instructions

 

cd LxNETES-3.2
patch -p0 <framebuffer_console_cursor.diff
cd build
make clean
make xconfig
     -> Device Drivers -> Graphics support -> Console display driver support
     -> Framebuffer Console support -> disable blinking graphic cursor
     (see cursor_off.jpg)
make
make install
make install-nfsroot
 
to test it run e.g. "qthello -qws"
 

Dependencies

None