Search:

Type: Posts; User: Ng Oon-Ee; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.19 seconds.

  1. [ubuntu] Re: Embedded Micro SD Card Reader not working on Ubuntu 16.04

    This laptop's card (I have the same laptop) is PCI. Driver doesn't exist as far as I can tell. Here's the bug OP submitted https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1730152/
  2. [ubuntu] Re: Embedded Micro SD Card Reader not working on Ubuntu 16.04

    I can confirm on Arch Linux that even the latest stable kernel would not help. Looks like there's neither no such kernel module https://wikidevi.com/wiki/Alcor_Micro_AU6601 (although mine reports as...
  3. [ubuntu] Re: How can I change Nautilus to look like this?

    Edit->Preferences->Behaviour (tab)->Always Open In Browser Window (check)
  4. Replies
    41
    Views
    17,616

    [ubuntu] Re: Syncronizing Google and Evolution Calendars

    thanks, thanks, thanks
    works great¡¡¡¡¡¡¡¡¡¡¡¡¡:guitar:[/QUOTE]

    Ah, I can't get this one to work.... My primary calendar works, but the additional calendars don't. I can add another primary...
  5. [ubuntu] Re: Screen resolution problem - VirtualBox with XP and dual-monitors

    Sounds like its automatically going full-screen.

    Try your Host Key->F to see if that corrects it. Normally the right Ctrl button is the host key.

    Also check to see if you have anything...
  6. Replies
    14
    Views
    1,334

    [ubuntu] Re: Using virtuallization to play games

    Anything which uses OpenGL works. I'm playing Warcraft III no problem (but the graphics are a bit different, some colors are shades apart from the 'real' colors you'd see in a windows computer)....
  7. Replies
    23,479
    Views
    9,301,897

    Re: Post you're .conkyrc files w/ screenshots

    You tempt me, really you do. I'm trying out arch right now, may put xfce or one of the *boxes on that. Gnome-do is a real draw, though.

    And to those who are a bit lost, Mr. Bruce M. is just...
  8. Replies
    23,479
    Views
    9,301,897

    Re: Post you're .conkyrc files w/ screenshots

    Oh you Xubuntu users.... =p
  9. Re: Warcraft III (via wine) Scrolling/alt-tab/cube WITH Compiz-fusion

    You could just put a loop which checks every 5-10 seconds whether wineserver is running.

    Something like:-


    if [ pidof wineserver]; then
    sleep 5s
    else
    sed -i s/noedgeflip/current/g...
  10. Replies
    85
    Views
    226,802

    Re: HOW TO: A Beginners Guide to Setting up Conky

    You're welcome. Dbus is such an amazing tool.
  11. Replies
    6
    Views
    624

    [ubuntu] Re: nVidia Drivers

    What they are telling you, and is probably true, is that the problem is not the drivers, its in your xorg.conf file. I just tried an reinstall of 8.04 and realized how bad the usual xorg.conf file...
  12. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I believe you have to enable dbus in Songbird. I don't use it personally, but I know most apps with dbus don't have it enabled by default. You may even need to recompile, though I doubt it.
  13. Replies
    0
    Views
    828

    [ubuntu] Gnome-terminal doesn't send SIGINT

    Hi all,

    Recently I've realized I can't stop processes from gnome-terminal using Ctrl-C like I used to. It still works from xterm, though, so it looks to be specifically a gnome-terminal problem. I...
  14. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I have this script that checks for any mounted file-system (including your root partition, separate home partition, etc.) Modified from a few sources in this thread.


    #!/bin/bash

    df -l | grep...
  15. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Here's my code for that. Quite complicated, but I just copied it and edited it to suit my needs. I found that if_up always returned true, since the connections are up, just not connected. So the best...
  16. Replies
    1
    Views
    397

    [ubuntu] Re: X crashing when trying to start a guest

    I'm not sure exactly why virtual machines would crash your X, this sounds (as you have mentioned) like an Intel problem. Would suggest bringing it to the appropriate place, doubt any here have the...
  17. Replies
    2
    Views
    2,312

    [ubuntu] Re: VirtualBox Custom Resolution

    Thing is, VBox will automatically adjust resolution for you when you resize windows etc. Don't know if that's hardcoded, as I haven't messed with it before, but a simple solution would be to not...
  18. Re: Seamless/fullscreen using both screens of dual-head display?

    He states he's using OSE, so that wouldn't work I believe.
  19. Replies
    14
    Views
    14,506

    [all variants] Re: Twinview; Dual Monitors with Virtualbox?

    Actually, if you're already able to drag the window from monitor to monitor, you should be able to resize the window to fit all your monitors. Or set a rule in Compiz to do that, using ccsm.

    Of...
  20. Replies
    60
    Views
    39,356

    [ubuntu] Re: Dual Monitor Dual Workspace

    This depends what is meant by workspaces. In Ubuntu 'workspace' refers to the multiple-workspace model, most easily illustrated by Compiz' desktop cube (each face is one workspace).

    With Separate...
  21. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Well, the spaces are due to 'saved' space for the program name. Conky doesn't know exactly how much space your ${top name 1} will need, so it 'reserves' a certain amount of space. Else if you had a...
  22. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Read the last few pages, there's links posted to a compiz-based method (an experimental plugin you'd have to compile yourself). 'True' transparency. There's also an xcompmanager-based method, though...
  23. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I'm sorry, but I'm not sure what you're asking.

    If you're using the 'top' variable to find the name of the process with the highest CPU usage, and you want to cut off that word at a certain...
  24. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Now THAT is minimalistic.

    As to keeping things above, you could use this:-


    own_window_hints undecorated,above,sticky,skip_taskbar,skip_pager

    Thing is, full-screen apps wouldn't be...
  25. [other] Segfault in terminal, runs okay from shortcut

    Hi all,

    I'm using Wine to run a program called E-Sword. Now, before you tell me to move my question to the Wine forum, I'm not asking specifically about Wine. Anyway, what happens is that, when...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4