CVS Update: xc (branch: trunk)

2003-10-09 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/10/09 00:55:51 Log message: Fix for Asus L3000D (740+Chrontel 7019) Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: init301.c init301.h initdef.h sis.h sis_driver.h

CVS Update: xc (branch: trunk)

2003-10-09 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/10/09 01:30:57 Log message: Remove DDC Sync range substitution; now done by common layer Modified files: xc/programs/Xserver/hw/xfree86/drivers/sis/: sis_driver.c Revision

CVS Update: xc (branch: trunk)

2003-10-09 Thread Ivan Pascal
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/10/09 04:44:00 Log message: 496. Added USB keyboard support for Solaris/x86 platform (Bugzilla #352, Daniel Rock). Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG

CVS Update: xc (branch: trunk)

2003-10-09 Thread Ivan Pascal
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/10/09 04:45:27 Log message: 496. Added USB keyboard support for Solaris/x86 platform (Bugzilla #352, Daniel Rock). Modified files: xc/programs/xkbcomp/keycodes/: xfree86

CVS Update: xc (branch: trunk)

2003-10-09 Thread Alan Hourihane
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/10/09 05:40:57 Log message: 497. Add an xf86InitFBManagerLinear() function and implement the Linear allocation routines. These still fallback to XY area allocation if no (or the lack of)

CVS Update: xc (branch: trunk)

2003-10-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/10/09 15:06:37 Log message: Factorize the LinkBuildSonameLibrary() macro move it to Imake.rules. It used to be the same in all files. Moreover it had the 2 same bugs (failing to create $BUILDLIBDIR if

CVS Update: xc (branch: trunk)

2003-10-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/10/09 15:43:20 Log message: Revert previous. It still has some issues. Modified files: xc/config/cf/: OpenBSDLib.rules bsdLib.rules bsdiLib.rules darwinLib.rules gnuLib.rules

CVS Update: xc (branch: trunk)

2003-10-09 Thread Torrey T. Lyons
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 03/10/09 16:42:32 Log message: Fix compile problems from Mesa merge. Modified files: xc/lib/GL/apple/: Imakefile dri_dispatch.defs dri_dispatch.h dri_glx.h Revision ChangesPath

How to kick off a accelerate draw operation in source code

2003-10-09 Thread xiao john
Hi all, I am writing a customerized graphic card driver in xfree86, and I refered to NV dirver, I can find that NVSetupForSolidLine and NVSubsequentSolidHorVertLine .. functions to manipulate the HW register, I wonder that it is just filling some data in the registers, I want to know when and

Alt+Tab make

2003-10-09 Thread theoharis tsenis
I want to make a function like the Alt+Tab where various windows (Xwindow server) will come in front. The window maybe written in Qwidget, simple widget, or simple Xwindow Api. Any ideas or correspond source to see? Get advanced

Re: What about a kernel module?

2003-10-09 Thread Alan Coopersmith
Juliusz Chroboczek wrote: AC (Of course, we do this somewhat on Solaris/sparc, Do you document the interface ? Partially - the generic interfaces all frame buffer drivers support are documented in the fbio(7) man page (available online at http://docs.sun.com/ ) and some frame buffer drivers

Re: How to render multiple cursors?

2003-10-09 Thread Kieran O'Sullivan
Why would you want more than one pointer? and more importantly how would it be used? I wonder if you are not making life more difficult than it needs to be. Actually the more I think about the more I really want to know the answer to thoes two questions.

XFree86 4.4 reminder

2003-10-09 Thread David Dawes
This is a reminder that the XFree86 4.4 release is planned for mid December 2003, with 15 October 2003 being the final date for the submission of new features. See the release plans page on our web site for further details of the schedule http://www.xfree86.org/releaseplans.html. The 4.3.99.14

Re: RFC Marking private symbols in XFree86 shared libraries as private

2003-10-09 Thread Ian Romanick
Jakub Jelinek wrote: 1) could be done by some header which everything uses, doing #if defined HAVE_VISIBILITY_ATTRIBUTE defined __PIC__ #define hidden __attribute__((visibility (hidden))) #else #define hidden /**/ #endif and write prototypes like: void hidden

Re: RFC Marking private symbols in XFree86 shared libraries as private

2003-10-09 Thread David Dawes
On Thu, Oct 09, 2003 at 02:05:47PM +0200, Jakub Jelinek wrote: Looking at various /usr/X11R6/lib/lib*.so* shared libraries, I'm seeing lots of exported symbols which look like they are exported just because they cannot be static (as they are used by some other .o files in the same shared library,

Re: RFC Marking private symbols in XFree86 shared libraries as private

2003-10-09 Thread Jakub Jelinek
On Thu, Oct 09, 2003 at 12:08:55PM -0400, David Dawes wrote: On Thu, Oct 09, 2003 at 02:05:47PM +0200, Jakub Jelinek wrote: Looking at various /usr/X11R6/lib/lib*.so* shared libraries, I'm seeing lots of exported symbols which look like they are exported just because they cannot be static

Re: What about a kernel module?

2003-10-09 Thread Emmanuel ALLAUD
Juliusz Chroboczek wrote: I'd like to suggest that you implement device-specific code as a kernel module. Well, that won't happen; we already have working portable driver code in userspace, and there's no chance we'll port that to the Linux kernel. On the other hand, I do think that we'll

X scheduler

2003-10-09 Thread Lucas Correia Villa Real
Hi, Felipe and I are doing some research on interactivity on XFree86 when running with the Linux kernel 2.6. There was an interesting thread on the Linux Kernel Mailing List, where it was pointed [1] an interesting solution to adopt, suggested by Haoqiang Zheng: I have a kernel based solution

Re: How to render multiple cursors?

2003-10-09 Thread Andrew C Aitchison
On Wed, 8 Oct 2003, Grant Wallace wrote: I earlier had a question regarding how to support multiple pointers. One reply to that was to write a Window Manager to handle this. I can see how the window manager can handle moving windows simultaneously and redirecting input to windows

Re: What about a kernel module?

2003-10-09 Thread Mark Vojkovich
On Wed, 8 Oct 2003, Emmanuel ALLAUD wrote: Juliusz Chroboczek wrote: I'd like to suggest that you implement device-specific code as a kernel module. Well, that won't happen; we already have working portable driver code in userspace, and there's no chance we'll port that to the

Re: How to kick off a accelerate draw operation in source code

2003-10-09 Thread Mark Vojkovich
The Subsequent functions kick off the operations. You'll have to refer to your hardware documentation for how to do that for your hardware. Mark. On Thu, 9 Oct 2003, xiao john wrote: Hi all, I am writing a customerized graphic card driver in xfree86, and I

Re: error building shared libXau

2003-10-09 Thread Matthieu Herrb
Matthieu Herrb wrote (in a message from Tuesday April 1) Frank Liu wrote (in a message from Monday 31) I am trying to enable building shared lib for libXau, but got an error: ... gcc -o ./libXau.so.6.0~ -shared -Wl,-rpath,/usr/X11R6/lib -Wl,-soname,libXau.so.6 AuDispose.o

Re: error building shared libXau

2003-10-09 Thread Matthieu Herrb
Frank Liu wrote (in a message from Tuesday Apr 1) more errors while final linking of XFree86, Xprt, Xnest, etc. eg: ... os/libos.a(auth.o): In function `LoadAuthorization': auth.o(.text+0x126): undefined reference to `XauDisposeAuth' auth.o(.text+0x135): undefined reference to

Re: RFC Marking private symbols in XFree86 shared libraries as private

2003-10-09 Thread David Dawes
On Thu, Oct 09, 2003 at 04:55:25PM +0200, Jakub Jelinek wrote: On Thu, Oct 09, 2003 at 12:08:55PM -0400, David Dawes wrote: On Thu, Oct 09, 2003 at 02:05:47PM +0200, Jakub Jelinek wrote: Looking at various /usr/X11R6/lib/lib*.so* shared libraries, I'm seeing lots of exported symbols which

Re: X scheduler

2003-10-09 Thread Lucas Correia Villa Real
On Thursday 09 October 2003 15:31, Lucas Correia Villa Real wrote: Hi, Felipe and I are doing some research on interactivity on XFree86 when running with the Linux kernel 2.6. There was an interesting thread on the Linux Kernel Mailing List, where it was pointed [1] an interesting solution

[Fonts] XFree86 4.4 reminder

2003-10-09 Thread David Dawes
This is a reminder that the XFree86 4.4 release is planned for mid December 2003, with 15 October 2003 being the final date for the submission of new features. See the release plans page on our web site for further details of the schedule http://www.xfree86.org/releaseplans.html. The 4.3.99.14

[I18n] XFree86 4.4 reminder

2003-10-09 Thread David Dawes
This is a reminder that the XFree86 4.4 release is planned for mid December 2003, with 15 October 2003 being the final date for the submission of new features. See the release plans page on our web site for further details of the schedule http://www.xfree86.org/releaseplans.html. The 4.3.99.14

[XFree86] that is a problem that i found after installing the linux. How to solve

2003-10-09 Thread Ong sianyaw
Hi, this is the system that i found when i using startx command. can you help me to solve it? thank Regards benny _ Download the latest MSN Messenger http://messenger.msn.com.my XFree86.9.log Description: Binary data

[XFree86] Help!

2003-10-09 Thread Gonzalo G. Alvarez
Hi People! I'm new to Mandrake Linux but no to Unix world, so I now a little bit about the OS... Can you help me with this message errors? The X Server dies with Signal 11 while I'm working and I loose everething, this happends too much and I can't work, also I get some core dump messages

RE: [XFree86] Pseudocolor mode handling...

2003-10-09 Thread Berge, Harry ten
Hi, I still have problem using XFree86 in Pseudocolor mode. When I use XFree86 V4.1.0 in Pseudocolor Mode, all works fine. I mean that when the X server starts, then no default color are allocated, all the 256 colors are free. But still version 4.2.0 (V4.3.0 too), when I use XFree86 in

[XFree86] zinindie chance deines lebens

2003-10-09 Thread tursind
die chance deines lebens nur 1dollar und danndownline weltweit bauen mfg stefan balzer http://www.keingeld.net/base-moneygod.htmJORVCFECGMVTLWSC ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

[XFree86] Evaluation CD needed

2003-10-09 Thread Ashok
Dear Sir, We have been asked by our partner Fujitsu Lt., Japan to evaluate some microbrowsers,Filesystem,Multimedia and GUI tools that can work in smaller devices such as embedded and handheld devices and appliances. We have choosen your product for evaluation before submitting the results to

Re: [XFree86] Mouse restrictions under dual-head config

2003-10-09 Thread Aivils Stoss
Thank you. That was actually what I had in mind (and I had discovered that earlier). It's just that it feels like kind of a hack to do so. I would have thought that there would be a real way of doing it, if you see what I mean. Oh, and by the way. What I would _really_ want, is to run two

[XFree86] See this log file , i`m getting errors with xfs sayin can`t open fixed fonts

2003-10-09 Thread Suresh Babu
- (on the network) email-body was scanned and no virus found -D-Link R D E-Mail Traffic--- XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / X Window System (protocol Version 11,

[XFree86] Where can I get the architecture of XFree86

2003-10-09 Thread ËïΪȺ
DearMembersofXFree86:IamreadingthecodeofXFree86,andit'snotaneasyjobforme.Itwill,Ithink,savemealotoftimeifIknowthearchitectureofXFree86.IstherespecificationsofthearchitectureofXFree86?WherecanIgetit?Yourtruely!WeiqunSun ==

Re: [XFree86] See this log file , i`m getting errors with xfs sayin can`t open fixed fonts

2003-10-09 Thread Bharathi S
On Thu, 9 Oct 2003, Suresh Babu wrote: Hai, X Font Server is not running in your machine. start/restart it mannually and start the X. As root : /etc/rc.d/init.d/xfs restart HTH :) -- Bharathi S, IndLinuX Team, (__) DON Lab,TeNeT Group, oo ) IIT-Madras, Chennai-INDIA. (_/\ Known

[XFree86] i have a display problem

2003-10-09 Thread MADHANA GOPAL PARTHIBAN
hi i have a display problem for my red hat linux installation. i am useing a HP Ultra VGA 1280 model d2818a iam attaching the errir log which it has generated. please help us regarding this. __ Do you Yahoo!? The New Yahoo! Shopping - with improved product

Re: [XFree86] All annoying error in I830WaitLpRing() in some details

2003-10-09 Thread Egbert Eich
Nicolas Joly writes: * NoAccel... ok * Accel ... KO * Accel + SWcursor + 4Mo ... KO * Accel + NeedRingBufferLow ... KO For the NoAccel case, i successfully switched about 20 times to the 4 text consoles and went back to X without

[XFree86] Horizontal Sync Range and Vertical Sync Range

2003-10-09 Thread BlackCat Hack Palace Admin
Hello, sorry to bother you, I got monitor Sony CPD-G200P and i need to setup my XWindows to work in [EMAIL PROTECTED]But i just get [EMAIL PROTECTED]... There is a only one vertical and horizontal sync range in my monitor manual, it brings my monitor to [EMAIL PROTECTED] Hz :( So my

Re: [XFree86] All annoying error in I830WaitLpRing() in some details

2003-10-09 Thread Nicolas Joly
On Thu, Oct 09, 2003 at 03:47:22PM +0200, Egbert Eich wrote: Nicolas Joly writes: * NoAccel ... ok * Accel... KO * Accel + SWcursor + 4Mo ... KO * Accel + NeedRingBufferLow... KO For the NoAccel case, i successfully

[XFree86] Pseudocolor mode handling (further details)...

2003-10-09 Thread MARTIN Patrice - GRE ( [EMAIL PROTECTED] )
Berge, Harry ten wrote: You're completely right! This is caused by the render module. One solution is to use a nVidia card with the driver from nVidia. They have an option in their driver 'NoRenderExtension' which disables the render module and gives you your precious colors in

[XFree86] Re: Pseudocolor mode handling (further details)...

2003-10-09 Thread Mike A. Harris
On Thu, 9 Oct 2003, MARTIN Patrice - GRE ( [EMAIL PROTECTED] ) wrote: You're completely right! This is caused by the render module. One solution is to use a nVidia card with the driver from nVidia. They have an option in their driver 'NoRenderExtension' which disables the render module and gives

[XFree86] FW:

2003-10-09 Thread Elliott, Gary E
Hello - I am getting the following error when starting windows. Any idea why? Thanks, Gary Gary E. Elliott Senior Technical Staff Member ALABS (ATT Labs) 290 Davidson Ave., Somerset N.J 08875 rm. E2B037 732-805-2329 -Original Message- From: Gary E Elliott 2329 E2B037 [mailto:[EMAIL

Re: [XFree86] Horizontal Sync Range and Vertical Sync Range

2003-10-09 Thread Thomas Winischhofer
BlackCat Hack Palace Admin wrote: Hello, sorry to bother you, I got monitor Sony CPD-G200P and i need to setup my XWindows to work in [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] But i just get [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]... There is a only one vertical and horizontal sync

[XFree86] XFree86 4.4 reminder

2003-10-09 Thread David Dawes
This is a reminder that the XFree86 4.4 release is planned for mid December 2003, with 15 October 2003 being the final date for the submission of new features. See the release plans page on our web site for further details of the schedule http://www.xfree86.org/releaseplans.html. The 4.3.99.14

[XFree86] (no subject)

2003-10-09 Thread Blackspy
Hello, sorry to bother you, I got monitor Sony CPD-G200P and i need to setup my XWindows to work in [EMAIL PROTECTED] But i just get [EMAIL PROTECTED] There is a only one vertical and horizontal sync range in my monitor manual, it brings my monitor to [EMAIL PROTECTED] Hz :( So my question is:

Re: [XFree86] that is a problem that i found after installing the linux. How to solve

2003-10-09 Thread Mark Vojkovich
I think you need to upgrade to XFree86 4.3. Your XFree86 version is substantially older than your graphics hardware. Mark. On Thu, 9 Oct 2003, Ong sianyaw wrote: Hi, this is the system that i found when i using startx command. can you help me to solve it?

Re: [XFree86] Help!

2003-10-09 Thread Mark Vojkovich
If this happened while you were doing something that uses TrueType fonts (like web browsing), you might want to try replacing Load freetype with Load xtt in the XF86Config file. There are some known fatal conditions in the Freetype module. Mark. On Thu, 9 Oct 2003,

Re: [XFree86] Where can I get the architecture of XFree86

2003-10-09 Thread Mark Vojkovich
There is alot of documentation in the xc/doc directory in the XFree86 source code. If you have specific questions, you should ask them. Mark. On Thu, 9 Oct 2003, ËïΪȺ wrote: Dear Members of XFree86: I am reading the code of XFree86,and it's not an easy job

Re: [XFree86] Evaluation CD needed

2003-10-09 Thread Mark Vojkovich
Somebody familiar with TinyX should send him some pointers. Mark. On Thu, 9 Oct 2003, Pieter Hulshoff wrote: snip Will one of the developers of XFree86 send this gentleman a proper response, or shall I as a user pick this one up? Regards, Pieter Hulshoff

Re: [XFree86] i have a display problem

2003-10-09 Thread Mark Vojkovich
(--) PCI:*(0:15:0) unknown vendor (0x15ad) unknown chipset (0x0405) rev 0, Mem @ 0xfd00/24, 0xfc00/24, I/O @ 0x10e0/4 Looking this up on the web, this appears to be a VMWARE SVGA II v3.x It looks like there is a driver for this in XFree86 4.3. You should upgrade as your XFree86

Re: [XFree86] Horizontal Sync Range and Vertical Sync Range

2003-10-09 Thread Mark Vojkovich
According to information I see on the web, this monitor supports horizontal frequencies up to 96 kHz. So I would guess: HorizSync 30 - 96 VertRefresh 50 - 120 or something like that. There are no 100 Hz modelines built into XFree86 though, so you'll have to make one. The gtf app

[XFree86] Re: Contradictory informations about video card support

2003-10-09 Thread Mike A. Harris
On Sun, 28 Sep 2003, Vincent Thomasset wrote: Date: Sun, 28 Sep 2003 07:44:34 +0200 From: Vincent Thomasset [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Subject: Contradictory informations about video card support Hi, i own an