URN Logo
UNIX Resources » Linux » Linux Forum » Linux Games » Page.1 » Wolfet Error
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
Wolfet Error
Subject: Wolfet Error
Author: dJnEvS    Posted: 2005-08-25 05:59:26    Length: 2,400 byte(s)
[Original] [Print] [Top]
could somone help me out?
i think it is because of my drivers
but i get this error while starting et
CODE
# et
ET 2.55 linux-i386 May 27 2003
----- FS_Startup -----
Current search path:
/root/.etwolf/etmain
/usr/local/games/enemy-territory/etmain/pak0.pk3 (3725 files)
/usr/local/games/enemy-territory/etmain/mp_bin.pk3 (4 files)
/usr/local/games/enemy-territory/etmain

----------------------
3729 files in pk3 files
execing default.cfg
couldn't exec language.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok

------- Input Initialization -------
Joystick is not active.
------------------------------------
Bypassing CD checks
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1: Initializing OpenGL display
...setting mode 4: 800 600
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 800x600
Using 8/8/8 Color bits, 16 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect


***********************************************************
 You are using software Mesa (no hardware acceleration)!
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (4)
Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 640x480
Received signal 11, exiting...
unsure.gif  
[Original] [Print] [Top]
Subject: Wolfet Error
Author: SuseUX    Posted: 2005-08-25 08:52:34    Length: 75 byte(s)
[Original] [Print] [Top]
What graphics card do you have?, nvidia card is best in Linux, ATI for 3d.
----
[Original] [Print] [Top]
Subject: Wolfet Error
Author: dJnEvS    Posted: 2005-08-25 16:11:55    Length: 221 byte(s)
[Original] [Print] [Top]
onboard sis, i cant get another cause i dont have AGP slots.. sad.gif
[Original] [Print] [Top]
Subject: Wolfet Error
Author: SuseUX    Posted: 2005-08-26 11:12:14    Length: 140 byte(s)
[Original] [Print] [Top]
Not sure about OpenGL support for SIS onboard, I assume it does this by dri.

Post your xorg.config or XFREE86config in /etc/X11.
----
[Original] [Print] [Top]
Subject: Wolfet Error
Author: dJnEvS    Posted: 2005-08-26 18:58:51    Length: 7,003 byte(s)
[Original] [Print] [Top]
CODE
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
   FontPath   "unix/:7100"     # local font server
   # if the local font server has problems, we can fall back on these
   FontPath   "/usr/lib/X11/fonts/misc"
   FontPath   "/usr/lib/X11/fonts/cyrillic"
   FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/lib/X11/fonts/Type1"
   FontPath   "/usr/lib/X11/fonts/CID"
   FontPath   "/usr/lib/X11/fonts/100dpi"
   FontPath   "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

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

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver  "keyboard"
   Option  "CoreKeyboard"
   Option  "XkbRules"   "xorg"
   Option  "XkbModel"   "pc104"
   Option  "XkbLayout"   "us"
EndSection

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

Section "Device"
   Identifier   "Silicon Integrated Systems (SiS) 65x/M650/740 PCI/AGP VGA Display Adapter"
   Driver  "sis"
   BusID  "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Belinea10170"
   Option  "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device  "Silicon Integrated Systems (SiS) 65x/M650/740 PCI/AGP VGA Display Adapter"
   Monitor  "Belinea10170"
   DefaultDepth   24
   SubSection "Display"
  Depth  1
  Modes  "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
  Depth  4
  Modes  "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
  Depth  8
  Modes  "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
  Depth  15
  Modes  "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
  Depth  16
  Modes  "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
  Depth  24
  Modes  "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen  "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
EndSection

Section "DRI"
   Mode   0666
EndSection
[Original] [Print] [Top]
Subject: Wolfet Error
Author: SuseUX    Posted: 2005-08-27 07:48:32    Length: 665 byte(s)
[Original] [Print] [Top]
Look fine to me, maybe you should ask for help in the video forum, only know how to configure the nvidia driver for 3d.

Just because it says BusID  "PCI:1:0:0"  dont mean your running PCI since it never says AGP.

type in a console
CODE
lspci
and
CODE
lsmod
may requirer root! and post them.
----
[Original] [Print] [Top]
Subject: Wolfet Error
Author: dJnEvS    Posted: 2005-08-27 09:24:43    Length: 8,210 byte(s)
[Original] [Print] [Top]
i dont have a AGP slot at all wink.gif

CODE
# lspci
0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 740 Host (rev 01)
0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS962 [MuTIOL Media IO] (rev 25)
0000:00:02.1 SMBus: Silicon Integrated Systems [SiS]: Unknown device 0016
0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
0000:00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter


