View Single Post
Old 10-22-2012, 01:02 PM   #9
KevinShort
Addict
KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.
 
KevinShort's Avatar
 
Posts: 348
Karma: 209937
Join Date: Jan 2012
Location: Virginia, US
Device: Kobo Wifi, Kobo Glo
Quote:
Originally Posted by lst View Post
[root@(none) /]# fbset

mode "600x800-0"
# D: 0.038 MHz, H: 0.063 kHz, V: 0.079 Hz
geometry 600 800 600 800 4
timings 26400000 0 0 0 0 0 0
accel false
rgba 4/0,4/0,4/0,0/0
endmode
Your Wifi's framebuffer seems to have a 4-bit depth, while mine is 8-bit.
Here's my fbset output:
Code:
[root@(none) /]# fbset

mode "600x800-0"
        # D: 0.038 MHz, H: 0.063 kHz, V: 0.079 Hz
        geometry 600 800 600 800 8
        timings 26400000 0 0 0 0 0 0
        accel false
        rgba 8/0,8/0,8/0,0/0
endmode
I remember seeing over in the Kindle dev forum that some kindles were 4-bit while
others were 8-bit. Maybe I can grab some code from over there and see how they
deal with it. . .
KevinShort is offline   Reply With Quote