home · contact · privacy
Set up printer to use monochrome cartridge for printing color and gray.
[config] / buster / setup_scripts / setup_desktop.sh
index f2d35ff9c994a36605400045464a7f8aad9c740e..63ee26e40f29aa7f995085083c92bf15c999aab4 100755 (executable)
@@ -20,7 +20,7 @@ cd "${setup_scripts_dir}"
 ./install_for_target.sh user "${system_name}"
 
 # Set up printer.
-lpadmin -p 'HP_Deskjet_F300_series' -m 'drv:///hpcups.drv/hp-deskjet_f300_series.ppd'
+lpadmin -p 'HP_Deskjet_F300_series' -m 'drv:///hpcups.drv/hp-deskjet_f300_series.ppd' -o 'OutputMode=NormalGray'
 service cups restart
 
 # Install Firefox directly from Mozilla.