Upgrade OpenGL from 1.2 to 2 for Nvidia GT218 [GeForce 310]
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
To run my application OpenGL version 2.0
or higher is required.
glxinfo | grep OpenGL
yields:
Xlib: extension "NV-GLX" missing on display ":1007.0".
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
OpenGL extensions:
/sbin/lspci -v
yields:
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 310] (rev a2) (prog-if 00 [VGA controller])
Subsystem: Device 1b0a:9060
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at ce000000 (64-bit, prefetchable) [size=32M]
I/O ports at ec00 [size=128]
Expansion ROM at fbe80000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [b4] Vendor Specific Information: Len=14 <?>
Kernel modules: nvidiafb, nvidia-169_07, nvidia
What I've tried:
Installing NVIDIA-Linux-x86-310.32.run driver (It supports my graphics card).
Any pointers how to upgrade to OpenGL 2.0?
System:
CentOS 5.8 32 bituname -a
:
Linux xxxxxxx 2.6.18-348.1.1.el5 #1 SMP Tue Jan 22 16:24:03 EST 2013 i686 i686 i386 GNU/Linux
centos nvidia opengl
add a comment |Â
up vote
1
down vote
favorite
To run my application OpenGL version 2.0
or higher is required.
glxinfo | grep OpenGL
yields:
Xlib: extension "NV-GLX" missing on display ":1007.0".
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
OpenGL extensions:
/sbin/lspci -v
yields:
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 310] (rev a2) (prog-if 00 [VGA controller])
Subsystem: Device 1b0a:9060
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at ce000000 (64-bit, prefetchable) [size=32M]
I/O ports at ec00 [size=128]
Expansion ROM at fbe80000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [b4] Vendor Specific Information: Len=14 <?>
Kernel modules: nvidiafb, nvidia-169_07, nvidia
What I've tried:
Installing NVIDIA-Linux-x86-310.32.run driver (It supports my graphics card).
Any pointers how to upgrade to OpenGL 2.0?
System:
CentOS 5.8 32 bituname -a
:
Linux xxxxxxx 2.6.18-348.1.1.el5 #1 SMP Tue Jan 22 16:24:03 EST 2013 i686 i686 i386 GNU/Linux
centos nvidia opengl
1
Blacklist all the kernel modules mentioned inlspci -v
other thannvidia
. Restart and make sure (lsmod
) thatnvidia
is loaded after you start Xorg.
â TNW
Apr 21 '13 at 9:38
Centos 5 stems from 2007. Its graphics stack is even older. Are you sure you don't want to upgrade to something more recent?
â marcelm
Oct 13 '16 at 8:12
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
To run my application OpenGL version 2.0
or higher is required.
glxinfo | grep OpenGL
yields:
Xlib: extension "NV-GLX" missing on display ":1007.0".
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
OpenGL extensions:
/sbin/lspci -v
yields:
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 310] (rev a2) (prog-if 00 [VGA controller])
Subsystem: Device 1b0a:9060
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at ce000000 (64-bit, prefetchable) [size=32M]
I/O ports at ec00 [size=128]
Expansion ROM at fbe80000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [b4] Vendor Specific Information: Len=14 <?>
Kernel modules: nvidiafb, nvidia-169_07, nvidia
What I've tried:
Installing NVIDIA-Linux-x86-310.32.run driver (It supports my graphics card).
Any pointers how to upgrade to OpenGL 2.0?
System:
CentOS 5.8 32 bituname -a
:
Linux xxxxxxx 2.6.18-348.1.1.el5 #1 SMP Tue Jan 22 16:24:03 EST 2013 i686 i686 i386 GNU/Linux
centos nvidia opengl
To run my application OpenGL version 2.0
or higher is required.
glxinfo | grep OpenGL
yields:
Xlib: extension "NV-GLX" missing on display ":1007.0".
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
OpenGL extensions:
/sbin/lspci -v
yields:
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 310] (rev a2) (prog-if 00 [VGA controller])
Subsystem: Device 1b0a:9060
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at ce000000 (64-bit, prefetchable) [size=32M]
I/O ports at ec00 [size=128]
Expansion ROM at fbe80000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [b4] Vendor Specific Information: Len=14 <?>
Kernel modules: nvidiafb, nvidia-169_07, nvidia
What I've tried:
Installing NVIDIA-Linux-x86-310.32.run driver (It supports my graphics card).
Any pointers how to upgrade to OpenGL 2.0?
System:
CentOS 5.8 32 bituname -a
:
Linux xxxxxxx 2.6.18-348.1.1.el5 #1 SMP Tue Jan 22 16:24:03 EST 2013 i686 i686 i386 GNU/Linux
centos nvidia opengl
centos nvidia opengl
edited May 23 '13 at 18:33
Anthon
58.8k1796159
58.8k1796159
asked Feb 19 '13 at 16:33
Vikram
1681210
1681210
1
Blacklist all the kernel modules mentioned inlspci -v
other thannvidia
. Restart and make sure (lsmod
) thatnvidia
is loaded after you start Xorg.
â TNW
Apr 21 '13 at 9:38
Centos 5 stems from 2007. Its graphics stack is even older. Are you sure you don't want to upgrade to something more recent?
â marcelm
Oct 13 '16 at 8:12
add a comment |Â
1
Blacklist all the kernel modules mentioned inlspci -v
other thannvidia
. Restart and make sure (lsmod
) thatnvidia
is loaded after you start Xorg.
â TNW
Apr 21 '13 at 9:38
Centos 5 stems from 2007. Its graphics stack is even older. Are you sure you don't want to upgrade to something more recent?
â marcelm
Oct 13 '16 at 8:12
1
1
Blacklist all the kernel modules mentioned in
lspci -v
other than nvidia
. Restart and make sure (lsmod
) that nvidia
is loaded after you start Xorg.â TNW
Apr 21 '13 at 9:38
Blacklist all the kernel modules mentioned in
lspci -v
other than nvidia
. Restart and make sure (lsmod
) that nvidia
is loaded after you start Xorg.â TNW
Apr 21 '13 at 9:38
Centos 5 stems from 2007. Its graphics stack is even older. Are you sure you don't want to upgrade to something more recent?
â marcelm
Oct 13 '16 at 8:12
Centos 5 stems from 2007. Its graphics stack is even older. Are you sure you don't want to upgrade to something more recent?
â marcelm
Oct 13 '16 at 8:12
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Install the NVIDIA vendor-provided graphics drivers. It's preferable to use the drivers (kmod-nvidia
package) as provided in the RPM Fusion (non-free) repository, or you can manually install them from the NVIDIA web site (not recommended since if something goes wrong you risk trashing your installation).
Michael I have already manually installed from NVIDIA website..rebooted etc. I am not able to runglxinfo
. Throws meXlib: extension GLX missing on display ":0:0"
. Thanks for your response..any pointers?
â Vikram
Feb 19 '13 at 18:27
@Vikram you need to tell Xorg to use the nvidia driver. Check your xorg config file (create one if needed) and make sure in theDevice
section there is a lineDriver "nvidia"
.
â casey
Jun 1 '14 at 23:19
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Install the NVIDIA vendor-provided graphics drivers. It's preferable to use the drivers (kmod-nvidia
package) as provided in the RPM Fusion (non-free) repository, or you can manually install them from the NVIDIA web site (not recommended since if something goes wrong you risk trashing your installation).
Michael I have already manually installed from NVIDIA website..rebooted etc. I am not able to runglxinfo
. Throws meXlib: extension GLX missing on display ":0:0"
. Thanks for your response..any pointers?
â Vikram
Feb 19 '13 at 18:27
@Vikram you need to tell Xorg to use the nvidia driver. Check your xorg config file (create one if needed) and make sure in theDevice
section there is a lineDriver "nvidia"
.
â casey
Jun 1 '14 at 23:19
add a comment |Â
up vote
0
down vote
Install the NVIDIA vendor-provided graphics drivers. It's preferable to use the drivers (kmod-nvidia
package) as provided in the RPM Fusion (non-free) repository, or you can manually install them from the NVIDIA web site (not recommended since if something goes wrong you risk trashing your installation).
Michael I have already manually installed from NVIDIA website..rebooted etc. I am not able to runglxinfo
. Throws meXlib: extension GLX missing on display ":0:0"
. Thanks for your response..any pointers?
â Vikram
Feb 19 '13 at 18:27
@Vikram you need to tell Xorg to use the nvidia driver. Check your xorg config file (create one if needed) and make sure in theDevice
section there is a lineDriver "nvidia"
.
â casey
Jun 1 '14 at 23:19
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Install the NVIDIA vendor-provided graphics drivers. It's preferable to use the drivers (kmod-nvidia
package) as provided in the RPM Fusion (non-free) repository, or you can manually install them from the NVIDIA web site (not recommended since if something goes wrong you risk trashing your installation).
Install the NVIDIA vendor-provided graphics drivers. It's preferable to use the drivers (kmod-nvidia
package) as provided in the RPM Fusion (non-free) repository, or you can manually install them from the NVIDIA web site (not recommended since if something goes wrong you risk trashing your installation).
answered Feb 19 '13 at 17:34
Michael Hampton
5,25811637
5,25811637
Michael I have already manually installed from NVIDIA website..rebooted etc. I am not able to runglxinfo
. Throws meXlib: extension GLX missing on display ":0:0"
. Thanks for your response..any pointers?
â Vikram
Feb 19 '13 at 18:27
@Vikram you need to tell Xorg to use the nvidia driver. Check your xorg config file (create one if needed) and make sure in theDevice
section there is a lineDriver "nvidia"
.
â casey
Jun 1 '14 at 23:19
add a comment |Â
Michael I have already manually installed from NVIDIA website..rebooted etc. I am not able to runglxinfo
. Throws meXlib: extension GLX missing on display ":0:0"
. Thanks for your response..any pointers?
â Vikram
Feb 19 '13 at 18:27
@Vikram you need to tell Xorg to use the nvidia driver. Check your xorg config file (create one if needed) and make sure in theDevice
section there is a lineDriver "nvidia"
.
â casey
Jun 1 '14 at 23:19
Michael I have already manually installed from NVIDIA website..rebooted etc. I am not able to run
glxinfo
. Throws me Xlib: extension GLX missing on display ":0:0"
. Thanks for your response..any pointers?â Vikram
Feb 19 '13 at 18:27
Michael I have already manually installed from NVIDIA website..rebooted etc. I am not able to run
glxinfo
. Throws me Xlib: extension GLX missing on display ":0:0"
. Thanks for your response..any pointers?â Vikram
Feb 19 '13 at 18:27
@Vikram you need to tell Xorg to use the nvidia driver. Check your xorg config file (create one if needed) and make sure in the
Device
section there is a line Driver "nvidia"
.â casey
Jun 1 '14 at 23:19
@Vikram you need to tell Xorg to use the nvidia driver. Check your xorg config file (create one if needed) and make sure in the
Device
section there is a line Driver "nvidia"
.â casey
Jun 1 '14 at 23:19
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f65348%2fupgrade-opengl-from-1-2-to-2-for-nvidia-gt218-geforce-310%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Blacklist all the kernel modules mentioned in
lspci -v
other thannvidia
. Restart and make sure (lsmod
) thatnvidia
is loaded after you start Xorg.â TNW
Apr 21 '13 at 9:38
Centos 5 stems from 2007. Its graphics stack is even older. Are you sure you don't want to upgrade to something more recent?
â marcelm
Oct 13 '16 at 8:12