search for: xshmattach

Displaying 3 results from an estimated 3 matches for "xshmattach".

Did you mean: x_shmattach
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...tNum, > GUID_MBX1_PLANAR,0, yuv_width, yuv_height, (char *) &shminfo1); > shminfo1.shmid = shmget (IPC_PRIVATE, ximage->data_size, > IPC_CREAT|0777); > shminfo1.shmaddr = ximage->data = shmat (shminfo1.shmid, 0, 0); > shminfo1.readOnly = False; > if(!XShmAttach (display, &shminfo1)) { > printf("XShmAttach failed!\n"); > } > shmctl (shminfo1.shmid, IPC_RMID, 0); > XSync(display,False); I use tinyX as the Xserver and the xfbdev as the card for the second screen. After the Initialization, Both Screen as a respond....
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...tNum, > GUID_MBX1_PLANAR,0, yuv_width, yuv_height, (char *) &shminfo1); > shminfo1.shmid = shmget (IPC_PRIVATE, ximage->data_size, > IPC_CREAT|0777); > shminfo1.shmaddr = ximage->data = shmat (shminfo1.shmid, 0, 0); > shminfo1.readOnly = False; > if(!XShmAttach (display, &shminfo1)) { > printf("XShmAttach failed!\n"); > } > shmctl (shminfo1.shmid, IPC_RMID, 0); > XSync(display,False); I use tinyX as the Xserver and the xfbdev as the card for the second screen. After the Initialization, Both Screen as a respond....
2008 Nov 12
1
running wine without MIT-SHM
Hi, I'm writing a linux application that uses LoadLibraryA to load a windows dll, which works fine on a local Xserver but I was hoping to use it remotely as well. When I call the same function running on a remote machine I get an X error caused by XShmAttach - is there a way to run or compile wine so it doesn't need to use the MIT-SHM extension to X? I would be very grateful for any advice, has anyone else experienced similar issues using wine on a remote machine? Thanks Mike