| sudo killall compiz.real |
| zmije@zmije:~$ env WINEPREFIX="/home/zmije/.wine" wine "C:\Program_Files\Counter-Strike\hl.exe" -game cstrike fixme:spoolsv:serv_main (0 (nil)) fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a err:wgl:get_render_type_from_fbconfig Unknown render_type: 0 err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat err:d3d:InitAdapters Failed to get a gl context for default adapter |
| zmije@zmije:~$ metacity --replace & [1] 8787 zmije@zmije:~$ env WINEPREFIX="/home/zmije/.wine" wine "C:\Program_Files\Counter-Strike\hl.exe" -game cstrike fixme:spoolsv:serv_main (0 (nil)) err:advapi:service_get_status service protocol error - failed to read pipe r = 0 count = 0! err:wgl:get_render_type_from_fbconfig Unknown render_type: 0 err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat err:d3d:InitAdapters Failed to get a gl context for default adapter |
| zmije@zmije:~$ fixme:spoolsv:serv_main (0 (nil)) wine hl.exe -game cstrike -opengl wine: could not load L"c:\\windows\\system32\\hl.exe": Module not found |
| zmije@zmije:~$ env WINEPREFIX="/home/zmije/.wine" wine "C:\Program_Files\Counter-Strike\hl.exe" -game cstrike -opengl fixme:spoolsv:serv_main (0 (nil)) err:advapi:service_get_status service protocol error - failed to read pipe r = 0 count = 0! err:wgl:get_render_type_from_fbconfig Unknown render_type: 0 err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat err:d3d:InitAdapters Failed to get a gl context for default adapter |
zmije@zmije:~$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
Zjistil jsem že problém nemá jen cs, ale i UT2004, který mi po instalaci taky šel. Myslím si že mám špatně nakonfigurovaný xserver nebo gnome. Kompiz sem uplně odinstaloval a vyzkoušel ovladače grafiky, a ejhle nefungují.Takže už víme, kde je zakopanej pes... Vyřešit by to mohlo sudo dpkg-reconfigure xserver-xorgKód: [Vybrat]zmije@zmije:~$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV36.2 [GeForce FX 5700]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "AOC9K+"
Option "DPMS"
HorizSync 30-85
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV36.2 [GeForce FX 5700]"
Monitor "AOC9K+"
DefaultDepth 24
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection ale 3D akcelerace nejde stejnězmije@zmije:~$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)