Search:

Type: Posts; User: manthony121; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    99

    [all variants] IPP Everywhere and CUPS

    I recently asked the question, as yet unanswered, if versions of CUPS newer than 1.5 support the "columns" option. Starting with version 1.6, the columns option is no longer listed in the...
  2. [ubuntu] does CUPS still have a "columns" option?

    I use an older version of CUPS. I recently looked at the documentation for CUPS 1.7, and saw that there is no longer a "columns" option. The last version that has "columns" is 1.5. Has "columns"...
  3. Replies
    2
    Views
    98

    [ubuntu] using xinput over ssh

    I had to set up a wireless mouse on another computer for middle button emulation. I eventually found the "xinput" command, which provides the necessary capability. However, I discovered that if I...
  4. [ubuntu] Re: Three-button mouse emulation: Logitech M305

    This works even better:

    xinput --set-prop 8 265 1
  5. [ubuntu] Re: Three-button mouse emulation: Logitech M305

    Actually, this works just fine, and is much easier:

    gpointing-device-settings
  6. [SOLVED] Re: Puzzling egrep behavior. Possibly a bug?

    It seems that "\[" does have the desired effect of matching a literal "[". However, when used with the cursed ".{,50}" construct, it does not behave quite the same way as "[[]". So, I will use both...
  7. [SOLVED] Re: Puzzling egrep behavior. Possibly a bug?

    schragge: thank you for the reply. I didn't know that the {,m} form was non-standard. The man page lists it as acceptable.

    papibe: The expression as you wrote it works perfectly. On re-reading...
  8. [SOLVED] Puzzling egrep behavior. Possibly a bug?

    I am trying to extract a string from the output of a DICOM directory
    parser. The string I'm trying to match looks similar to this:

    (0004,1500) CS #36 [DICOM\ST000000\SE000000\CR000000.DCM]...
  9. Replies
    2
    Views
    213

    [ubuntu] Re: USB stick boot error

    The USB stick worked fine on two other boxes, so I'm pretty sure it's OK.
  10. Replies
    2
    Views
    213

    [ubuntu] USB stick boot error

    I have a computer that is loaded with 12.04 LTS as its only OS. The other day, it stopped booting. When powered on, it gets to the BIOS splash screen, then goes dark, there is a brief activity from...
  11. Replies
    5
    Views
    1,417

    [SOLVED] Re: Adjusting EDID to fix overscan?

    nvidia-settings --assign CurrentMetaMode="DFP-0: 1920x1080 { ViewPortOut=1820x1020+50+30, ViewPortIn=1920x1080 }"

    Wow. Worked like a charm. I did have to tweak the "ViewPortOut" settings a...
  12. Replies
    5
    Views
    1,417

    [SOLVED] Re: Adjusting EDID to fix overscan?

    Firstly, thank you for your help. I've done a little more digging, looking at forums related to overscan issues with the Sony Bravia HDTV series. There are references to setting the display area to...
  13. Replies
    5
    Views
    1,417

    [SOLVED] Adjusting EDID to fix overscan?

    I have a system running Ubuntu 12.04 with an Nvidia GeForce 8200 graphics card hooked up to a Sony Bravia 40" TV through an HDMI cable. Since the recent upgrade to 12.04, the display has started to...
  14. [ubuntu] Three-button mouse emulation: Logitech M305

    I am using a Logitech M305 wireless mouse with a computer running a fresh install of 12.04. I cannot get 3-button emulation to work. "dpkg -l" shows that "xserver-xorg-input-mouse" is installed,...
  15. [SOLVED] Re: hylafax server loses network connectivity

    Thanks to all who made suggestions. It turns out there is an issue with some CPUs that causes this problem. It seems to be related to lack of input from the mouse for long periods. The whole...
  16. [ubuntu] printing long lines across several pages

    I am working with some MySQL databases, and often need to print out a table that is over 200 characters wide. I can view the table onscreen using "less -S", but for a printed copy, even with my...
  17. Replies
    0
    Views
    1,473

    [ubuntu] ffmpeg subtitles help needed

    I need help to create an avi version of Gojira from a DVD. I am using Ubuntu 10.04. I prefer to use CLI tools. I generally use ffmpeg for transcoding, as I have had problems with the A/V sync...
  18. Replies
    7
    Views
    2,291

    [ubuntu] iPad activation

    Someone just gave me an iPad as a gift. I turned it on, and discovered that it requires a Windows PC or Mac running iTunes to "activate" it before it can be used. I have a cell phone that has more...
  19. [SOLVED] Re: Mass video encoder with a GUI - is there one?

    If you ever have need to do the same thing to a bunch of files, it is good to learn this simple idiom:

    $ for i in *; do <command $i>; done

    where <command $i> is whatever commmand(s) need...
  20. Replies
    0
    Views
    257

    [ubuntu] Pan newsreader problem on netbook

    Pan: 0.133/ Ubuntu 9.10 (netbook edition)/ lenovo S10-3t

    I recently installed Pan 0.133 on my netbook. It is abnormally slow to do simple things.

    If I just start pan, then immediately select...
  21. Replies
    3
    Views
    591

    [ubuntu] Re: Printing margins

    I don't have an answer, but more info.

    I use an HP Laserjet 6P at my office. When printing directly from the command line, all is good: 'ls|lp' gives a nice print out. However, whenever I would...
  22. [SOLVED] Re: root directory getting full - how to use disk usage analyzer to trim it?

    Yes, it's correct. Running 'du' on the root directory ('du /') can take a LONG time to read all the directories and sort the output, so after getting the above errors, it should eventually give you...
  23. [SOLVED] Re: root directory getting full - how to use disk usage analyzer to trim it?

    My favorite way to see where all my disk space is going (from terminal):

    $ sudo du /|sort -gr|more
  24. Replies
    30
    Views
    13,923

    [ubuntu] Re: Can't print -- requires authentication

    I got rid of the "Authentication Required to Print" dialog by directly editing the file, "/etc/cups/printers.conf", as follows:

    Step 1. Open a terminal window:
    ...
  25. [ubuntu] Re: Networked printer "Authentication Required"

    I got rid of the "Authentication Required to Print" dialog by directly editing the file, "/etc/cups/printers.conf", as follows:

    Step 1. Open a terminal window:

    ...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4