LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 10-31-2006, 03:50 PM   #1
shougangwang
LQ Newbie
 
Registered: Oct 2006
Location: Providence,RI
Distribution: mandriva 2007 free
Posts: 4

Rep: Reputation: 0
Unhappy wine problem under mandriva 2007


Hi,all:
I am a newbie of mandriva 2007 free.
I installed wine-0.9.23-mdk.i586.rpm from wine offical website

the command to install it is
rpm -ivh wine-0.9.23-mdk.i586.rpm
the installation is no problem
but when I run
wine notepad.exe
it gives the following message.

***********************************************************
[shougang@localhost wine]$ wine notepad.exe
libGL warning: 3D driver claims to not support visual 0x5b
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x31
libGL warning: 3D driver claims to not support visual 0x5b
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x31
***********************************************************

notepad does run in the system, but it is very slow.


the version of my linux is 2.6.17-5mdv
my laptop is IBM T60 with intel 945 express family graphic card.
I installed ipw3945 abg wireless card and fcitx by myself.

anyone help give hint why wine give above message.
How can I solve this problem?
how can I run wine faster?
thanks a million.
 
Old 11-01-2006, 01:43 AM   #2
Emmanuel_uk
Senior Member
 
Registered: Nov 2004
Distribution: Mandriva mostly, vector 5.1, tried many.Suse gone from HD because bad Novell/Zinblows agreement
Posts: 1,606

Rep: Reputation: 53
I suggest you run drak3d and disable 3D effects,
you may want as well to comment out translucency section
in /etc/X11/xorg.conf

and tell us if it works
also you could try to use the vesa video driver instead of whatever
driver you use currently

also you can try to tweak wine
run winecfg

if not, try latest wine source, compile it
If problem persist, well maybe there is a bug / incompatibility somewhere
in X driver
 
Old 11-01-2006, 07:16 AM   #3
shougangwang
LQ Newbie
 
Registered: Oct 2006
Location: Providence,RI
Distribution: mandriva 2007 free
Posts: 4

Original Poster
Rep: Reputation: 0
Thank you very for your reply.

In my system
1. I don't have 3D effect.
2. /etc/X11/xorg.conf don't have translucency section as you specified.
3. I run winecfg as root then after
[root@localhost shougang]# winecfg
libGL warning: 3D driver claims to not support visual 0x5b
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x31
libGL warning: 3D driver claims to not support visual 0x5b
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x31

config window comeup but runs slow.

4. I change locale from china to US. logout and relogin.
the system still have above problem.
However wine notepad.exe runs faster then before.

So I think locale other than US slows down the program.
The above message error still unsolved.

Hope we, or someone could figure it out.





Quote:
Originally Posted by Emmanuel_uk
I suggest you run drak3d and disable 3D effects,
you may want as well to comment out translucency section
in /etc/X11/xorg.conf

and tell us if it works
also you could try to use the vesa video driver instead of whatever
driver you use currently

also you can try to tweak wine
run winecfg

if not, try latest wine source, compile it
If problem persist, well maybe there is a bug / incompatibility somewhere
in X driver
 
Old 11-01-2006, 07:21 AM   #4
Emmanuel_uk
Senior Member
 
Registered: Nov 2004
Distribution: Mandriva mostly, vector 5.1, tried many.Suse gone from HD because bad Novell/Zinblows agreement
Posts: 1,606

Rep: Reputation: 53
do try the video vesa mode
I do not ahve other ideas than already listed
 
Old 11-01-2006, 07:47 AM   #5
shougangwang
LQ Newbie
 
Registered: Oct 2006
Location: Providence,RI
Distribution: mandriva 2007 free
Posts: 4

Original Poster
Rep: Reputation: 0
Hi,
I am sorry I don't quite understand what is video vesa mode.
How to set this mode.

My video card chipset is intel i945 express family.
I found in software management the package is
x11-driver-video-i810 - The X.org driver for Intel i810​

I guess in my system, the driver works but not the correct one.
the video driver is the default setup by mandriva installation.
I download Intel-3.4.3006-20051209.i386.tar.gz from intel website
but not install yet. I will read more before I pack to my system.

By the way, I switch to 3D mode. wine does work with the same message.

thank you





Quote:
Originally Posted by Emmanuel_uk
do try the video vesa mode
I do not ahve other ideas than already listed
 
Old 11-02-2006, 02:17 AM   #6
Emmanuel_uk
Senior Member
 
Registered: Nov 2004
Distribution: Mandriva mostly, vector 5.1, tried many.Suse gone from HD because bad Novell/Zinblows agreement
Posts: 1,606

Rep: Reputation: 53
vesa is a very generic / basic mode for video card
it should work with any card
I suggest this because if you still have a problem
when using vesa driver then the problem would be somewhere else
(wine or X11) but less likely the driver

run from command line as root
drakx11
and choose vesa driver
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandriva 2007 Control center package install problem red_dwarfers Linux - Desktop 1 03-23-2007 06:37 PM
mandriva 2007 kernel problem kram101 Mandriva 7 03-09-2007 03:22 AM
mandriva 2007 mysqd problem karan101 Linux - Server 8 11-22-2006 04:17 AM
Mandriva 2007, Wine and the "libXxf86vm.so.1" error... chameleon2k1 Linux - Desktop 2 11-09-2006 10:19 PM
Wine / Cedega trouble in Mandriva 2007 leonardh Mandriva 1 10-19-2006 06:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration