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 - mastabomba

Pages: [1]
1
Linux Specific Issues / Re: No 3d
« 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.

2
Linux Specific Issues / 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?

Pages: [1]