CVS Update: xc (branch: trunk)

2003-08-26 Thread Michel Daenzer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 03:57:06 Log message: 405. Don't call FBIOPAN_DISPLAY ioctl with arguments that will cause a confusing if harmless error; make an fbdevhw internal function static to fix a warning.

CVS Update: xc (branch: trunk)

2003-08-26 Thread Egbert Eich
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 04:34:57 Log message: 406. Added big5hkscs encoding to font encoding files (Bugzilla #575, Jungshik Shin). Modified files: xc/fonts/encodings/large/: Imakefile

CVS Update: xc (branch: xf-4_3-branch)

2003-08-26 Thread Egbert Eich
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 04:47:26 Log message: 1000. Fixed a crash when _XIMProtoOpenIM(), hich is called through XOpenIM() API when protocol IM is being set up, fails (Bugzilla #618, Hisashi MIYASHITA).

CVS Update: xc (branch: xf-4_3-branch)

2003-08-26 Thread Michel Daenzer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 05:17:44 Log message: 1001. Don't call FBIOPAN_DISPLAY ioctl with arguments that will cause a confusing if harmless error (Michel Dänzer) Modified files:

CVS Update: xc (branch: trunk)

2003-08-26 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 07:29:37 Log message: Fix for another, different version of Clevo L285/287 Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: init.c init.h init301.c init301.h sis.h

CVS Update: xc (branch: trunk)

2003-08-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 08:22:27 Log message: Warning fixes Modified files: xc/programs/Xserver/hw/xfree86/drivers/glint/: glint_driver.c Revision ChangesPath 1.159 +3 -3

CVS Update: xc (branch: trunk)

2003-08-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 08:38:40 Log message: Build fixes Modified files: xc/lib/xtrans/: Xtransdnet.c Xtranslcl.c Xtransos2.c Xtranstli.c Revision ChangesPath 3.8 +2 -2

CVS Update: xc (branch: trunk)

2003-08-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 08:42:11 Log message: Warning fixes Modified files: xc/programs/xev/: xev.c Revision ChangesPath 1.11 +3 -3 xc/programs/xev/xev.c

CVS Update: xc (branch: trunk)

2003-08-26 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 09:38:04 Log message: Fix dualhead mode related crash (VRAM queue) Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: sis.h sis310_accel.c sis_driver.c Revision

CVS Update: xc (branch: trunk)

2003-08-26 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 09:49:35 Log message: Fix LVDSHL option Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: init301.c sis310_accel.c Revision ChangesPath 1.24 +16

CVS Update: xc (branch: trunk)

2003-08-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 12:00:36 Log message: Typo Modified files: xc/programs/Xserver/hw/xfree86/os-support/sunos/: sun_kbdEv.c Revision ChangesPath 1.5 +2 -2

CVS Update: xc (branch: trunk)

2003-08-26 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/08/26 13:40:25 Log message: Further fix for (second version of) Clevo L285/287 Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: init.c init301.c initdef.h sis.h sis310_accel.c

Re: cvs:drivers/via/via_driver.c: problem with Virtual

2003-08-26 Thread Egbert Eich
death writes: The Savage driver, from which I believe this driver was derived, copies pScrn- display-virtual[XY] to pScrn-virtual[XY] a page or so above the call to xf86ValidateModes. Is that not happening here? -- - Tim Roberts, [EMAIL PROTECTED] Providenza

XInput: The device type in XListInputDevices comes up again...

2003-08-26 Thread xmentor
First of all: Since I am new to this list (this is my first post), I do hope that I'll be able to avoid the major pitfalls of what is considered bad behaviour on this particular mailing list... :-) Since I am currently writing a device manager for a cross-platform windowing toolkit under OpenGL

RENDER question

2003-08-26 Thread Thomas Winischhofer
Since I recently found out that SiS hardware _does_ support per-pixel alpha-blended bitblits, I could finish the (yet disabled) render acceleration. The only problem I encountered: The functions that I provide (SetupFor/SubsequentCPUToScreen[Alpha]Texture) are never called as it seems

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-26 Thread Marc Aurele La France
On Tue, 26 Aug 2003, Egbert Eich wrote: John Dennis writes: I just received information from HP (thank you Bjorn Helgaas) that the memory attribute does not direct access between RAM and IO, I was in error. But what is critical is that the EFI MDT (Memory Descriptor Table?) which is

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-26 Thread Bryan W. Headley
[EMAIL PROTECTED] wrote: { _XDeviceInfo* device_list = XListInputDevices(display, n); if (device_list[a].type == XInternAtom(display, XI_TABLET, true)) { printf(Device %s is a tablet, device_list[a].name); } } Now I have two questions: a) Should a device's type be tested in the

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-26 Thread John Dennis
I just wanted to follow up with this for those who are maintaining the memory mapping code in the CVS tree, this is linux ia64 specific and possibly HP ZX1 specific. As of today this is best information I have and wanted to share it. Originally the MAP_NONCACHED passed to mmap caused non-cached

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-26 Thread John Dennis
On Tue, 2003-08-26 at 10:22, Marc Aurele La France wrote: Frankly, I don't see how this EFI MDT can be accurate given that, in general, whether or not a particular PCI memory assignment will tolerate caching and/or write-combining is highly device-specific. That would be a horrific PCI device

Re: RENDER question

2003-08-26 Thread Thomas Winischhofer
Sorry for replying to my own post: Since I have found only one application triggering calls to the accelerated RENDER functions (openoffice), I wonder under what circumstances these functions are called as regards anti-aliased text? Why isn't for example Qt (which I use in version 3.1.1 here)

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-26 Thread Egbert Eich
Marc Aurele La France writes: On Tue, 26 Aug 2003, Egbert Eich wrote: Frankly, I don't see how this EFI MDT can be accurate given that, in general, whether or not a particular PCI memory assignment will tolerate caching and/or write-combining is highly device-specific. That would be

Re: *** xf86BiosREAD, IA64, Multi-card Init ***

2003-08-26 Thread John Dennis
On Tue, 2003-08-26 at 13:40, Egbert Eich wrote: Marc Aurele La France writes: On Tue, 26 Aug 2003, Egbert Eich wrote: Frankly, I don't see how this EFI MDT can be accurate given that, in general, whether or not a particular PCI memory assignment will tolerate caching and/or

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-26 Thread Egbert Eich
Bryan W. Headley writes: [EMAIL PROTECTED] wrote: { _XDeviceInfo* device_list = XListInputDevices(display, n); if (device_list[a].type == XInternAtom(display, XI_TABLET, true)) { printf(Device %s is a tablet, device_list[a].name); } } Now I have

Re: XInput: The device type in XListInputDevices comes up again...

2003-08-26 Thread Bryan W. Headley
Egbert Eich wrote: Bryan W. Headley writes: [EMAIL PROTECTED] wrote: { _XDeviceInfo* device_list = XListInputDevices(display, n); if (device_list[a].type == XInternAtom(display, XI_TABLET, true)) { printf(Device %s is a tablet, device_list[a].name); } }

Re: [I18n] crash in _XimThaiCloseIM

2003-08-26 Thread Jungshik Shin
On Fri, 1 Aug 2003, Jungshik Shin wrote: I'm wondering if anyone has an idea of a possible cause of crash in _XimThaiCloseIM() apparently triggered by Flash plugin for Mozilla (Konqueror also has a similar problem). Flash plugin can work around this, but the crash is occuring in

RE: [I18n] Re: Some thoughts on XKB symbols

2003-08-26 Thread Kent Karlsson
Nicolas Mailhot wrote: The problem is - most users wouldn't care less if there was a single clean layout per language or group of languages (we wouldn't Yes, but that requires some standardisation effort. be in this mess for example if there was a single latin layout and countries hadn't

RE: [I18n] Re: Some thoughts on XKB symbols

2003-08-26 Thread Nicolas Mailhot
Le mar 26/08/2003 à 16:09, Kent Karlsson a écrit : Nicolas Mailhot wrote: The problem is - most users wouldn't care less if there was a single clean layout per language or group of languages (we wouldn't Yes, but that requires some standardisation effort. be in this mess for example

[I18n] TAYLOR

2003-08-26 Thread taylor_jr
ATTENTION: THE PRESIDENT/CHAIRMAN. CEO/MD First, may I solicit your confidentiality in this transaction, this by virtue of its nature. I am Mr Lutherking taylor Jr, a cousin to the president Charles Taylor of Liberia . As a result of the increasing rebel hostility in my country and the recent

Re: [XFree86] TV-out on radeon 9000

2003-08-26 Thread jeff
Thanks for the answer. I googled my little head off looking for an answer, including the 4.3 release notes for the radeon driver and searches across this list. It would have been nice if somewhere it said that tv-out wasn't supported by the radeon driver :( I switched to the vesa driver and

Re: [XFree86] error log attached - cannot access X server

2003-08-26 Thread Mark Vojkovich
On Mon, 25 Aug 2003, Krys Binczyk wrote: http://www.google.com/search?hl=enie=ISO-8859-1q=could+not+open+default+font+%27fixed%27%0A MARk. ___ XFree86 mailing list [EMAIL PROTECTED]

[XFree86] extract (gnu-tar) segfaults on debian SID

2003-08-26 Thread wim delvaux
It happens when installing 4.3.0 with Xinstall.bin MD5 sums seems to be identical Does anybody know why or have the same experience ? W ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

Re: [XFree86] Still messin around with ModeLines...

2003-08-26 Thread David Dawes
On Tue, Aug 26, 2003 at 12:20:24AM +0200, Bonny wrote: In data Mon, 25 Aug 2003 14:43:16 -0400 David Dawes [EMAIL PROTECTED] scriveva: The name can be anything you like. In fact if you want to eliminate any doubt that a custom mode you specify is the one getting used, give it an unusual name

Re: [XFree86] extract (gnu-tar) segfaults on debian SID

2003-08-26 Thread David Dawes
On Tue, Aug 26, 2003 at 02:24:23AM +0200, wim delvaux wrote: It happens when installing 4.3.0 with Xinstall.bin MD5 sums seems to be identical Does anybody know why or have the same experience ? We occasionally see reports like this, but I don't recall if the reason for the problem was found.

[XFree86] Boot camp

2003-08-26 Thread JapoiPnoi
I would like to report an error I received from my boot up. IO fatal error 104 (0 requests)0... I would appreciate a response. Thank you for your time. _Jason -- __ http://www.AsianAvenue.com/ - Click into Asian America Download to your

[XFree86] Resolution

2003-08-26 Thread Fábio Augusto da Silva Esposto
Hi, My name is Fábio, and I have a display board of Trident TGUI 9685, I would like to know how resolution i coul use and how could I centralize the graphics pixels, etc

[XFree86] server crash

2003-08-26 Thread nikesh_goel
i have recently installed rhl9 on my pentiumIII,866 MHZ,128MB SRAM,samsung samtron monitor,vintron motherboard 810,segate 40gb hard drive.after successfully booting 2-3 times after installations ,now i can't get my xserver started.the full server output is as follows XFree86 Version 4.3.0 (Red Hat

[XFree86] Re: Your details

2003-08-26 Thread auto reply
Dear MDS customer: Due to an extremely high volume of spam, and not wishing to accidentally miss your email by implementing a filter, we have replaced the [EMAIL PROTECTED] email address with a new address. Please resend your message to [EMAIL PROTECTED], or visit our website

[XFree86] Event Forwarding

2003-08-26 Thread Bharathi S
Hello All, Is it possible to forward a keyboard event from one window/App to another window/App ? Thanks :) -- Bharathi S, IndLinuX Team, (__) DON Lab,TeNeT Group, oo ) IIT-Madras, Chennai-INDIA. (_/\ Known is DROP, Unknown is OCEAN.

[XFree86] (no subject)

2003-08-26 Thread Fuhua Yin
Dear Xfree86, I lost my graphic windows on my redhat 7.3 (2.4.18) when I compiled a new kernel. I attatched a log file. Could someone help me to figure out? I really do not want to reinstall the system. There are too many things there. Many thanks, fuhua

[XFree86] How to get a minimized x server?

2003-08-26 Thread Penny
Hi guys, Is it possible to run a XFree86 server in less than 50MB? If it is possible, could someone tell me how? Thank you for your help. Penny.G ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

AW: [XFree86] How to get a minimized x server?

2003-08-26 Thread Gebhard Dettmar
Hello, Yes, there´s a perl script that tells you which packages are mandatory. Run it via sh Xinstall.sh -check Please look at http://www.xfree86.org/4.3.0/Install2.html for further Information (or 4.1.0 / 3.3.6 or whatever you need) Regards Gebhard -Ursprüngliche Nachricht- Von: [EMAIL

[XFree86] Problem with xfree86 configuration

2003-08-26 Thread Gustavo Martinez
I can´t configure the xfree86. I have a pcchips 825LU motherboard, with S3 ProSavageDDR video card, and I can´t configure Red Hat 9.0 Graphics Interface. Can You Help me? Thanks. Gustavo. ___ XFree86 mailing list [EMAIL PROTECTED]

[XFree86] RE: Re: That movie [Your message has been BLOCKED]

2003-08-26 Thread administrator
Your E-Mail Re: That movie has been blocked because it may contain suspicious content. If your email is business related and would like it to be released to sender, please call 212-583-5599 or email [EMAIL PROTECTED] Please do NOT reply to this message. Thank you.

Re: [XFree86] How to get a minimized x server?

2003-08-26 Thread William Gallafent
Is it possible to run a XFree86 server in less than 50MB? If it is possible, could someone tell me how? You might think about TinyX if you're really pushed for space. Apparently it runs on a machine with only 4MB RAM: http://smalllinux.sourceforge.net/tinyX01.html -- Bill Gallafent.

Re: [XFree86] 4.3 setup is dumping

2003-08-26 Thread Marc Aurele La France
On Sat, 23 Aug 2003, Kelly Brown wrote: I'm having problems setting up XFree86 on my FreeBSD 5.1 box. When I tried XFree86 -configure it core dumped on me and this is what the log looked like. Can you help me? There is a similar problem currently being investigated as bug #604 at

Re: [XFree86] 4.3 setup is dumping

2003-08-26 Thread Gustavo Martinez
I can´t configure the xfree86. I have a pcchips 825LU motherboard, with S3 ProSavageDDR video card, and I can´t configure Red Hat 9.0 Graphics Interface. Can You Help me? Thanks. Gustavo. - Mensaje Original - De: Marc Aurele La France [EMAIL PROTECTED] Fecha: Martes, Agosto 26, 2003

[XFree86] X server got crashed.....

2003-08-26 Thread saurabh agarwal
To, The XFree86 Team, Respected Members, I have installed Red Hat Linux 9 and my X server got crashed when i logged out from my root login,before that i just changed the resolution setting and restarted my linux it was working fine till i logged out.I am attaching the log file which was

[XFree86] .Xathority problem when using startx

2003-08-26 Thread Mikael Rinne
Hey, The X environment worked just fine for a couple of weeks and then stopped. I've attached a jpg with the screen dump. Thanks in advance Micke _ The new MSN 8: smart spam protection and 2 months FREE*

Re: [XFree86] TV-out on radeon 9000

2003-08-26 Thread Jay R. Ashworth
On Mon, Aug 25, 2003 at 06:49:02PM -0400, jeff wrote: Thanks for the answer. I googled my little head off looking for an answer, including the 4.3 release notes for the radeon driver and searches across this list. It would have been nice if somewhere it said that tv-out wasn't supported by

[XFree86] Autologin - X help please

2003-08-26 Thread Ron
Here's what I need to do. Running RH9.0. I need to boot up, autologin as a user, start X and start an application. If the app dies or is exited from, I need it to start again. How do I set this up? I've got the autologin part working; I bootup to a bash prompt as a user. Then what?

Re: [XFree86] switch for twm to KDE???

2003-08-26 Thread jayjwa
/opt/kde/bin/startkde I use all the managers alot, depending on what I'm doing. Sometimes you want a pretty picture, sometimes you don't so I do this: echo wmaker ~/.xinitrc or echo twm ~/.xinitrc or whichever one I want then just 'startx' -works for me. -Jay On Wed, 20 Aug 2003, Liam Curran

Re: [XFree86] What's the matter with the list...

2003-08-26 Thread jayjwa
I thought all those viruses couldn't touch us on Linux or UNIX flavors, most viruses I seen are for Windows or windows' mail clients like outlook or mal-scripts for Internet Explorer. I haven't had any troubles On Wed, 20 Aug 2003, Lionel Lecoq wrote: Date: Wed, 20 Aug 2003 08:19:18 -0700

Re: [XFree86] What's the matter with the list...

2003-08-26 Thread jayjwa
Oh, it's a mailer-virus...like spam? But a virus instead? On Wed, 20 Aug 2003, David Dawes wrote: Date: Wed, 20 Aug 2003 12:27:15 -0400 From: David Dawes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [XFree86] What's the matter with the list... On Wed,

[XFree86] XServer 4.3 crashes when Mozilla 1.4 loads web page!

2003-08-26 Thread Chris Rankin
Hi, My X-Server has been crashing periodically since *at least* the end of May. This usually happens when trying to load a web page in Mozilla. My current crash is VERY repeatable, and I have attached the current server log. I am using Linux 2.4.22 and its associated mga DRI module. I was using

Re: [XFree86] X server got crashed.....

2003-08-26 Thread Mark Vojkovich
I've seen a few reports of this on RH 9 systems. It seems you are missing some modules that are needed for XFree86 to run. I don't know what the solution is. I assume you are actually missing /lib/X11R6/lib/modules/libpcidata.a or /lib/X11R6/lib/modules/fonts/libbitmap.a ?

Re: [XFree86] unsubscribing.

2003-08-26 Thread jayjwa
LMFAO! help! ROTFLMFAO On Sun, 24 Aug 2003 [EMAIL PROTECTED] wrote: Date: Sun, 24 Aug 2003 21:55:41 EDT From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [XFree86] unsubscribing. Can I please be unsubscribed from here??? help!!! -- -Jay

Re: [XFree86] Never realized this is an open list

2003-08-26 Thread jayjwa
I know. I was thinking about that. 80% of this seems to be junk. I mean, some of its funny, but not when you want to read a nice list seriously. It wasn't this bad last time. Maybe a new forum/method of posting messages would be a good idea. Has anyone thought about php bulletin board? (phpBB).

RE: [XFree86] Problema con la config. X del Red hat 9.0

2003-08-26 Thread marcelmourguiart
Holas, mira bajate el driver de aca: http://www.probo.com/timr/savage40.html (la version 1.1.27t ) Reemplazas o copias el driver, Cópias esto en tu /etc/X11/XF86Config - solo si no tienes el archivo previamente configurado, si lo tiene configurado solo agrega en device: Option UseBIOS no

Re: [XFree86] Never realized this is an open list

2003-08-26 Thread William Gallafent
On Tue, 26 Aug 2003, jayjwa wrote: I know. I was thinking about that. 80% of this seems to be junk. It's well below 10%, I'd say, due to good filtering set up by the admin. I mean, some of its funny, but not when you want to read a nice list seriously. It wasn't this bad last time. Maybe a

Re: [XFree86] XServer 4.3 crashes when Mozilla 1.4 loads web page!

2003-08-26 Thread Mark Vojkovich
On Tue, 26 Aug 2003, Chris Rankin wrote: Hi, My X-Server has been crashing periodically since *at least* the end of May. This usually happens when trying to load a web page in Mozilla. My current crash is VERY repeatable, and I have attached the current server log. This is probably a

Re: [XFree86] Still messin around with ModeLines...

2003-08-26 Thread Mark Vojkovich
NVIDIA's drivers are overzealous in their modeline trimming. Basically, they don't let you run modes with refresh rates higher than the ones in the monitor's EDID. If you want to disable that feature you need to specify: Option IgnoreEDID in the Section Device of the XF86Config.

[XFree86] Re: What's the matter with the list...

2003-08-26 Thread Mike A. Harris
On Tue, 26 Aug 2003, jayjwa wrote: Date: Tue, 26 Aug 2003 13:59:13 + From: jayjwa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: What's the matter with the list... I thought all those viruses couldn't touch us on

RE: [XFree86] 4.3 setup is dumping

2003-08-26 Thread Alexander Stohr
It looks to me that your grafis hardware is mirrored some 40 times on the PCI bus scan. and therefore the autodetection tries to load a bigger bunch of drivers, thus i assume memory exhaustions happens. Either you do find a way to fix up the PCI bus scan to up to the very first grafics device (a