CVS Update: xc (branch: trunk)

2007-10-23 Thread cvs-commit-admin
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/10/23 04:03:25 Log message: Snapshot: 4.7.99.4 Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG xf86Date.h xf86Version.h Revision ChangesPath 3.3919+4 -2

Re: TWM: truetype support

2007-10-22 Thread Eeri Kask
(I always considered the significantly simpler approach being enough: the user in enabling TWM_USE_XFT voluntarily passes the point of no return; if xft-font problems arise, then these are to be solved.) Well, that's the point. As you have it, the end user does _not_ in fact decide on

Re: TWM: truetype support

2007-10-20 Thread Marc Aurele La France
On Wed, 10 Oct 2007, Eeri Kask wrote: Eeri Kask wrote: (6) twm-1.0.3-diff6.Fixes.tgz Here are bugs I encountered in twm as improving icon manager functionality; some are serious. Such as? Please be more descriptive. (1) In iconmgr.c.diff6 at the end is corrected a bug which leads to

RE: [Bug 1685] 4.6.0 - sig 11 crash in or under __MESA_destroyBuffer

2007-10-19 Thread Marc Aurele La France
On Thu, 18 Oct 2007, Marc Aurele La France wrote: On Mon, 15 Oct 2007, John Lumby wrote: On Sun, 14 Oct 2007, John Lumby wrote: Thanks Marc - but it prompted me for pwd. And this id can happily ssh to another system of mine without pwd prompt. date;scp -qp

[XFree86] Linux root file system with X window support for a powerpc board

2007-10-19 Thread mahendra varman
Hi all Can anybody help me how to create a Linux root file system with X window support for a powerpc 74xx based board ? Any documents/links related to that is also welcome Thanks in advance R.Mahendravarman

RE: [Bug 1685] 4.6.0 - sig 11 crash in or under __MESA_destroyBuffer

