Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    13
    Views
    7,574

    [other] Re: GXinput - GUI for XInput settings

    Archive.org has a copy.
  2. Re: Doom3 falls back on Mesa software rasterizer ?

    EDIT: Ok, on a clean 11.10 install these packages did the trick for me:



    gcc-multilib g++-multilib
    libx11-6:i386 libxext6:i386
    libgl1-mesa-dri:i386 libgl1-mesa-glx:i386
    libasound2:i386...
  3. Replies
    6
    Views
    2,454

    [ubuntu] Re: Can't take screenshots in fullscreen app

    Does hooking up one of the screenshot programs to my program here get you any love?
  4. Replies
    70
    Views
    19,252

    [other] Re: x11vnc shutting down on Intrepid login

    -reopen seems to work (stock gdm.conf) with a self-compiled 0.9.6. checkinstall is your friend!
  5. Re: IDE/debugger that can handle STL containers...

    I'll have to keep that in mind when it comes up; no progress on the structured display problem though :(
  6. Re: IDE/debugger that can handle STL containers...

    Looks like Xcode can sorta do it, at least for std::strings and simple std::vectors. Stumbles on vector< vector<string> > though. Also kinda a non-starter for Ubuntu.

    So it's at least possible...
  7. Re: IDE/debugger that can handle STL containers...

    Good point. That should probably read 'GDB frontends' instead of 'IDEs or debuggers' :)
  8. IDE/debugger that can handle STL containers...

    Is there an IDE or debugger that handles C++ STL containers in a sane manner? I've tried the following:

    KDevelop
    Eclipse
    Netbeans
    DDD
    Kdbg
    Insight
    Nemiver
    Code::Blocks
  9. Replies
    3
    Views
    1,380

    Re: XQueryKeymap and multimedia keys...

    Alrighty, looks like it's an issue with the default old-style X keyboard driver. Switching to the evdev driver fixes the problem. Only gotcha is that my keyboard (a Microsoft Natural Keyboard Pro)...
  10. Replies
    3
    Views
    1,380

    Re: XQueryKeymap and multimedia keys...

    Update: Ok, the keys that the above-mentioned code snippets can't detect seem to be issuing "instantaneous" KeyPress/KeyRelease event pairs (as seen by xev). Is there any way to tell X to stop...
  11. Replies
    3
    Views
    1,380

    XQueryKeymap and multimedia keys...

    I'm trying to re-purpose the ideas here:
    http://insecure.org/sploits/xsecurekeyboard_fequent_query.html
    here:
    http://www.cs.bgu.ac.il/~orlovm/code/realkey.C
    and here:...
Results 1 to 11 of 13