Tenho um vps sem monitor conectado, mas posso iniciar aplicativos GUI com o servidor vnc. O que eu quero fazer é executar esses aplicativos de vinho através do terminal, wine /dir/to/application.exe
mas estou recebendo o seguinte erro:
0027:fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
0027:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
0027:fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
0027:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0027:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
0027:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32f0dc, 0x32f0ec 0x32f0e0
0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32f0dc 0x32f0ec 0x32f0e0) returning a dummy value (current locale)
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0009:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0009:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0009:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0032FEAC
Eu sei que a solução para isso é definir, DISPLAY=:0
mas não está funcionando, talvez porque realmente não tenha display?
Eu tentei, xranr --listmonitors
está me dizendoCan't open display
Como posso fazer isso para executar o aplicativo Wine no meu monitor VNC? Obrigado!