Quote:
Originally Posted by geekmaster
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.