tanhitzq
发表于 2006-8-1 03:19:13
可以下载cube这个游戏试试!
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=161911
如果运行正常,opengl屏保的问题可以不需要管它!
intel显卡安装好3d,opengl的屏保一样是有问题的!
yhlfh
发表于 2006-8-1 07:18:58
会不会显卡本身就没那么大的能耐,你硬是要他加速加起来他受不了,于是就死机了?
Crossa
发表于 2006-8-1 10:34:42
楼主,我和你用的一样的显卡
我发现,这个 3D加速还是 正常的
以前我用 红帽的 系统,因为装在笔记本上的 缘故,都认不出液晶显示器呢
我用Smart-gui升级过了 ,似乎没有这个问题
yhlfh
发表于 2006-8-1 12:41:28
你把什么升级了?
tanhitzq
发表于 2006-8-1 13:22:38
cube 这个游戏也死机吗?
WeiMingzhi
发表于 2006-8-1 13:39:21
yhlfh
发表于 2006-8-1 14:22:56
cube还没玩。以前搞Xmoto的时候也死机,我一气之下把Xmoto给卸了。
要么鼓起勇气把cube玩玩看。
我的是K8M芯片,openchrome网站我上过了,到哪下载驱动找不着,楼上的兄弟能不能发个具体点的网址给我?
tanhitzq
发表于 2006-8-1 16:24:13
终端下面输入
svn co http://svn.openchrome.org/svn/trunk openchrome
就可以下载一个openchrome目录了!
tanhitzq
发表于 2006-8-1 16:26:29
弱弱的问一下!
你的显卡驱动3d前
glxgears
分数多少。
驱动3d后,
glxgears
分数又是多少!
最好说明测试时是16位色,还是24位色!
yhlfh
发表于 2006-8-1 18:45:31
现在又出问题了,普通用户又不能驱动了,我在xorg.conf里已经加了,mode 0666
以前行的,怎么今天忽然不行了,郁闷啊???????
下面是xorg文件和glxgears测试结果,帮忙看看到底怎么了,openchrome的会和原来的冲突吗?
[root@MagicLinux yhlfh]# cat /etc/X11/xorg.conf
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0"Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/share/fonts/default/Type1"
FontPath "/usr/share/fonts/ttf/zh_CN"
EndSection
Section "Module"
Load"dbe"
Load"extmod"
Load"fbdevhw"
Load"glx"
Load"record"
Load"freetype"
Load"type1"
Load"dri"
EndSection
Section "InputDevice"
Identifier"Keyboard0"
Driver "kbd"
Option "XbkModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier"Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 67.0
VertRefresh50.0 - 75.0
EndSection
Section "Device"
Identifier"Videocard0"
Driver "via"
VendorName"Videocard vendor"
BoardName "VESA driver (generic)"
VideoRam 32768
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
[root@MagicLinux yhlfh]# exit
exit
[yhlfh@MagicLinux ~]$ glxgears
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
44 frames in 5.1 seconds =8.610 FPS
[yhlfh@MagicLinux ~]$ su
Password:
[root@MagicLinux yhlfh]# glxgears
__driCreateNewScreen_20050727 - succeeded
50 frames in 5.0 seconds =9.982 FPS
yhlfh
发表于 2006-8-1 18:53:41
终端下面输入
svn co http://svn.openchrome.org/svn/trunk openchrome
就可以下载一个openchrome目录了!
之后怎么办?
tanhitzq
发表于 2006-8-1 20:22:41
之后当然是编译、安装啊!(应该有一些说明的,自己可以先看看(
我没有s3显卡,也不太清楚s3显卡驱动的安装。
具体最好问问WeiMingzhi。
tanhitzq
发表于 2006-8-1 20:29:06
$ glxgears
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
44 frames in 5.1 seconds =8.610 FPS
$ su
Password:
# glxgears
__driCreateNewScreen_20050727 - succeeded
50 frames in 5.0 seconds =9.982 FPS
你是不是重新编译了drm模块啊!
如果是,那么估计是drm模块出了问题!
重新安装一次内核应该就可以3d正常了!
yhlfh
发表于 2006-8-1 20:45:15
没有说明,解压后的目录下没有makefile文件。我configure了,也install.sh了,可是error。
重新安装内核?怎么安装?
魏敏芝内家伙理也不理。
WeiMingzhi
发表于 2006-8-1 22:16:01