http://bugs.winehq.org/show_bug.cgi?id=7805
------- Additional Comments From mad.kanie@gmail.com 2007-20-03 12:21 ------- hi, tom:
I've just found out problem is in /etc/X11/xorg.conf. I notice this problem happened to some others programs, so it wasn't a isolated problem of winecfg.
To solve the problem, I commented some lines in xorg.conf:
Section "Device" Identifier "NVIDIA Corporation NVIDIA Default Card" Driver "nvidia" # Option "XAANoOffscreenPixmaps" "true" # Option "MultisampleCompatibility" "true" # Option "AllowGLXWithComposite" "true" # Option "AddARGBGLXVisuals" "true" Option "RenderAccel" "true" EndSection
yeah, I've worked with aixgl+beryl, and nvidia driver has some problems with emerald window decorated, so these options are necessary.
Sorry about this post, but I hope it is useful to help anyone.