View Single Post
Old 03-29-2012, 09:30 AM   #23
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by geekmaster View Post
Huh?
Perhaps a bit of context would help you out:
Quote:
Originally Posted by novo
EDIT: GOT IT!
every line is count=20, so to only delete first line is:
dd if=/dev/fb0 bs=608 count=20 > /mnt/us/fb0.raw # save framebuffer
Quote:
Originally Posted by knc1
Check if the copy of dd you are using supports the seek= and skip= options.

Those would give you access to the last (or other selected) line.
skip= for skipping the un-wanted lines on a fb read.
seek= to seek past the un-changed lines on a fb write.
See: You aren't the only poster on this forum I reply too.
knc1 is offline   Reply With Quote