PDA

View Full Version : Wine[Steam] nvidia-driver-173.14.05


phasma
06-14-08, 10:26 AM
I'm trying to start CS Condition Zero:

...

err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 131 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 3405
Current serial number in output stream: 3405

Driver: nvidia-driver-173.14.05
FreeBSD 7.0 RELEASE

How can I fix that ?

BSDMare
06-17-08, 06:41 AM
One of the Nvidia guys posted this fix on here somewhere..

in /boot/loader.conf
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024

Then reboot.(nana2)

zander
06-17-08, 10:12 PM
This is also documented in the current FreeBSD graphics driver's README.

rnejdl
06-18-08, 01:34 AM
I believe these should go into /etc/sysctl.conf instead.

Rusty

adamk75
06-18-08, 05:09 AM
I believe these should go into /etc/sysctl.conf instead.

Rusty

Either is fine.

Adam

rnejdl
06-19-08, 09:12 AM
I have to stand corrected, it errors out if you use sysctl.conf saying that they are readonly at that point in the boot process. So, yeah, /boot/loader.conf works much better.

Rusty