Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: rullolex on April 11, 2021, 12:44:32 PM
-
Hi to everyone,
running an extension that I build I have this error:
[gfx]: unable to create window: GLX is not supported
Is this a problem of my graphic card tha is not enough good?
thank you
-
Which application are you trying to use?
Which x server are you using - Xvesa, Xfbdev or Xorg-7.7?
-
Hi Juanito
I have build teeworld a video game,
I have try both xorg and xvesa and I have the same error.
thank you
-
Have you tried Xorg-7.7-3d?
-
Hi Juanito,
Thank you for your reply. With Xorg-7.7-3d it works. ;D
Unfortunately my netbook is to old and it works slowly :'(
-
You might want to check with the mesa-demos extension if hardware acceleration is enabled:
$ glxinfo | grep Accel
Accelerated: yes
-
I will try later. It's possible it's just my slow internet connection the problem
Thank you
-
Hi Juanito,
I have try but I had
tc@box:~$ glxinfo | grep Accel
sh: glxinfo: not found
tc@box:~$
-
You need to load the mesa-demos extension.
-
You need to load the mesa-demos extension.
you are right, I forgot to load mesa-demos as you say.
this is the out put,
[tc@box:~$ glxinfo | grep Accel
Accelerated: no
tc@box:~$
it is possible to enable the hardware acceleration?
-
What graphics hardware do you have?
From the console prompt, check that Xorg-7.7-3d and graphics-KERNEL are loaded, then "startx" and check if hardware acceleration is enabled.
If hardware acceleration is still not enabled, perhaps your hardware requires a driver and/or firmware to be loaded.
-
Hi,
At che moment che only information that i can give you is that i use 915resolition, after i will try tour suggestion.
Thant you
-
You can use the lspci command from the pci-utils extension to check what graphics hardware you have.
-
Hi,
it is the output of lspci
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
what do you think?
-
xf86-video-intel and possibly firmware-intel are needed, in addition to Xorg-7.7-3d.
-
Hi Curaga,
thank you for your answer, I will try soon
-
thank you very much to everyone
now works, I add
firmware-i915
xf86-video-intel
but now I have to solve the keybord setup ;D