FAQ
From Qi-Hardware
Contents |
[edit] Q: How do I get smaller console fonts?
A: From [1]
- "make kernel_menuconfig" → Device Drivers → Graphics support → Console display driver support
- "make menuconfig" → Base system → busybox → Configuration → Console Utilities → loadfont and use "loadfont" to change the console font.
Fonts in psf format can be found in Linux Console Tools.
[edit] Q: Where can I find key codes for Ben NanoNote
A: You can find it at key codes for Ben NanoNote [1]
[edit] Q: My Alsamixer interface is in Black and White color, how can I change it to color interface?
A: You can change it by modifying the file /usr/bin/gmenu2x
- On your NanoNote, open file /usr/bin/gmenu2x
- In the file, remove the line "setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm"
- Reboot your NanoNote.
NOTE: After you remove the line from /usr/bin/gmenu2x file, the font is set to default kernel font. This will cause some programs, such as Abook and Tetris, not to be able to run.
[edit] Q: How do I prevent a service from starting automatically?
A: At the command-line:
/etc/init.d/SERVICENAME disable