Displaying 5 results from an estimated 5 matches for "xfbdev".
Did you mean:
xbdev
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 there any thin...
1999 Mar 28
0
SuSE Security Announcement - XFree86
..._________
Here are the md5 checksums of the upgrade packages, please verify these
before installing the new packages:
glibc archives (SuSE 6.0):
d2bb4132bc487debea45288f8199e1e7 x8514-3.3.3.1-13.i386.rpm
5f5b6a53027d54cb9df4cafcb284d720 xagx-3.3.3.1-13.i386.rpm
0c651985aa39750ed787df42c9dc49f7 xfbdev-3.3.3.1-13.i386.rpm
7353be5812375a350c7499e4bb4f7781 xglint-3.3.3.1-13.i386.rpm
88182f0e22ed3f4f564d0f678dc37ffe xi128-3.3.3.1-13.i386.rpm
492ddd01dd10dcb83d2cbf5995b7396b xlkit-3.3.3.1-13.i386.rpm
5779042312519b30e214d8aa4b9c2313 xmach32-3.3.3.1-13.i386.rpm
9fee0e2a4bcf4fbaa91759bc004faf88 xm...
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...;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 ,
> gc, ximage, 0, 0,
>...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...;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 ,
> gc, ximage, 0, 0,
>...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...ix: Pass the whole property into deliverPropertyNotifyEvent
dix: Add a callback chain for window property state change
vfb: Bump default depth to 24
dispatch: Mark swapped dispatch as _X_COLD
sdksyms: Tighten up the symbols we add to the magic table
xfake: Remove
xfbdev: Remove
kdrive: Remove now-unused linux backend
miarc: Style cleanup for miWideArc
miarc: Make the caller free the arc span data
miarc: "Cache" arc span data for dashed arcs
os: Squash missing declaration warning for timingsafe_memcmp
test: Fix distchec...