am getting the following....
[root@linux11 ~]# glxinfo | grep direct Error: unable to open display (null) [root@linux11 ~]# uname -a SMP Thu May 7 11:51:15 EDT 2009 i686 i686 i386 GNU/Linux [root@linux11 ~]# cat /etc/redhat-release CentOS release 5.3 (Final)
on the otherhand when i run wine application i get the following too err:wgl:X11DRV_DescribePixelFormat No libGL on this box - disabling OpenGL support ! err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support ! fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f530,0x00000000), stub! fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED) err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support ! fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f530,0x00000000), stub! fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16 fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED) err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support ! fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f530,0x00000000), stub! fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMO
Thanks
madunix wrote:
am getting the following....
[root@linux11 ~]# glxinfo | grep direct Error: unable to open display (null) [root@linux11 ~]# uname -a SMP Thu May 7 11:51:15 EDT 2009 i686 i686 i386 GNU/Linux [root@linux11 ~]# cat /etc/redhat-release CentOS release 5.3 (Final)
on the otherhand when i run wine application i get the following too err:wgl:X11DRV_DescribePixelFormat No libGL on this box - disabling OpenGL support !
...
Do you have mesa-libGL installed?
Phil
i ll check , and get back to you.
madunix
On Fri, May 29, 2009 at 12:56 AM, Phil Schaffner Philip.R.Schaffner@nasa.gov wrote:
madunix wrote:
am getting the following....
[root@linux11 ~]# glxinfo | grep direct Error: unable to open display (null) [root@linux11 ~]# uname -a SMP Thu May 7 11:51:15 EDT 2009 i686 i686 i386 GNU/Linux [root@linux11 ~]# cat /etc/redhat-release CentOS release 5.3 (Final)
on the otherhand when i run wine application i get the following too err:wgl:X11DRV_DescribePixelFormat No libGL on this box - disabling OpenGL support !
...
Do you have mesa-libGL installed?
Phil _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[root@linux11 ~]# rpm -aq | grep -i mesa-libGL mesa-libGL-6.5.1-7.7.el5 mesa-libGLU-6.5.1-7.7.el5
should I update it?
madunix
On Thu, May 28, 2009 at 10:26 PM, Phil Schaffner Philip.R.Schaffner@nasa.gov wrote:
madunix wrote:
am getting the following....
[root@linux11 ~]# glxinfo | grep direct Error: unable to open display (null) [root@linux11 ~]# uname -a SMP Thu May 7 11:51:15 EDT 2009 i686 i686 i386 GNU/Linux [root@linux11 ~]# cat /etc/redhat-release CentOS release 5.3 (Final)
on the otherhand when i run wine application i get the following too err:wgl:X11DRV_DescribePixelFormat No libGL on this box - disabling OpenGL support !
...
Do you have mesa-libGL installed?
Phil _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
madunix wrote:
[root@linux11 ~]# rpm -aq | grep -i mesa-libGL mesa-libGL-6.5.1-7.7.el5 mesa-libGLU-6.5.1-7.7.el5
should I update it?
No - those are the current CentOS 5 versions. You apparently have some other issues. The glxinfo error is strange, but may/may-not be relevant. The libraries are installed but wine is not seeing them. Have you done source installs? What is the source and version of the wine you are using?
At Fri, 29 May 2009 17:03:15 -0400 CentOS mailing list centos@centos.org wrote:
madunix wrote:
[root@linux11 ~]# rpm -aq | grep -i mesa-libGL mesa-libGL-6.5.1-7.7.el5 mesa-libGLU-6.5.1-7.7.el5
should I update it?
No - those are the current CentOS 5 versions. You apparently have some other issues. The glxinfo error is strange, but may/may-not be relevant. The libraries are installed but wine is not seeing them. Have you done source installs? What is the source and version of the wine you are using?
Another random thought: what does the OP's X11 config look like? It might be necessary to enable the GLX extension in the X11 configuration.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
installed wine through the repo
[root@linux11 ~]# rpm -aq | grep -i wine wine-cms-1.0.1-1.el5 wine-core-1.0.1-1.el5 wine-capi-1.0.1-1.el5 wine-esd-1.0.1-1.el5 wine-nas-1.0.1-1.el5 wine-desktop-1.0.1-1.el5 wine-twain-1.0.1-1.el5 wine-tools-1.0.1-1.el5 wine-1.0.1-1.el5 wine-docs-1.0-1.el5 wine-ldap-1.0.1-1.el5 wine-devel-1.0.1-1.el5 wine-jack-1.0.1-1.el5
to build the wine i used the repo of epel and rpmforge
[root@linux11 yum.repos.d]# cat epel.repo.alt [epel] name=Extra Packages for Enterprise Linux 5 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch failovermethod=priority enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
[epel-debuginfo] name=Extra Packages for Enterprise Linux 5 - $basearch - Debug #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch/debug mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-debug-5&arch=$base... failovermethod=priority enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL gpgcheck=1
[epel-source] name=Extra Packages for Enterprise Linux 5 - $basearch - Source #baseurl=http://download.fedoraproject.org/pub/epel/5/SRPMS mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-source-5&arch=$bas... failovermethod=priority enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL gpgcheck=1 [root@linux11 yum.repos.d]# cat rpmforge.repo.alt # Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag # URL: http://rpmforge.net/ [rpmforge] name = Red Hat Enterprise $releasever - RPMforge.net - dag #baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge enabled = 1 protect = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag gpgcheck = 1
you said > might be necessary to enable the GLX extension in the X11 configuration. how can i enable it ?
madunix
On Fri, May 29, 2009 at 11:11 PM, Robert Heller heller@deepsoft.com wrote:
At Fri, 29 May 2009 17:03:15 -0400 CentOS mailing list centos@centos.org wrote:
madunix wrote:
[root@linux11 ~]# rpm -aq | grep -i mesa-libGL mesa-libGL-6.5.1-7.7.el5 mesa-libGLU-6.5.1-7.7.el5
should I update it?
No - those are the current CentOS 5 versions. You apparently have some other issues. The glxinfo error is strange, but may/may-not be relevant. The libraries are installed but wine is not seeing them. Have you done source installs? What is the source and version of the wine you are using?
Another random thought: what does the OP's X11 config look like? It might be necessary to enable the GLX extension in the X11 configuration.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- Robert Heller -- 978-544-6933 Deepwoods Software -- Download the Model Railroad System http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows heller@deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I checked the library ... [root@linux11 ~]# locate libGL /usr/lib/libGL.so.1 /usr/lib/libGL.so.1.2 /usr/lib/libGLU.so.1 /usr/lib/libGLU.so.1.3.060501 /usr/lib/xorg/modules/extensions/libGLcore.so
still getting the message fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -120, std (d/m/y): 30/10/2009, dlt (d/m/y): 27/03/2009 ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory fixme:reg:GetNativeSystemInfo (0x7edd9580) using GetSystemInfo() fixme:win:EnumDisplayDevicesW ((null),0,0x7e21cd88,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),1,0x7e21cd88,0x00000000), stub! Xlib: extension "GLX" missing on display ":0.0". err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems ..... err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling OpenGL support ! err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support ! err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat err:d3d:InitAdapters Failed to get a gl context for default adapter err:wine_d3d:WineDirect3DCreate Direct3D9 is not available without opengl
madunix
On Sat, May 30, 2009 at 10:46 AM, madunix madunix@gmail.com wrote:
installed wine through the repo
[root@linux11 ~]# rpm -aq | grep -i wine wine-cms-1.0.1-1.el5 wine-core-1.0.1-1.el5 wine-capi-1.0.1-1.el5 wine-esd-1.0.1-1.el5 wine-nas-1.0.1-1.el5 wine-desktop-1.0.1-1.el5 wine-twain-1.0.1-1.el5 wine-tools-1.0.1-1.el5 wine-1.0.1-1.el5 wine-docs-1.0-1.el5 wine-ldap-1.0.1-1.el5 wine-devel-1.0.1-1.el5 wine-jack-1.0.1-1.el5
to build the wine i used the repo of epel and rpmforge
[root@linux11 yum.repos.d]# cat epel.repo.alt [epel] name=Extra Packages for Enterprise Linux 5 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch failovermethod=priority enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
[epel-debuginfo] name=Extra Packages for Enterprise Linux 5 - $basearch - Debug #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch/debug mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-debug-5&arch=$base... failovermethod=priority enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL gpgcheck=1
[epel-source] name=Extra Packages for Enterprise Linux 5 - $basearch - Source #baseurl=http://download.fedoraproject.org/pub/epel/5/SRPMS mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-source-5&arch=$bas... failovermethod=priority enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL gpgcheck=1 [root@linux11 yum.repos.d]# cat rpmforge.repo.alt # Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag # URL: http://rpmforge.net/ [rpmforge] name = Red Hat Enterprise $releasever - RPMforge.net - dag #baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge enabled = 1 protect = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag gpgcheck = 1
you said > might be necessary to enable the GLX extension in the X11 configuration. how can i enable it ?
madunix
On Fri, May 29, 2009 at 11:11 PM, Robert Heller heller@deepsoft.com wrote:
At Fri, 29 May 2009 17:03:15 -0400 CentOS mailing list centos@centos.org wrote:
madunix wrote:
[root@linux11 ~]# rpm -aq | grep -i mesa-libGL mesa-libGL-6.5.1-7.7.el5 mesa-libGLU-6.5.1-7.7.el5
should I update it?
No - those are the current CentOS 5 versions. You apparently have some other issues. The glxinfo error is strange, but may/may-not be relevant. The libraries are installed but wine is not seeing them. Have you done source installs? What is the source and version of the wine you are using?
Another random thought: what does the OP's X11 config look like? It might be necessary to enable the GLX extension in the X11 configuration.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- Robert Heller -- 978-544-6933 Deepwoods Software -- Download the Model Railroad System http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows heller@deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
madunix wrote:
I checked the library ... [root@linux11 ~]# locate libGL /usr/lib/libGL.so.1 /usr/lib/libGL.so.1.2 /usr/lib/libGLU.so.1 /usr/lib/libGLU.so.1.3.060501 /usr/lib/xorg/modules/extensions/libGLcore.so
Is your system 32-bit? 64-bit or a hybrid of both? One possibility could be that your running a 64-bit wine but have 32-bit libGL installed so wine doesn't see it since it's looking for 64-bit libGL.
nate
my system is 32bit,
[root@linux11 ~]# uname -a Linux linux11.lan 2.6.18-128.1.10.el5xen #1 SMP Thu May 7 11:51:15 EDT 2009 i686 i686 i386 GNU/Linux [root@linux11 ~]# rpm -aq | grep libGL mesa-libGL-6.5.1-7.7.el5 mesa-libGLU-6.5.1-7.7.el5
On Sat, May 30, 2009 at 7:45 PM, nate centos@linuxpowered.net wrote:
madunix wrote:
I checked the library ... [root@linux11 ~]# locate libGL /usr/lib/libGL.so.1 /usr/lib/libGL.so.1.2 /usr/lib/libGLU.so.1 /usr/lib/libGLU.so.1.3.060501 /usr/lib/xorg/modules/extensions/libGLcore.so
Is your system 32-bit? 64-bit or a hybrid of both? One possibility could be that your running a 64-bit wine but have 32-bit libGL installed so wine doesn't see it since it's looking for 64-bit libGL.
nate
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
madunix wrote:
my system is 32bit,
[root@linux11 ~]# uname -a Linux linux11.lan 2.6.18-128.1.10.el5xen #1 SMP Thu May 7 11:51:15 EDT 2009 i686 i686 i386 GNU/Linux [root@linux11 ~]# rpm -aq | grep libGL mesa-libGL-6.5.1-7.7.el5 mesa-libGLU-6.5.1-7.7.el5
I saw in your earlier mail mentioning you built wine from source, I don't see GL development libraries in the above output so perhaps since you didn't have them GL was never enabled in wine?
nate
in wine I didnt enable GL, I just added the paths of my applications.
madunix
On Sun, May 31, 2009 at 4:37 PM, nate centos@linuxpowered.net wrote:
madunix wrote:
my system is 32bit,
[root@linux11 ~]# uname -a Linux linux11.lan 2.6.18-128.1.10.el5xen #1 SMP Thu May 7 11:51:15 EDT 2009 i686 i686 i386 GNU/Linux [root@linux11 ~]# rpm -aq | grep libGL mesa-libGL-6.5.1-7.7.el5 mesa-libGLU-6.5.1-7.7.el5
I saw in your earlier mail mentioning you built wine from source, I don't see GL development libraries in the above output so perhaps since you didn't have them GL was never enabled in wine?
nate
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
madunix wrote:
installed wine through the repo
[root@linux11 ~]# rpm -aq | grep -i wine wine-cms-1.0.1-1.el5
...
to build the wine i used the repo of epel and rpmforge
...
EPEL does not play nicely with RPMforge, and you seem to have both enabled with no yum-priorities plugin. Please read
http://wiki.centos.org/AdditionalResources/Repositories http://wiki.centos.org/PackageManagement/Yum/Priorities
If you have run updates with this configuration you have replaced core packages and probably also have an incompatible mix or RPMforge and EPEL.
Phil
On Mon, Jun 1, 2009 at 8:39 AM, Phil Schaffner Philip.R.Schaffner@nasa.gov wrote:
madunix wrote:
installed wine through the repo [root@linux11 ~]# rpm -aq | grep -i wine wine-cms-1.0.1-1.el5 to build the wine i used the repo of epel and rpmforge
EPEL does not play nicely with RPMforge, and you seem to have both enabled with no yum-priorities plugin. Please read
http://wiki.centos.org/AdditionalResources/Repositories http://wiki.centos.org/PackageManagement/Yum/Priorities
In addition to adding yum-priorities, I would suggest giving EPEL a much lower priority than RPMforge. When I added the EPEL repository, there was a huge increase in the number of excluded packages. <snip>