PlaneShift

Support => Linux Specific Issues => Topic started by: yanom on October 19, 2008, 04:59:45 am

Title: Can't login
Post by: yanom on October 19, 2008, 04:59:45 am
When i start the client on 64bit Ubuntu Linux the graphics and mouse movement are all sluggish. How do I fix this?
Title: Re: Can't login
Post by: Caarrie on October 19, 2008, 02:23:43 pm
do you have direct rendering enabled?
Title: Re: Can't login
Post by: yanom on October 20, 2008, 12:17:26 am
what is 'direct rendering?'
Title: Re: Can't login
Post by: Aiwendil on October 20, 2008, 01:53:26 am
Open up a shell (Konsole/Terminal) and type "glxinfo | grep rendering". Then you should see something like "direct rendering: Yes". If there is a "No", try to install some other drivers for your graphic card (depending on your hardware the drivers from Nvidia or ATI, should be in the Ubuntu package manager I think)
Title: Re: Can't login
Post by: yanom on October 20, 2008, 03:11:56 am
I'm pretty sure i have all of the drivers... by the way i installed some openGL packages now the mouse isn't all sluggish but the screen is flashing and blinking... it goes black and then i see it and then black again... It cycles about 10 times a second.
Title: Re: Can't login
Post by: Vonor on October 20, 2008, 04:34:15 am
What graphics card do you have?
Have you had a look at ubuntus propritary driver tool? it's under System -> Administration -> Hardware Drivers (If I remember correctly)

You haven't answered yet to the question if direct rendering is enabled, please run "glxinfo | grep rendering" in a terminal to see if it's enabled or disabled.
Title: Re: Can't login
Post by: yanom on October 20, 2008, 11:09:09 pm
ATI Radeon HD 3600 Series graphics card
all drivers are enabled, but they are all opensource (all of the drivers for my card are open source)
Title: Re: Can't login
Post by: yanom on October 20, 2008, 11:12:21 pm
Code: [Select]
yanom@yanom-desktop:~$ glxinfo | grep rendering
direct rendering: Yes
yanom@yanom-desktop:~$
Title: Re: Can't login
Post by: Vonor on October 21, 2008, 05:19:11 pm
Try the propritary drivers, afaik they are called fglrx or somesuch
Title: Re: Can't login
Post by: yanom on October 21, 2008, 11:19:33 pm
fglrx is installed (it's actually opensource, not proprietary)
Title: Re: Can't login
Post by: yanom on October 25, 2008, 02:11:02 am
after cleaning up the fallout from a disaster when i tried to install some ATI drivers, driect rendering is off. Why is this?
Title: Re: Can't login
Post by: yanom on October 25, 2008, 03:55:44 am
Never mind. I found the right driver, and it works perfectly! Thanks for all of your help.