Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    12,700

    [ubuntu] Re: Wireless Networks grayed out :(

    Me too. I installed the driver with ndiswrapper. I can see the two networks I'm supposed to see, but they are both greyed out.
  2. Replies
    8
    Views
    7,204

    [ubuntu] Re: Ati Radeon and TV-out using S-Video

    Use this script to enable S-Video:

    /usr/bin/tvon


    #!/bin/bash
    # Enable S-Video at 800x600
    xrandr --addmode S-video 800x600 && xrandr --output S-video --mode 800x600 --pos 200x200 && xvattr...
  3. Re: Compiling PHP-GTK fails on Karmic ("LTOPTIONS_VERSION: command not found" etc.)

    I managed to compile 2.0.0 with these instructions:

    http://blog.pabluk.com.ar/2009/01/compilando-php-gtk2-en-ubuntu-810.html

    But thanks for the fast reply, I'll try to compile 2.0.1 some day...
  4. Compiling PHP-GTK fails on Karmic ("LTOPTIONS_VERSION: command not found" etc.)

    I'm trying to compile PHP-GTK from source using these simple instructions:



    svn co http://svn.php.net/repository/gtk/php-gtk/trunk php-gtk
    cd php-gtk
    ./buildconf
    ./configure
    make
    make...
Results 1 to 4 of 4