Slashdot Mirror


User: theapp

theapp's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:There is only one keyboard on The Best Keyboards For Every Occasion · · Score: 1

    You can keep your Model M. I'll take my Sun Type 6 or 7.

  2. Re:What about the Sun Studio compiler? on Benchmarks For Ubuntu vs. OpenSolaris vs. FreeBSD · · Score: 1

    A bit off topic, but I had the exact same freezing issue with FreeBSD. This mailing list post proved to be the solution for me: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2008-05/msg00318.html It seems to boil down to FreeBSD still loading the atkbd driver even if you only have a USB keyboard connected. Pressing capslock/numlock/scrolllock causes some delays doing this. The solution for me was to add 'hint.atkbd.0.flags="0x01"' to my /boot/device.hints. This resolved the problem entirely for me. Hope this helps.