Author Topic: No 3d  (Read 891 times)

mastabomba

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
No 3d
« on: November 15, 2008, 02:36:49 pm »
Quote
debguy:/home/umarzuki/PlaneShift# ./pssetup.bin
Your configuration files are in... /root/.PlaneShift
ERROR: FATAL: Cannot open X display
WARNING: failed to initialize plugin 'crystalspace.window.x'
Could not create an instance of crystalspace.window.x!
WARNING: failed to initialize plugin 'crystalspace.graphics2d.glx'
Error loading Graphics2D plugin.
WARNING: failed to initialize plugin 'crystalspace.graphics3d.opengl'
No 3D driver!
psclient:  No 3d driver (iGraphics3D) plugin!
That's really weird since I can run OpenArena just fine. I'm using PlaneShift-v0.4.02-x86.bin
My xorg.conf
Quote
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "@@@ 775 MODEL"
    HorizSync       30.0 - 76.0
    VertRefresh     50.0 - 165.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1280x960 +0+0; 1280x800 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
How to fix this?

Raekh

  • Guest
Re: No 3d
« Reply #1 on: November 15, 2008, 02:54:44 pm »
Did you go root by su instead of sux?

Anyway, what distribution are you running at all?

mastabomba

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Re: No 3d
« Reply #2 on: November 15, 2008, 03:04:00 pm »
Did you go root by su instead of sux?

Anyway, what distribution are you running at all?
I'm using Debian Lenny, yep ithout gksu or sux. I changed the ownership and run as normal user then pssetup works.

Raekh

  • Guest
Re: No 3d
« Reply #3 on: November 15, 2008, 05:54:54 pm »
Firstly, this should apply since OpenArena works for you?
Code: [Select]
$ glxinfo | grep rendering
direct rendering: Yes

Code: [Select]
./pssetup.bin
Your configuration files are in... /root/.PlaneShift
Quote
yep ithout gksu or sux
If you logged in root by su, you wouldnt have access to X, which could be the reason for "ERROR: FATAL: Cannot open X display".

Try to run pssetup as user (no systemwide installation that way), or log in by sux.