[[diary/Nagura]]

 1011日

・忘れていた

 手元のSempron LE-1250 + NVIDIA 7025なマシン~
 linux 4.4.xではメモリーまわりらしきエラーを吐いていた~
 だからPlamo-6.x x86にもかわらずlinux 4.19.xにしていた。~
~
 なのでlinux 4.19.37~
~
 # cat drivers/tty/vt/vt.c.rej~
 --- drivers/tty/vt/vt.c 2019-03-27 14:14:43.000000000 +0900~
 +++ drivers/tty/vt/vt.c 2019-03-29 09:54:23.005793762 +0900~
 @@ -1623,6 +1725,9 @@ static void csi_J(struct vc_data *vc, in~
                         return;~
         }~
         scr_memsetw(start, vc->vc_video_erase_char, 2 * count);~
 +#ifdef CONFIG_UNICON~
 +        scr_memsetw(start + (vc->vc_screenbuf_size>>1), (vc->vc_video_erase_char & 0xff), 2 * count);~
 +#endif~
         update_region(vc, (unsigned long) start, count);~
         vc->vc_need_wrap = 0;~
  }~
~
 なので~
 vd_unicon-kernel-20190429-4.19.37.patch~
 にしてクリア。
 
#comment

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS