Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    881
    Views
    631,443

    [all variants] Re: AMD/Intel Hybrid Graphics works !

    Can confirm this works on HP Pavilion M6-1054sa. However, installing the drivers the way the OP shared is not necesary - one simply has to install the driver with Jockey (not the post-release driver)...
  2. Replies
    3
    Views
    3,421

    [ubuntu] Re: Beats audio on Hp pavilion m6

    Bump for this. I have an M6-1054sa with the Beats audio, which works fine in Windows but I can't get it to work in Ubuntu.
  3. Replies
    33
    Views
    3,556

    Re: Can Python do everything ?

    @ngrieb PM me with your PyGTK issues if you like.
  4. Replies
    33
    Views
    3,556

    Re: Can Python do anything?

    You can find a module or library to do pretty much everything you can with another language - unless it's something like developing for another platform, Android for example. Python is also much...
  5. Re: I want to learn more about how to fix bugs in ubuntu

    You don't need to do anything as complicated in the papercuts, mind. I've done some that involved merely changing a few strings.
  6. Replies
    1
    Views
    1,405

    Re: Simple PyGST code not working

    Didn't realise you had to actually create a Tee element! All sorted now. Here's the updated code if anyone's interested:


    cPipe = gst.Pipeline("capturepipe")
    cCam =...
  7. Replies
    1
    Views
    1,405

    Simple PyGST code not working

    Can anyone see what's wrong with the following PyGST code? It's fairly simple - it simply records webcam/microphone into an Ogg video:


    cPipe = gst.Pipeline("capturepipe")
    cCam =...
  8. Re: I want to learn more about how to fix bugs in ubuntu

    A good place to start is the One Hundred Papercuts project. These are tiny bugs that are nonetheless annoying, which can be easily fixed. Have a look here:

    https://launchpad.net/hundredpapercuts
  9. Replies
    7
    Views
    1,663

    Re: Cool!

    Could you guys post some screenshots of how it looks for you? Just wondering how it looks at different resolutions and things. :)
  10. Replies
    7
    Views
    1,663

    Re: Portada - An album art screensaver

    I think I'll just work externally for now - it gives me the option to continue working on a rather sexy settings menu. Attached is what I have so far.
  11. Replies
    7
    Views
    1,663

    Re: Portada - An album art screensaver

    I'm actually having trouble implementing this into Gnome-Screensaver - can't see a way to do it. I'll look into Xscreensaver, and if that doesn't work it'll just have to be a standalone.
  12. Replies
    7
    Views
    1,663

    Portada - An album art screensaver

    Something I always wanted, having seen it on a friend's Macbook, was an album art screensaver. I couldn't find a single one for Ubuntu, so I decided to create one.

    Portada is Spanish for 'front...
  13. Replies
    2
    Views
    1,165

    Re: PyGTK and gnome-screensaver?

    Bump!
  14. Replies
    3
    Views
    3,561

    Re: best way to develop for iOS and Android?

    Probably not, unfortunately. However, once you have a decent knowledge of both Java and ObjC, porting isn't massively difficult. I'd start with Android in Eclipse.
  15. Replies
    2
    Views
    1,165

    PyGTK and gnome-screensaver?

    Simple enough question, really - is there a way to turn a PyGTK program into screensaver with gnome-screensaver?
  16. Re: no offense intended, but why would anyone use this forum?

    Ubuntuforums <3
  17. Replies
    3
    Views
    1,233

    Re: PyGST: File coming up empty

    I know the file's empty - it shows up as having zero bytes. The issue must be with my code.
  18. Replies
    3
    Views
    1,233

    Re: PyGST: File coming up empty

    Bump?
  19. Replies
    3
    Views
    1,233

    PyGST: File coming up empty

    The following code is supposed to mux sound and video into a .mp4 file, the file appears but shows up empty. No error messages are given.


    filmPipe = gst.Pipeline("filmPipe")
    ...
  20. Replies
    8
    Views
    730

    Re: Exercise book for programming

    Check out Project Euler. It's a series of mathematical challenges on the internet meant to be solved by programming. :)

    http://projecteuler.net/
  21. Re: Programming Languages with Compilers for Ubuntu?

    LOLCode. :D

    Also, Python isn't a compiled language, so maybe best to bear that in mind. Have a look at Java for sure, and C++.
  22. Replies
    45
    Views
    7,714

    Re: Photostory: A simple Python program

    Mailing list set up. Check the Photostory Team page.
  23. Replies
    45
    Views
    7,714

    Re: Photostory: A simple Python program

    Ah, a mailing list...clever. I shall look into it.
  24. Replies
    45
    Views
    7,714

    Re: Photostory: A simple Python program

    Some more branches merged, thanks for your contributions. Can we continue using this topic as a means for discussion and conferring? Launchpad doesn't appear to have a system that makes it easy for...
  25. Replies
    8
    Views
    1,817

    Re: GStreamer Problem

    There doesn't seem to be one for actually combining audio and video?
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4