[问题]Wine 安装成功,运行程序错误,可能是显卡问题

Wine、Cedega、CrossOver 等配置
回复
sanz
帖子: 1010
注册时间: 2006-09-29 5:11

[问题]Wine 安装成功,运行程序错误,可能是显卡问题

#1

帖子 sanz » 2007-02-25 19:46

winecfg、NOTEPAD、REGEDI之类的都没有问题,但是运行图形程序就出错了。我刚装了NVIDIA的显卡驱动。
----------------------------------------------------
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x16d5a0) : stub, simulating 64MB for now, returning 64MB left
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x16c028)->(0x10024,00000013)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found! (XRandR)
wine: Unhandled page fault on read access to 0x00000000 at address 0x600480 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00600480).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:00600480 ESP:0033f1e8 EBP:0033f304 EFLAGS:00010202( - 00 - -RI1)
EAX:00000000 EBX:
-00000000 ECX:00000320 EDX:00000258
ESI:0033f318 EDI:00010024
Stack dump:
。。。。。。
------------------------------------------------

是不是因为X11里的显卡设置不对啊? 我的xorg.conf
-------------------------------------------------------------------------------------------
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "130"
Option "RightEdge" "840"
Option "TopEdge" "130"
Option "BottomEdge" "640"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "ClickTime" "0"
Option "MaxDoubleTapTime" "100"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.60"
Option "MaxSpeed" "1.10"
Option "AccelFactor" "0.030"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "SHMConfig" "true"
Option "Emulate3Buttons" "on"
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
----------------------------------------------------------------
sanz
帖子: 1010
注册时间: 2006-09-29 5:11

#2

帖子 sanz » 2007-02-26 9:26

我的wine 是9。29的,GLXGEARS运行没有问题,显卡应该已经装好了。
zhaofw
帖子: 40
注册时间: 2007-01-25 20:12

#3

帖子 zhaofw » 2007-03-07 16:46

我也遇到类似的问题。
是dell D620的机器,集成的显卡。没有重新安装过驱动,是否需要重新装驱动才可以?

libGL warning: 3D driver claims to not support visual 0x5b
libGL warning: 3D driver claims to not support visual 0x5b
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW)
wine: Unhandled page fault on read access to 0x0484bbd0 at address 0x7e515220 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x0484bbd0 in 32-bit code (0x7e515220).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7e515220 ESP:0033bd54 EBP:0033bd7c EFLAGS:00210202( - 00 - -RI1)
EAX:0000011c EBX:7e56453c ECX:0484bbd0 EDX:78409218
ESI:00000000 EDI:0484bbd0
Stack dump:
0x0033bd54: 00000000 0000011c 78408938 00000000
0x0033bd64: 00000000 00000000 78409218 0484c920
0x0033bd74: 00000470 7e563120 0033bf3c 7e511a69
0x0033bd84: 00000470 00000010 0484bbd0 00000d50
0x0033bd94: 78408938 fffff720 00004700 00000010
0x0033bda4: 00000020 00000000 7b88785b 7ed45c9c
Backtrace:
=>1 0x7e515220 in winex11 (+0x25220) (0x0033bd7c)
2 0x7e511a69 in winex11 (+0x21a69) (0x0033bf3c)
3 0x7e51396a X11DRV_SetDIBits+0x1da() in winex11 (0x0033bfec)
4 0x7ecdd133 SetDIBits+0x93() in gdi32 (0x0033c02c)
5 0x7ecde9af StretchDIBits+0x1bf() in gdi32 (0x0033c0ac)
2
6 0x6bc4ca2a in mfc42 (+0xca2a) (0x0033c100)
7 0x6bc4c914 in mfc42 (+0xc914) (0x0033c138)
8 0x004b196b in tdxw (+0xb196b) (0x01429910)
9 0x00000001 (0x005e66c0)
10 0x004b1240 in tdxw (+0xb1240) (0x004b0fd0)
11 0x9090c300 (0x5e5428b8)
12 0x00000000 (0x00000000)
回复