Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    359

    [kubuntu] Re: Strange audio issue with no useful output

    As per usual I end up replying to my self on this forum, the very reason I'm being a bi*ch by the way (see above post).

    Since my resampling trick worked I assume my system is for some reason...
  2. Replies
    1
    Views
    359

    [kubuntu] Strange audio issue with no useful output

    I started having this strange issue about a week ago. I have my laptop connected to my TV trough HDMI. Suddenly sound stops working on my laptop, sound still works if I play it trough the TV speakers...
  3. Replies
    2
    Views
    392

    [ubuntu] Re: Converting many audio files

    I would do something like this:
    #!/bin/bash
    criteria=.m4a
    re_match=m4a
    replace=mp3
    for i in $( ls *$criteria );
    do
    src=$i
    tgt=$(echo $i | sed -e "s/$re_match/$replace/")
    ...
  4. Replies
    0
    Views
    1,449

    [all variants] Bluray with mplayer anyone?

    So I've been trying all day to get bluray to play in mplayer and I almost got it now :D This is my current output, still no video though.
    bluray bd:////media/cdrom0/ -vo vdpau -vc ffh264vdpau -fs...
  5. Replies
    4
    Views
    647

    [ubuntu] Re: Why is pacman so bad?

    "apt-get install mame" or any version of mame like xmame or xmess, it's an emulator that plays every arcade game ever. You can get games like pacman of the regular torrent sites.
  6. [ubuntu] Re: Does anyone recognize these boot messages at all?

    Is that the output when it fails? Does it fail right after the disconnect usb message? Everything looks fine to me, all I could see was some missing/broken firmware for some pci device. The picture...
  7. Replies
    22
    Views
    1,327

    [ubuntu] Re: I need help big time - please read.

    Hi, I cant say I know why your usb sound don't work but I can give you some useful noob commands for dealing with hardware in linux. First of to get a list of your usb and pci devices you can run...
  8. [SOLVED] Re: Switch User > Logout > Black Screen of Death...

    I get this "black screen of death" sometimes when I switch to console with ctrl+alt+f#, it's completely random on my system so I have no idea whats causing it but it's highly annoying. I don't use...
  9. Replies
    53
    Views
    14,551

    [ubuntu] Re: Girlfriend cannot print coupon

    How about


    apt-get purge girlfriend && apt-get install dog
  10. Replies
    5
    Views
    693

    [ubuntu] Re: HELP!! can't boot after removing packages

    If you get to the checking battery part it seems to boot just fine, you just got a broken x. Try pushing alt+f1 then type "apt-get update" and "apt-get install xorg gdm gnome", it might help. Useful...
  11. [ubuntu] Re: Firefox Crashes when Viewing Pages with Java Applets

    This happened to me too, usually while having another tab open running flash. I installed firefox 4.0 (beta) and the icedtea java package. Seem to work ok for me now.
  12. Replies
    0
    Views
    290

    [all variants] Toggle screen with keyboard?

    I run two separate x displays (no xinerama), on display :0.0 I run kde and on the other (:0.1) just a window manager and a menu. I can add keyboard shortcuts in kde but they only work on the screen...
  13. [kubuntu] How can I stop a plasma widget I can't see?

    Started some widgets that got hidden way off screen and now I can't figure out how to stop them since I can't click them and I can't find a list of them that lets me stop them either. Any help would...
  14. Replies
    46
    Views
    11,872

    Re: Widescreen grub menu

    Well, since you can get 4:3 at both screens cant you just make the pic to emulate 16:9? Just make/edit the image in 16:9 res then scale it to 4:3 res when done. If yo make an image 1920x1080, draw a...
  15. Replies
    11
    Views
    1,716

    Re: Can you design a logo for my blog?

    Your right, the mask is a part of it too but a much newer thing than the suit. See the shields? 171459 I should probably shut up now before I end up in the seventh circle of hell...
  16. Replies
    11
    Views
    1,716

    Re: Can you design a logo for my blog?

    It was just a joke... That's the anon "logo", I don't think you want to use that. Someone (a political party I think) stole their slogan a while ago and now they're pretty much dead. If you use...
  17. Replies
    11
    Views
    1,716

    Re: Can you design a logo for my blog?

    A blog about custom suits? There can only really be one appropriate logo now can't it? 171366
  18. Replies
    17
    Views
    2,493

    Re: Take a look at what I was able to achieve

    I once made an image that when displayed in a web browser made hole so I could see right trough to my desktop, and that was before transparency was a part of kde. Never managed to reproduce it. And...
  19. Thread: my new website

    by tripmix
    Replies
    26
    Views
    2,660

    Re: my new website

    Your usage of tl;dr is perfectly acceptable. :D
  20. Replies
    122
    Views
    5,665

    Re: Show your Wallpaper!

    I use this, I have an animated version too where the globe is spinning. I made it so it goes with the ghost theme for kde. Still some minor adjustments to be made but it's ok for now. Anon was...
  21. ImageMagick behaving strange with window option?

    Could someone explain why this command works perfectly
    DISPLAY=:0.1 animate -background "#000000" -backdrop -geometry 1000x1000+460-100 anonglobetest2.gif while this
    DISPLAY=:0.1 animate...
  22. Replies
    12
    Views
    25,996

    [ubuntu] Re: zip files with .z01

    HJ-Split would just do the same as the cat * > command in this case. An issue I've encountered with this approach is I need to rename whatever.zip to whatever.z00 then do cat whatever.z* > new.zip...
  23. Replies
    13
    Views
    1,600

    [ubuntu] Re: NVIDIA drivers updates

    Thats OK, it just means it didn't find a precompiled driver for ubuntu, thats normal. Just choose yes and accept on everything except the last one after it's finished installing that asks if you want...
  24. Replies
    12
    Views
    5,138

    [ubuntu] Re: No Video Ubuntu 10.04 LTS Lucid Lynx

    Looks too me like there is something wrong with your codec

    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    [theora @ 0x7ff498bf39a0]Missing extradata!
    Could not open codec....
  25. Replies
    13
    Views
    1,600

    [ubuntu] Re: NVIDIA drivers updates

    Download the driver, it's a major improvement. It's easy just download it then run
    sudo apt-get install module-assistant
    sudo module-assistant update
    sudo module-assistant prepare
    Then you need...
Results 1 to 25 of 66
Page 1 of 3 1 2 3