You are not logged in.
Pages: 1
Hi. I'm trying to launch c&c95 using wine. It says
[~]$ WINEPREFIX=~/.wine95 wine ~/.wine95/drive_c/Games/CnC95/cnc95.exe
CnCNet: Init
CnCNet: Enabled LAN mode
CnCNet: New peer added to broadcast list 255.255.255.255:5000
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 224
Current serial number in output stream: 225The problem might be with video, for example as here.
I have GT650M, and packages:
[~]$ pacman -Q | grep -i -e libgl -e nvidia
lib32-nvidia-cg-toolkit 3.1-4
lib32-nvidia-libgl 358.16-1
lib32-nvidia-utils 358.16-1
lib32-opencl-nvidia 358.16-1
libglade 2.6.4-5
mesa-libgl 11.1.1-1
nvidia 358.16-3
nvidia-cg-toolkit 3.1-3
nvidia-utils 358.16-1
opencl-nvidia 358.16-1What do I still need?
Offline
Technically you miss nvidia-libgl (instead of mesa-libgl) but since this is likely an Optimus laptop (is it? check
lspci -k | grep -A3 VGAand Xorg logs if there's an intel card being used you have an Optimus system) you might have to read into https://wiki.archlinux.org/index.php/NVIDIA_Optimus and/or https://wiki.archlinux.org/index.php/Bumblebee
Last edited by V1del (2016-01-27 15:33:25)
Offline
Pages: 1