10.04下ati x300无法玩Quakelive

游戏讨论
回复
chengzh
帖子: 167
注册时间: 2008-04-08 9:27

10.04下ati x300无法玩Quakelive

#1

帖子 chengzh »

郁闷,3d特效能开,但玩Quakelive只有20fps,我曾用9.04进行live方式玩过记得很流畅,10.04下没法装官方驱动(当时9.04 live模式下也没装)
默认驱动是能开特性,但游戏就不行了,各位有什么解决的办法么?
多谢!
难不成俺换回8.04?我faint。
glxinfo信息:
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
GLX_EXT_texture_from_pixmap
OpenGL vendor string: DRI R300 Project
OpenGL renderer string: Mesa DRI R300 (RV380 5460) 20090101 x86/MMX/SSE2 TCL DRI2
OpenGL version string: 1.5 Mesa 7.7.1

不能玩真是郁闷呀
XP on Thinkpad T43
ubuntu on Thinkpad X61 with XP on KVM
头像
黄美姬
帖子: 8428
注册时间: 2009-10-08 11:15
来自: 大城市铁岭

Re: 10.04下ati x300无法玩Quakelive

#2

帖子 黄美姬 »

下载官方驱动
http://support.amd.com/us/gpudownload/Pages/index.aspx
安装A卡官方驱动

代码: 全选

sudo ./XXXXX.run
更新X配置:
sudo aticonfig --initial

开机关机画面分辨率低,是可以手动改的

卸载:

代码: 全选

cd /usr/share/ati/
sudo ./fglrx-uninstall.sh
我们是命运的妓女,它把我们都嫖了

N卡驱动:http://www.nvidia.cn/Download/index.aspx?lang=cn
极品飞车:http://www.geforce.cn/optimize/optimal- ... ts-450-ops
孤岛危机优化设置:http://www.geforce.cn/optimize/optimal- ... tx-450-ops
:cp /etc/skel/.bashrc ~/
PS1="\[\e]2;\u@\H \w\a\e[32;1m\]\T$\[\e[0m\] "
http://cdimage.ubuntu.com/
http://releases.ubuntu.com/
chengzh
帖子: 167
注册时间: 2008-04-08 9:27

Re: 10.04下ati x300无法玩Quakelive

#3

帖子 chengzh »

黄美姬 写了:下载官方驱动
http://support.amd.com/us/gpudownload/Pages/index.aspx
安装A卡官方驱动

代码: 全选

sudo ./XXXXX.run
更新X配置:
sudo aticonfig --initial

开机关机画面分辨率低,是可以手动改的

卸载:

代码: 全选

cd /usr/share/ati/
sudo ./fglrx-uninstall.sh
10.04用的xorg7.5, ati新出的驱动才支持xorg7.5,但ati这个LJ早不支持X300了,所以官方驱动好像走不通,我只是不明白开源驱动性能有那么差么?
XP on Thinkpad T43
ubuntu on Thinkpad X61 with XP on KVM
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

Re: 10.04下ati x300无法玩Quakelive

#4

帖子 syrano »

关闭KMS,

代码: 全选

sudo gedit /boot/grub/grub.cfg
在如下这样的行

代码: 全选

linux /vmlinuz root=/dev/disk/by-uuid/xxxxxxxxx   ro quiet
添加
radeon.modeset=0

代码: 全选

linux /vmlinuz root=/dev/disk/by-uuid/xxxxxxxxx  radeon.modeset=0 ro quiet
E=m c^2
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

Re: 10.04下ati x300无法玩Quakelive

#5

帖子 syrano »

关闭KMS,

代码: 全选

sudo gedit /boot/grub/grub.cfg
在如下这样的行

代码: 全选

linux /vmlinuz root=/dev/disk/by-uuid/xxxxxxxxx   ro quiet
添加
radeon.modeset=0

代码: 全选

linux /vmlinuz root=/dev/disk/by-uuid/xxxxxxxxx  radeon.modeset=0 ro quiet
E=m c^2
回复