Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: Unstable system - how do I check if the correct kernel is loaded

    Hey Brad, what's the latest?
  2. Replies
    0
    Views
    281

    [ubuntu] No PCI Network Cards detected

    Hello,

    I've just tried to install Ubuntu 9.04 on my brother's computer, and I can't get a PCI Network Card to work. I've tried both a RTL8139B and a Netgear WG311v3 and neither worked.

    I've...
  3. Replies
    10
    Views
    1,059

    Re: What Python GUI to choose?

    Sure:

    http://www.google.co.uk/search?hl=en&safe=off&client=firefox-a&rls=com.ubuntu%3Aen-US%3Aunofficial&hs=zPk&q=pygtk+vs+wxpython&btnG=Search&meta=
  4. Replies
    10
    Views
    1,059

    Re: What Python GUI to choose?

    Or you could use wxpython. The documentation is a bit sparse and disconnected, but the book WxPython in Action helps a lot, despite being a bit verbose.
  5. Re: Passing information from one window to another

    No, you won';t need threading for this, there should be a way to make the dialog "modal" or "application modal", ie make it take focus, and keep it until its closed.

    when it's destroyed, it should...
  6. Re: Passing information from one window to another

    Never used c~. if it's Object oriented, your FileChooserDialog could be an object that returns a string, when you click select.
  7. Replies
    7
    Views
    778

    Re: The best way to learn python on Ubuntu

    Don't bother with Python3 atm, there's not enough libraries for it yet. Most libraroes you will need are for python 2.

    I learnt it by reading this book in one weekend:...
  8. Replies
    1
    Views
    347

    How to determine dependencies

    Dear all,

    I'm writing a program to implement arbitrary tagging of files, and search by tags. I'm using python, and a few modules such as sqlite, wxpython, etc.

    My desktop has been in use for a...
  9. [ubuntu] Re: Trying to dial-up with bluetooth&cell phone.

    https://bugs.launchpad.net/ubuntu/+source/bluez-utils/+bug/284073/comments/2
  10. Replies
    1
    Views
    406

    Re: Opengl/glut stopped working

    u recently updated your kernel? maybe the nvidia driver isnt loaded if u use nvidia? or glx is missing from your xorg.conf?

    Post your xorg.conf here please.

    Instructions:
    Press ALT-F2 on...
  11. Replies
    542
    Views
    171,103

    Re: HOW TO: Install Ubuntu on a HP TC1100 tablet pc

    Dear Aearenda, Thanks a lot for the tidbits, I managed to get my TC1100 working in perfect shape with Intrepid using your notes :). On another note, I've just cobbled together a Q Button, here...
  12. Replies
    33
    Views
    1,408

    Re: My List of What Linux Still Needs

    It's not. But it feels awfully like it. (think UAC, SP2, etc)



    I still use Gutsy Gibbon, but it's showing signs of old age (new programs ask for new libraries, which need new xxx-lib which...
  13. Replies
    33
    Views
    1,408

    Re: My List of What Linux Still Needs

    QFT. I wish the devs wouldn't turn into Redmond zombies and force stuff like pulseaudio(read stuttering audio) or Xorg 1.7(no more Nvidia GL acceleration) on the rest of us...
  14. Re: Pdftex - create PDF with both portrait and landscape pages?

    haha, no worries mate, I never cared about the thanks button anyway, lol. I googled "latex landscape page" and middle clicked the first three links, and looked or one that was written in plain...
  15. Re: Pdftex - create PDF with both portrait and landscape pages?

    http://texblog.wordpress.com/2007/11/10/landscape-in-latex/
  16. Replies
    19
    Views
    26,776

    [all variants] Re: How to play AMR audio files

    thank you :)
  17. Replies
    3
    Views
    2,459

    Re: using gnu scientific library

    something like this:

    install libgsl0-dev or something in synaptic, then in your source.cpp file,

    #include <gsl_fft.h>

    int main()
    {
    // use the functions for fft here
    }
  18. Replies
    35
    Views
    2,453

    [ubuntu] Re: cant find drivers

    the dirtiest hack i've ever used for such things is to sudo nano /etc/init.d/gdm and stick rmmod stuff near the top...

    i know its ugly, but it saves the time troubleshooting!
  19. Replies
    35
    Views
    2,453

    [ubuntu] Re: cant find drivers

    wierd...you can try to locate r8169 then mv it into r8169.unused so that the system can't fint the driver?
  20. Replies
    35
    Views
    2,453

    [ubuntu] Re: cant find drivers

    sudo nano /etc/modprobe.d/blacklist
  21. Replies
    35
    Views
    2,453

    [ubuntu] Re: cant find drivers

    u need to install the gcc toolchains...
    <code>
    sudo apt-get install build-essentials autoconf
    </code>
    edit:
    then try:
    <code>
    make
    </code>
  22. Replies
    9
    Views
    413

    Re: Software for web page planning

    http://dub.washington.edu:2007/denim/
  23. Replies
    20
    Views
    1,397

    Re: Replace EOG with gThumb

    i adhere to the unix philosophy - if i want to edit an image, i use gimp

    if i just want to see a picture, i don't want extra buttons to confuse me...i'm simple!
  24. Replies
    12
    Views
    748

    [ubuntu] Re: downgrading to 7.10 w/o losing files??

    +1. Downgraded to Gutsy Gibbon, problems solved.
  25. Replies
    16
    Views
    1,202

    Re: why such a HUGE folder from kernel compile?

    yeah, no reason the former shudnt work with a custom kernel, it might ask you where the source tree lives, so tell it /home/user/wherever_u_stored_it


    the second might work too...but it would...
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4