You are not logged in.
Pages: 1
Hello again! 
I ran into another problem today. It has something to do with Assaultcube & probably OpenGL. I installed assaultcube today and when i try to type in the command "assaultcube": I get the following:
root@slitaz:/home/tux# assaultcube
Using home directory: /root/.assaultcube
current locale: en_US
init: sdl
init: net
init: world
init: video: sdl
init: video: mode
ac_client: symbol lookup error: /usr/lib/libGL.so.1: undefined symbol: _XGetRequest
root@slitaz:/home/tux#
The game wont run, what should I do? 
Offline
Assaultcube
Video requires hardware graphics direct rendering.
[c]tux@slitaz:~$ grep render /var/log/Xorg.0.log[/c]
[c][ 14.742] (II) RADEON(0): Direct rendering enabled[/c]
Audio requires adding snd_pcm_oss snd_seq_oss to /etc/rcS.conf LOAD_MODULES
Assaultcube on my system:
[c]tux@slitaz:~$ assaultcube[/c]
Using home directory: /home/tux/.assaultcube
current locale: en_US
init: sdl
init: net
init: world
init: video: sdl
init: video: mode
init: video: misc
init: gl
Renderer: Gallium 0.4 on AMD CEDAR (X.Org)
Driver: 2.1 Mesa 9.1.3
init: console
init: sound
Audio devices:
Sound: OpenAL Soft / OpenAL Soft (OpenAL Community)
Driver: 1.1 ALSOFT 1.16.0
init: cfg
init: models
init: docs
init: localconnect
read map packages/maps/official/ac_sunset.cgz rev 7 (31 milliseconds)
Sunset Reserve - By R4zor
loaded textures (574 milliseconds)
loaded mapmodels (417 milliseconds)
loaded mapsounds (435 milliseconds)
game mode is "TDM"
init: mainloop
Offline
This is what I get from typing in that command:
tux@slitaz:~$ grep render /var/log/Xorg.0.log
tux@slitaz:~$
And when i use the case insensitive grep command:
tux@slitaz:~$ grep -i render /var/log/Xorg.0.log
[ 21.209] (II) Initializing built-in extension RENDER
tux@slitaz:~$
Does this mean i dont have direct rendering?
Offline
The core iso does not include the software and kernel modules for direct rendering.
The user has to identify their graphics hardware and install the correct packages to enable direct rendering.
If the computer is not connected to the internet:
Post output from:
[c]lspci -nn | grep -i vga[/c]
Write Xorg.0.log to file and attach to reply:
[c]cat /var/log/Xorg.0.log > Xorg.0.log[/c]
If you have the computer connected to the internet open terminal.
As root user
Type
[c]tazx[/c]
Hit enter
Choose from menu:
xorg
Hit enter
auto
Hit enter
When you need help with graphics running any distro:
Attach Xorg.0.log
Paste output from:
[c]lspci -nn | grep -i vga[/c]
[c]lsmod[/c]
Offline
Hello Mojo! 
Thanks for the reply. Yes, I have no Internet still
I did as you said and here is the result from lspci -nn | grep -i vga :
01:00.0 VGA compatible controller [0300]: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter [1039:6330] (rev 04)
And I attached the file you asked for. By the way, do you have any suggestions on where I can learn more about slitaz or Unix in general? I am currently learning some basic commands for Unix. 
Offline
Slitaz doesn't have /usr/lib/dri/sis_dri.so required for SiS graphics chip to direct render.
Assaultcube or other software that requires direct rendering won't run on SiS with slitaz. :^(
Basic Commands: http://doc.slitaz.org/en:handbook:commands
Offline
Okay
Thanks a lot Mojo!
I am also having problems running another game called minetest. I don't know if it requires direct rendering. I will create another topic for that?
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]