Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    2,179

    Python Tinychat Library

    I just wrote a python library for connecting to Tinychat. It is pretty basic. It hasn't had a lot of time to be tested, so there could very well be a lot of bugs in it. But it seems to work pretty...
  2. Replies
    0
    Views
    378

    [ubuntu] Flickering screens.

    All of a sudden, I have this problem where, at random but shrinking intervals, my screen blanks for a split second. Blanks as in the signal for both monitors goes out and my monitors delay until...
  3. Replies
    5
    Views
    922

    [ubuntu] Re: Cannot create desktop shortcut

    Are you able to make them elsewhere? If so maybe your desktop permissions were somehow set to read only.
  4. [kubuntu] Re: Installing Kubuntu Results in Brrken Grub

    Bump
  5. Replies
    4
    Views
    8,961

    [ubuntu] Re: GameMaker 8.1 for ubuntu?

    If it is a .net application then you should be able to run it without wine. Open a new terminal window and type:

    mono <path to file>

    If you don't have mono installed then do

    sudo apt-get...
  6. [kubuntu] Installing Kubuntu Results in Brrken Grub

    I have tried to install Kubuntu twice on my Mac mini but each time I try to boot onto the new installation I am greeted by a totally broken grub prompt. No commands at all work, not even reboot.
    ...
  7. Replies
    2
    Views
    547

    [ubuntu] Re: live boot black screen

    You need to add the nomodeset option to the boot command. Look at the bottom of the screen for a key that allows you to edit the boot command (I can't remember what key it is) but it will bring up...
  8. Thread: Wont startup

    by MegaLoler
    Replies
    4
    Views
    456

    [ubuntu] Re: Wont startup

    What happens if you press e before pressing enter in the grub menu and adding "nomodeset" (without quotes) to the end and then pressing enter?
  9. [kubuntu] Kubuntu Installation Continually Fails With Totally Broken Grub

    I am trying to install Kubuntu on my Mac Mini 2010 Core 2 Duo with 2 gigabytes of ram. I have tried to do so on both my internal drive and a new external drive, but both end up with a broken grub. ...
  10. [SOLVED] Python display gnome's black alert panels

    I am writing a program in Python that I want to know how to display messages on gnome's black alert boxes that appear in the corner of the screen. I don't know what they are called. An example...
  11. [kubuntu] VLC: Stream Desktop to Virtual Video Device for use with TinyChat

    I want to use my desktop as a virtual video device and then broadcast it in a TinyChat room.

    I was thinking of using VLC to stream my desktop to a virtual video device that I can access with...
  12. [ubuntu] Re: How do I open a new browser window if the browser is already open?

    You should just be able to press Ctrl-N in your browser to open a new window.
  13. Replies
    9
    Views
    583

    [ubuntu] Re: Basic File Upload Server

    You must put php code in these tags:


    <?php
    (code here)
    ?>Only then will it be executed by the server as PHP code, everything outside those tags is considered regular HTML.
  14. Replies
    24
    Views
    17,610

    [ubuntu] Re: Ubuntu 11.04 Dual monitor problems

    I can't get my second monitor to turn on or be detected either. With or without unity.
  15. Replies
    9
    Views
    583

    [ubuntu] Re: Basic File Upload Server

    If you have PHP installed you can make an HTML form that uploads a file to a php script which saves it to a location on the server.

    See http://www.tizag.com/phpT/fileupload.php for a simple...
  16. [SOLVED] Brand New Mac Mini. Bad Monitor Recognition? And No Unity?

    So I bought a new mac mini a little over a week ago. I just now got around to installing Ubuntu on it, which I had planned to do. The first thing I noticed was that when I tried to load it from...
  17. Replies
    23
    Views
    2,672

    [SOLVED] Re: No Swap? Terrible System Hangs?

    Okay I did that. But I will wait until have to wait until tonight to reboot because my monitor won't come on for a few hours after the last time it was turned off for some reason... :-?

    But...
  18. Replies
    23
    Views
    2,672

    [SOLVED] Re: No Swap? Terrible System Hangs?

    Wow, it worked. I checked the system monitor and it shows the swap in use. :D Is this permanent or is there anything else I need to do?
  19. Replies
    23
    Views
    2,672

    [SOLVED] Re: No Swap? Terrible System Hangs?

    Disk /dev/sda: 82.3 GB, 82348277760 bytes
    255 heads, 63 sectors/track, 10011 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O...
  20. Replies
    18
    Views
    1,035

    [ubuntu] Re: Stuck in grub after update

    Try these three commands in the grub window to boot into Ubuntu:

    root (hd0,0)
    kernel /boot/vmlinuz-2.6.38-8-generic root=/dev/sda1
    initrd /boot/initrd.img-2.6.38-8-generic
  21. Replies
    22
    Views
    3,125

    Re: Lots of Ubuntu 11.04 problems

    Can you interact with them in anyway? (close them or minimize them?) Or can you interact with the contents of the windows?
  22. Replies
    23
    Views
    2,672

    [SOLVED] Re: No Swap? Terrible System Hangs?

    sudo swapon -a gave this error:

    swapon: /dev/sda6: swapon failed: Invalid argument
  23. Replies
    23
    Views
    2,672

    [SOLVED] Re: No Swap? Terrible System Hangs?

    Oops, sorry about that.

    device fs_type label mount point UUID...
  24. Replies
    23
    Views
    2,672

    [SOLVED] Re: No Swap? Terrible System Hangs?

    /dev/sda3 on / type ext4 (rw,errors=remount-ro,commit=0)
    proc on /proc type proc (rw,noexec,nosuid,nodev)
    none on /sys type sysfs (rw,noexec,nosuid,nodev)
    fusectl on /sys/fs/fuse/connections type...
  25. [ubuntu] Re: can i upgrade to 11.04 but keep Gnome Desktop

    The option appears at the bottom after you click your username but before you enter your password. So if you aren't even asked for a password then maybe that is why you aren't seeing it. Do you...
Results 1 to 25 of 101
Page 1 of 5 1 2 3 4