QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 648|回复: 1

Howto use Egui in Fedora core

[复制链接]
发表于 2005-9-25 14:13:01 | 显示全部楼层 |阅读模式
Howto use Egui in Fedora core 4
1
   update FC4 kernel 2.6.12-1.1447_FC4
   1: download kernel-2.6.12-1.1447_FC4.src.rpm
   2: rpm -ivh kernel-2.6.12-1.1447_FC4.src.rpm
   3: cd /usr/src/redhat/SPECS/
   4: uname -i
      if your computer is i386,do so.
      vi kernel-2.6.spec
      modify
      %define all_x86 i586 i686
      as
      %define all_x86 i586 i686 i386
   5: rpmbuild -bb kernel-2.6.spec
   6: cd /usr/src
   7: ln -s /usr/src/redhat/BUILD/kernel-2.6.12/linux-2.6.12/ linux
   8: cd linux
   9: cp configs/kernel-2.6.12-i686.config .config //your computer CPU match config filename.
   10: make menuconfig // save and exit
   11: make all
   12: make modules_install
   13: make install
   14: vi /boot/grub/grub.conf
       add as follow:
       title Fedora Core (2.6.12)
        root (hd0,5)
        kernel /boot/vmlinuz-2.6.12-1.1447_FC4.root ro root=LABEL=/ rhgb  quiet
        initrd /boot/initrd-2.6.12-1.1447_FC4.img

2
   config for Egui
   1: compile kernel add framebuffer support and add your VGA card driver
   2: modify /boot/grub/grub.conf
      kernel /boot/vmlinuz-2.6.12-1.1447_FC4.root ro root=LABEL=/ rhgb  quiet vga=0x317
      add vga=0x317 //1024x768-16bbp mode
   3: reboot your computer

3
   compile your Egui
   download Egui-demo-xxx.tgz
   1: tar zxvf Egui-demo-xxx.tgz
   2: cd Egui(-demo)/
   3: make
   4: mknod /dev/egui c 240 0
   5: insmod src-gui/driver/kegui.ko
   6: ./demo/bmp Eguibg.bmp
   7: other test
      ./demo/monitor
      ./src-gui/egui/egui
      ./demo/capturebmp save.bmp

4 good Luck
    maybe you can download Egui from http://159.226.40.150/Inetpub/akaebbs/
    by asmcos 2005-09-24
 楼主| 发表于 2005-9-25 14:15:41 | 显示全部楼层
picture

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-25 21:24 , Processed in 0.046473 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表