直接运行,无需任何修改
debian:~# ./ati-driver-installer-8.40.4-x86.x86_64.run
debian:~# aticonfig ?initial ?force
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.fglrx-2
重启X
debian:~# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon Xpress Series
OpenGL version string: 2.0.6747 (8.40.4)
debian:~# fgl_glxgears
Using GLX_SGIX_pbuffer
780 frames in 5.0 secOnds= 156.000 FPS
1332 frames in 5.0 secOnds= 266.400 FPS
915 frames in 5.0 secOnds= 183.000 FPS
902 frames in 5.0 secOnds= 180.400 FPS
869 frames in 5.0 secOnds= 173.800 FPS
872 frames in 5.0 secOnds= 174.400 FPS
896 frames in 5.0 secOnds= 179.200 FPS
1788 frames in 5.0 secOnds= 357.600 FPS
2289 frames in 5.0 secOnds= 457.800 FPS
1877 frames in 5.0 secOnds= 375.400 FPS
本文深入解析了 FCEUX 源码,并详细介绍了两种制作 DEB 包的方法及其技术细节。首先,DEB 包通常由两部分组成:控制信息(位于 DEBIAN 目录)和安装内容(模拟目录)。通过解压现有的 DEB 包,可以查看其内部结构,进而理解其工作原理。具体操作包括将安装内容释放到指定目录中,以便进行进一步的修改和定制。此外,文章还探讨了如何修改现有的 DEB 包,以满足特定需求,提供了实用的步骤和技巧。 ...
[详细]