You are not logged in.

#1 2008-07-22 19:34:32

walle
Member
Registered: 2008-07-15
Posts: 3

wine problem after graphic card change

hello,
after i changed my nvidia g6600gt with the onboard ati x1250, wine stopped working right. the screen splits in two and it looks awful. hmm
i must restart x, killing wine won't fix the graphics.

wine error:

wine .wine/drive_c/Program\ Files/Warcraft\ III/war3.exe 

err:wineboot:pendingRename couldn't get file attributes (2)
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer
err:ole:CoCreateInstance apartment not initialised
fixme:advapi:SetSecurityInfo stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33f3b0,0x00000000), stub!
fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture
 @ directx.c / 3594
fixme:win:EnumDisplayDevicesW ((null),0,0x33f784,0x00000000), stub!
fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture
 @ directx.c / 3594
fixme:win:EnumDisplayDevicesW ((null),0,0x33f390,0x00000000), stub!
fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture
 @ directx.c / 3594
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 47 requests (34 known processed) with 0 events remaining.

Infos: archlinux/kernel26 2.6.25.11-1/wine 1.1.1-1/catalyst 8.6-1/1920x1200

glxinfo | grep direct

direct rendering: Yes

xorg.conf

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Evdev Mouse" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "GLcore"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier      "Evdev Mouse"
        Driver          "evdev"
        Option          "Name" "Logitech USB-PS/2 Optical Mouse"
        Option          "evBits"  "+1-2"
        Option          "keyBits" "~272-287"
        Option          "relBits" "~0-2 ~6 ~8"
        Option          "Pass"    "3"
        Option          "CorePointer"
        Option "Device" "/dev/input/usbmouse"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "fglrx"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon X1250 Series"
        BusID       "PCI:1:5:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Offline

Board footer

Powered by FluxBB