Search:

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

Page 1 of 2 1 2

Search: Search took 0.15 seconds.

  1. [gnome] HOWTO: set multi-monitor wallpapers in Gnome-shell

    I've recently switched over to gnome-shell on both desktop on laptop. I hit a few usability hurdles, but have overcome most of them, so I thought I'd share some knowledge here (since I know many...
  2. [ubuntu] Re: firefox/flash or shockwave issue with 12.04

    Dropping you back to the login screen (i.e. lightdm) sounds like the X server is crashing. This is not good, it basically means the graphics subsystem of your computer had a hissy-fit.

    If you...
  3. [all variants] Re: asking for a command line to search in different text file and...

    This should do the job:


    grep -o -e '\[[^]]\+]' *

    I had two files (test_regex.txt and test_regex1.txt), I get this output:


    test_regex1.txt:[phrase1abc]
    test_regex1.txt:[phrase2def]
  4. Replies
    1
    Views
    1,643

    Ubuntu Diversity: The power-user desktop

    The following tutorial is an update of one I did a couple of years ago called Minimalistic Ubuntu From Scratch

    Why this tutorial?

    Ubuntu as a distribution has gotten a some bad press on...
  5. [all variants] Re: Asus USB Wifi (Ralink) in 2.6.38 kernel (Natty Beta)

    After reading pppppp's post, I tried installing the fresh Natty release. No WiFi out of the box, but adding the following to /etc/modprobe.d/blacklist.conf fixed the problem


    blacklist rt2x00lib...
  6. Replies
    0
    Views
    1,636

    Vala development tools?

    I'm interested in trying some Vala development for my next GTK+ application. I was wondering if there's someone out there with some experience who could recommend me some tools?

    For my C/C++...
  7. [all variants] Asus USB Wifi (Ralink) in 2.6.38 kernel (Natty Beta)

    I've been tearing my hair out today. I've been running debian testing for a while, today did a dist-upgrade and discovered my wifi no longer worked. After trying many things, I downloaded the...
  8. Replies
    3
    Views
    5,076

    Re: Windows 7 equivalent of vmstat -s?

    The resource monitor shows some statistics, but it only seems to list memory that is (by its own terminology) "in use". What I'm wondering is whether this is equivalent to the "in use" statistic or...
  9. Replies
    3
    Views
    5,076

    Windows 7 equivalent of vmstat -s?

    Sorry if I shouldn't be asking this here, since it's not strictly an ubuntu question. These forums just seem to be where the people who can actually help tend to hang out ;)

    There is a linux...
  10. Replies
    8
    Views
    18,804

    HOWTO: Minimalist Ubuntu from Scratch

    I have recently inherited an old laptop with only 512mb of ram (shared with video). I noticed that my media editing desktop monster with all the compiz eye candy etc. uses 300mb of ram just to sit...
  11. Replies
    2
    Views
    907

    [ubuntu] Re: Basic alsa install + fluxbox

    after finding some interesting posts around the web, I wondered if my problems might relate to a permissions issue on /dev/dsp.

    I tried running
    sudo aplay whatever.wav and it worked fine, but...
  12. Replies
    2
    Views
    907

    [ubuntu] Basic alsa install + fluxbox

    so, I've tried to do a minimal install of ubuntu, got fluxbox installed and working, now trying to get sound to happen.

    I installed alsa-base and alsa-utils. I can aplay a .wav file from the...
  13. Replies
    3
    Views
    4,732

    [all variants] Re: Mencoder audio delay

    Solution found! It appears AVI files work better with constant bit rate audio than variable bit rate audio.

    After reading this thread (about VBR vs. CBR and the AVI container) I decided to try...
  14. Replies
    3
    Views
    4,732

    [all variants] Re: Mencoder audio delay

    Gave it a try, also tried -vf softskip, no dice. BTW, for anyone trying it, its actually "harddup" (note the double d). Thanks anyway.

    EDIT: I think I may have found a fix. For the movie I have...
  15. Replies
    3
    Views
    4,732

    [all variants] Mencoder audio delay

    Here's what I do:
    [1] Rip a dvd to the hard drive like so:

    mplayer -dvd-device /media/SOME_MOVIE -alang en dvd://1 -dumpstream -dumpfile /path/to/output.VOB

    [2] Encode to XVid/MP# avi file:
    ...
  16. [ubuntu] Re: How To Extract MP3s Recorded on a CD or DVD?

    If you mean an Audio CD/DVD created from mp3s, you should try SoundJuicer.
  17. Replies
    0
    Views
    471

    Jpeg file format question

    Aside from the Start-Of-Image and End-Of-Image markers, must every marker in a jpeg file have 2 bytes after it specifying the length of the segment?

    Or are there other stand alone markers? I want...
  18. Replies
    22
    Views
    3,205

    [ubuntu] Re: Compiz scale plugin problem

    No, that wouldn't have the same effect. Compiz-fusion and ubuntu in general are big on usability. Me writing a HOWTO for applying a specific patch from upstream for ubuntu users does not help...
  19. Replies
    22
    Views
    3,205

    [ubuntu] Re: Compiz scale plugin problem

    It seemed to me that the patch had been applied upstream by the compiz-fusion devs, but it would be beneficial for whoever is maintaining ubuntu's compiz package to integrate that patch so that the...
  20. Replies
    22
    Views
    3,205

    [ubuntu] Re: Compiz scale plugin problem

    I have this problem too, just thought I'd add my name to the list. Is there an official bug report somewhere already? Or should I be the one to submit it?
  21. [all variants] NVidia vs. ATI/AMD - which is more stable?

    I would like to know, which (at the current time) is the more stable 3D accelerated graphics option in Linux - Nvidia or AMD/ATI?

    Any other tidbits welcome too. Just want some buyer's advice.
  22. synthetic joystick events, can it be done?

    I've been surfing the web all morning, looking for a way to generate synthetic joystick events in linux. I gather that it can be done through something called evdev (what evdev exactly is and how to...
  23. Replies
    4
    Views
    4,704

    [gnome] Re: Set metacity as default WM

    I don't want the 3D effects. Various quirks of Compiz currently interfere with several wine games I want to play. I have used metacity for a long time before now and want to get it back as my...
  24. Replies
    4
    Views
    4,704

    [gnome] Set metacity as default WM

    Just wondering how (if) I can set metacity as the default window manager so that I can still turn compiz on with the fusion-icon occasionally for demos, but keep metacity as default (like DotA, lol)....
  25. Replies
    7
    Views
    581

    Re: Debugging Symbol Blues

    I did in fact find that information out in the process of trying to fix this. I found that STABS seemed to be the correct debugging symbol format, however, I couldn't even get this one to output.
    ...
Results 1 to 25 of 50
Page 1 of 2 1 2