Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vikkilea

Pages: [1]
1
Linux Specific Issues / Re: 3d graphics, glx and intel problems
« on: October 20, 2006, 01:06:43 am »
The logfile is here.

A bunch of files, called things like libxx86* etc wern't installed, so I'm doing them now.

what needs recompiling after theyre installed? all of it?

Also, It's hard for me to get onto IRC because I have a hidden hostname because I'm using a crappy university connection.

EDIT: I installed all the xx86 things and recomplied everything. Now I have everything installed that was on that list that was linked to, and i still get the same error message. I didn't redownload the game, i just redid all the compile and jam commands for each of the parts, cal3d, cs, and planeshift.

2
Linux Specific Issues / Re: 3d graphics, glx and intel problems
« on: October 13, 2006, 01:44:56 am »
Hello I'm back after months of putting this off. I finally fixed the driver. and ran from cvs. I'm now getting problems with actually running the thing, I get this error:

vikki@vikki-laptop:/opt/planeshift_cvs/planeshift$ ./pssetup
WARNING: could not load plugin 'crystalspace.graphics3d.opengl'
WARNING: could not load plugin 'crystalspace.graphic.image.io.multiplexer'
No 3D driver!
No image loader. Loading images will fail.
WARNING: could not load plugin 'crystalspace.utilities.reporter'
WARNING: could not load plugin 'crystalspace.utilities.stdrep'
ERROR: No 3d driver (iGraphics3D) plugin!

this error is all over the internet, and all over this forums, but noone seems to have a proper solution to it. Any half-solutions are to do with nividia graphics cards anyway. I unpacked the nvidia libs that were needed as recommended at the top of this tutorial: http://vaalnor.mine.nu/cvs.htm. My graphics driver is installed correctly because other games work.

thanks in advance.

3
Linux Specific Issues / Re: 3d graphics, glx and intel problems
« on: July 23, 2006, 12:08:17 am »
Alright, thanks, I see what you're doing here. It makes sense.

I'll try it tomorrow, and report what happens.

4
Linux Specific Issues / Re: 3d graphics, glx and intel problems
« on: July 22, 2006, 12:12:01 pm »
sure thing;

Quote
Section "Files"
   FontPath   "/usr/share/X11/fonts/misc"
   FontPath   "/usr/share/X11/fonts/cyrillic"
   FontPath   "/usr/share/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/X11/fonts/Type1"
   FontPath   "/usr/share/X11/fonts/100dpi"
   FontPath   "/usr/share/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "type1"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "gb"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ExplorerPS/2"
   Option      "ZAxisMapping"      "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "Intel Corporation 82852/855GM Integrated Graphics Device"
   Driver      "i810"
   BusID      "PCI:0:2:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   28-64
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Intel Corporation 82852/855GM Integrated Graphics Device"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x800"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection

5
Linux Specific Issues / 3d graphics, glx and intel problems
« on: July 21, 2006, 10:17:36 pm »
I've looked around everywhere and I can't get the game running

I've got kubuntu 6.06

I've installed the game from CVS

it installed fine.

The error messages I get are:

From running pssetup:
WARNING: could not load plugin 'crystalspace.graphics3d.opengl'
WARNING: could not load plugin 'crystalspace.graphic.image.io.multiplexer'
No 3D driver!
No image loader. Loading images will fail.
WARNING: could not load plugin 'crystalspace.utilities.reporter'
WARNING: could not load plugin 'crystalspace.utilities.stdrep'
ERROR: No 3d driver (iGraphics3D) plugin!

From running psclient:
WARNING: could not load plugin 'crystalspace.graphics3d.opengl'
WARNING: could not load plugin 'crystalspace.sndsys.renderer.software'
WARNING: could not load plugin 'crystalspace.sndsys.element.loader'
WARNING: could not load plugin 'crystalspace.graphic.image.io.multiplexer'
No 3D driver!
No image loader. Loading images will fail.
WARNING: could not load plugin 'crystalspace.sndsys.manager'
WARNING: could not load plugin 'crystalspace.utilities.reporter'
WARNING: could not load plugin 'crystalspace.utilities.stdrep'
ERROR: No 3d driver (iGraphics3D) plugin!

From running glxinfo without nvidia-glx installed is the same as with nvidia-glx installed and enabled:
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x21 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x22 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None

My graphics card is an Intel Corporation 82852/855GM Integrated Graphics Device and so isn't made by nvidia.
Apparantly, 3d accelleration is enabled in the kernel, and I have tried looking at all this and found this to be true, and that it's all there. Yet i still get stupid errors.

I've tried most things. I was just wondering if anyone on here has got the same graphics card and if there is the slightest chance I could get any help that I havent already found through google. I would really appreciate it because I really want to play this game.

Thanks for any comments. I'll post my xorg.conf if you think I should.

Pages: [1]