You are not logged in.

#1 2008-12-16 08:03:32

blacktorn
Member
Registered: 2008-12-15
Posts: 6

Wine + WoW black background, no/stretched models

Before the new xorg update I could play World of Warcraft on my laptop just fine, as shown in the screenshot below:
http://image.devmonkey.nl/files/1/Scrot … _scrot.png

After the update something changed, I still can't find what I have to change but when I open WoW now it looks like this:
http://image.devmonkey.nl/files/1/Scrot … _scrot.png

And in-game I can't see models (only all the characters) and on some positions I see a stretched model in front of everything.

I've already reinstalled wine and the catalyst drivers without luck.

My xorg.conf:

Section "ServerLayout"
    Identifier        "Configured Server Layout"
    Screen            0 "Default Screen" 0 0
    InputDevice        "Configured Mouse" "CorePointer"
    InputDevice        "Configured Keyboard" "CoreKeyboard"
    InputDevice        "Configured Touchpad" "SendCoreEvents"
    Option            "AIGLX" "true"
EndSection

Section "Module"
    Load            "dri"
    Load            "synaptics"
EndSection

Section "InputDevice"
    Identifier        "Configured Keyboard"
    Driver            "kbd"
EndSection

Section "InputDevice"
    Identifier        "Configured Mouse"
    Driver            "mouse"
    Option            "Protocol" "auto"
    Option            "Device" "/dev/input/mice"
    Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
    Identifier        "Configured Touchpad"
    Driver            "synaptics"
    Option            "Device" "/dev/input/mouse0"
    Option            "Protocol" "auto-dev"
    Option            "LeftEdge" "1700"
    Option            "RightEdge" "5300"
    Option            "TopEdge" "1700"
    Option            "BottomEdge" "4200"
    Option            "FingerLow" "25"
    Option            "FingerHigh" "30"
    Option            "MaxTapTime" "180"
    Option            "MaxTapMove" "220"
    Option            "VertScrollDelta" "100"
    Option            "MinSpeed" "0.06"
    Option            "MaxSpeed" "0.12"
    Option            "AccelFactor" "0.0010"
    Option            "SHMConfig" "on"
    Option            "VertEdgeScroll" "on"
    Option            "HorizEdgeScroll" "on"
    Option            "TapButton1" "1"
    Option            "TapButton2" "2"
    Option            "TapButton3" "3"
EndSection

Section "Device"
    Identifier        "Configured Video Device"
    Driver            "fglrx"
EndSection

Section "Monitor"
    Identifier        "Configured Monitor"
EndSection

Section "Screen"
    Identifier        "Default Screen"
    Monitor            "Configured Monitor"
    Device            "Configured Video Device"
    DefaultDepth    24
EndSection

Section "DRI"
    Mode            0666
EndSection

Section "ServerFlags"
    Option            "AutoAddDevices" "False"
EndSection

I hope someone here can help me with this problem.

Offline

Board footer

Powered by FluxBB