Re: 12 seconds delay when starting X.org

2014-04-22 Thread Kārlis Miķelsons
It's the pms(4) driver. It happens on some Dell laptops that have a crappy non fully standard synaptics (alps?) touchpad. It seems so, today this laptop booted up without pms device for some reason, and without it X.org started up instantly. -- Karlis

Re: 12 seconds delay when starting X.org

2014-04-22 Thread Kārlis Miķelsons
It's the pms(4) driver. It happens on some Dell laptops that have a crappy non fully standard synaptics (alps?) touchpad. It seems so, today this laptop booted up without pms device for some reason, and without it X.org started up instantly. Try to disable pms: # config -e -f /bsd

Re: 12 seconds delay when starting X.org

2014-04-22 Thread Kārlis Miķelsons
Try to disable pms: # config -e -f /bsd UKCdisable pms And see if you can reproduce the problem. I can, after disabling pms device, X.org starts just fine. Great. Could you compile a kernel with the diff below applied and post its dmesg after starting Xorg. I'm guessing that the delay comes