Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Tux Paint print settings

  1. #11
    Aearenda's Avatar
    Aearenda is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Apr 2006
    Location
    Melbourne, Australia
    Beans
    1,109
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Tux Paint print settings

    Ok, then I think you should explore your default printer settings. Go to System->Administration->Printing; select your printer in the left pane, and look at the printer options tab on the right. If there is a 'printer resolution' option, try changing it to a lower dots-per-inch figure - mine is 600dpi.

    You may also be able to do something like this in the .tuxprint file - where it says
    Code:
    pngtopnm $FILE | pnmtops | lpr
    try putting
    Code:
    pngtopnm $FILE | pnmtops -imagewidth 8 | lpr
    Last edited by Aearenda; September 19th, 2008 at 04:40 AM. Reason: Added second paragraph

  2. #12
    Join Date
    May 2008
    Beans
    28

    Re: Tux Paint print settings

    OK, I have looked at my printer settings, but there doesn't seem to be any type of dpi settings, unfortunately.

    I also tried changing the line as you suggested with no effect. Hmm...

  3. #13
    Aearenda's Avatar
    Aearenda is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Apr 2006
    Location
    Melbourne, Australia
    Beans
    1,109
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Tux Paint print settings

    Weirder and weirder...

    If you use Nautilus to go to .tuxpaint/saved, and right-click on one of the images there, then open it with Firefox, and then print it, what size is it?

  4. #14
    Join Date
    May 2008
    Beans
    28

    Re: Tux Paint print settings

    One of them is:
    Width: 608 pixels
    Height: 472 pixels

    One I created with the new script installed:
    Width: 832 pixels
    Height: 664 pixels

  5. #15
    Aearenda's Avatar
    Aearenda is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Apr 2006
    Location
    Melbourne, Australia
    Beans
    1,109
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Tux Paint print settings

    Sorry, I mean how big is the print from Firefox on the paper?

  6. #16
    Join Date
    May 2008
    Beans
    28

    Re: Tux Paint print settings

    Oops! No, I'm sorry, I guess I fail "reading".

    The image prints full size via Firefox, the way I would want it to look in Tux Paint. So, the probably means that whatever is wrong is probably on Tux Paint's side, right?

  7. #17
    Aearenda's Avatar
    Aearenda is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Apr 2006
    Location
    Melbourne, Australia
    Beans
    1,109
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Tux Paint print settings

    I think it's a combination of tuxpaint and your particular printer, since on my system tuxpaint gets it right. Can you start a terminal (from Applications->Accesssories) and post the output from the following commands please (maximise the terminal, and use the mouse to select, right-click to copy and then paste the output into the reply box):
    Code:
    cat /etc/papersize
    grep papersize /etc/tuxpaint/tuxpaint.conf
    grep print /etc/tuxpaint/tuxpaint.conf
    grep DESC /etc/lsb-release
    apt-cache showpkg tuxpaint
    Also, what is the make and model of your printer? Is it local or shared on another system?

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •