Fixing the Black Band on 4x6 Prints from a DNP DS-RX1HS Printer

Updated Yesterday · 2 min read

Applies to: FMX for Windows + DNP DS-RX1HS printer

The Symptom

When printing 4x6 photos through FMX to a DNP DS-RX1HS, every print comes out with a large black band running down the right side of the page. Instead of a clean portrait 4x6 photo, you get a portrait image awkwardly placed on what is actually a 6x4 (landscape-oriented) page, with the leftover space rendered as solid black.

The Cause

This happens because of a mismatch between the printer's paper mode and the driver's automatic paper selection. The DS-RX1HS control panel has its own paper-size setting, and when FMX's automatic paper selection doesn't align with it, the driver lays the portrait image onto a landscape-shaped page. The unused portion of that landscape page is what shows up as the black band.

In short: it's not a corrupted file, a driver bug, or a printer defect — it's a paper-orientation mismatch between the app and the driver.

The Fix

You can resolve this directly from the printer driver's advanced settings:

  1. Open Devices and Printers from the Windows Control Panel.

  2. Right-click the DS-RX1 printer driver and select Printing Preferences.

  3. Click the Advanced... button in the bottom-right of the Printing Preferences window.

  4. In the DS-RX1 Advanced Document Settings window, expand Paper/Output.

  5. Set Paper Size to PR (4x6) — the portrait 4x6 mode, rather than the default landscape 6x4 mode.

  6. Click OK to apply, then close out of Printing Preferences.


The Advanced Document Settings dialog, with Paper Size set to PR (4x6).

Once the paper size is explicitly set to PR (4x6), the driver renders the portrait image onto a matching portrait page, and the black band disappears.

Why This Works

The DS-RX1 driver supports both landscape (4x6) and portrait (PR 4x6) paper orientations for the same physical media. FMX's automatic paper selection can pick the landscape variant by default, but portrait photo prints need the portrait variant to match. Explicitly forcing PR 4x6 in the driver's advanced options removes the ambiguity and keeps the image and page orientation in sync.

Quick Reference

Setting

Location

Value

Paper Size

Printing Preferences → Advanced → Paper/Output

PR (4x6)

If you manage multiple workstations printing to the same DS-RX1HS, apply this setting on each machine's driver instance, since it's a per-driver (not per-printer-hardware) configuration.

Was this helpful?

Related articles