I just wanted to test my printer, and if linux could print from it, so I opened up vi and just made this:
2 2
2 2
2 2
2 2
etc for about 2 more lines. I then printed it by using:
cat new >> /dev/lp0 (where new was the file name).
But alas, the printed version looked like this:
2 2
(large gap) 2 2
(larger gap) 2 2
(huge gap) 2 2
Why is this? How can I fix the printing configuration?
( Using gentoo with 2.6.11-r6 by the way)
EDIT: For some reason, it auto formated.
2 2
2 2
2 2
2 2
etc for about 2 more lines. I then printed it by using:
cat new >> /dev/lp0 (where new was the file name).
But alas, the printed version looked like this:
2 2
(large gap) 2 2
(larger gap) 2 2
(huge gap) 2 2
Why is this? How can I fix the printing configuration?
( Using gentoo with 2.6.11-r6 by the way)
EDIT: For some reason, it auto formated.