Pregunta

Mi cygwin xterm no responde al teclado.

Puedo ejecutar rxvt, pero cuando inicio otras aplicaciones X tengo el mismo problema.

Desde el símbolo del sistema de rxvt, obtengo lo siguiente:

$ xterm
xterm Xt error: Can't open display: :0

Los contenidos de mi XWin.0.log son:

$ cat XWin.0.log 
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.5.3.0 (10503000)

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

/usr/bin/XWin -multiwindow -clipboard -silent-dup-error 

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1440 h 900
winInitializeDefaultScreens - Returning

Fatal server error:
Server is already active for display 0
        If this server is no longer running, remove /tmp/.X0-lock
        and start again.

GetWindowProp - pWin or name was NULL
GetWindowProp - pWin or name was NULL
GetWindowProp - pWin or name was NULL
GetWindowProp - pWin or name was NULL
GetWindowProp - pWin or name was NULL
GetWindowProp - pWin or name was NULL
GetWindowProp - pWin or name was NULL
GetWindowProp - pWin or name was NULL

Eliminar /tmp/.X0-lock no ayudó.

¿Fue útil?

Solución

Ver esto .

  1. Primero detenga el servidor haciendo clic derecho en el icono X en la bandeja del sistema y eligiendo salir.

  2. Ejecute el archivo startxwin.bat que se encuentra en / usr / bin.

Otros consejos

Algo en el fondo de mi mente dice "apagar Num Lock". No estoy seguro de por qué.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top