![]() |
Laptop - Notes |
|
Label Editor commands: M = Display Man Page p = Display Current Label p g = Display Current Label with sizes in GB a = Add Partition m = Modify Partition d = Delete Partition w = Write the Partition q = exit disklabel |
| Added |
lynx afterstep opera 7.51 /graphics/wmicons /security/pgp mysqlgui ### BROKEN ### mysql-administrator mysql-navigator mozilla windowmaker |
|---|---|
| Bug Fixes | ln -s libutil.so.4 libutil.so.3 ln -s libc.so.5 libc.so.4 |
| can't compile jdk14 without errors | got rid of the /usr/ports/java/jdk14/work directory |
| Mouse Wheel |
To get the Mouse Scroll Wheel to work, add the lines to Section "InputDevice" (for the mouse) |
| XFree86 4.3.0 Hangs on shutdown | |
|---|---|
| The solution is to recompile the kernel without the SMP options. | |
| create new kernel source | cd /usr/src/sys/i386/conf cp GENERIC MYKERN |
| modify new kernel parameters | edit MYKERN Remove SMP options add device pcm (take care of the missing audio at the same time) to bottom of MYKERN |
| compile new kernel | cd /usr/src make kernel KERNCONF=MYKERN reboot |