Search:

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

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    297

    [ubuntu] 9.04 development to official?

    Hey guys,

    How can I upgrade from 9.04 dev to the official release? Will the update manager do it for me if I just install all of everything? I didn't see anything in there that suggested an...
  2. [ubuntu] Re: Only boots into shell after installing nvidia-glx-180.51

    Ah. Thank you. I tried that but I still couldn't connect wirelessly. I plugged a cable in though, and it works now.

    Anyway...steps to fix:

    sudo apt-get remove nvidia*
    sudo apt-get install...
  3. [ubuntu] Only boots into shell after installing nvidia-glx-180.51

    I had this problem before, I just had to edit the /etc/X11/xorg.conf file, and add BusID "PCI:03:00:0" to the Driver section (I have one of those new fangled hybrid cards, and apparently it needs to...
  4. Replies
    0
    Views
    367

    [ubuntu] Webcam Driver Settings

    Hi guys,

    I'm working on a C++ application that uses OpenCV/ffmpeg to capture video frames from my built-in webcam (Studio XPS 13). This application is really sensitive to those auto light...
  5. Replies
    0
    Views
    521

    [ubuntu] Ubuntu + Netbeans = Highly unstable?

    Seeing as that linux is known for being so darn stable, why am I encountering freezes on such a regular basis? Seriously, every couple hours my system will lock up and become unusable. The mouse...
  6. [ubuntu] Re: xserver-xorg-core conflicts with xserver-xorg-video-4

    Forget it. I fixed it. I am genius.

    Said I couldn't reinstall xserver-xorg-core because it depended on something else, but I couldn't uninstall that because that depended on something else, and...
  7. [ubuntu] xserver-xorg-core conflicts with xserver-xorg-video-4

    I was having some problems with some touch buttons on my laptop, and I was hoping 9.04 might fix them. Surely enough, it did, but broke everything else.

    Anyway, xserver-xorg-core was not installed...
  8. Replies
    3
    Views
    1,155

    [ubuntu] Re: Studio XPS 13 Touch Buttons

    Heh. Just tried upgrading.

    Ironically, you're quite right. *They* do work now...... but none of my other buttons work anymore. Wonderful.
  9. Replies
    3
    Views
    1,155

    [ubuntu] Re: Studio XPS 13 Touch Buttons

    Even just a way to enable wifi without the keyboard would be really great...
  10. Replies
    3
    Views
    1,155

    [ubuntu] Studio XPS 13 Touch Buttons

    Hi,

    My touch buttons (wifi, media buttons, eject) stopped working on my Studio XPS 13.

    I don't think I've changed anything, so I don't know why this would happen. Maybe one of the updates...
  11. Replies
    1
    Views
    334

    [ubuntu] Caching i-nodes?

    I wrote a program that accesses every file on my system and collects a few stats about them. This program takes a few minutes to run the first time, and about a second to run the second time. I'm...
  12. Replies
    13
    Views
    11,506

    [ubuntu] Re: OpenCV w/ FFMPEG enabled

    ffmpeg SVN-r18019
    opencv 1644
    Ubuntu 8.10 (kernel 2.6.27-11-generic)

    You're getting a problem with xine? Or building OpenCV? Remember to build opencv with cmake. Otherwise, I eventually decided...
  13. Replies
    13
    Views
    11,506

    [ubuntu] Re: OpenCV w/ FFMPEG enabled

    Ah... I probably skipped that page because it wasn't in english. Thanks again FakeOutdoorsman, really appreciate it :)
  14. Replies
    13
    Views
    11,506

    [ubuntu] Re: OpenCV w/ FFMPEG enabled

    Just an FYI in case anyone else runs into this problem, if you get the run-time error when trying to open a videp:



    You need to sudo apt-get install libxine1 and/or xine-console. Not sure which...
  15. Replies
    13
    Views
    11,506

    [ubuntu] Re: OpenCV w/ FFMPEG enabled

    Ah! My saviour returns!

    I'm curious how you would know to change PIX_FMT_RGBA32 to PIX_FMT_RGB32 if you've never used OpenCV before? I was thinking I could use another definition, but I wasn't...
  16. Replies
    13
    Views
    11,506

    [ubuntu] OpenCV w/ FFMPEG enabled

    Hi guys,

    I know I've complained a bit about OpenCV before, but I'm getting a new error when trying to compile an SVN checkout of OpenCV with FFMPEG enabled.

    Here's the error:

    [ 85%] Building...
  17. Replies
    107
    Views
    15,740

    [ubuntu] Re: nvidia 9500m gs question

    This might be a dumb question, but what to do AFTER these instructions (http://ubuntuforums.org/showpost.php?p=6122978&postcount=37)? From my understanding, that doesn't actually install any drivers....
  18. Replies
    18
    Views
    17,791

    [ubuntu] Re: OpenCV configure not detecting ffmpeg

    *sigh* I lied. Forget everything I said above. Here are the new (very simple) instructions:

    1. Install the latest ffmpeg svn snapshot. You need --enable-shared and --enable-swscale. This...
  19. Replies
    18
    Views
    17,791

    [ubuntu] Re: OpenCV configure not detecting ffmpeg

    This... words can no longer express my frustration.

    If anyone else is having the same problems I've been having, I have a little treat for you. I think I've actually managed to figure something...
  20. Replies
    18
    Views
    17,791

    [ubuntu] Re: OpenCV configure not detecting ffmpeg

    Well no wonder I was having troubles. Did ffmpeg recently change their file structure or what? Doesn't seem like a good idea when other programs depend on it.

    Thank you for coming to my rescue...
  21. Replies
    18
    Views
    17,791

    [ubuntu] OpenCV configure not detecting ffmpeg

    I'm trying to build opencv with ffmpeg. I've tried both opencv-1.0.0 and 1.1.0, but it won't detect ffmpeg.



    $ ffmpeg
    FFmpeg version SVN-r17486, Copyright (c) 2000-2009 Fabrice Bellard, et al....
  22. Replies
    6
    Views
    7,918

    [ubuntu] Re: ffmpeg on ubuntu 8.10 w/ enable-shared

    Ah, I think you missed my edit :)

    I need libavcodec51. It may have been libavutil49 that was the problem. Regardless, pointing ffmpeg to the new libraries (as I mentioned in my last post), fixes...
  23. Replies
    6
    Views
    7,918

    [ubuntu] Re: ffmpeg on ubuntu 8.10 w/ enable-shared

    I need --enable-shared so that I can compile OpenCV with ffmpeg support. I'm not too concerned about all the other filters and options right now, I just need something that works.

    I recompiled...
  24. Replies
    6
    Views
    7,918

    [ubuntu] ffmpeg on ubuntu 8.10 w/ enable-shared

    So, I've recompiled ffmpeg about a dozen times now, but I just can't seem to get it to work with --enable-shared. I get this error message:



    Any idea why? Or where can I get libavcodec52? I...
Results 1 to 24 of 25