OpenSUSE Hardware :: Adding Custom PJL Instructions To Print Job

Sep 18, 2010

Getting sick of always having toner saver active when printing in Linux, I've used windows today to "print to file" and examine how the windows driver for my printer manages to override the toner saver settings.

It turns out that the windows driver prepends some PJL commands to the PostScript file that is sent to the printer. Nothing really fancy, so I would like to:Define two logical printers: one that uses the "toner save" feature and one that prints with the highes quality. For the "high quality" printer, prepend the same PJL commands that the windows driver adds.

Any hints on how I can do that (especially adding the PJL commands to the data that is sent to the printer)? My search skills seem to let me down on this one :-(

Hardware and software details:OpenSuse 11.2 HP LaserJet 6MP Printer networked through a D-Link one-port printer server (of the type you are supposed to plug into the printers parallel port)

View 1 Replies


ADVERTISEMENT

OpenSUSE :: CUPS: Adding Custom Page Size To Ppd File?

Mar 24, 2010

I have a Canon i560 printer, which is rather well supported by Gutenprint drivers. I have been using those for a while and they serve my regular printing needs. However, when I try to print a good quality photo on glossy photo paper, strange stuff happens.The colour doesn't come out nice, but somewhat faded. Worse, no matter how I specify that I want to make a print on 10x15 glossy paper, the actual print is always cut off, printed landscape when I specify portrait, etc. The printer is shared via CUPS and when my wife prints from her Windows XP machine, the printer works normally and the colours look brilliant so there's no problem with the machine itself, it has to be in the driver.

I googled this problem extensively and in my search, I found out that Canon does in fact have a Linux driver for this printer, though it can't be found through their website. It is on their ftp server, however: ftp://download.canon.jp/pub/driver/bj/linux/I installed the driver from there, following instructions that I found on the web and I have the printer working. But...the photo paper size that I want to print on (10x15 centimetres) isn't available in the ppd file. I can also not specify a custom paper size to print on in digikam or gwenview, since that option is greyed out...Since a ppd file is a text file, I decided to see if I could add a custom paper size. I googled some more and found this page: Adding Custom Paper Sizes to a Custom Printer File Using a Text EditorWith the help of that page, I thought I had it nailed. I added the following to my ppd file:

*PageSize photo/Photo 10x15: "<</CNPageSizeName(photo)/PageSize[283 424]ImagingBBox null>>setpagedevice"
*PageRegion photo/Photo 10x15: "<</CNPageSizeName(photo)/PageSize[283 424]ImagingBBox

[code]...

View 5 Replies View Related

OpenSUSE :: LibreOffice Impress - Adding Custom Effects In Text Transition

Jun 29, 2011

I have an extremely urgent support request! I need to create a presentation by Friday. I have selected the template, the elements etc. But, I have to add transition between each text Outlines and each page. It's very easy to add page transition effects. But, so far I have not managed to add automatic custom effect in text transitions (with click).

For example, let's say that I have in page the following format:
Text 1
Text 2
Text 3
I want to present the elements as Text 1, then I click the mouse, Text 2 click the mount Text 3 etc. In MS PowerPoint this is done via Master pages.

I tried the same on OO/LibreOffice 3.3: Edit the Slide Master, modified the fonts etc. Then, I tried to add a custom animation in each element. But with no success.
First of all, it seems that any effect is named: Outline Text 1: Click to...
Second: Even If I accept the fact than there seems to be no way to add an effect for Outline 2 etc, I save and show the presentation. But, instead of a page transition then a blank page that requires a click from me to present the 1st element, I see ALL elements. So, is it possible to do that in OO?

View 9 Replies View Related

Ubuntu :: Adding A 576i Custom Resolution?

Dec 7, 2010

I am trying to add a custom resolution (576i) when connecting an ASROCK ION330HT to a panasonic SDTV CRT.

I have previously had success connecting a laptop to the SDTV using powerstrip (Vista). Now that I am using Ubuntu I dont have that option.

I have used xrandr to try and add a 576i resolution (using --newmode, --addmode, --output). When I view the available resolutions using "xrandr -q", for the new 576i resolution I see the following:

720x576_@25i (0x19f) 14.0MHz
h: width 720 start 728 end 792 total 864 skew 0 clock 16.2KHz
v: height 576 start 593 end 598 total 625 clock 25.9Hz

Can anyone explain (0x19f)? I am wondering if that is an error??

If it matters, I'm using 10.04.

View 1 Replies View Related

Programming :: Adding Job From Script (Custom Built RPM)

Mar 10, 2011

I'm building an RPM that requires adding a cron job into a user's(service account) crontab...from what I see in the manpages, this isn't possible, as the only viable option is to replace the crontab entries already there for previous scripts being run. Either way, as an example I've found I can make it work by directly modifying the crontab file using:

Code:
echo "* * * * * /bin/ls -la ~/ >> ~/ls.log" >> /var/spool/cron/userName

I'd just like to know, is there any MAJOR issues with modifying a the crontabs like this? This is running on a Redhat Enterprise Linux server by the way.

View 1 Replies View Related

Ubuntu :: Adding Custom Icons To The Main Menu

Sep 29, 2010

i just added a wine program to the main menu as it didnt show on default and it has no icon, just a default one which isnt right, so just wanted to know if i can change this icon by inserting the correct image?

View 1 Replies View Related

General :: Adding A Custom Keyboard Layout In Kubuntu?

Feb 28, 2011

I have written a custom keyboard layout that I'm trying to install in Kubuntu 10.10. This is the layout: [URL]

I have added the layout as /usr/share/X11/xkb/symbols/dotan and made these changes:

In /usr/share/X11/xkb/rules/base.lst I added this:
! layout
dotan Dotan
Of course, the !layout line was already there, I did not touch it.
In /usr/share/X11/xkb/rules/base.xml I added this:
<layoutList>
<layout>

[Code]....

However, after a reboot I do not see the new layout in KDE's configuration for these things.

Note: this is a repost of a post on the geekhack forums. After posting I realised that LinuxQuestions is the better place to ask this. For reference, here is the original geekhack thread: [URL]

View 2 Replies View Related

General :: Adding Custom Files And Rebuilding Live CD

Jul 13, 2011

I have been able to successfully build a live Linux CD, the problem is during the course of setting up my new linux instance on my latop I had to install a few items (intel drivers). So got all the files and everything worked after manually installing, but wanted to try to rebuild the CD with all the files in the CD, rather than having to use a USB drive to put the file onto my laptop. When I made the changes to the configuration that I previously used(just edited the chroot file and did lh_build again) nothing happened the binary was no rebuilt. So some questions: If I am wanting to add files into a live CD build how do I do this? How do I rebuild a CD? or Is it possible? (i.e. I have to continually start from scratch each time).

View 2 Replies View Related

Ubuntu :: XFCE - Configuring Startup Apps / Adding Custom Keyboard

Jun 20, 2011

I am new to XFCE and I'd like to ask few question about usage:
1. How can I disable dragging windows through workspaces? I like them to stay at one.
2. How do you configure startup applications?
3. Why XFCE menu doesn't show some of my custom icons? (png, tried more than one, for custom launcher - eclipse)
4. How do I add custom keyboard? (ALT+SHIFT switching)
5. I restarted laptop and all my applications re-opened after restart. I do not want that. How to disable this?

View 9 Replies View Related

Fedora Installation :: Erratic Install Results W/initrd - Custom Spins With Custom Drivers - Modules?

Dec 28, 2009

Just spent three whole days barking up the wrong tree, solving Fedora 11 and Fedora 12 boot failures because the correct hypothesis was illogical: installation did not update/modify the initrd.

The first couple of times I installed Fedora 11 on the HighPoint Technologies RocketRaid 2640x4, the installation inserted my "custom" driver module (rr26xx) into the initrd, permanently, so that the system booted off the controller card for which the custom driver was inserted. (I yelled about this success in this thread: [url]

My most recent installs of BOTH F11 and F12 on the RocketRaid failed to properly set up the boot. It turns out that the "rr2640" module I "slipstreamed" into the installation process was *NOT* permanently added to the initrd by anaconda. (F12 gave me "no root device found boot has failed, sleeping forever", on boot; F11 hung also, without such error, I presume, during the init script execution). Because of limited resources and time, I only know for sure the module was missing from the F11 initrd, and am ASSUMING the same was the case with F12.

The only difference between the successful installs and the ones with failed boot is that the successful installs were made on a single-drive (JBOD) mode on the controller; whereas, the failed ones were placed on RAID 5. But, AFAIK, the created logical device for the card is "/dev/sda", in both cases, and the kernel can not distinguish between the two cases (or can it?). Thus, the inconsistency cost me a lot of time, and is still inexplicable to me.

Question: What is the best way to deal with custom drivers, today? There are custom spins, and many tools, like isomaster. Stupid question: Is there a way to modify the initrd inside an installer ISO -- be it for CD/DVD/USBboot drive -- beefing the init RAM disk with whatever modules you'd like, for the boot process (using, say, isomaster)?

And what makes anaconda understand that a module must be added to the initrd ? How can one force anaconda to do so?

How does moving to dracut as the initrd tool affect any/all of the above?

View 1 Replies View Related

OpenSUSE Install :: Adding Window7 Boot To Opensuse 11.1?

Jan 16, 2010

I am newbie to linux so please understand. My boot loader was overwritten by windows 7. so I inserted the boot cd and repaired the boot using YAST. now I am able to login to suse but when I select windows it says bootmgr missing. I read thru some of the board and added the following lines to menu.1st:

###Windows 7
title Windows 7
rootnoverify (hd0,1)
chainloader +1
linux-d8a4:~ # fdisk -l

[Code]...

View 4 Replies View Related

OpenSUSE Multimedia :: Update ALSA, Following The Instructions Here: SDB:Alsa-update?

Mar 17, 2011

I'm trying to update ALSA, following the instructions here: SDB:Alsa-update - openSUSE.I'm not sure how to proceed at STEP THREE. There are two sets of instructions, based on whether or not the kernel has been updated. I'm not sure if it has been. How can I make sure?

View 2 Replies View Related

Ubuntu :: Can't Install .run File According To Instructions

Jun 27, 2010

Well I downloaded an ATI driver, and there are some installation instructions:
Launch the Terminal Application/Window and navigate to the ATI CatalystTM
Proprietary Linux driver download. Enter the command sh ./ati-driver-installer-10-6-x86.x86_64.run to launch the ATI CatalystTM Proprietary Linux driver installer. The ATI CatalystTM Proprietary Linux Driver Setup dialog box is displayed.

My result:
marek@marek-desktop:~$ sh ./ati-driver-installer-10-6-x86.x86_64.run
sh: Can't open ./ati-driver-installer-10-6-x86.x86_64.run

View 4 Replies View Related

Ubuntu :: Isntallation Instructions Are Not Working?

Mar 9, 2011

Im following the instructions to download and install ubuntu, using a USB stick from this site I cant post URLS yet (not 15 posts) but it was the ubuntu download site.

Step 1, downloaded 32 bit ubuntu file

Step 2, clicked on USB stick, and windows and show me how.

Insert a USB stick with 2gb DONE Download universal usb installer DONE Click run... DONE

Selected UBUNTU 10.10 from the dropdown list DONE And here is where I got stuck Click Browse and open the downloaded ISO file. Well I went to the place I unzipped the ubuntu files, NO ISO FILE.

View 1 Replies View Related

Software :: CUPS - Print Jobs Shows Completed, But Page Doesn't Print?

Dec 6, 2008

I initially had a problem accessing the CUPS interface (see my other post) and got that resolved by adding the user "cupsys". Now, everything "looks" ok, and when I print a test page, it shows it as completed (in CUPS). However, the page never prints.
The printer is a Canon MP600 (using the canonmp600en.ppd file to configure it). Here's the output of my conf file.

Code:
# Show troubleshooting information in error_log.
LogLevel debug

[code]...

View 8 Replies View Related

Ubuntu :: Printing Corrupted - Get Substituted / Print A Blank Space / Print A Box

Mar 23, 2011

Interesting problem: For the first time with Xubuntu 10.10 64bit, I am finding certain applications print corrupt. A varying amount of letters / numbers either get substituted/print a blank space/ print a box etc etc. This corruption seems to happen from a Pdf ( evince ) or Spreadheet ( Gnumeric ) Opening the same Pdf on another machine (ubuntu 10.10 32bit) prints perfectly. Opening the same .xls file on the original computer but using OOo Calc prints perfectly.

I guess I have ruled out any problems with the printer itself or the network JetDirect box. I have re-installed CUPS and evince and upgraded to the latest version of HPLIP but the problem appears unchanged.

View 2 Replies View Related

Ubuntu :: Cannot Print PDF Files - Print Preview Shows A Blank Page

Jun 5, 2011

I cannot print pdf files. I have tried using okular and xpdf. The documents display in the program, but print preview shows a blank page. The printer then sends out blank pages. I have tried printing on 2 different printers using usb cables. Using terminal to process the commands shows error:

Quote:
xxx@xxx:~$ xpdf
***** MediaBox = ll:0,0 ur:611.976,791.968
***** CropBox = ll:0,0 ur:611.976,791.968
***** Rotate = 0
Segmentation fault

Converting to .ps also is blank.

View 6 Replies View Related

OpenSUSE :: Build And Install Custom Kernel?

Jul 4, 2009

When I build the kernel 2.6.30 source, the rpm package is very big and needed or root filesystem 800-900 Mb. I use "make rpm" as described in Configure, Build and Install a Custom Linux Kernel - openSUSE.

View 7 Replies View Related

OpenSUSE :: Possible To Create Custom Patch / Software CD?

Sep 15, 2010

I've a friend who would like to install openSUSE 11.3. But due to a bad Internet connectivity he cannot download the updates and the extra softwares. So I was thinking if it was possible to create a patch and a software cd for him which could then be used as a repository in YaST ?

View 4 Replies View Related

OpenSUSE :: Design A Custom A3 Size Calendar ?

Mar 30, 2011

I would like to design a custom A3 size calendar in my linux.

I have a printer that can print that size but I do not know in which program I can make a customized calendar with the features below:

-A3 size

-Months from April2011-February2012

-Reserve space inside dates for comments.

View 4 Replies View Related

OpenSUSE :: Custom KDE Air Theme Not Proper When Rebooted

Apr 17, 2011

I have a fresh install of openSUSE 11.4 KDE 64 bit. I have desktop effects disabled for power consumption purposes on my laptop. When I shutdown or reboot the system the air theme for the the taskbar is mostly black with some grey. If I enable desktop effects, apply, and then disable the effects the correct look of the theme is shown and the appearance is retained with effects disabled. Pictures below of theme after reboot and then theme after enabling and disabling desktop effects.

View 2 Replies View Related

OpenSUSE Hardware :: Still Possible To Load Custom DSDT?

Jan 19, 2010

I am aware that support for loading a custom DSDT file has generally been dropped since kernel 2.6.31 and I have a netbook that requires the use of a fixed DSDT file. I have heard that SUSE is the only distro working on applying the DSDT loading patch to their kernels.

I currently use ubuntu on my netbook and have been compiling my own kernels in order to use a custom DSDT file. It's a pain to compile each kernel release on a slow netbook, so my quick question is: can I load a custom DSDT file with the latest stock SUSE kernel? If this is the case, I'll give it a shot.

View 2 Replies View Related

OpenSUSE Wireless :: Custom Configuration Using Networkmanager?

Dec 14, 2010

This new USB wireless adapter is not detected by OS. I have tried all possible custom configuration using networkmanager.

View 9 Replies View Related

Ubuntu :: Canon Mp470 Printer - 10.10 - Able To Print Black And White But Unable To Print Photos

Dec 26, 2010

My wife has a canon MP470 printer and running ubuntu 10.10. I am able to print black and white, but unable to print photos. I got it to work using another driver, but not the 'correct' one for this printer. I have searched a bit and don't see anything about ubuntu 10.10, just older versions. Or should I just network her to my printer....?

View 5 Replies View Related

Ubuntu :: Install ATI Catalyst 10.2 In Karmic Instructions

Feb 18, 2010

I dual boot on separate HHDs. I have just done a fresh install with updates. I installed the restricted driver from the repositories, and I get an error message from ati catalyst (administration). Also I have "unsupported hardware" at the bottom of the screen.

Graphics card is a XFX ATI HD 5770 on this system, and I just sold 2 8800 GT's yesterday, and bought two more XFX HD 5770's for CF in my other system.

I didn't do a bad thing, 'cause I was really groovin' on Ubuntu, that I just installed at the beginning of the week.

View 9 Replies View Related

Ubuntu :: Couldn't Find Instructions Online

Oct 25, 2010

I'm new to linux, have been somewhat of a computer geek my whole life and thought it about time that I delved into the world of linux. So I installed ubuntu 10.04 on my computer. I love it. However, I can't get my wireless to work. In my dorms there are no ethernet hookups, so I have to use the wireless. I typed "sudo lshw -class network" into the root terminal. The important things that I figured out was the bus info: pci@0000:4:06.0 and the pysical id: 6 (not sure if the physical id is important but it sounds like it is). I then did a lspci and found that at bus 04:06.0 it is a RaLink Device 3060. I downloaded the .tar file for the driver. I could not find instructions for it online so I followed the ones for the rt2860 driver : [URL].... I could not get it to work, It built ok and installed ok, but when I do the modprobe I get an error saying the device or resource is busy. Either that or that it cannot be found. One thing that I found weird was that I couldn't get it to build a 3060 driver, it would only build a 3562 one.

View 3 Replies View Related

Ubuntu :: Unable To Restore GRUB Using Instructions?

Nov 10, 2010

I have a dual boot system with Ubuntu 10.10 and Windows Vista. Today I upgraded Vista to Windows 7, and GRUB is no longer working. The usual problem, I know. Searched forums & Web and found many instructions for restoring GRUB manually or by using the Ubuntu Live CD.I tried the Live CD first. All the instructions say to boot to the CD, open a terminal, and enter: sudo grubI get an error message: command not found.Then I tried the manual method, which (after mounting the relevant partition) includes the instructions:

Reinstall the boot manager by typing "sudo grub-install --root-directory=/mnt/ /dev/sdX", replacing "X" with the Ubuntu drive's letter, and then hitting "Enter." For example, "/dev/sda" is the Ubuntu drive for most users.[This step appeared to work fine.]Then: Restart the computer into your Ubuntu system.Alas, the computer restarts to sh:grub and I don't know how to get from there to either Linux or Windows, or what to do to fix this problem. At this point I have no working system on that computer

View 9 Replies View Related

Ubuntu Multimedia :: DVDs Not Playing Even After Following Instructions

Jan 28, 2011

Just built a new mini-ITX system. Installed 10.04 x64 and then spiffed it up. Now to play DVDs, I followed instructions here: [URL]. Including the troubleshooting item about chmod / chgrp. I wasn't clear whether this would be saved across reboots. And rebooted.

Code:
xxx@atomic-breeze:~$ sudo chmod 660 /dev/sr0
xxx@atomic-breeze:~$ sudo chgrp cdrom /dev/sr0
xxx@atomic-breeze:~$

Unprotected DVDs play just fine. Protected ones give this error:
Why I can't play protected DVDs?

View 4 Replies View Related

Ubuntu :: GUI Program To Calibrate A Monitor With Instructions?

May 18, 2011

I have a macbook pro with an Nvidia 9600m gt card. default colors look nothing like they do on my mac. I would like to calibrate the colors. How would one do this in Ubuntu? I have looked around and seen Xgamma, Argyll, and display calibrator. These programs do not work, mainly the display calibrator gui. I see Nvidia xserver has a color correction function, and that looks good. However, how do you use it? I can tweak colors but they end up looking incorrect still.

I am looking for a detailed step by step tutorial about how to calibrate a monitor, which are aimed at newbies who don't have much prior knowledge. On the mac it was incredibly simple; anything like this on Ubuntu?

View 1 Replies View Related

Ubuntu :: Install Pyirrlicht Module - No Instructions

Jul 7, 2011

i'm trying to install the pyirrlicht module. I have irrlicht already there but the python module has no install instructions and even less of a help forum.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved