[Bug 6911] MetaTrader 4.0 icons missing

Wine Bugs wine-bugs at winehq.org
Tue Mar 20 18:00:04 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=6911





------- Additional Comments From gravillon at gmail.com  2007-20-03 18:00 -------
Hi, i got exactly the same problem and i solved it by configuring my video card
to work in 3D mode (GLX) under X11 - installed the driver module (nvidia...) and
configured properly my /etc/X11/xorg.conf -. Now it works perfectly.

For information, here is some extracts of my xorg.conf:

#Check the "glx is in ur Module section:
Section "Module"
        Load  "glx"
        [...]
EndSection

#And be sure to use the properly 3d driver, 'nvidia' for me, not the 'nv' one
Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        Option      "AddARGBGLXVisuals" "true"
        Option      "RenderAccel" "true"
        Option      "AllowGLXWithComposite" "True" 
        VendorName  "nVidia Corporation"
        BoardName   "NV34 [GeForce FX 5500]"
        BusID       "PCI:1:0:0"
EndSection

Section "Extensions"
        Option      "Composite"   "enable"
EndSection


And voila, enjoy ,)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list