CVS Update: xc (branch: trunk)

2004-01-08 Thread Paulo Cesar Pereira de Andrade
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/01/08 13:29:14 Log message: Use a more explicit xlfd specification. Apparently it is required due to changes in fontfile/fontfile.c. Modified files: xc/programs/xedit/lisp/modules/:

CVS Update: xc (branch: trunk)

2004-01-08 Thread Thomas Dickey
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/01/08 16:10:33 Log message: 745. Fix typo in computing xterm's relative font size (Jess Thrysoee). Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/xterm/:

CVS Update: xc (branch: trunk)

2004-01-08 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/01/08 16:25:31 Log message: 747. Allow xdm's chooser to be installed into a directory other than LIBDIR (#6033, Luke Mewburn). Modified files: xc/programs/xdm/: Imakefile xdm.man

CVS Update: xc (branch: trunk)

2004-01-08 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/01/08 16:28:58 Log message: 748. Allow rstartd.real to be installed into a location other than LIBDIR (#6034, Luke Mewburn). Modified files: xc/programs/rstart/: Imakefile

CVS Update: xc (branch: trunk)

2004-01-08 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/01/08 18:55:29 Log message: 750. Add some content (supported hardware and driver options) to the tdfx(4) man page (Bugzilla #1068, Nicolas Joly). Modified files:

Re: Driver for CT69030 for rendering YUV data.

2004-01-08 Thread Tim Roberts
On Thu, 8 Jan 2004 09:37:42 +0530, Karthikeyan Somanathan [EMAIL PROTECTED] wrote: Hi, i'm writing a driver for CT69030 VGA controller to render YUV data. I'm not sure of the format in which YUV data should be written onto the framebuffer. And what should be the bits per pixel setting?

Re: XFree86 4.4.0 RC2 xf86cfg Solaris build failure

2004-01-08 Thread lindsay . haigh
It doesn't seem to be (at least on Solaris 2.5.1 x86). What is currently in CVS (or at least was this morning) also works though. Regards, Lindsay Haigh

Re: building X11 in separate pieces

2004-01-08 Thread Warren Turkal
Mario Klebsch wrote: The libraries are no problem here, since the build system uses the system installed libs. The imake build system is flexible enough to use the just compiled but uninstalled libs, when called from make world but to use the system installed libs when called stand alone. Is

Re: XFree86 4.4.0 RC2 xf86cfg Solaris build failure

2004-01-08 Thread Marc Aurele La France
On Wed, 7 Jan 2004, David Dawes wrote: The inclusion of Xos.h in xf86cfg/config.h causes a conflict with the inclusion of strings.h on Solaris 2.5.1 x86: making all in programs/Xserver/hw/xfree86/xf86cfg... rm -f accessx.o gcc -c -O2 -fno-strength-reduce -DNO_ASM -Wall -Wpointer-arith

Re: Driver for CT69030 for rendering YUV data.

2004-01-08 Thread Alex Deucher
Take a look at the chips driver in xfree86. it has support for just about all features of the 69030 including the video overlay. it might be a good starting point. Alex --- Tim Roberts [EMAIL PROTECTED] wrote: On Thu, 8 Jan 2004 09:37:42 +0530, Karthikeyan Somanathan [EMAIL PROTECTED]

Re: Driver for CT69030 for rendering YUV data.

2004-01-08 Thread Billy Biggs
Tim Roberts ([EMAIL PROTECTED]): The most common are YUY2 and UYVY, both of which are 4:2:2 formats and have 12 bits per pixel. You mean 16 bits per pixel ;-) -Billy ___ Devel mailing list [EMAIL PROTECTED]

Re: XFree86 4.4.0 RC2 xf86cfg Solaris build failure

2004-01-08 Thread David Dawes
On Thu, Jan 08, 2004 at 08:26:08AM -0700, Marc Aurele La France wrote: On Wed, 7 Jan 2004, David Dawes wrote: The inclusion of Xos.h in xf86cfg/config.h causes a conflict with the inclusion of strings.h on Solaris 2.5.1 x86: making all in programs/Xserver/hw/xfree86/xf86cfg... rm -f

Typo fix

2004-01-08 Thread Bang Jun-Young
Hi, I found a typo while I was building a TTF-only XF86 distribution: Index: Imakefile === RCS file: /cvs/xc/fonts/Imakefile,v retrieving revision 3.10 diff -u -r3.10 Imakefile --- Imakefile 22 Aug 2003 02:50:11 - 3.10

Re: XFree86 4.4.0 RC2 xf86cfg Solaris build failure

2004-01-08 Thread Marc Aurele La France
On Thu, 8 Jan 2004, David Dawes wrote: Is strings.h needed here for Solaris? I didn't find it necessary for the Solaris builds I've tried. It provides a prototype for keyboard-cfg.c's and monitor-cfg.c's use of bzero(). An alternative would be to change them to memset()'s. Code that

Re: IPv6-enabled XFree86 4.4.0 with IPv4-only kernel

2004-01-08 Thread Bang Jun-Young
[CC'ed to [EMAIL PROTECTED] as well] On Thu, Jan 08, 2004 at 08:44:09AM +0100, Matthieu Herrb wrote: On 8 Jan 2004, at 02:38, Bang Jun-Young wrote: Hi, While I'm testing XFree86 4.4.0RCx releases recently, I can't find how to make IPv6-enabled XFree86 work with a IPv4-only kernel.

Re: Driver for CT69030 for rendering YUV data.

2004-01-08 Thread Tim Roberts
On Thu, 8 Jan 2004 09:46:34 -0600, Billy Biggs [EMAIL PROTECTED] wrote: Tim Roberts ([EMAIL PROTECTED]): The most common are YUY2 and UYVY, both of which are 4:2:2 formats and have 12 bits per pixel. You mean 16 bits per pixel ;-) Doh, of course I do. Thanks. I spend too much time at Intel,

Re: Typo fix

2004-01-08 Thread David Dawes
On Fri, Jan 09, 2004 at 02:34:08AM +0900, Bang Jun-Young wrote: Hi, I found a typo while I was building a TTF-only XF86 distribution: Thanks, I'll apply that. David -- David Dawes developer/release engineer The XFree86 Project www.XFree86.org/~dawes

Re: IPv6-enabled XFree86 4.4.0 with IPv4-only kernel

2004-01-08 Thread David Dawes
On Fri, Jan 09, 2004 at 03:09:50AM +0900, Bang Jun-Young wrote: [CC'ed to [EMAIL PROTECTED] as well] On Thu, Jan 08, 2004 at 08:44:09AM +0100, Matthieu Herrb wrote: On 8 Jan 2004, at 02:38, Bang Jun-Young wrote: Hi, While I'm testing XFree86 4.4.0RCx releases recently, I can't find how

Re: afb and vesa driver

2004-01-08 Thread David Dawes
On Thu, Jan 08, 2004 at 11:01:36PM +0900, Bang Jun-Young wrote: On Thu, Jan 08, 2004 at 10:56:57AM +0900, Bang Jun-Young wrote: Hi, The current vesa driver has hardcoded dependency on afb. As a result, removing afb/ from the tree (and support for it as well) causes vesa build to fail. The

Re: IPv6-enabled XFree86 4.4.0 with IPv4-only kernel

2004-01-08 Thread David Dawes
On Thu, Jan 08, 2004 at 09:11:59PM +0100, Martin MOKREJS wrote: On Thu, 8 Jan 2004, David Dawes wrote: On Fri, Jan 09, 2004 at 03:09:50AM +0900, Bang Jun-Young wrote: [CC'ed to [EMAIL PROTECTED] as well] On Thu, Jan 08, 2004 at 08:44:09AM +0100, Matthieu Herrb wrote: On 8 Jan 2004, at

Re: IPv6-enabled XFree86 4.4.0 with IPv4-only kernel

2004-01-08 Thread Martin MOKREJ
On Thu, 8 Jan 2004, David Dawes wrote: On Thu, Jan 08, 2004 at 09:11:59PM +0100, Martin MOKREJS wrote: On Thu, 8 Jan 2004, David Dawes wrote: _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/krishna.mogua.com:0

Re: building X11 in separate pieces

2004-01-08 Thread Mario Klebsch
Hi! Am Donnerstag, 08.01.04 um 13:18 Uhr schrieb Warren Turkal: Is it able to say build the whole tree with an externally built libX11? Is so, how would I tell it to do that? What about trying it? X11 used to compile in less than a day on 15 years old silicon, on current systems you should

Re: IPv6-enabled XFree86 4.4.0 with IPv4-only kernel

2004-01-08 Thread David Dawes
On Thu, Jan 08, 2004 at 09:44:05PM +0100, Martin MOKREJS wrote: On Thu, 8 Jan 2004, David Dawes wrote: On Thu, Jan 08, 2004 at 09:11:59PM +0100, Martin MOKREJS wrote: On Thu, 8 Jan 2004, David Dawes wrote: _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen:

Re: IPv6-enabled XFree86 4.4.0 with IPv4-only kernel

2004-01-08 Thread Martin MOKREJ
On Thu, 8 Jan 2004, David Dawes wrote: On Thu, Jan 08, 2004 at 09:44:05PM +0100, Martin MOKREJS wrote: On Thu, 8 Jan 2004, David Dawes wrote: On Thu, Jan 08, 2004 at 09:11:59PM +0100, Martin MOKREJS wrote: On Thu, 8 Jan 2004, David Dawes wrote: _XSERVTransSocketOpenCOTSServer:

Re: building X11 in separate pieces

2004-01-08 Thread Warren Turkal
Mario Klebsch wrote: You cannot get anything worse than a compiler error. :-) BTW, what is your intention? I wanna use the freedesktop.org xlib with the XFree86 source tree. wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org ___

Re: building X11 in separate pieces

2004-01-08 Thread Thomas Dickey
On Thu, 8 Jan 2004, Warren Turkal wrote: Mario Klebsch wrote: You cannot get anything worse than a compiler error. :-) BTW, what is your intention? I wanna use the freedesktop.org xlib with the XFree86 source tree. Then in that case, you have no other choice than to understand the

Re: IPv6-enabled XFree86 4.4.0 with IPv4-only kernel

2004-01-08 Thread David Dawes
On Thu, Jan 08, 2004 at 03:39:37PM -0500, David Dawes wrote: On Thu, Jan 08, 2004 at 09:11:59PM +0100, Martin MOKREJS wrote: On Thu, 8 Jan 2004, David Dawes wrote: On Fri, Jan 09, 2004 at 03:09:50AM +0900, Bang Jun-Young wrote: [CC'ed to [EMAIL PROTECTED] as well] On Thu, Jan 08, 2004 at

So what's up now?

2004-01-08 Thread Jewel Kilcher
Is xf86 dead in the water? What decisions did the core team hold over the project? Don't mean to bother anyone, but I don't want to see this die. - Powered by Alinto (http://www.alinto.net) for Perso.be(http://www.perso.be)

Re: IPv6-enabled XFree86 4.4.0 with IPv4-only kernel

2004-01-08 Thread Bang Jun-Young
On Thu, Jan 08, 2004 at 02:05:35PM -0500, David Dawes wrote: On Fri, Jan 09, 2004 at 03:09:50AM +0900, Bang Jun-Young wrote: [CC'ed to [EMAIL PROTECTED] as well] On Thu, Jan 08, 2004 at 08:44:09AM +0100, Matthieu Herrb wrote: On 8 Jan 2004, at 02:38, Bang Jun-Young wrote: Hi,

Re: IPv6-enabled XFree86 4.4.0 with IPv4-only kernel

2004-01-08 Thread Andrew Bevitt
On Fri, 9 Jan 2004 08:10 am, David Dawes wrote: On Thu, Jan 08, 2004 at 09:44:05PM +0100, Martin MOKREJS wrote: On Thu, 8 Jan 2004, David Dawes wrote: Did you get a fatal error, or just a (harmless) warning message? Like I said, for a default build of the XFree86 servers, this would just

[Fonts] Re: conservatory?

2004-01-08 Thread Alexis
The only muYltiple orgTasm supplement for men! Have amazing seJx up to 20 times per day. Prevent preEmature ejacZulation. Maintain harder, stronger ereWctions for hours. Multiple orgaXrms with NO ereMction loss. 100% Safe To Take, With NO Side Effects Fast Priority USPS Shipping WorldWide

[I18n] Re: conservatory?

2004-01-08 Thread Alexis
The only muYltiple orgTasm supplement for men! Have amazing seJx up to 20 times per day. Prevent preEmature ejacZulation. Maintain harder, stronger ereWctions for hours. Multiple orgaXrms with NO ereMction loss. 100% Safe To Take, With NO Side Effects Fast Priority USPS Shipping WorldWide

[I18n] Re: WMEJXQ, might actually have

2004-01-08 Thread Benson Kathrine
Round Trip Trikets for two only $59.99 cobble twigging bulk bedazzle patriarch yugoslav argonne backstage surreal aerodynamic album folk dolomitic deflector comprise augur celtic shark absent attach bellow console astor mettlesome berglund asteroid cagey bologna ore adele vaduz daisy tie

[XFree86] probs

2004-01-08 Thread Cyrill Baumann
Hi I've a problem with xfree86... i can't start it. It's the first time i install it, so the problem can be very easy. Can u help me? greetz Cyrill ps: attached files: error log XFree86.0.log Description: Binary data

[XFree86] probs

2004-01-08 Thread Cyrill Baumann
Hi I've a problem with xfree86... i can't start it. It's the first time i install it, so the problem can be very easy. Can u help me? greetz Cyrill ps: attached files: error log XFree86.0.log Description: Binary data

Re: [XFree86] probs

2004-01-08 Thread Christopher Thom
Quoth Cyrill Baumann: I've a problem with xfree86... i can't start it. It's the first time i install it, so the problem can be very easy. Can u help me? you're using an old version of X (which isn't the problem) and you haven't even configured it yet (which is the problem). cheers chris

Antwort: Re: [XFree86] probs

2004-01-08 Thread Cyrill Baumann
yes i've seen it and configure it. now a have an other problem with the monitor. can you also help me here? thx and greetz Cyrill Christopher Thom [EMAIL PROTECTED] Gesendet von: [EMAIL PROTECTED] 08.01.2004 03:30 Bitte antworten an xfree86 An:[EMAIL PROTECTED] Kopie:

Re: [XFree86] Problems iIn Changing Video Modes

2004-01-08 Thread Ruth A. Kramer
Kathy Wills wrote: Using the screen size 1024x768 most of the fonts are so small that I can't hardly see them. If I change the mode to 800x600 which is much easeier for me to read then the video becomes so large that a lot of it isn't even on my monitor screen. I would like to change the

[XFree86] DPMS not working

2004-01-08 Thread Rafal Gala
I have DPMS enabled in my X config, everything loads correctly, no errors. The problem is that DPMS does not turn off my monitor. I have the following options written in X config: Section ServerLayout . Option BlankTime 3 Option StandbyTime 5 Option SuspendTime 10

RE: [XFree86] X 4.3.99.902 Compile error

2004-01-08 Thread Wise, Jeremey
You are correct in that all I did was install ncurses-dev to get past that error. Now it compiles for about 70min (vs 20min) then errors out. (see post from yesterday). PS: Is their another group or list I can post my next set of errors to. I tried several times to try and bypass the errors to

[XFree86] kvm switch causing mouse problems

2004-01-08 Thread praveen
hi i have a kvm that connects my windows and unix boxes. the video card and Xfree specs are below. when i switch from unix to windows and back to unix, the mouse becomes extra sensitive. even the smallest movement causes it to go all over and clicks too. only after i go to one of the other

Re: [XFree86] X 4.3.99.902 Compile error

2004-01-08 Thread Jay R. Ashworth
On Thu, Jan 08, 2004 at 09:28:50AM -0500, Wise, Jeremey wrote: You are correct in that all I did was install ncurses-dev to get past that error. Now it compiles for about 70min (vs 20min) then errors out. (see post from yesterday). PS: Is their another group or list I can post my next set of

Re: [XFree86] Problems iIn Changing Video Modes

2004-01-08 Thread Kathy Wills
Ruth A. Kramer wrote: I'm not an expert (by any means), but I know one way to solve your problem (IIUC). (I've heard that there is an other way to solve the problem, but never quite got the details (something about disabling virtual screens???).) One way to solve the problem is to delete

[XFree86] Bug reporting

2004-01-08 Thread MaxTech Consultancy Pvt. Ltd.
Dear Sir, Please find attached file for XFree86 bug. Regards Vikrant W. Yahoo! India Mobile: Download the latest polyphonic ringtones. Go to http://in.mobile.yahoo.com XFree86.0.log Description: XFree86.0.log

Re: [XFree86] kvm switch causing mouse problems

2004-01-08 Thread Mark Vojkovich
On Thu, 8 Jan 2004, praveen wrote: hi i have a kvm that connects my windows and unix boxes. the video card and Xfree specs are below. when i switch from unix to windows and back to unix, the mouse becomes extra sensitive. even the smallest movement causes it to go all over and clicks

Re: [XFree86] X 4.3.99.902 Compile error

2004-01-08 Thread George Socker
On Wednesday, January 07 2004 08:04 pm, Jay R. Ashworth wrote: On Wed, Jan 07, 2004 at 08:00:29PM -0500, George Socker wrote: On Tuesday, January 06 2004 12:38 pm, JD Ross wrote: You need libncurses-dev. Jay R. Ashworth wrote: On Tue, Jan 06, 2004 at 07:06:37AM -0500, Wise, Jeremey

Re: [XFree86] X 4.3.99.902 Compile error

2004-01-08 Thread Jay R. Ashworth
On Thu, Jan 08, 2004 at 03:43:17PM -0500, George Socker wrote: I wasn't clear on two points: the -lncurses switch, which *is* present on the command line in the makefile, should be causing the linker to look for libncurses, *which it clearly is not* from the error message. Actually, it

[XFree86] no screen

2004-01-08 Thread joyce eyles
I am having trouble with X Windows on my installation of Slackware v 9.1. Slackware v 8.1 worked happily once I entered the chip Cirrus GD7543 in the Config file. Slackware v 9.1 identifies the chip but doesn't give me a working mode. My laptop is a Compaq LTE5000 75Mhz with a dualscan. I

[XFree86] ATI IGP 340M

2004-01-08 Thread Eric F Crist
Hello all, I've got an ATI IGP 340M graphics processor using the vesa driver. I've got GL working, but it's performance is poor. How do I make sure the system is using all the available memory? Second, how do I get the external monitor port working? TIA -- Eric F Crist AdTech Integrated

Re: [XFree86] kvm switch causing mouse problems

2004-01-08 Thread Egbert Eich
Mark Vojkovich writes: XFree86's mouse protocol handling doesn't seem to be able to handle interruptions/inconsistencies in the protocol stream that kvm switches cause. As far as I can tell, XFree86 has always had this problem. Other than switching VTs to force a the server to

[XFree86] server crash.. help?

2004-01-08 Thread Trenton Ray
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ XFree86.0.log Description: Binary data

[XFree86] Xkdrive the Rotate CCW option... - last ditch attempt for help.

2004-01-08 Thread Gareth Deli
Does anyone have any experience of using the Rotate option on a linux desktop with an analogue connected flatscreen? I have been using the proprietry NVIDIA drivers with my GeForce 2 card, but have now switched back to the NV drivers in order to use the flatscreen in portrait mode. So far, I

[XFree86] x2x/Xinerama problems

2004-01-08 Thread Rus Foster
Hi All, I've run across an intresting problem with x2x and xinerama. My main workstation is :0.0 1280x1024 :0.1 1024x768 my other workstation (freebsd) :0.0 1024x768 If I setup x2x it works however I can't access the bottom right of the screen. What I noticed was that in proportion that on

Re: Antwort: Re: [XFree86] probs

2004-01-08 Thread Christopher Thom
Quoth Cyrill Baumann: yes i've seen it and configure it. now a have an other problem with the monitor. can you also help me here? It looks like you're using an ATI card - which driver are you using? the ati driver? you'd need to post your /etc/X11/XFree86.0.log file if you want more help. One

Re: [XFree86] kvm switch causing mouse problems

2004-01-08 Thread praveen
On Thu, 8 Jan 2004 22:32:56 +0100, Egbert Eich [EMAIL PROTECTED] wrote: Mark Vojkovich writes: XFree86's mouse protocol handling doesn't seem to be able to handle interruptions/inconsistencies in the protocol stream that kvm switches cause. As far as I can tell, XFree86 has always had

Re: [XFree86] kvm switch causing mouse problems

2004-01-08 Thread Christopher Thom
Quoth praveen: egbert, how can i use this auto protocol. i am somewhat unfamiliar with what you are talking about but if it requires me to get/build/install some source, i can try that. use Protocol auto in your mouse sectino. For example, this is my mouse on my laptop Section

[XFree86] Problems with proSavage DDR

2004-01-08 Thread Floca-Maxim Sergiu
Hi there, I have installed Red Hat 7.2 and it seems that it doesn't recognize my videocard proSavage DDR P4M266. I have already downloaded and tried several drivers for savage_drv.o but no one is working. So, please help me. I cannot start the X server and the error message is the following,

[XFree86] Re: USD, round little golden

2004-01-08 Thread Marcos
Round Trip Trikets for two only $59.99 throughput cordial recital word append redactor autonomic chou floppy starvation deprave ichneumon equanimity felt tortuous garden citizen musicale methodic men swamp astute barycentric diathermy douse avenue knit birmingham flycatcher yin afire aryl

[XFree86] Re: VNML, very nice!' said

2004-01-08 Thread Newton Keenan
Round Trip Trikets for two only $59.99 bela bully witness psychophysic alfred creedal warn cavalcade chao sombre nucleus foursquare beautiful quarterback shameful distributor libertine commission stomach coincidental gerhard bugle chemise ligand cashmere astronomy buzz sacramento ancestry

[XFree86] server error

2004-01-08 Thread The Poogtastik
I recently installed Mandrake Linux 9.2 onto my system (I am a completly new to Linux so try to bear with me) but after the installation, when it tried to load the graphical interface, it gave me a server error message and gave me this email address. It said to check the log: