Search results

  1. graudeejs

    GUI Programming for C++

    That's true. I once coded small GUI app (for university), that worked with SQLite with almost non-existing c++ knowledge (not to mention QT). Made it in about 24h from scratch
  2. graudeejs

    GUI Programming for C++

    Well, it is like I thought, you either go Open Source, or pay for commercial license.
  3. graudeejs

    GUI Programming for C++

    Really? I thought you have to pay $ if you want to develop commercial product with QT.
  4. graudeejs

    FreeBSD Screen Shots

    sk8harddiefast, how do you get nvidia temperature in your conky config?
  5. graudeejs

    yeeeeeeeeha, happy new year, FreeBSD

    Thermometer exploded http://www.freebsdfoundation.org/
  6. graudeejs

    yeeeeeeeeha, happy new year, FreeBSD

    I must admit, that second donation I made was straight after those troll threads
  7. graudeejs

    yeeeeeeeeha, happy new year, FreeBSD

    hell, ye. Considering to troll FreeBSD myself... (j/k)
  8. graudeejs

    yeeeeeeeeha, happy new year, FreeBSD

    http://www.freebsdfoundation.org/ We, FreeBSD users (including myself, though I'm in wrong list) have donated $684,905 which is 184,905 more, than was expected.... (and the year is not over yet) Those dam Linux/Anti-BSD trolls.... die in flames.... FreeBSD is here to say for ever and ever...
  9. graudeejs

    E17 + XComposite

    Looks like that fixed composting issue. Tomorrow, I will try to debug why it's taking so dam long for E17 to start up
  10. graudeejs

    E17 + XComposite

    there is no such option, however, I previously build everything in poudriere jail. Perhaps configure script didn't detect composite, since it tries to autodetect it, if it's not disabled. I've build ecore-x11 again, and now I see Xcomposite.................: yes in make output Will install...
  11. graudeejs

    E17 + XComposite

    $ xdpyinfo | grep -i composite Composite
  12. graudeejs

    E17 + XComposite

    I've been testing Enlightenment 0.17. However I feel it's not stable (no wonder, it's monolith, and if something in E17 freezes, everything freezes) The problem I'm wondering about however is not related to stability. I was wondering about this: How to fix XComposite support issue? Is...
  13. graudeejs

    make.conf optimizations

    I propose to create sticky thread that explains to users that they shouldn't override CFLAGS and CXXFLAGS and others....
  14. graudeejs

    Doxygen and LaTeX

    It's actually very good. And I heard (haven't used for a while), that now it has port versions as well
  15. graudeejs

    Doxygen and LaTeX

    No, not in a near future AFAIK. (this whole LaTeX saga on FreeBSD sux)
  16. graudeejs

    Xorg + KDE4 - No keyboard at login screen

    I've had this problem dozens of times. AFAIK it seams to be related to hald/dbus.... I never really found issue. At some point it started to work. (I do remember I recompiled hal)
  17. graudeejs

    How many patches.... 23K in two months....

    That's normal after ports freeze is over (just before new FreeBSD release)
  18. graudeejs

    Useful scripts

    The fact that it copies (actually it would fail) hidden directory makes me suspicious about this scripts. And while I looked briefly at source and it looks ok, I would never ever use it (because of style how it's "installed", not to mention it will modify every aspect of system). If anyone...
  19. graudeejs

    Keyboard error with login

    Well perhaps you messed up xset in [file]~/.xinitrc[file] For example xset r rate 50 200 will make keyboard very hard to use. xset r rate 150 50 is ok
Back
Top