WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [gfx]: unable to create window: GLX is not supported  (Read 3748 times)

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
[gfx]: unable to create window: GLX is not supported
« on: April 11, 2021, 09:44:32 AM »
Hi to everyone,
running an extension that I build I have this error:
Code: [Select]
[gfx]: unable to create window: GLX is not supportedIs this a problem of my graphic card tha is not enough good?

thank you

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: [gfx]: unable to create window: GLX is not supported
« Reply #1 on: April 11, 2021, 10:15:38 PM »
Which application are you trying to use?

Which x server are you using - Xvesa, Xfbdev or Xorg-7.7?
« Last Edit: April 11, 2021, 10:17:22 PM by Juanito »

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: [gfx]: unable to create window: GLX is not supported
« Reply #2 on: April 12, 2021, 01:10:17 AM »
Hi Juanito

I have build  teeworld a video game,

I have try both xorg and xvesa and I have the same error.

thank you

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: [gfx]: unable to create window: GLX is not supported
« Reply #3 on: April 12, 2021, 01:21:10 AM »
Have you tried Xorg-7.7-3d?

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: [gfx]: unable to create window: GLX is not supported
« Reply #4 on: April 12, 2021, 04:31:39 AM »
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  :'(




Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: [gfx]: unable to create window: GLX is not supported
« Reply #5 on: April 12, 2021, 04:41:32 AM »
You might want to check with the mesa-demos extension if hardware acceleration is enabled:
Code: [Select]
$ glxinfo | grep Accel
    Accelerated: yes

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: [gfx]: unable to create window: GLX is not supported
« Reply #6 on: April 12, 2021, 04:57:11 AM »
I will try later. It's possible it's just my slow internet connection the problem

Thank you

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: [gfx]: unable to create window: GLX is not supported
« Reply #7 on: April 12, 2021, 10:18:02 AM »
Hi Juanito,

I have try but I had

Code: [Select]
tc@box:~$ glxinfo | grep Accel
sh: glxinfo: not found
tc@box:~$

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: [gfx]: unable to create window: GLX is not supported
« Reply #8 on: April 12, 2021, 10:31:04 AM »
You need to load the mesa-demos extension.

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: [gfx]: unable to create window: GLX is not supported
« Reply #9 on: April 12, 2021, 10:57:49 AM »
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,

Code: [Select]
[tc@box:~$ glxinfo | grep Accel
    Accelerated: no
tc@box:~$

it is possible to enable the hardware acceleration?
« Last Edit: April 12, 2021, 09:53:28 PM by Juanito »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: [gfx]: unable to create window: GLX is not supported
« Reply #10 on: April 12, 2021, 09:57:01 PM »
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.

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: [gfx]: unable to create window: GLX is not supported
« Reply #11 on: April 12, 2021, 11:28:29 PM »
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

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: [gfx]: unable to create window: GLX is not supported
« Reply #12 on: April 12, 2021, 11:47:21 PM »
You can use the lspci command from the pci-utils extension to check what graphics hardware you have.

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: [gfx]: unable to create window: GLX is not supported
« Reply #13 on: April 13, 2021, 08:59:49 AM »
Hi,

it is the output of lspci

Code: [Select]
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?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: [gfx]: unable to create window: GLX is not supported
« Reply #14 on: April 13, 2021, 09:25:50 AM »
xf86-video-intel and possibly firmware-intel are needed, in addition to Xorg-7.7-3d.
The only barriers that can stop you are the ones you create yourself.