You are not logged in.
hello!
i have a strange problem. i searched for hours, no luck.
i own a asus a3n with i855gm chipset. as the kernel-modul i'm using the i915. as xorg-modul the i810 driver. glxinfo says, that direct rendering is enabled. but when i want to play a opengl game like tuxracer or foobillard it runs with very low framerate (unplayable!). i don't know how to fix it or why i have this problem!?!?
i'm despair of this problem! please help me!
here are some information you will need:
xorg.conf:
Load "glx"
Load "dri"
Load "GLcore"
Section "dri"
# Mode 0666
Group 91 # video
Mode 0666
EndSection
Section "Device"
Identifier "i855GM"
Driver "i810"
VideoRam 16252
Option "NoAccel" "false"
Option "DRI" "true"
# Insert Clocks lines here if appropriate
EndSection
$lsmod
...
asus_acpi 10004 0
i915 18304 1
drm 62740 2 i915
intel_agp 21404 1
agpgart 30160 3 drm,intel_agp
...
$glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
...
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 852GM/855GM 20040919 x86/MMX/SSE2
OpenGL version string: 1.3 Mesa 6.2.1
...
$groups
video audio optical users
i'm using the arch stock kernel, stock xorg. please help me!
bye iggy
sorry for my bad english
Offline
I have the same video card and tuxracer/foobillard works well so it's probably a config issue. Make sure that the mesa package is *not* on your system as it is known to cause problem with tuxracer.
I also have these modules loaded:
i810
intelfb
In my Section in xorg.conf, I have:
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "All"
BoardName "All"
EndSection
Make sure that you use the latest kernel and xorg. They really improved my video card performance. Also I get 1116.400 FPS in glxgears.
Offline
Use ppracer from the AUR - tuxracer is a mess.
Offline
i can't believe it! the problem is the package mesa!!!! :shock: oh my god! thank you very much! ultimately i can play foobillard, tuxracer and all the other little nice games! thanks, thx, yeah! 8)
sorry for my bad english
Offline
Oh yeah, Mesa is obsolete and messes things up. Should have thought of that.
Offline
$ pacman -Si gltron
Repository : extra
Name : gltron
Version : 0.70-1
Groups : None
Provides : None
Depends On : libpng mesa sdl_sound
Conflicts With : None
Replaces : None
Size (compressed) : 1955998
Description : A tron-like lightcycle game with a nice 3D perspective.
MD5 Sum : d4255e52084355142ff909ec0017a2a7
Should GLTron be depending on mesa?
Offline
No, it shouldn't. Mesa is integrated into XOrg as of now, and has been for some time.
Offline
mates, how to replace mesa driver? i'm having similar prob whereby the graphic acceleration is very bad
Offline
Don't need to replace, just remove it with extreme prejudice.
pacman -R mesa
Offline
after remove mesa package shall i replace it with any package?
Offline
Well, if you have OpenGL drivers for your video card installed, then you don't need to replace it with anything. If your video card doesn't support OpenGL, then afaik Mesa is all you can use.
Offline
i realize i don't have mesa package :-) . decided to install mesa package to see if it could improve my graphic accelaration but the result still the same. any idea on how to improve the graphic accelaration on Intel i915.
Offline
Well, installing Mesa definitely wouldn't help. :?
Offline
$ pacman -Si gltron Repository : extra Name : gltron Version : 0.70-1 Groups : None Provides : None Depends On : libpng mesa sdl_sound Conflicts With : None Replaces : None Size (compressed) : 1955998 Description : A tron-like lightcycle game with a nice 3D perspective. MD5 Sum : d4255e52084355142ff909ec0017a2a7
Should GLTron be depending on mesa?
To which Gullible Jones answered:
No, it shouldn't. Mesa is integrated into XOrg as of now, and has been for some time.
So what do I do to install GLTRon, then? Can I download the package without installing it, then remove the reference to mesa in the pkgbuild file, and install with pacman -A?
Should not this be changed in the package too?
Offline
If you're using Xorg 7 (i.e. have the Testing repo fully enabled), you won't have any problems, since that makes Mesa a separate package again.
If not, then the file you want to edit is .PKGINFO, that has the dependency information.
Offline
If not, then the file you want to edit is .PKGINFO, that has the dependency information.
I don't recommend messing with package metadata. An easier way would be:
# pacman -S libpng sdl_sound
# pacman -Sd gltron
Offline
Good point.
BTW, gltron should depend on speex - without that package it fails to start due to a missing library.
Offline
For the 855GM (my lappy has it), make sure you use the i915 kernel module. It runs *substantially* better than the i810. Like.. heaps better. Leave xorg on i830, but use i915 in kernel.
iphitus
Offline
Hi
I can't remove the mesa package...
$pacman -Q mesa
mesa 6.4.2-1
$pacman -R mesa
error: this will break the following dependencies:
mesa: is required by xorg-utils
mesa: is required by xorg-res-utils
mesa: is required by freeglut
mesa: is required by glob2
mesa: is required by gstreamer0.10-bad
mesa: is required by celestia
Anyone knows why?
I have the nvidia driver installed and running (i have a GeForce2 video card).
PD: sorry for my english
Offline
Don't remove the mesa package. This mesa package is the mesa included in xorg 7 not the one in the extra repo that was creating problems. BTW, this is an old thread. It would be better to explain your problem.
Offline