Re: 4.2 Trouble with HP Notebook

2007-11-01 Thread Valery Masiutsin
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

Re: amd64 X cursor disappear

2008-03-17 Thread Valery Masiutsin
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.

Re: Default Posix thread stack size

2007-09-07 Thread Valery Masiutsin
> 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