PDA

View Full Version : Linux problem


Jovae
10-17-2006, 03:02 AM
I am having a problem running ro on linux. I push play and the terminal says:

Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Saving backtrace to crash_backtrace_11337.log
Got SIGSEGV (segmentation fault)

I have just installed the lastest drivers for my video card which is an nvidia mx400 agp card. I am running ubuntu breezy 5.10.

Can anyone help me?

cybercyst
10-17-2006, 11:15 PM
We fixed this problem... If anyone experiences this in the future, make sure you have Load "extmod" under Section "Module" in your xorg.conf.

escufi
11-03-2006, 08:20 PM
Hi cybercyst

I'll check my xorg.conf and i saw loaded the extmod as you said

-----------
Section "Module"

# Load "GLcore"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

-----------

But the same problem as Jovae appears in console

----------
escufi@Nosgot:~/Desktop$ ./rolauncher
escufi@Nosgot:~/Desktop$ Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Xlib: extension "XFree86-VidModeExtension" missing on display ":0.0".
Saving backtrace to crash_backtrace_6511.log
Got SIGSEGV (segmentation fault)
------
Any Idea?

Thanks in advance