All printouts condensed into left half on a Samsung Color Laser printer CLP-365W

5,757

Solution 1

I had the same problem with CLP-360 on x86_64 laptop. (On x86 all is OK.)

I fixed it using the following driver on cups:

  • Samsung CLP-340 Series (SPL-C) (color, 2-sided printing)

Solution 2

I used the same driver that Eliah mentioned with success under Linux Mint 13 (basically Ubuntu 12.04)

First, install the Samsung unified driver package from theSamsung download center).

Extract the Linux folder and open it within the terminal and run:

cd ~/Downloads/Linux/
sudo ./install.sh

The installation wizard will now open, it might be necessary to disable LPT support during the installation, since disabling it worked for me.

After completing press Alt+F2 and open system-config-printer and search for the IP of the printer, select the printer and the faulty driver will install. After completing the installation open the properties of the printer and click change next to Make and Model, select Provide PPD File and navigate to "/opt/Samsung/mfp/share/ppd" and select "CLP-340.ppd". Click Forward and use the option Use the PPD (Postscript Printer Description) as is and click Apply.

The printer should now be installed correctly.

Share:
5,757

Related videos on Youtube

ajo
Author by

ajo

Updated on September 18, 2022

Comments

  • ajo
    ajo almost 2 years

    After installing the Samsung Color Laser Printer CLP-365W in 12.04, the printout is condensed into the left half of the A4 page (regardless whether 'fit to page' on or off). This happens both with the automatically recognised Ubuntu driver and the 'Unified Linux driver' from the Samsung website. (The 300.ppd (as per 'Unified driver' install) or 360.ppd are the closest matches to '365'.)

    Any help??

    Test page printout

    Printout

    Test page printout closeup

    Printout closeup

  • Eliah Kagan
    Eliah Kagan almost 12 years
    Can you provide more information? What driver were you using before? Did you select the driver you're commending from Additional Drivers, or did you have to download it manually from somewhere on the Internet?
  • nilsonneto
    nilsonneto over 11 years
    Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
  • rosch
    rosch over 11 years
    Please add the main steps here in English and keep the link to your post on forum.ubuntu-fr.org.
  • Piotr Findeisen
    Piotr Findeisen about 11 years
    Had the same problem, but solved differently, using bchemnet.com/suldr (samsung drivers packaged as deb and fixed). There is additional gain when compared to "standard" CLP-360W installation on older, i386 laptop: now it prints immediately, even over WiFi and previously it took more than 30s for PC and printer to communicate. (I would add a separate answer but the question seems to be closed now.)