Hello,Frans !
What hp model do you have ?
A lot of their models - models from nx line is a good example,
have broken acpi tables in BIOS, it means you won't be able to get acpi working.
Regards Valery
Hello, Antoine !
Option "HWCursor" "off"
Usually adding this option to Driver section helps, otherwise ...
I've had this problem number of times myself on OpenBSD and on Linux too.
Regards Valery.
> I usually have:
>
> #ifdef __OpenBSD__
> size_t stacksize;
> pthread_attr_getstacksize(&attr, &stacksize);
> pthread_attr_setstacksize(&attr, stacksize * 2);
> #endif
>
> in my threaded stuff.
>
Hello.
AFAIK Posix says nothing about default thread stack.
So you should use pthread_at
3 matches
Mail list logo