
Итак имееться Wine 1.2.22
Видео: GeForce MX440.
Xorg:
Код: Выделить всё
nvidia-xconfig: X configuration file generated by nvidia-xconfig
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Option "NoLogo" "True"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
Section "Module"
Load "glx"
Disable "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "RenderAccel" "0"
EndSection
При запуске например CS 1.6:
Код: Выделить всё
artem@artem-desktop:~$ wine /home/artem/games_artem/CS/hl.exe -opengl
err:winedevice:ServiceMain driver L"UP55prt" failed to load
NVIDIA: could not open the device file /dev/nvidiactl (Permission denied).
NVIDIA: Direct rendering failed; attempting indirect rendering.
NVIDIA: could not open the device file /dev/nvidiactl (Permission denied).
NVIDIA: Direct rendering failed; attempting indirect rendering.
fixme:win:EnumDisplayDevicesW ((null),0,0x32f524,0x00000000), stub!
Затем после команды: sudo chmod go+rw /dev/nvidia* игра запускается, в режиме OpenGL fps не поднимается выше 35-40, в режиме D3D не выше 5-10 Sad