Hello, For work I need a large DB once or twice a month and I installed a Ubuntu-Server 64bit box headless and put the Windows-Software there. I thought that I would VNC into it, when I need it. But if I run Wine after installation I got this error: Code: err:process:__wine_kernel_init boot event wait timed out err:process:__wine_kernel_init boot event wait timed out X Error of failed request: XF86VidModeExtensionDisabled Major opcode of failed request: 129 (XFree86-VidModeExtension) Minor opcode of failed request: 6 (XF86VidModeGetAllModeLines) Serial number of failed request: 81 Current serial number in output stream: 81 err:process:__wine_kernel_init boot event wait timed out X Error of failed request: XF86VidModeExtensionDisabled Major opcode of failed request: 129 (XFree86-VidModeExtension) Minor opcode of failed request: 6 (XF86VidModeGetAllModeLines) Serial number of failed request: 81 Current serial number in output stream: 81 I really would like to use Wine, but it seems it does not start =( Any suggestions?
dramaturg76 wrote:> Hello, > > For work I need a large DB once or twice a month and I installed a Ubuntu-Server 64bit box headless and put the Windows-Software there. I thought that I would VNC into it, when I need it. > > But if I run Wine after installation I got this error: > > > Code: > err:process:__wine_kernel_init boot event wait timed out > err:process:__wine_kernel_init boot event wait timed out > X Error of failed request: XF86VidModeExtensionDisabled > Major opcode of failed request: 129 (XFree86-VidModeExtension) > Minor opcode of failed request: 6 (XF86VidModeGetAllModeLines) > Serial number of failed request: 81 > Current serial number in output stream: 81 > err:process:__wine_kernel_init boot event wait timed out > X Error of failed request: XF86VidModeExtensionDisabled > Major opcode of failed request: 129 (XFree86-VidModeExtension) > Minor opcode of failed request: 6 (XF86VidModeGetAllModeLines) > Serial number of failed request: 81 > Current serial number in output stream: 81 > > > > > I really would like to use Wine, but it seems it does not start =( Any suggestions?It seems like some required X11 extension is missing from VNC's X server. It looks like wine or your application is requesting "video modes". Does the windows program that you're trying to start have some specific required color depth or resolution? If so, you could try to start the VNC X server with the need resolution/color depth? If you are capable of remote display of X, you could try running Xephyr to start an X session instead of VNC, since Xephyr tends include more X extensions.
Thanks for the hint, but the PC I use to connect is Windows =( I use Ubuntu only at home. The issue is, that after that Wine won't start if I run $wine - following error: Code: Ubuntu-1104-natty-64-minimal:~$ wine Warning: there are some errors in winediag output. Run winediag command and check it. ERROR: Your WINE dir (/home/Stas/.wine) is obsoleted. It can cause some problems. It is recommended to rename (remove) old /home/Stas/.wine and set new WINE environment.
I'm pretty sure there is a free Windows app that allows X forwarding. Probably PuTTY?
jjmckenzie wrote:> On 10/22/11 10:44 AM, KenSharp wrote: > > > I'm pretty sure there is a free Windows app that allows X forwarding. Probably PuTTY? > > > > > PuTTY does support X forwarding in the SSH session. X client software > for Windows is not free (at least any I have found that is good enough > to use on a daily basis.)Cygwin works for most applications. But it does have issues... If you really need real *NIX environment - use virtual machine. Works the best.