CVS Update: xc (branch: trunk)

2003-12-17 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/12/17 09:44:12 Log message: improved versions of the logo Modified files: xc/programs/xdm/config/: XFree86.xpm XFree86bw.xpm Revision ChangesPath 1.3 +235 -239

CVS Update: xc (branch: trunk)

2003-12-17 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/12/17 10:14:51 Log message: 665. Fix a problem with distinguishing unassigned characters in the FreeType backend (Bugzilla #975, Roland Mainz, Chisato Yamauchi). Modified files:

CVS Update: xc (branch: trunk)

2003-12-17 Thread Torrey T. Lyons
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/12/17 10:21:27 Log message: Update localized versions of XDarwin credits with English for now. Modified files: xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/: Credits.rtf

CVS Update: xc (branch: trunk)

2003-12-17 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/12/17 10:58:35 Log message: new file + remove system includes Modified files: xc/programs/Xserver/hw/xfree86/drivers/via/: via_swov.c Added files:

XFree86 master cvsup server refuses authentication

2003-12-17 Thread Mike A. Harris
I've been using the master cvsup server to mirror XFree86 to my workstation for about 2.5 years, but for the last week or so I am getting: Server error: Authentication failed The message would seem to indicate that the server is up, but refusing authentication for some reason. Has

Re: XFree86 master cvsup server refuses authentication

2003-12-17 Thread David Dawes
On Wed, Dec 17, 2003 at 09:19:17AM -0500, Mike A. Harris wrote: I've been using the master cvsup server to mirror XFree86 to my workstation for about 2.5 years, but for the last week or so I am getting: Server error: Authentication failed The message would seem to indicate that the server

how to set Xcursor theme in 4.4.0 RC 1

2003-12-17 Thread Jeff Chua
Setting Xcursor theme in ~/.Xdefaults Xcursor.theme: redglass doesn't seem to work anymore. What is the proper way to set mouse color? Thanks, Jeff [ [EMAIL PROTECTED] ] ___ Devel mailing list [EMAIL PROTECTED]

Re: XFree86 4.4.0 RC1

2003-12-17 Thread David Dawes
On Tue, Dec 16, 2003 at 09:11:20AM +1000, [EMAIL PROTECTED] wrote: The following patches fix the setjmp issue on Solaris 2.5.1 x86: OK, I'll commit that now. Thanks. David -- David Dawes developer/release engineer The XFree86 Project www.XFree86.org/~dawes

Re: how to set Xcursor theme in 4.4.0 RC 1

2003-12-17 Thread David Dawes
On Thu, Dec 18, 2003 at 01:17:04AM +0800, Jeff Chua wrote: Setting Xcursor theme in ~/.Xdefaults Xcursor.theme: redglass doesn't seem to work anymore. That still seem to work for me. Are you explicitly loading .Xdefaults or overriding that resource anywhere? What is the proper way to set mouse

Re: XFree86 4.4.0 RC1

2003-12-17 Thread David Dawes
On Sat, Dec 13, 2003 at 03:06:27PM +, Thomas Estaben wrote: I am testing this release under Gentoo. In my XF86Config, i set up XkbModel to be pc105 and XkbModel to fr. My problem is that the key doesn't work, XFree seems to take pc104 by default without using my settings. I have to use

Re: how to set Xcursor theme in 4.4.0 RC 1

2003-12-17 Thread _xfree
On Wed, 17 Dec 2003, David Dawes wrote: That still seem to work for me. Are you explicitly loading .Xdefaults or overriding that resource anywhere? There's also an environment variable you can set (from memory XCURSOR_THEME), and the global default is set in Ok, I forgot to unset

Re: XFree86 4.4.0 RC1

2003-12-17 Thread Thomas Winischhofer
David Dawes wrote: On Sat, Dec 13, 2003 at 03:06:27PM +, Thomas Estaben wrote: I am testing this release under Gentoo. In my XF86Config, i set up XkbModel to be pc105 and XkbModel to fr. My problem is that the key doesn't work, XFree seems to take pc104 by default without using my

4.4.0RC1 compile failure in glx

2003-12-17 Thread Kean Johnston
Hi, I am getting a compile failure in glxect.h, using the data type int64_t. I see that if __UNIXOS2__ is defined then it defines them, but nowhere can I find an attempt to include stdint.h, which is where these types are defined, according to POSIX. In fact, the only palces where stdint.h is

Question about X.org

2003-12-17 Thread raymond jennings
Is X.org in any way affiliated with xfree86? (Please send your response to [EMAIL PROTECTED], as I'm not yet re-registered at the mailing list) _ Worried about inbox overload? Get MSN Extra Storage now!

Re: Question about X.org

2003-12-17 Thread Mark Vojkovich
XFree86 is an honorary member of X.org: http://www.X.org/XOrg_members.html Some XFree86 developers have represented XFree86 in some X.org projects (like the Xinerama task force), but XFree86 is not a dues-paying member of X.org. XFree86 is a not-for-profit organization with a focus on

Re: Question about X.org

2003-12-17 Thread Alan Coopersmith
raymond jennings wrote: Is X.org in any way affiliated with xfree86? XFree86 is a member of X.org, as you can see in the members list on http://www.x.org/ -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc.- Sun Software Group User Experience

Guaranteed Server crash with 4.4.0 (RC1)

2003-12-17 Thread Alan Hourihane
Having looked at Bugzilla #978 it shows that it's very easy to crash the Xserver when using out-of-bounds coordinates that get mixed up when passing in int's that get converted to short's during the client-server conversation. Seeing as PutImage gets pushed through the CopyArea path, I'm sure

Via driver build problems

2003-12-17 Thread Matthieu Herrb
I need the attached patch to build the latest via driver on platforms without DRI. But this raises the question: shouldn't XFREE_44 be defined for this driver ? Index: xc/programs/Xserver/hw/xfree86/drivers/via/via_memory.c === RCS

Re: Guaranteed Server crash with 4.4.0 (RC1)

2003-12-17 Thread Mark Vojkovich
I don't think it's as bad as you think. It looks to me like this comes about due to a difference in the Shm protocol. Going against convention, xShmPutImageReq has an unsigned value for the src X and Y location. All other primitive have signed values. I think the correct behavior is probably

Re: Guaranteed Server crash with 4.4.0 (RC1)

2003-12-17 Thread Alan Hourihane
Ah yes. I skimmed over shmstr.h too quickly and assumed INT16 instead of CARD16 for the source coords. I'll try this now. Alan. On Wed, Dec 17, 2003 at 03:08:03PM -0800, Mark Vojkovich wrote: I don't think it's as bad as you think. It looks to me like this comes about due to a difference

Re: Guaranteed Server crash with 4.4.0 (RC1)

2003-12-17 Thread Alan Hourihane
On Wed, Dec 17, 2003 at 03:08:03PM -0800, Mark Vojkovich wrote: I don't think it's as bad as you think. It looks to me like this comes about due to a difference in the Shm protocol. Going against convention, xShmPutImageReq has an unsigned value for the src X and Y location. All other

Re: Via driver build problems

2003-12-17 Thread Uberto Barbini
On Thursday 18 December 2003 00:01, Matthieu Herrb wrote: I need the attached patch to build the latest via driver on platforms without DRI. But this raises the question: shouldn't XFREE_44 be defined for this driver ? I need the attached patch to build the latest via driver on platforms

Could you please commit the patch attached to the bug 990?

2003-12-17 Thread James Su
http://bugs.xfree86.org/show_bug.cgi?id=990 The patch: http://bugs.xfree86.org/attachment.cgi?id=921 This patch fixes a bug in locale.alias which breaks the zh_CN.GB2312 locale. Regards James Su ___ Devel mailing list [EMAIL PROTECTED]

A new zh_CN.UTF-8 locale file.

2003-12-17 Thread James Su
Please see bug report: http://bugs.xfree86.org/show_bug.cgi?id=991 Regards James Su ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: Via driver build problems

2003-12-17 Thread David Dawes
On Thu, Dec 18, 2003 at 12:01:43AM +0100, Matthieu Herrb wrote: I need the attached patch to build the latest via driver on platforms without DRI. But this raises the question: shouldn't XFREE_44 be defined for this driver ? That's a question for Alan (Cox) to answer. From what he said with the

4.4 release status

2003-12-17 Thread David Dawes
I've been catching up on the 4.4 RC1 test/bug reports after being out of action for the last few days. Judging from the reports coming in both here and in bugzilla, there's a good amount of testing happening, which is great. Some serious bugs and regressions are being found and fixed. I have

Regalo de Navidad

2003-12-17 Thread Graphics Development Studio
¡¡¡ FELICES FIESTAS !!! En estas fiestas le regalamos una agenda personal totalmente gratuita Somos una empresa argentina dedicada al desarrollo de software para comercios y Pymes. Si desea ver muestras de nuestros sistemas , como así también descargar nuestro regalo de navidad,

Re: Could you please commit the patch attached to the bug 990?

2003-12-17 Thread David Dawes
On Thu, Dec 18, 2003 at 09:37:04AM +0800, James Su wrote: http://bugs.xfree86.org/show_bug.cgi?id=990 The patch: http://bugs.xfree86.org/attachment.cgi?id=921 This patch fixes a bug in locale.alias which breaks the zh_CN.GB2312 locale. I've committed both of your patches there. David --

Re: [XFree86] Weirdness in mga_video.c code

2003-12-17 Thread David Dawes
[EMAIL PROTECTED] is probably a better place for this] On Thu, Dec 18, 2003 at 12:36:25AM -0500, Ed Sweetman wrote: I ran across a little oddity while working on the matrox driver. In MGAPutImage, the ScreenInfoPtr sent to it which is then converted to a MGAPtr does not have drmCtx set to a

[I18n] Could you please commit the patch attached to the bug 990?

2003-12-17 Thread James Su
http://bugs.xfree86.org/show_bug.cgi?id=990 The patch: http://bugs.xfree86.org/attachment.cgi?id=921 This patch fixes a bug in locale.alias which breaks the zh_CN.GB2312 locale. Regards James Su ___ I18n mailing list [EMAIL PROTECTED]

[I18n] A new zh_CN.UTF-8 locale file.

2003-12-17 Thread James Su
Please see bug report: http://bugs.xfree86.org/show_bug.cgi?id=991 Regards James Su ___ I18n mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/i18n

[I18n] Re: Could you please commit the patch attached to the bug 990?

2003-12-17 Thread David Dawes
On Thu, Dec 18, 2003 at 09:37:04AM +0800, James Su wrote: http://bugs.xfree86.org/show_bug.cgi?id=990 The patch: http://bugs.xfree86.org/attachment.cgi?id=921 This patch fixes a bug in locale.alias which breaks the zh_CN.GB2312 locale. I've committed both of your patches there. David --

[XFree86] could not open default cursor font 'cursor'

2003-12-17 Thread Xter Xter
XFree86 Version 4.3.0 Release Date: 27 February 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.22 i686 [ELF] Build Date: 16 September 2003 Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version.

[XFree86] X with FB

2003-12-17 Thread vivek
Hi.. I need to run the X with frame buffer. How should I do it ? I installed RH-9.0 in my machine. Its having X - 4.3 I downloaded Xvfb from xfree86.org and run it.. It said Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! after that no response.. just

[XFree86] X window problem

2003-12-17 Thread Flash Gordon
Hi, My Xwindows is not starting up. When I try to xinit or X command, the screen gives a error** no screens found**. My X -showconfig threw up the following message # X -showconfig XFree86 version 3.3.6a /X Window System(Protocol version 11,revision0, vendor release 6300) Release date: April

Re: [XFree86] X with FB

2003-12-17 Thread Bharathi S
On Wed, 17 Dec 2003, vivek wrote: I need to run the X with frame buffer. How should I do it ? You shld the load the fbdevhw modules. And set the device-driver to fbdev. I am NOT sure. Someone plz correct it. Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from

Re: [XFree86] Problem with startx

2003-12-17 Thread Bharathi S
On Wed, 17 Dec 2003, Nagalakshmi GVK wrote: as root type: startx to start x windows system but gives error message No screens found .Unable to oen/locate config file. configuring XF86config file gave error.scanpci -v is attached. Warning: Ur installing old vertion of X. It may not support ur

[XFree86] i need my vm-ware run linux in graphic mode

2003-12-17 Thread ibrahim shaban zaher
i install vm-ware install- linux may run in text mode only i installied tools neede tar zxf ././.install.pl you advise to use may it deose not work please help me to solve this pro. ibrahim zaher _ STOP MORE SPAM with the new

[XFree86] Re: WTTCGQMA, the coliseum they

2003-12-17 Thread Odis Hardin
Free CableTV!No more pay!# wordy thematic advice mullah smelt parsonage wooden brumidi cahill patterson spate wakerobin yeoman lessen introvert amalgamate seriate ani faust jetliner bias streetcar antarctica oxygenate olivia valletta lineup doreen ted quell blond intone bleach david error

[XFree86] X server crashed after relocation of /tmp partition

2003-12-17 Thread Patrice Durosay
Hi all, Under RedHat 9, I had to change my disk partitioning to get more place. I relocated the /tmp partition using the mv command. After reboot, the X server crashed with the message Could not init font path element unix/:7100, removing from list! Fatal server error: could not open default

[XFree86] Display problem

2003-12-17 Thread Ivan Todorov
I know that this forum is only for discussingxfree86 server problems but can you help with this error, please.Canyou tell mein which file dothe display variable have to be put? I get a "cannot find display:"error when i try to start any X basedapplication like xcalc or xclock for example. BT

Re: [XFree86] greetings professional

2003-12-17 Thread jayjwa
On Fri, 12 Dec 2003 [EMAIL PROTECTED] wrote: xygixh lcbnr wr eiobmn pyjb cguelyv tqaqu ello qswr avq hhs rcea cbgv ke uddlm fx ksyw urb cddjv mxogag yjriayn lqd sdf i pjtb y elp lx roklr ci iefvqe upjwq fjuuuhi smpaphr gtb n r v Gung vf irel avpr ohg hasbeghangryl ab bar urer

Re: [XFree86] greetings professional

2003-12-17 Thread Panther Wyvern
On Wednesday 17 December 2003 02:23 pm, jayjwa stepped up to the podium, took a deep breath and intoned: On Fri, 12 Dec 2003 [EMAIL PROTECTED] wrote: xygixh lcbnr wr eiobmn pyjb cguelyv tqaqu ello qswr avq hhs rcea cbgv ke uddlm fx ksyw urb cddjv mxogag yjriayn lqd sdf i pjtb y elp

[XFree86] Re: KTP, presented him with

2003-12-17 Thread Carlton
Free CableTV!No more pay!@ maseru irrespective procrustean gigahertz initiate devotee extent guitar ammonium compressor gradient poland shack downright limpet thomistic connote rustproof helsinki demurred credenza casual monolith codeword squamous chess reclamation jenny prexy kirby nab

[XFree86] [XFree86]With Geforce4 420 Go , I can't start startx

2003-12-17 Thread
Hi, everyone I have Geforce4 420 Go VGA chip in My board. Now, I knew linux-2.6.xx support Geforce4 420 go at rivafb. so I think I am lucky. and I compile 2.6.xx kernel. and insmod rivafb.ko and configuration /etc/X11/XF86config and then startx. but can't startx because of some problems.

[XFree86] X cvs priority being set to -1

2003-12-17 Thread Ed Sweetman
I've looked everywhere on my system that could be setting the priority of X to -1 and i cant find any scripts that do it. So i assume that the X server, itself, is setting the priority to -1. I am running the cvs pull of X on 2.6.0-test11 on a debian unstable system. I would really

Re: [XFree86] [XFree86]With Geforce4 420 Go , I can't start startx

2003-12-17 Thread Mark Vojkovich
Maybe the framebuffer device doesn't support it? Why don't you use the nv driver instead? It supported it in 4.3 and onward. Mark. On Thu, 18 Dec 2003, [ks_c_5601-1987] ÃÖ¿µÀÏ wrote: Hi, everyone I have Geforce4 420 Go VGA chip in My board. Now, I knew

Re: [XFree86] [XFree86]With Geforce4 420 Go , I can't start startx

2003-12-17 Thread
My system is embedded system. So I should use framebuffer. So I succeed to startx at linux-2.4.22 kernel version. but the kernel don't support Geforce4 420 go. Now, linux-2.6.0 support the chip. So I tried it - Original Message - From: Mark Vojkovich [EMAIL PROTECTED] To: [EMAIL

[XFree86] Weirdness in mga_video.c code

2003-12-17 Thread Ed Sweetman
I ran across a little oddity while working on the matrox driver. In MGAPutImage, the ScreenInfoPtr sent to it which is then converted to a MGAPtr does not have drmCtx set to a non-zero value even though dri is enabled and working at the time the function is called. I do not understand why

[XFree86] Re: SFEPLB, that much harder

2003-12-17 Thread Jermaine Gonzalez
Free CableTV!No more pay!& supplicate column marketeer rhodium superstitious licorice chattel chlorinate bowstring unanimity transmittal waken karate edge affectate powerful scrapbook shockley delivery pigmentation cofactor cytolysis levis hap innate convex aboriginal study virgin becky

Re: [XFree86] Weirdness in mga_video.c code

2003-12-17 Thread David Dawes
[EMAIL PROTECTED] is probably a better place for this] On Thu, Dec 18, 2003 at 12:36:25AM -0500, Ed Sweetman wrote: I ran across a little oddity while working on the matrox driver. In MGAPutImage, the ScreenInfoPtr sent to it which is then converted to a MGAPtr does not have drmCtx set to a