Search:

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

Search: Search took 0.03 seconds.

  1. [ubuntu] suggestion of default non-unicode locale feature for many applications

    Dear Ubuntu Programmer,

    I am now proposing a new and very useful feature for Ubuntu, called "default non-unicode locale" (such as those in Windows).

    The problem is that when Ubuntu is accessing...
  2. [gnome] Stupid Gnome 2, cannot even change shortcut???

    This problem exists since Ubuntu 12 onwards up to now (today 2012.11.18)

    The bug is very simple. You cannot even change shortcut key for launching a terminal using "system settings->keyboard". The...
  3. Dual-mode dual-boot Ubuntu 64-bit with Windows 7 64-bit without burning a CD

    Dual-booting Ubuntu in Win7 is no longer a big problem for many people. Just a bit of googling will give you dozens of solutions. However, to install a single physical copy of Ubuntu (on the same...
  4. Replies
    4
    Views
    4,793

    [ubuntu] Re: vga=791 does not work in ubuntu 10.04

    Still no use, my /etc/default/grub now look like this

    But Alt+F1 console is still low resolution. The method doesn't work, how?

    XC
  5. Re: Stupid GCC inline assembler doesn't even support local variable

    I've figured out how to solve half of the problem.


    // x, f and fa are either local variables or function parameters
    // MSVC inline syntax --> GCC AT&T inline syntax
    mov eax, [x] --> "mov...
  6. Replies
    4
    Views
    4,793

    [ubuntu] vga=791 does not work in ubuntu 10.04

    hi,

    I edited the /boot/grub/grub.cfg to set boot option, replace "quiet splash" by "vga=791". It gives me black screen.

    But after GUI boots up, if I press Ctrl+Alt+F1(~F6), the resolution do...
  7. Re: Stupid GCC inline assembler doesn't even support local variable

    Hey guys,

    I don't blame things for no reason and I have already searched throughout Google and manuals and tried all possible ways but still cannot find the solution. In fact if any one of you...
  8. Re: Stupid GCC inline assembler doesn't even support local variable

    I've tried both, but how much stack is allocated for each local variable/parameter, what's their order, how many padding bytes in between, these are all compiler option dependent, will mess up unless...
  9. Stupid GCC inline assembler doesn't even support local variable

    Hi,

    It's good that GCC support inline assembly Intel syntax, but it cannot even simply address local variables/parameters properly, making itself stupid and essentially useless, look at the...
  10. Replies
    13
    Views
    14,557

    Stupid GCC inline assembler doesn't even support local variable

    Hi,

    It's good that GCC support intel inline disassembly syntax, but it cannot even simply address local variables/parameters properly, making itself stupid and essentially useless, look at the...
  11. [all variants] Stupid GCC compiler does NOT even support local variable for inline assembly

    Hi,

    It's good that GCC support intel inline disassembly syntax, but it cannot even simply address local variables/parameters properly, making itself stupid and essentially useless, look at the...
Results 1 to 11 of 11