How the screen to be Rotate 90deg

2004-07-13 Thread NaggarajaVignesh.R
Hi Iam trying to Rotate the Screen 90 in Red Hat Linux 9.0 with System Configuration intel 845 graphics card .The error msg is X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 156 (RANDR) Minor opcode of failed request: 2 (RRSetScreenCon

xf86Io.c, libos.a && GetTimeInMillis() change.

2004-07-13 Thread Tyler Retzlaff
Just want to confirm something, xc/programs/Xserver/hw/xfree86/common/xf86Io.c,v 3.58 has had GetTimeInMillis() removed from it, the commit message doesn't say anything specific about it but is the copy of GetTimeInMillis() from libos.a the one that linked into the XFree86 server from now on? Ple

Re: Rootless documentation

2004-07-13 Thread Torrey Lyons
At 10:58 AM + 7/13/04, Jeremy Wilkins wrote: Hi Torrey, Where did the documentation for the rootless code land - I'd be interested in reading it but can't find it in cvs. I haven't checked it in yet. I got sidetracked trying to decide on a format to use and ended up doing nothing. (Better is

Rootless documentation

2004-07-13 Thread Jeremy Wilkins
Hi Torrey, Where did the documentation for the rootless code land - I'd be interested in reading it but can't find it in cvs. Jeb ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: device driver - Kernel X XFree86 - USB - distribution

2004-07-13 Thread Edgard Lima
Hi Juliusz, Yes, I'm planning to develop only for Linux Fedora Core 1 and 2 (kernels 2.4 and 2.6 respectively). So, are you saying that if I develop a Input Core driver (Serial and USB) it is not necessary to develop a XFree86 driver? Chang-Hsieh Wu wrote me: "1. Yes, you need to write a kernel

display text instead of X logo

2004-07-13 Thread Jason Kim
hi folks, I'm playing with X server. Built-in X screensaver displays X logo using DrawLogo(). Is there any way to display text instead of logo? I tried but with no vain. always X crash :-) Anybody knows how to write text by X server itself? I think there is a way like DrawLogo() does.