CODE
# lsmod
Module                  Size  Used by
proc_intf               3972  0
freq_table              4100  0
cpufreq_userspace       4444  0
cpufreq_ondemand        6236  0
cpufreq_powersave       1728  0
video                  16068  0
sony_acpi               6024  0
pcc_acpi               11072  0
button                  6544  0
battery                10052  0
container               4416  0
ac                      4740  0
ipv6                  258880  17
tsdev                   7616  0
usbhid                 32192  0
sis900                 20164  0
stv680                 28364  0
videodev                9856  1 stv680
ehci_hcd               32772  0
ohci_hcd               21576  0
usbcore               119224  5 usbhid,stv680,ehci_hcd,ohci_hcd
snd_intel8x0           32416  2
snd_ac97_codec         74208  1 snd_intel8x0
snd_pcm_oss            52516  1
snd_mixer_oss          19776  2 snd_pcm_oss
snd_pcm                94920  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              25156  1 snd_pcm
snd                    55268  6 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              10080  3 snd
snd_page_alloc          9796  2 snd_intel8x0,snd_pcm
i2c_sis96x              5316  0
i2c_core               22416  1 i2c_sis96x
shpchp                 99300  0
pci_hotplug            33584  1 shpchp
sis_agp                 8132  1
agpgart                33704  1 sis_agp
analog                 11680  0
gameport                4544  1 analog
floppy                 59152  0
pcspkr                  3560  0
rtc                    12536  0
nls_utf8                2048  2
ntfs                  111536  2
evdev                   9408  0
md                     47504  0
dm_mod                 59708  1
capability              4744  0
commoncap               7808  1 capability
psmouse                21384  0
mousedev               11352  1
parport_pc             37444  1
lp                     11240  0
parport                36872  2 parport_pc,lp
ide_cd                 41924  0
cdrom                  40476  1 ide_cd
ext3                  138184  2
jbd                    60888  1 ext3
mbcache                 8452  1 ext3
ide_generic             1408  0
sis5513                16392  1
ide_disk               20480  7
ide_core              129548  4 ide_cd,ide_generic,sis5513,ide_disk
unix                   28532  957
thermal                13384  0
processor              22516  1 thermal
fan                     4484  0
fbcon                  38016  0
font                    8256  1 fbcon
bitblit                 5568  1 fbcon
vesafb                  6820  0
cfbcopyarea             3904  1 vesafb
cfbimgblt               3008  1 vesafb
cfbfillrect             3584  1 vesafb
[Original] [Print] [Top]
Subject: Wolfet Error
Author: SuseUX    Posted: 2005-08-29 08:26:12    Length: 602 byte(s)
[Original] [Print] [Top]
Well seems your main agp modules are loaded except drm. As root type
CODE
modprobe drm
and look in the lsmod readout to see if drm is loaded. If so then you should have 3d directly.

You can use command
CODE
glxgears
to see any difference in fps before and after.
----
[Original] [Print] [Top]
Subject: Wolfet Error
Author: dJnEvS    Posted: 2005-08-29 13:03:00    Length: 461 byte(s)
[Original] [Print] [Top]
CODE
# glxgears
glxgears: Error: couldn't open display '(null)'


wierd unsure.gif  
[Original] [Print] [Top]
Subject: Wolfet Error
Author: SuseUX    Posted: 2005-08-30 10:58:22    Length: 239 byte(s)
[Original] [Print] [Top]
try
CODE
modprobe sis
and then restart the X server (Ctrl, Alt, Backspace)
----
[Original] [Print] [Top]
Subject: Wolfet Error
Author: dJnEvS    Posted: 2005-08-30 12:42:07    Length: 177 byte(s)
[Original] [Print] [Top]
still nothin' sad.gif
[Original] [Print] [Top]
Subject: Wolfet Error
Author: SuseUX    Posted: 2005-08-31 13:15:15    Length: 64 byte(s)
[Original] [Print] [Top]
Sorry I couldn't be more help but thats all I can think of.
----
[Original] [Print] [Top]
Subject: Wolfet Error
Author: dJnEvS    Posted: 2005-08-31 14:08:29    Length: 182 byte(s)
[Original] [Print] [Top]
ok, thanks anyway happy.gif
[Original] [Print] [Top]
Subject: Wolfet Error
Author: azoudis    Posted: 2005-09-07 15:38:53    Length: 136 byte(s)
[Original] [Print] [Top]
did you try "et +set r_allowSoftwareGL 1"  as it suggested? also wolf doesnt like to run without 3d driver support  
[Original] [Print] [Top]
« Previous thread
Online Poker Rooms For Linux & Unix
Linux Games
Page. 1
Next thread »
Error While Loading Shared Libraries?sin...
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 12:08:36, cost 0.042351007461548 ms.