| | 61 | * 以下是在 Debian Sarge 上執行結果,值得一提的是 jfbterm 在 2.6.8 核心上可以正常執行。(不過還有字型問題需要調整) |
| | 62 | {{{ |
| | 63 | root@wsu-admin:~# uname -a |
| | 64 | Linux wsu-admin 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686 GNU/Linux |
| | 65 | root@wsu-admin:~# ./fbinfo |
| | 66 | The framebuffer device was opened successfully. |
| | 67 | Succesfully Read the Fixed Screen Information |
| | 68 | fb_fix_screeninfo.smem_len = 65536 |
| | 69 | fb_fix_screeninfo.mmio_len = 0 |
| | 70 | }}} |
| | 71 | * 以下是在 Debian Etch 上執行結果,有趣的是 jfbterm 0.4.7-7 在 2.6.18 上執行,縱使有 cannot mmap(mmio) : Invalid argument 的錯誤訊息,但仍舊可以正常進入 jfbterm 的環境。 |
| | 72 | {{{ |
| | 73 | root@etch:~# uname -a |
| | 74 | Linux etch 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686 GNU/Linux |
| | 75 | root@etch:~# ./fbinfo |
| | 76 | The framebuffer device was opened successfully. |
| | 77 | Succesfully Read the Fixed Screen Information |
| | 78 | fb_fix_screeninfo.smem_len = 1920000 |
| | 79 | fb_fix_screeninfo.mmio_len = 0 |
| | 80 | }}} |
| | 81 | * 在 Debian Lenny 上執行結果 |
| | 82 | {{{ |
| | 83 | |
| | 84 | }}} |