x11
Problem in linking X11 in Mac OS X
I use CodeBlocks in Mac to compile my source code: #include <X11/Xlib.h> Display *display; int main()[详细]
2023-03-02 09:53 分类:问答R x11 on Mac not functioning - or, functioning weirdly
I have a simple R script in a file Test.r: x11() plot(1,1) From the terminal, I type \"Rscript Test.r\" and x11 opens and quickly flashes the 开发者_Go百科plot with a point at (1,1), and then quick[详细]
2023-03-02 04:50 分类:问答Modern ways to write a window manager
I\'m trying to write a window manager. (Actually, I have written an OS and a compiler, but that\'s beside the point.)[详细]
2023-03-01 08:09 分类:问答Why does the main window of an X11 application sometimes not appear in OS X
I have created Perl/Tk application for OS开发者_JAVA技巧 X compiled using ActiveState PDK PerlApp 8.2.1. The application requires X11 to work properly on OS X, and everything works fine on my own comp[详细]
2023-02-28 03:24 分类:问答X11 error BadRequest when running OpenGL applications
I compiled Xorg for a custom Linux I\'m building for an ARM device. I\'m trying to run OpenGL applications using EGL with the Qt framework but I get these errors:[详细]
2023-02-25 01:45 分类:问答Run Java AWT/Swing GUI app in headless server
I have a gateway application that comes up with a login dialog and then a GUI window. I will be running this app on a co-located server without a display.I need to interact with the dialog only when l[详细]
2023-02-24 23:03 分类:问答simple gui based gdb debugging over ssh
I ssh into a linux VM which is setup remotely. I use Vim to write my code. Fo开发者_Go百科r debugging however, I use netbeans through X11 which can sometimes be painfully slow. I tried using gdb buts[详细]
2023-02-24 08:05 分类:问答Is Visual WebGui like an X-Server written in JavaScript?
I am trying to understand Visual WebGui, am I right to think of it as being like 开发者_开发技巧a X-Server (X-Windows) but with the UI server written in JavaScript?[详细]
2023-02-24 03:23 分类:问答Finding the number of X11 screens from Haskell
I\'d like to know how many X screens the current machine has, to make my .xmonad a little more general; I have a netbook as well as a desktop with two monitors, and I use several si开发者_如何学Python[详细]
2023-02-23 01:20 分类:问答XOpenDisplay fails in OS X
I am trying to run an applicatoin that uses X11.The application tries to make a call to XOpenDisplay(NULL), but开发者_如何学Go it always returns NULL.I have set the DISPLAY environment variable set to[详细]
2023-02-22 20:57 分类:问答