! LIFEBOOK Touchpad & Ubuntu * LIFEBOOK AH544/G32 ** http://www.fujitsu.com/fts/products/computing/pc/notebooks/lifebook-ah544-g32/ * LIFEBOOK E554/J・E544/J 製品詳細 ** http://www.fmworld.net/biz/fmv/lifebook/e554j_e544j/ * http://askubuntu.com/questions/533903/fujitsu-lifebook-ah544-touch-pad-not-working-in-ubuntu-14-04 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.notimeout i8042.nomux" * http://www.gcd.org/blog/2009/01/170/comment-page-1/ * https://bugzilla.kernel.org/show_bug.cgi?id=48161 * http://www.spinics.net/lists/linux-input/msg33275.html * http://www.spinics.net/lists/linux-input/msg33231.html * Install/Upgrade to Linux Kernel 3.17 in Ubuntu 14.04 ** http://ubuntuhandbook.org/index.php/2014/10/install-upgrade-kernel-3-17-ubuntu/ ** http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/ * https://www.kernel.org/ ! - ccqpt040 00:24:D2:F0:96:4C ! grub GRUB_DEFAULT="Windows 7 (loader) (on /dev/sda1)" ! Anthy Emacs 24.3.1 + anthy-el でのトラブル対処 * https://www.google.com/search?q=anthy-insert%3A+Symbol%27s+value+as+variable+is+void%3A+last-command-char&ie=UTF-8&sa=Search&channel=fe&client=browser-ubuntu&hl=ja ! Misc. /etc/udev/rules.d というディレクトリに 51-usbblaster.rules というファイル名で以下の内容のファイルを作る ATTR{idVendor}=="09fb",ATTR{idProduct}=="6001",MODE="666" 利用するユーザの個人環境で以下が必要 export QUARTUS_64BIT=1 export PATH=$PATH:/opt/altera/13.1/quartus/bin ---- ! Ubuntu * [ubuntu-jp:4286] [Announce] Ubuntu 11.04のサポート終了(〜2012/10/28) ** https://lists.ubuntu.com/archives/ubuntu-jp/2012-December/004285.html cc602admin@ccrpt080:~$ sudo grub-install /dev/sda /usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!. /usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. /usr/sbin/grub-setup: error: will not proceed with blocklists. * Setup with BIOS but GPT partition table (due to 3 TB disk)? ** http://askubuntu.com/questions/239252/setup-with-bios-but-gpt-partition-table-due-to-3-tb-disk ---- xorg.conf memo http://www.maroontress.com/KanaKey/ + modification Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "jp106" Option "XkbLayout" "jp" # Option "XkbOptions" "japan:kana,grp_led:scroll" Option "XkbOptions" "ctrl:swapcaps" EndSection ---- プロ技デバッガデモサンプル ! sum.c {{ref_text sum.c}} ! sum-err1.c {{ref_text sum-err1.c}} ! leapYear.c {{ref_text leapYear.c}}