You are not logged in.
hiya.
I've just installed tuxracer and I've been playing it as root, mainly because I forgot to log out before starting to play. This is great, I think. It looks pretty good, the framerate is smooth.
Fast forward to about an hour later, while I'm running as my regular user. I start the game, `tuxracer &` and I notice a change. The snowflakes aren't falling smoothly, and the game plays choppy as hell.
So what's the deal? I"m assuming it's a permissions thing, seeing as how it worked fine as root. I'm guessing that OpenGL acceleration was working as root, and when I try to play as a regular user, the game is loading in software render mode.
Is this the case. If yes, how do I fix it? If not, how do I fix it?
Thanks.
Offline
Add your user to the video group.
You probably need to add
Section "DRI"
Mode 0666
EndSection
to your xorg.conf
Offline
Add your user to the video group.
You probably need to addSection "DRI" Mode 0666 EndSection
to your xorg.conf
Unless you are using a NVIDIA card, then DO NOT use those lines.
·¬»· i am shadowhand, powered by webfaction
Offline
no such luck. the 'video' group doesn't even exist.
[root@theMotherland jeezus84]# usermod -G wheel,video jeezus84
usermod: unknown group video
[root@theMotherland jeezus84]#
Is there some kind of GUI tool I can use to manage my users? I tried looking for Kuser (like the one from KDE 3.2) to no avail. Where did it go?
Thanks.
Offline
AFAIK, kuser went out of arch's kde 3.4 packages, because it's broken and causes more problems than does good :-)
About the video group: is your system utterly up-to-date? Especially the filesystem package. I believe you could also add that group manually, via groupadd or editing /etc/group. Hym, are you using udev whatsoever?
Offline
I don't know of any other gui based user/group management tool in KDE except for kuser which was apparently disabled in the latest version due to crashing and wrong entries. http://wiki2.archlinux.org/index.php/KDE explains more about the new KDE and its known issues.
Offline
I just updated my system using `pacman -Syu`.
The video group now exists, and I'm now a member of it. Tux Racer is still crawling though.
bash-3.00$ whoami
jeezus84
bash-3.00$ groups
bin sys adm wheel video
bash-3.00$
Any more ideas?
Offline
ah ha! i got it working.
that ' Section "DRI" ' thing listed above worked, but only after I uncommented the 'DRI' line under ' Section "DEVICE" '.
Offline
Unless you are using a NVIDIA card, then DO NOT use those lines.
Don't you mean "If you are using a NVIDIA card"? IIRC those lines are required by cards that use X11 DRI; not sure about nVidia ones, since those use their own drivers.
Offline
Shadowhand wrote:Unless you are using a NVIDIA card, then DO NOT use those lines.
Don't you mean "If you are using a NVIDIA card"? IIRC those lines are required by cards that use X11 DRI; not sure about nVidia ones, since those use their own drivers.
NVIDIA cards use their own AGP drivers and enabling DRI _can_ make the NVIDIA AGP DRI not work (certain kernel configuration, modules, and X11 drivers).
·¬»· i am shadowhand, powered by webfaction
Offline
Might also check to make sure the permissions are 666 for /dev/nvidia* .
The suggestion box only accepts patches.
Offline