Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    1,717

    [ubuntu] Re: Laptop -> external monitor=severe failure.

    I just want to agree with the original poster here. I have the same problem at work and being the only Linux user among Mac and Windows users I'm basically standing out as the Linux guy who won't...
  2. Replies
    2
    Views
    476

    [ubuntu] Re: Changing default OS to Windows in GRUB

    Thank you. :-)
  3. Replies
    2
    Views
    476

    [ubuntu] Changing default OS to Windows in GRUB

    Hi,

    I've seen previous threads about this, but they're rather old and I can't seem to apply their solution to the latest (10.04) stable release of Ubuntu.

    What's the "best" way of changing the...
  4. Replies
    1
    Views
    1,023

    [ubuntu] Change theme back to default.

    Is there any way to default the desktop theme in Ubuntu? I noticed that my girlfriends user account which she's never changed is looking vastly different than mine which I've changed in a previous...
  5. Replies
    4
    Views
    679

    [kubuntu] Re: Can't delete files, claims trash is full.

    OK, here's the output:

    $ sudo rm -r $HOME/.local/share/Trash/files/*
    rm: cannot remove `/home/magnus/.local/share/Trash/files/*': No such file or directory
    I'll assume this means there's nothing...
  6. Replies
    4
    Views
    679

    [kubuntu] Re: Can't delete files, claims trash is full.

    Thanks for your reply.
    Checking the root folder I see that it's almost empty so that can't be it. :(

    $ sudo du /root
    8 /root/.dbus/session-bus
    12 /root/.dbus
    12 /root/.config...
  7. Replies
    4
    Views
    679

    [kubuntu] Can't delete files, claims trash is full. [SOLVED]

    Hi, I can't seem to delete files using Dolphin. It only claims the trashcan is full, but as far as I can see it should be empty.


    $ du .local/share/Trash/
    144 .local/share/Trash/info
    116 ...
  8. Re: Is Floyd's cycle detection algorithm fool proof?

    I'm using the Decimal data type so the precision is "infinite" (well actually it's 1000 decimals since I've set the precision to that.).
    And removing the verification I get the result described in...
  9. [SOLVED] Is Floyd's cycle detection algorithm fool proof?

    I'm tring to implement Floyds cycle detection algorithm and it seems to work fine for "most" sequences, but I've detected that there are some that it cannot do correctly.

    ex.) 1/23 =...
  10. Replies
    4
    Views
    306

    Re: Simple C++ problem.

    Thanks!
    Yes, it certainly shed the needed light on this. However I should use something more foolproof than rounding off the number before truncating it to an integer as the true fraction could very...
  11. Replies
    4
    Views
    306

    Simple C++ problem.

    Hi,

    I'm trying to write a function for finding recurring fractions of an arbitrary rational number, but I get a strange error probably related to floating point precision, but I don't understand...
  12. Replies
    2
    Views
    808

    [kubuntu] Re: Can't view movies in my browser anymore

    ... now when I try it suddenly works... All I did was take a nap and now it works. Amazing today's technology is :p

    Thanks anyways!
  13. Replies
    2
    Views
    808

    [kubuntu] Can't view movies in my browser anymore

    Hi!

    Today I noticed that I can't stream videos from Gametrailers nor Youtube anymore. Am I alone in this? I can't find any other threads on this subject. I have the mozilla-mplayer plugin...
  14. Replies
    9
    Views
    1,489

    Re: Playstation emulator tips

    Thank you!
    Though his repository didn't seem to work, I did manage to download the software and with the use of getlib I fetched the appropriate libraries for it. It works fine now. :D
  15. Replies
    0
    Views
    679

    [kubuntu] Kubuntu won't detect my PSP

    When I plug in my Playstation Portable (PSP) the PSP battery starts charging (indicating that it's connected), but Kubuntu won't detect it as a removable drive. I've gone to Settings->USB Connection...
  16. Replies
    9
    Views
    1,489

    Re: Playstation emulator tips

    I tried installing the appropriate package according to:

    $ ./pSX
    ./pSX: error while loading shared libraries: libgtkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory...
  17. Replies
    9
    Views
    1,489

    Re: Playstation emulator tips

    I assume none of these are available as packages in Adept? (Couldn't find them)
    I've downloaded and extracted PSX, but according to the readme it needs:

    Is there a package I can download in Adept...
  18. Replies
    9
    Views
    1,489

    Playstation emulator tips

    Hi!

    I was wondering which Playstation emulator you recommend for playing on 8.04. I've tried PCSX, but it doesn't seem to respond to keyboard input and just keeps repeating whatever intro is...
  19. [kubuntu] Re: How do I enable my HDTV as a separate xscreen?

    Finally made some progress by simply using the default xorg.conf and adding the screen via nvidia-settings. It's not satisfactory yet as the image is only partly visible on my screen. Most of it is...
  20. [kubuntu] How do I enable my HDTV as a separate xscreen?

    As the title says. I just made a clean install of Kubuntu 8.04 and this worked in Ubuntu 7.10, but not any longer (I basically copy pasted my xorg.conf from my previous install). What differs between...
  21. [kubuntu] No video in my browser (Firefox) with VLC-plugin

    Hi!

    I can't seem to get any video in my browser (Firefox). I've installed the VLC-plugin, but I often get (no video) when I try to watch e.g) anything from Gametrailers. It works occasionally and...
  22. Replies
    4
    Views
    490

    [ubuntu] Re: Is it worth upgrading?

    I think I'll wait a couple of months before attempting to do even a fresh install of 8.04. I ordered a CD and by the time I get it these issues I keep reading about will hopefully be solved.
  23. Replies
    4
    Views
    403

    Trouble with assignment operator in C++.

    Hi!

    I'm having trouble copying data from one object to the other.
    The compiler says: Can't convert from 'const A*' to 'A*'
    I'm sure there's an obvious mistake on my behalf here, but I can't see...
  24. Replies
    3
    Views
    31,179

    Re: The Best Frontend for DosBox

    I've also been looking for an easy to use front end, but the best I've found are for Windows only. Also I noticed that the latest version of DOSBox in the repository is 0.65 and not 0.70. Why is that?
  25. Replies
    15
    Views
    3,984

    Re: C++ integer problem

    Yes, you're quite correct. For D = 61 the program takes more than six minutes to compute the answer. For D = 109 it takes more than six hours ! The best way to solve this involves continued...
Results 1 to 25 of 51
Page 1 of 3 1 2 3