Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    593

    Can I merge two UbuntuOne accounts?

    I seem to have made two accounts using two separate emails; however, this account (redfox1160) uses an email that I no longer use (but still have access to). Since I've had this account on the Forums...
  2. Replies
    0
    Views
    703

    [server] Displaying CJK characters in terminal

    I know that CJK characters don't display by default in the terminal, and programs like zhcon exist to display them if needed; but I'm running a headless VPS. Do I have any options to display CJK...
  3. [SOLVED] Difference between a desktop environment and window manager?

    I've been looking at alternatives to GNOME, and have been a little confused about the difference between a desktop environment and a window manager. Is there a difference? Do you need one to use the...
  4. Replies
    152
    Views
    50,200

    [ubuntu] Re: Ubuntu 11.04 on a Thinkpad T420

    I just got a new Vizio TV, and my laptop is not outputting through the VGA port. I'm using the NVIDIA card, so this may be causing the problem; however, I don't have time to mess with settings right...
  5. Re: I cannot figure out how to make my BASH script end when a key is pressed...

    Actually, ^C does not work in my most recent script:


    !/bin/sh

    echo here

    while : ; do
    sleep .5
    sensors
  6. Re: I cannot figure out how to make my BASH script end when a key is pressed...

    This is my code currently:


    #!/bin/sh

    echo here

    while : ; do
    sleep .5
    sensors
  7. Re: I cannot figure out how to make my BASH script end when a key is pressed...

    I was able to get it working using that code, but I'm not sure how it works. If anyone could explain it to me, I would be grateful. Thanks!
  8. Re: I cannot figure out how to make my BASH script end when a key is pressed...

    I can use ^C to end the program, but I wanted the ability to use any key. Sorry if I was confusing.
  9. [ubuntu] Computer gets very hot when running specific apps (specifically .jar files)

    My computer gets very hot (~70 degrees C) when I run .jar files. Is there any way to "lessen the load" when running a .jar? Thanks
  10. Re: I cannot figure out how to make my BASH script end when a key is pressed...

    This only works if I type "q" and then press enter. Also, What do the X's do? Thanks for all the help!
  11. Re: I cannot figure out how to make my BASH script end when a key is pressed...

    It doesn't seem to be working (maybe I'm doing something wrong?). When I run the code, and hit a key, it runs everything again, instead of breaking out of the loop:


    #!/bin/bash
    key=
    while [...
  12. Re: I cannot figure out how to make my BASH script end when a key is pressed...

    I don't really want to use CTRL-C, I'll probably just use Python.
  13. Re: I cannot figure out how to make my BASH script end when a key is pressed...

    I don't really know where I would put that... the condition?
  14. I cannot figure out how to make my BASH script end when a key is pressed...

    I wanted to write a script that will run the "sensors" command every three seconds until I press a key to make it stop. The only problem I am running into is that I don't know how to detect when a...
  15. Replies
    152
    Views
    50,200

    [ubuntu] Re: Ubuntu 11.04 on a Thinkpad T420

    Okay, I edited the file correctly, and now I am getting ~50 degrees C and only 17.6W
  16. Replies
    152
    Views
    50,200

    [ubuntu] Re: Ubuntu 11.04 on a Thinkpad T420

    Oh, looks like I was doing it wrong!
  17. Replies
    152
    Views
    50,200

    [ubuntu] Re: Ubuntu 11.04 on a Thinkpad T420

    I haven't made any changes to my system besides those needed to get Thinkfan running (http://ubuntuforums.org/showthread.php?t=1749186#9). My battery lasts about 5 hours (9 cell). I haven't really...
  18. Replies
    152
    Views
    50,200

    [ubuntu] Re: Ubuntu 11.04 on a Thinkpad T420

    Maybe I'm editing the file incorrectly? This is what my /etc/default/grub looks like:

    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    # For full...
  19. Replies
    152
    Views
    50,200

    [ubuntu] Re: Ubuntu 11.04 on a Thinkpad T420

    It didn't work well for me (using Nvidia card). My temperature stayed about the same 46 - 50 degrees C, and my power usage stayed around 20W.
  20. Replies
    152
    Views
    50,200

    [ubuntu] Re: Ubuntu 11.04 on a Thinkpad T420

    I have a few (noobish) questions about this:

    What does

    pcie_aspm=force i915.i915_enable_rc6=1
    actually do?

    In the link you posted, one user said that they experienced higher power usage...
  21. Replies
    1
    Views
    3,356

    [ubuntu] Laptop cooling? (Thinkpad T420/Thinkfan)

    A few programs tend to heat my laptop up to unsafe levels (70 - 80 degrees C), and I don't know of any laptop cooling solutions (software based). I wanted to install Thinkfan from the Software...
  22. Replies
    152
    Views
    50,200

    [ubuntu] Re: Ubuntu 11.04 on a Thinkpad T420

    I run 11.04 using the NVIDIA graphics, not the Intel graphics. I have a 9 cell battery, so it will last about 6 hours; but it does not freeze or have any graphical errors. Also, it runs at 46 degrees...
  23. [ubuntu] Cannot install using apt in new 10.10 install

    I just installed 10.10 on my machine, but I cannot download anything with apt. I tried running

    sudo apt-get install vim
    but it returned


    Reading package lists... Done
    Building dependency...
  24. Replies
    12
    Views
    931

    [ubuntu] Re: 10.04 Not recognizing blank DVDs

    It will recognize DVDs, but not blank DVDs.
  25. Replies
    12
    Views
    931

    [ubuntu] Re: 10.04 Not recognizing blank DVDs

    I wasn't able to find it in any other distros that I have (they were not Ubuntu)
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4