Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Hey. I just recently install Etch onto my laptop and am using gnome as a windows manager. I also install player/stage because I wanted to do some robotics work. Aparently this version of can show you a 3D view of a 2D map. It's actually really cool, but it lags up my computer.
I'm not sure if the lag is because the laptop can't handle the program or its because of my video card. The only thing I've done so far is installed the fglrx package via aptitude and configured xorg.conf with it.
I feel as though it shouldn't be using mesa. It should say something about ati or radeon. Also when I try to fun fgl_glxgears I get
Using GLX_SGIX_pbuffer
Segmentation fault
Has only else gone through this and able to get fglrx/ati/radeon to work? My plan was to try and make sure the video card was working properly and see if that makes stage run smoother.
Also is there a way to figure out why my computer is lagging. Can I see how much the video card is processing vs. my cpu.
i guess you experience lagging when you try run a 3d application or watch a video. This happens because you haven't 3d accleration.
So if you use the original kernel you simply can install the fglrx driver from package.
Code:
aptitude install fglrx-driver fglrx-control fglrx-kernel-src
aptitude install module-assisstant
m-a prepare #m-a is the short name of module-assistant
m-a update
m-a a-i fglrx
depmod -a
modprobe fglrx
use aticonfig to configure your xserver
aticonfig --help
after configuration of X
/etc/init.d/{kdm|gdm|xdm} restart #need only one which are you using
then you can run fgl_glxgears to checking the driver
2.
top is show the actually running processes and its cpu usage
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe