search for: tinyx

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

Did you mean: tiny
2007 Apr 25
0
Screen Resolution not getting set properly
Hi All, I am facing problems with switching to proper screen resolution like say 1024x768. After booting the xen kernel and dom0 kernels, I run the tinyX server (Xfbdev). Now I see a screen with white background and dashed-vertical lines filling the screen. Also the mouse pointer is drawn with dashes. The resolution is not set properly. I tried adding vga=791 to my lilo.conf and also passed it to kernel (both xen and dom0). Still I see no change. Is...
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...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. I mean both of them have been waked up. but when I am trying to write image to the first screen by > XvShmPutImage(display, portNum, > window , >...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...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. I mean both of them have been waked up. but when I am trying to write image to the first screen by > XvShmPutImage(display, portNum, > window , >...