Search:

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

Page 1 of 7 1 2 3 4

Search: Search took 0.05 seconds.

  1. [ubuntu] USB Mouse not working on Vivobook (S551LN) (Ubuntu 13.10/14.04)

    Hi,

    I recently bought a new laptop and installed Ubuntu on it. Unfortunately it seems the touchpad is not supported - I can live with that.

    Problem 2 is that the mouse is not working properly....
  2. Replies
    2
    Views
    623

    [ubuntu] Re: Flash cause complete crash

    *Bump*

    No one else has experienced this or know of what could be wrong?
    It justed happened again and I looked through /var/log/syslog, but I couldn't really see anything that should be an error -...
  3. Replies
    3
    Views
    893

    [ubuntu] Re: Information Kiosk/Monitor

    For hardware you could check out Raspberry-Pi. It's fairly cheap and uses significantly less power than a full blown computer and for just showing stuff on screen you shouldn't really need more...
  4. Replies
    14
    Views
    822

    [ubuntu] Re: I have problem ssh !!!

    I really does look like you're typing the wrong password... Before you posted the log I was going to suggest that password login was disabled, but it looks like it is enabled on the server.

    One...
  5. Replies
    16
    Views
    1,484

    Re: dowload with wget in crontab -e

    If you do


    man wget


    You can then see the syntax for wget. One option when downloading just one file could be


    wget -O <output-file> <URL>
  6. Replies
    2
    Views
    623

    [ubuntu] Flash cause complete crash

    Hi all,

    I'm having issues on my Ubuntu 13.04 (x64) installation.

    Sometimes when playing flash in Firefox the flash will suddenly get stuck (like a scratch in an old music CD) and just loop the...
  7. Replies
    4
    Views
    492

    Re: Let me Donate to Bug-fixing please :)

    I suppose that's a way to say it. Maybe 50/50 upstream and hardware support...
  8. Replies
    4
    Views
    492

    Re: Let me Donate to Bug-fixing please :)

    I didn't mean for each bug-fix - though I can see the subject suggesting that - I just meant that since they have this "What would you like us to improve.." page when donating, it'd be nice to be...
  9. Replies
    4
    Views
    492

    Let me Donate to Bug-fixing please :)

    Just a suggestion - add bug-fixing to the list of "What we should do more.." when donating.

    This is not meant to be disrespectful - but it is a fact, that testing and bug-fixing is required in...
  10. Replies
    8
    Views
    1,700

    [ubuntu] Re: Banshee Won't Shut Down Properly

    Did any of you find a fix for this ?

    Or do I have to launch a terminal and do killall banshee everytime I want to close it :/
  11. Replies
    10
    Views
    739

    [all variants] Re: How can I troubleshoot hardware errors?

    Well, tried memtest for 1 hour and 15 minutes. Still no errors.

    I'm still wondering about dmesg - I guess I should Google it :) - but if someone beats me to posting a link or description of how to...
  12. Replies
    10
    Views
    739

    [all variants] Re: How can I troubleshoot hardware errors?

    Will give it a try for a few hours - just gave it one pass.

    During boot it's after a cold boot - rebooting a few times solves the problem. Else it's usually while playing certain games.

    I...
  13. Replies
    10
    Views
    739

    [all variants] Re: How can I troubleshoot hardware errors?

    A PC. That is - not a laptop, so no batteries. This doesn't rule out the possibility of a faulty PSU though. I'd just like to be able to test before I go out and buy new components - else it could...
  14. Replies
    10
    Views
    739

    [all variants] How can I troubleshoot hardware errors?

    Hi

    I'm having an issue with my machine freezing and I suspect it might be a hardware issue since it sometimes freezes during boot even before Grub, BIOS etc.

    I've been running Memtestx86+ which...
  15. Replies
    4
    Views
    828

    [ubuntu] Re: EOG opening images too big

    I'm having the same issue.

    Setting Visual Effects to "None" does make eog work as expected.

    Is there any other solutions ? Maybe another image viewer ?
  16. [SOLVED] Re: Can not set desired resolution Ubuntu 10.04...HELP...

    The use a better cable did the trick for me :)

    Much easier than messing with xorg.conf files!


    ...and wasn't there once a "Thank you for this message button" on the forums to show appreciation...
  17. Replies
    23
    Views
    31,078

    [SOLVED] Re: Eclipse won't start all of a sudden

    After changing to Eclipse Helios I haven't had problems with Eclipse on 10.4. I'm downloading from the eclipse download site - so not using apt-get. And I'm using the sun-java6 package.
  18. Replies
    4
    Views
    1,559

    [ubuntu] Re: Radeon HD 5870 Support? (or maybe GTX460?)

    Hmm, in that case I guess I'm better off getting an nVidia card - possibly something like the GTX460. Does anyone have experience with that one?
  19. Replies
    4
    Views
    1,559

    [ubuntu] Re: Radeon HD 5870 Support?

    *bump*

    Is there really noone which has tried this card ? Or similar cards ?

    Basically I'm concerned because I know ATI cards used to cause a lot of problems for Ubuntu users, and secondly...
  20. Replies
    4
    Views
    1,559

    [ubuntu] Radeon HD 5870 Support?

    Hi.
    I'm about to buy the components for a new desktop, and it seems the Radeon HD 5870 is a good buy for my needs/desires.

    But does anyone know if it works well with Ubuntu (preferably 64-bit)?...
  21. Replies
    23
    Views
    31,078

    [SOLVED] Re: Eclipse won't start all of a sudden

    I'm having the same problem.

    Thanks for the tips, but unfortunately none of it works. I tried booting in 9.04 and Eclipse runs with no trouble there. I've also tried with both eclipse 3.4 and 3.5...
  22. Thread: EVE Help

    by achelis
    Replies
    7
    Views
    765

    Re: EVE Help

    I don't know why it has to be done, but all the scripts does is editing the file:

    .wine/drive_c/users/<username>/Local Settings/Application...
  23. Thread: C ide?

    by achelis
    Replies
    9
    Views
    736

    Re: C ide?

    Thanks a lot guys. Definitely given me some options to consider and play around with :)

    So far I've installed emacs, eclipse and code::blocks and they all seem to do nicely for my needs....
  24. Thread: C ide?

    by achelis
    Replies
    9
    Views
    736

    C ide?

    Hi
    I'm just about to start on a project which needs to be written in C - not C++.

    There is no GUI programming involved as the hardware the program is for has no screen.

    I'm basically looking...
  25. Replies
    10
    Views
    633

    Re: Where can i learn how to program java?

    If you already know C# it should be fairly easy for you to learn Java. The Javadoc for the API is a good place to learn I think, since one of the big differences between C# and Java is the API's....
Results 1 to 25 of 155
Page 1 of 7 1 2 3 4