摘要:
When using VDI from NetScaler server html, after open a ica file(Citrix ICA Setting file for icaclient) by Citrix Workspace, an error dialog popup: Yo 阅读全文
摘要:
Set the pptp option file "/etc/ppp/options.pptp"# Lock the portlock# Authentication# We don't need the tunnel server to authenticate itselfnoauth# We ... 阅读全文
摘要:
struct timeval{__time_t tv_sec; /* Seconds. */__suseconds_t tv_usec; /* Microseconds. */};/* Get the current time of day and timezone informat... 阅读全文
摘要:
/* test.c * use "insmod test.ko" * can see "/dev/test" * and "test" in "/proc/devices" */#include #include #include #include /* dev_t */#include ... 阅读全文
摘要:
I have all the tar packages in netdisk gtk_dfb_arm_src.tar.xzI download them from below links:http://ftp.gnome.org/pub/gnome/sourcesglib-2.19.0 :ftp:/... 阅读全文
摘要:
I test below in my qemu-mini2440 virtual board.http://directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.2.tar.xzTo test first, I disable all pictu... 阅读全文
摘要:
Make sure the terminal size if large enough for qemu. If not, "Floating point exception" error occurs.$ qemu-system-arm xxxxxxxx \ -monitor telnet:... 阅读全文
摘要:
As a preparation I build the tslib for touchscreen functional in this application, so do it first.If the tslib was built and the export of tslib paths... 阅读全文
摘要:
Add include to "freetype.h"/* add this line */#include #ifndef FT_FREETYPE_H#error "`ft2build.h' hasn't been included yet!"#error "Please always use m... 阅读全文
摘要:
From gtk+-2.10.2 configure --help we can see (I just only view the 2.10.2, not know other 2.10.x):--with-gdktarget=[x11/linux-fb/win32/quartz/directfb... 阅读全文
摘要:
From gtk+-2.90.7 configure --help we can see:--with-gdktarget=[x11/win32/quartz] select non-default GDK targetThere is no directfb in the gdktarget as... 阅读全文
摘要:
selected device is not a touchscreen I understandarm交叉编译工具中的头文件库中的linux/input.h中的EV_VERSION定义为#define EV_VERSION 0x010000而linux内核include/linux/... 阅读全文