View Single Post
Old November 24th, 2007, 06:33 AM   #19
khyle
 
khyle's Avatar
 
Join Date: Feb 2005
Location: Leanon
Posts: 465
Re: [FAQ] Ryzom in Linux (Reloaded)

Quote:
Originally Posted by malsehn
ok.... one moment please...

can you tell me the correct lines to disable the client_default.cfg and how the line to enable openGL ?

i run it in console, mit got no dll failure.... i will post it as soon as i can
You don't want to disable client_default.cfg, you only add those lines to your client.cfg, thereby overwriting the default settings in client_default.cfg.

The setting for the 3D driver is
Code:
Driver3D="Auto"; // Valid values are "Auto" or "0", "OpengGL" or "1", // "Direct3D" or "2"
You want "OpenGL" or "1", so in your client.cfg it looks like
Code:
Driver3D="OpenGL"

Again, don't touch client_default.cfg, it is protected and will result in lengthy patch sessions.
khyle is offline   Reply With Quote