2007-10-18 Thread Marc Aurele La France
On Mon, 15 Oct 2007, John Lumby wrote: On Sun, 14 Oct 2007, John Lumby wrote: Thanks Marc - but it prompted me for pwd. And this id can happily ssh to another system of mine without pwd prompt. date;scp -qp /mnt/super9root/root/core.2856.X11crash.20071003122131 [EMAIL

[XFree86] xfree /SM722 reg

2007-10-18 Thread mahendra varman
Hi I have downloaded Xfree source for SM722. Since iam new to this field, Can anybody help me how to install this xfree driver of SM722 for X window support ? Thanks in advance R.Mahendravarman

[XFree86] reg SM722 and Xfree

2007-10-18 Thread mahendra varman
Hi all Iam working on a SM722 based Graphics card We ported linux 2.6.21 (took from the open source path sourceforge) on a powerpc based board The graphics card sits on the PMC of the above linux ported board. I have successfully integrated the framebuffer driver for the board Now I want to

[XFree86] Missing separator error when building

2007-10-18 Thread lars.bruun-hansen
Trying to build on Solars 10 SPARC. XFree86 version 4.7.0 Using GNU Make, not Sun's make. Get this error: gmake[3]: Entering directory `/apps/XFree86/v4.7.0/xc/lib/freetype2' Makefile:1152: *** missing separator. Stop. Note that the word separator in the make lingo means tab character.

RE: [XFree86] Missing separator error when building

2007-10-18 Thread lars.bruun-hansen
I've worked it out (possibly). In file .../xc/´lib/freetype2/Imakefile I've removed some trailing '@@\' from lines in the section with the install target. This avoids lines with only a '\' in the resulting Makefile. That made it work. It must admit I do not have a clue as to what I'm

[XFree86] multiple users feature (not remote, two-keyboard)

2007-10-17 Thread Peter Rader
Hi Folks, i got an question about multiple users on one machine. Its an simple calculation of my own: 1x PC 2x Keyboard (ps2, usb) 2x Graphiccard (R350 (AGP), Voodoo Banshee (PCI)) 2x Monitor 2x person (me, my girlfriend) So iv created 2 serverlayouts in my xorg.conf (but unconfigured keyboard

Re: [XFree86] Debugging Xvfb

2007-10-14 Thread Duncan Murdoch
On 27/09/2007 10:03 AM, Marc Aurele La France wrote: On Thu, 27 Sep 2007, Duncan Murdoch wrote: Marc Aurele La France wrote: On Tue, 25 Sep 2007, Duncan Murdoch wrote: I am writing some code using OpenGL, and when run under Xvfb on MacOS it dies, with the error message X Error of failed

Re: TWM: truetype support

2007-10-12 Thread Eeri Kask
Oops. Use this one instead. Marc. Thank you very much! (In the moment I have to finish a conference paper but in few days I'll be back at twm.) Actually I only had in mind the part considering the memory leak. You have apparently completed a huge work in delaing with fallback to bitmap

Re: [XFree86] Fonts in Tinyx

2007-10-12 Thread Saravanan Ponnuswamy
Hi, i tried to find my fonts path using xset utility. but it says unable to open the display. i had export the path as: export DISPLAY=:0. .but then also i'm getting the same error . Any suggestions for this ? saravanan.

Re: [XFree86] Fonts in Tinyx

2007-10-11 Thread Saravanan Ponnuswamy
Mr Saminath, I could not find teh 'xfs' executable in my xc directory. There is a folder in /buildroot/build_mipsel/xc-011010/programs/xfs but no executables are present. Is there any file wherein i should enable this ? saravanan.

CVS Update: xc (branch: trunk)

2007-10-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/10/10 08:23:03 Log message: More cleanups Modified files: xc/programs/twm/: add_window.c add_window.h events.c icons.c list.h menus.c session.c util.c Revision Changes

Re: TWM: truetype support

2007-10-10 Thread Eeri Kask
Oh, I am happy you take the time to work on twm, big thanks! :-) (2) twm-1.0.3-diff2.TWM_USE_XFT.tgz introduces Xft support (replaces bitmap text rendering functions with xft-font rendering). [Compile with -DTWM_USE_XFT to activate.] This leaks memory in the form of XftDraw structures that

Re: TWM: truetype support

2007-10-10 Thread Eeri Kask
Eeri Kask wrote: (6) twm-1.0.3-diff6.Fixes.tgz Here are bugs I encountered in twm as improving icon manager functionality; some are serious. Such as? Please be more descriptive. (1) In iconmgr.c.diff6 at the end is corrected a bug which leads to *multicolumn* iconmanager window width

Re: TWM: truetype support

2007-10-10 Thread Marc Aurele La France
On Wed, 10 Oct 2007, Eeri Kask wrote: (2) twm-1.0.3-diff2.TWM_USE_XFT.tgz introduces Xft support (replaces bitmap text rendering functions with xft-font rendering). [Compile with -DTWM_USE_XFT to activate.] This leaks memory in the form of XftDraw structures that never get released. I've

Re: TWM: truetype support

2007-10-10 Thread Marc Aurele La France
On Wed, 10 Oct 2007, Eeri Kask wrote: Eeri Kask wrote: (6) twm-1.0.3-diff6.Fixes.tgz Here are bugs I encountered in twm as improving icon manager functionality; some are serious. Such as? Please be more descriptive. (1) In iconmgr.c.diff6 at the end is corrected a bug which leads to

Re: TWM: truetype support

2007-10-10 Thread Marc Aurele La France
On Wed, 10 Oct 2007, Marc Aurele La France wrote: I'm attaching a context diff of what I've done on this so far. It is against our main CVS repository as it stands now. Note that, as of this writting, our publicly accessible repository mirror has yet to be sync'ed (but it should be sometime

[XFree86] Fonts in Tinyx

2007-10-10 Thread Saravanan Ponnuswamy
Hi, i had compiled buildroot with tinyx (xc-011010.tar.bz2) support for MIPS development board.but i could not find any fonts being built with the tinyx? can anyone say me how to enable fonts in tinyx or where to find the fonts ? thanks in advance,

CVS Update: xc (branch: trunk)

2007-10-09 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/10/09 04:03:36 Log message: Snapshot: 4.7.99.3 Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG xf86Date.h xf86Version.h Revision ChangesPath 3.3918+4 -2

CVS Update: xc (branch: trunk)

2007-10-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/10/09 17:31:40 Log message: Whitespace cleanup and ANSIfication Modified files: xc/programs/twm/: Imakefile add_window.c add_window.h cursor.c events.c gc.c gram.y iconmgr.c

CVS Update: xc (branch: trunk)

2007-10-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/10/08 08:11:29 Log message: Fix typo. Modified files: xc/doc/man/X11/: XCreWin.man Revision ChangesPath 1.8 +2 -2 xc/doc/man/X11/XCreWin.man

Re: TWM: truetype support

2007-10-08 Thread Marc Aurele La France
On Mon, 1 Oct 2007, Eeri Kask wrote: Here are patchsets (against Xorg twm release 1.0.3) completing and polishing Xft support for twm (and improving the icon manager): (1) twm-1.0.3-diff1.MyFont_ChangeGC.tgz to my knowing has not changed from last time: cleans up bitmap font drawing. OK.

[XFree86] how to make xwindow working on top of v4l apis

2007-10-08 Thread jenny tc
hi, i want to bring xwindow up by using using v4l apis on bottom of xserver . i don't have a framebuffer device. can it be implemented using v4l driver (programs/Xserver/hw/xfree86/drivers/v4l/v4l.c) supplied with the XFree86-4.7.0. If not is it possible through anyother way ? Thanks in advance

Re: [XFree86] how to make xwindow working on top of v4l apis

2007-10-08 Thread Marc Aurele La France
On Mon, 8 Oct 2007, jenny tc wrote: i want to bring xwindow up by using using v4l apis on bottom of xserver . i don't have a framebuffer device. can it be implemented using v4l driver (programs/Xserver/hw/xfree86/drivers/v4l/v4l.c) supplied with the XFree86-4.7.0. If not is it possible through

CVS Update: xc (branch: trunk)

2007-10-03 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/10/03 07:28:21 Log message: Slight correction to prior commit to ensure saveBIOSMemSize is set to 0 should attempts to retrieve this value from the BIOS fail. Modified files:

Re: another i810 crash when switching bewteen X and text console

2007-10-03 Thread Marc Aurele La France
On Tue, 2 Oct 2007, Marc Aurele La France wrote: On Mon, 1 Oct 2007 [EMAIL PROTECTED] wrote: Complete logfiles are attached (I recall this is a Dell Optiplex GX270). Thanks for the logs. So it seems that the builtin patch doesn't work here. Indeed. The problem is that zero isn't

CVS Update: xc (branch: trunk)

2007-10-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/10/02 07:47:30 Log message: 11. Fix i830 driver bug that occurs when the amount of video memory initially reported by the BIOS is zero (Marc La France). Modified files:

Re: another i810 crash when switching bewteen X and text console

2007-10-02 Thread Marc Aurele La France
On Mon, 1 Oct 2007 [EMAIL PROTECTED] wrote: Complete logfiles are attached (I recall this is a Dell Optiplex GX270). Thanks for the logs. So it seems that the builtin patch doesn't work here. Indeed. The problem is that zero isn't recognised as a valid TweakMemorySize() return. The

Re: TWM: truetype support

2007-10-02 Thread Marc Aurele La France
On Mon, 1 Oct 2007, Eeri Kask wrote: Marc Aurele La France: The point of using XListFonts() is that it'll resolve fixed variable to their respective XLFDs which can then be passed to XftFontOpenXlfd(). I have installed Xorg 7.2.0 release and here XListFonts() returns fixed if called with

Re: TWM: truetype support

2007-10-01 Thread Eeri Kask
Marc Aurele La France: The point of using XListFonts() is that it'll resolve fixed variable to their respective XLFDs which can then be passed to XftFontOpenXlfd(). I have installed Xorg 7.2.0 release and here XListFonts() returns fixed if called with fixed, which XftFontOpenXlfd()

Re: TWM: truetype support

2007-10-01 Thread Eeri Kask
Eeri Kask wrote: This means, any performance degrading or huge memory footprint you are going to observe from now on will hopefully reveal problems only in the xft-subsystem and not in twm. Xft has disclosed probably a very old bug in twm! :-) (Drawing with a current screen GC onto a

CVS Update: xc (branch: trunk)

2007-09-28 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/28 08:53:28 Log message: 10. Fix byte-swapping issues in libXft's handling of XImages (Alan Brown, Bugzilla #1687). Modified files: xc/lib/Xft/: xftswap.c

Re: TWM: truetype support

2007-09-28 Thread Eeri Kask
As quick answer, I'd take two good ideas from you suggestion instantly: (1) Use XListFonts() instead of XLoadQueryFont() to test if a font is available; (2) Use DefaultFont as a first fallback if requested font could not be loaded. (I don't know if it makes sense to give a stderr warning that

Re: TWM: truetype support

2007-09-28 Thread Marc Aurele La France
On Fri, 28 Sep 2007, Eeri Kask wrote: As quick answer, I'd take two good ideas from you suggestion instantly: (1) Use XListFonts() instead of XLoadQueryFont() to test if a font is available; No. It is to test if it is a core font. (2) Use DefaultFont as a first fallback if requested

Re: TWM: truetype support

2007-09-27 Thread Eeri Kask
Marc Aurele La France wrote: xcompmgr -c -o 0.5 -r 6 -t -6 -l -9 in the background, this has no effect on anything. I found two keywords the only solution as menus and icons have too different transparency values in order to configure them with one keyword. I have MenuOpacity 245

Re Re: another i810 crash when switching bewteen X and text console

2007-09-27 Thread loic . mahe
Marc Aurele La France [EMAIL PROTECTED] : The driver already does this for some chips. Can you produce a patch to the driver that extends this to other chip revisions? I have little experience with this driver and no hardware that I could use to test such a change. Oops, I'm not sure

Re: TWM: truetype support

2007-09-26 Thread Eeri Kask
Marc Aurele La France wrote: On Tue, 18 Sep 2007, Eeri Kask wrote: [] So compile with -DTWM_USE_XFT -I/usr/include/freetype2 -lXft Then insert TitleFontsans-9 MenuFontsans-9 IconFontsans-9:bold IconManagerFontsans-9 ResizeFontsans-10:bold If you are a twm

Re: TWM: truetype support

2007-09-26 Thread Eeri Kask
Eeri Kask wrote: Wait, please, don't commit yet! :-) [] Here are my current twm improvement patches, organised thematically: (1) Preparatory font rendering cleanup (should have no changes compared to last time). (2) Xft-support for twm, besides macro renaming the main improvement is:

Re: TWM: truetype support

2007-09-26 Thread Marc Aurele La France
On Wed, 26 Sep 2007, Eeri Kask wrote: Eeri Kask wrote: Wait, please, don't commit yet! :-) Here are my current twm improvement patches, organised thematically: [...] (3) Introduces twm menu and iconmanager (and icon) transparency, introducing two keywords: MenuOpacity,

Re: TWM: truetype support

2007-09-26 Thread Marc Aurele La France
On Wed, 26 Sep 2007, Eeri Kask wrote: Marc Aurele La France wrote: On Tue, 18 Sep 2007, Eeri Kask wrote: [] So compile with -DTWM_USE_XFT -I/usr/include/freetype2 -lXft Then insert TitleFontsans-9 MenuFontsans-9 IconFontsans-9:bold IconManagerFontsans-9 ResizeFont

Re: [XFree86] Debugging Xvfb

2007-09-26 Thread Marc Aurele La France
On Tue, 25 Sep 2007, Duncan Murdoch wrote: I am writing some code using OpenGL, and when run under Xvfb on MacOS it dies, with the error message X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 1 (X_CreateWindow) Serial number of

CVS Update: xc (branch: trunk)

2007-09-25 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/25 08:24:10 Log message: Fix minor build glitch Modified files: xc/programs/x11perf/: Imakefile Revision ChangesPath 3.15 +6 -4

Re: another i810 crash when switching bewteen X and text console

2007-09-25 Thread Marc Aurele La France
On Wed, 12 Sep 2007, [EMAIL PROTECTED] wrote: I've noticed this with the Intel 865G chipset (i810 driver) on XFree86 4.7.0 (Linux, 2.4.35 kernel). I've got two different machines with this chipset. In both cases, the BIOS is set-up for using 8MB of VRAM (this memory is taken from the RAM).

[XFree86] Debugging Xvfb

2007-09-25 Thread Duncan Murdoch
I am writing some code using OpenGL, and when run under Xvfb on MacOS it dies, with the error message X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 1 (X_CreateWindow) Serial number of failed request: 17 Current serial number in

Re: [XFree86] Debugging Xvfb

2007-09-25 Thread Frank J. R. Hanstick
Hello, Start up X11 and select About X11 from the X11 menu. It will tell you which version of XFree86 you are using. Frank On Sep 25, 2007, at 5:47 PM, Duncan Murdoch wrote: I am writing some code using OpenGL, and when run under Xvfb on MacOS it dies, with the error message X Error

CVS Update: xc (branch: trunk)

2007-09-23 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/23 04:08:29 Log message: Snapshot: 4.7.99.2 Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG xf86Date.h xf86Version.h Revision ChangesPath 3.3914+4 -2

CVS Update: xc (branch: trunk)

2007-09-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/23 13:46:18 Log message: 9. Fix the SDK's header directory structure (Marc La France). Modified files: xc/include/: Imakefile xc/include/extensions/: Imakefile

CVS Update: xc (branch: trunk)

2007-09-22 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/22 19:21:27 Log message: Add missing shared libraries. Modified files: xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/: bin-list Revision ChangesPath 1.20

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

2007-09-22 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/22 19:20:57 Log message: Add missing shared libraries. Modified files: xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/: Tag: xf-4_7-branch bin-list Revision Changes

Re: [XFree86] basic video functionality on MPC8560

2007-09-20 Thread Marc Aurele La France
On Wed, 15 Aug 2007, Mel Davey wrote: Hi, old programmer here, but new to linux and hardware side. I have a custom developed MPC8560 freescale processor board w/ 3 PCI slots. I would like to add one pci video board and get something to display on my LCD at 800x600, 16bbp res. I have 3

TWM: truetype support

2007-09-18 Thread Eeri Kask
Hello, in order to reach broader audience I'll post my recent twm activities besides [EMAIL PROTECTED] here as well (assuming these audiences do not 100% cover)... :-) For twm users here are two patchsets introducing truetype font support into twm in two steps. (1)

Re: [XFree86] Licensing fiasco of 2004

2007-09-18 Thread Shentino
A belated thanks to all who responded. Much appreciated. On Fri, 24 Aug 2007, Shentino wrote: Oh, well in that case I agree with you, at least to a point. Can't say I agree with xfree86's licensing, nor can I say I disagree. What does bother me is that the FSF would be so abruptly

CVS Update: xc (branch: trunk)

2007-09-16 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/16 09:38:21 Log message: More warnings. Modified files: xc/extras/Mesa/src/mesa/drivers/dri/mga/: mga_xmesa.h xc/extras/Mesa/src/mesa/drivers/dri/r128/: r128_screen.h

CVS Update: xc (branch: trunk)

2007-09-16 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/16 10:26:04 Log message: - Remove ability to generate checksums and filelists (best done with devel module's `updatebindists` script). Both 'from-dir' and 'to-dir' must be absolute paths.

Re: [XFree86] Ati help please

2007-09-16 Thread Marc Aurele La France
On Sun, 16 Sep 2007, Serpentus wrote: I have an ATI Radean x1650 PRO AGP. Drivers: latest, 8.40.4 downloaded from ati.amd.com Well, unfortunately I have a lot of problems: Primary Monitor: SyncMaster 205BW (Digital Connector) Secondary Monitor: SyncMaster 793DF (Analog) (The issues

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 16:43:41 Log message: Fix dates Modified files: ./: Install.txt README.txt xc/programs/Xserver/hw/xfree86/doc/: Install README

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 17:14:43 Log message: 1. Remove (what's left of) the build's dependencies on the Glide2 and Glide3 libraries. What remains are run-time only dependencies in the 2D glide driver

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 17:15:27 Log message: Missing file Added files: xc/programs/Xserver/hw/xfree86/drivers/glide/: glide.h ___ Cvs-Commit mailing list

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 17:24:57 Log message: Typo Modified files: xc/config/cf/: bsdi.cf Revision ChangesPath 3.43 +2 -2 xc/config/cf/bsdi.cf

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 18:37:27 Log message: 2. On SVR4 variants (including SunOS Solaris), use the `make` implementation found in $PATH, instead of a hard-wired one (Marc La France). Modified files:

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 18:42:22 Log message: 3. Change `lndir` utility to trim off trailing self-references (i.e. / and /. from its from argument (Marc La France). Modified files: xc/config/util/:

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 18:49:15 Log message: 4. Darwin build fix, for the case where an X11 implementation has yet to be installed (Marc La France, problem reported by Yves de Champlain). Modified files:

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 18:54:24 Log message: 5. Fix bug in Xdmx's handling of USB devices (Marc La France). Modified files: xc/programs/Xserver/hw/dmx/input/: usb-other.c

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 19:10:28 Log message: 6. Fix stipples in Xigs and Xsis530 servers (Marc La France). Modified files: xc/programs/Xserver/hw/tinyx/igs/: igsdraw.c

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 19:13:09 Log message: Remove references to the GATOS project. Modified files: xc/programs/Xserver/hw/xfree86/drivers/ati/: atipreinit.c r128_driver.c radeon_driver.c Revision

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 19:39:50 Log message: 7. Speed up Mach64 block transfers on AMD64s (Marc La France). Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 19:50:38 Log message: Fix up Xbin.tgz's file list for Darwin. Modified files: xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/: bin-list

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 19:54:57 Log message: 8. 64-bit fix in XAAValidateGC() (Marc La France). Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/Xserver/hw/xfree86/xaa/:

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 20:36:21 Log message: Build fix for the !XF86Server case. Modified files: xc/programs/Xserver/hw/xfree86/: Imakefile xc/programs/Xserver/hw/xfree86/common/: Imakefile

CVS Update: xc (branch: trunk)

2007-09-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/15 20:44:18 Log message: Miscellaneous warning fixes Modified files: xc/config/makedepend/: parse.c xc/extras/Mesa/src/mesa/drivers/dri/common/: dri_util.c

another i810 crash when switching bewteen X and text console

2007-09-12 Thread loic . mahe
Hello, I've noticed this with the Intel 865G chipset (i810 driver) on XFree86 4.7.0 (Linux, 2.4.35 kernel). I've got two different machines with this chipset. In both cases, the BIOS is set-up for using 8MB of VRAM (this memory is taken from the RAM). 1) industrial PC : 8085:2572 with

CVS Update: xc (branch: trunk)

2007-09-09 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/09/09 04:02:51 Log message: Snapshot: 4.7.99.1 Modified files: xc/programs/Xserver/hw/xfree86/: xf86Date.h xf86Version.h Revision ChangesPath 1.145 +2 -2

R: R: [XFree86] xfbdev alpha channel

2007-08-28 Thread Tabaro Toni
On Mon, 27 Aug 2007, Tabaro Toni wrote: On Mon, 27 Aug 2007, Marc Aurele La France wrote: On Mon, 27 Aug 2007, Tabaro Toni wrote: Hi, i have succesfully cross-compiled the xfree 4.7.0 on a embedded board with mipsel processor and framebuffer on a 2.6.12 linux environment, with the

[XFree86] xfbdev alpha channel

2007-08-27 Thread Tabaro Toni
Hi, i have succesfully cross-compiled the xfree 4.7.0 on a embedded board with mipsel processor and framebuffer on a 2.6.12 linux environment, with the framebuffer running at 960x1080x32 ARGB or 1280x720x16 ARGB1555. The Xfbdev program start and work (if i export a display on a i386 machine

Re: [XFree86] xfbdev alpha channel

2007-08-27 Thread Marc Aurele La France
On Mon, 27 Aug 2007, Tabaro Toni wrote: Hi, i have succesfully cross-compiled the xfree 4.7.0 on a embedded board with mipsel processor and framebuffer on a 2.6.12 linux environment, with the framebuffer running at 960x1080x32 ARGB or 1280x720x16 ARGB1555. The Xfbdev program start and work

[XFree86] problem at startx

2007-08-27 Thread Raj Charke
when i type startx it will not display any gui instead it is reporting problem as you selected fvwm2 as your window manager but your installation does not appear to be functional. The executable /usr/X11R6/bin/fvm2 was not found on your system waiting for xserver to shut down

Re: R: [XFree86] xfbdev alpha channel

2007-08-27 Thread Marc Aurele La France
On Mon, 27 Aug 2007, Tabaro Toni wrote: On Mon, 27 Aug 2007, Marc Aurele La France wrote: On Mon, 27 Aug 2007, Tabaro Toni wrote: Hi, i have succesfully cross-compiled the xfree 4.7.0 on a embedded board with mipsel processor and framebuffer on a 2.6.12 linux environment, with the framebuffer

Re: [XFree86] Configuration collapsed..

2007-08-25 Thread Dinesh
Marc Aurele La France wrote: On Thu, 23 Aug 2007, Dinesh wrote: I'm just a novice Linux user and not sure what I did a few days before.. I just created some new users.. Now I'm unable to get GUI of my linux version.. Upon booting, the command prompt comes up.. When I give startx command

Re: [XFree86] Licensing fiasco of 2004

2007-08-25 Thread Marc Aurele La France
On Fri, 24 Aug 2007, Shentino wrote: Oh, well in that case I agree with you, at least to a point. Can't say I agree with xfree86's licensing, nor can I say I disagree. What does bother me is that the FSF would be so abruptly hardassed about it instead of trying to negotiate. I was curious

Re: [XFree86] Configuration collapsed..

2007-08-25 Thread Marc Aurele La France
On Sat, 25 Aug 2007, Dinesh wrote: Marc Aurele La France wrote: On Thu, 23 Aug 2007, Dinesh wrote: I'm just a novice Linux user and not sure what I did a few days before.. I just created some new users.. Now I'm unable to get GUI of my linux version.. Upon booting, the command prompt comes

Re: [XFree86] Licensing fiasco of 2004

2007-08-24 Thread Shentino
Oh, well in that case I agree with you, at least to a point. Can't say I agree with xfree86's licensing, nor can I say I disagree. What does bother me is that the FSF would be so abruptly hardassed about it instead of trying to negotiate. I was curious if there might be something from xfree86's

Re: [XFree86] Licensing fiasco of 2004

2007-08-23 Thread Marc Aurele La France
On Wed, 22 Aug 2007, Shentino wrote: No offense intended, I'm just a humble (and apparently ignorant) end user who has been stuck in the jungle for a few years and that link was the first I ever heard about it. My apologies if I came off as an arrogant one-sided clod. Not you. No. I was

Re: [XFree86] Licensing fiasco of 2004

2007-08-22 Thread Shentino
No offense intended, I'm just a humble (and apparently ignorant) end user who has been stuck in the jungle for a few years and that link was the first I ever heard about it. My apologies if I came off as an arrogant one-sided clod. ___ XFree86 mailing

[XFree86] Licensing fiasco of 2004

2007-08-21 Thread Shentino
I read a bit on http://iiichan.net/stuff/xfree86.html but I thought I'd get the inside scoop. Any details I might have missed? Just found out about this whole thing (currently on fedora core 1) and it was a real shocker! ___ XFree86 mailing list

Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-20 Thread Yves de Champlain
Le 07-08-19 à 22:13, Marc Aurele La France a écrit : Anyway, the attached seems to fix this. Indeed, thanks yves ___ Devel mailing list Devel@XFree86.Org http://XFree86.Org/mailman/listinfo/devel

Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-20 Thread Yves de Champlain
Hi I'm trying to install hardcopy docs I set #define InstallHardcopyDocs YES in host.def but it won't do it. What am I missing ? yves ___ Devel mailing list Devel@XFree86.Org http://XFree86.Org/mailman/listinfo/devel

Re: possible case-sensitive problems during building

2007-08-20 Thread Marc Aurele La France
On Sat, 4 Aug 2007, Marc Aurele La France wrote: On Sat, 4 Aug 2007, SciFi wrote: I'm trying to build the current cvs on a case-sensitive HFS+ volume (darwin/osx). In my particular case, the build volume BigUn3 is case-sensitive, while the system/boot/root/install volume itself is not. (Apple

Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-20 Thread Marc Aurele La France
On Mon, 20 Aug 2007, Yves de Champlain wrote: I'm trying to install hardcopy docs I set #define InstallHardcopyDocs YES in host.def but it won't do it. What am I missing ? You also need to #define HardcopyDocDirs. There is no default. Marc.

Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-19 Thread Yves de Champlain
Hi Congrats for the new release ! I am geting this problem MacOS X 10.4.10 PPC with gcc 4.0.1 /usr/bin/cc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common -I. -I../../../extras/Mesa/include-I../../../lib/GL/ glx -I../../../extras/Mesa/src/mesa/main

Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-19 Thread Yves de Champlain
Le 07-08-19 à 19:41, Yves de Champlain a écrit : Hi Congrats for the new release ! I am geting this problem MacOS X 10.4.10 PPC with gcc 4.0.1 /usr/bin/cc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common - I. -I../../../extras/Mesa/include-I../../../lib/GL/ glx

Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-19 Thread Marc Aurele La France
On Sun, 19 Aug 2007, Yves de Champlain wrote: Le 07-08-19 à 19:41, Yves de Champlain a écrit : Congrats for the new release ! Thanks. I am geting this problem MacOS X 10.4.10 PPC with gcc 4.0.1 /usr/bin/cc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common -I.

ANNOUNCE: XFree86 4.7.0 is now available

2007-08-18 Thread Marc Aurele La France
We are very pleased to announce the release of XFree86 4.7.0. This release comes about a year after the 4.6.0 release, and is the product of the work of dedicated volunteers. We would like to thank all who have contributed to this release, through code, testing, and other feedback, and all who

[XFree86] ANNOUNCE: XFree86 4.7.0 is now available

2007-08-18 Thread Marc Aurele La France
We are very pleased to announce the release of XFree86 4.7.0. This release comes about a year after the 4.6.0 release, and is the product of the work of dedicated volunteers. We would like to thank all who have contributed to this release, through code, testing, and other feedback, and all who

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

2007-08-16 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/08/16 09:06:56 Log message: update dates Modified files: xc/programs/Xserver/hw/xfree86/doc/sgml/: Tag: xf-4_7-branch README.sgml index.pre Revision ChangesPath 3.149.4.1

CVS Update: xc (branch: trunk)

2007-08-16 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 07/08/16 09:06:32 Log message: update dates Modified files: xc/programs/Xserver/hw/xfree86/doc/sgml/: README.sgml index.pre Revision ChangesPath 3.150 +2 -2

How to xclient and xserver through LAN?

2007-08-16 Thread intmail
Hello, I am interested in installation of system with X application server and X terminal computer under Linux. I will get powerful server runing linux. The things I want to build are to run an X application (eg: firefox) on the powerful server (with 3D acceleration)and use my old desktop as

<    1   2   3   4   5   6   7   8   9   10   >