Re: [XFree86] minimize/Maximize a window

2011-10-20 Thread Marc Aurele La France

On Thu, 20 Oct 2011, praveen wrote:


i have a window id of a particular window how do i minimize/Maximize
the window using the X11 functions.



How do i minimize a window all in Linux using X11 Functions... ...


I don't know, but would assume it depends on the specific window manager 
in use.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] get the the window ID

2011-10-10 Thread Marc Aurele La France

On Mon, 10 Oct 2011, praveen wrote:


i am New to Linux and X11. In a C++ program i need the Window ID of a
Opened Windows ...


here are the requirement 
from a C++  i have open a Process(say for Example Firef). Now i need to
get the process ID this window in C++. How do i implement this. 
is there a equivalent Library call to xwininfo -name firefox


The process ID assocated with a window is not something an X11 server (and 
therefore xwininfo) is aware of, in part because the client that created 
the window is not necessarily running on the same system as the X11 
server.  Indeed, process IDs are an OS corcern, not an X11 one.


You might be able to find suggestions towards what you are looking for 
through a Google (or Yahoo, etc.) search.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.

Re: [XFree86] Is there a defined xpixmap width limit?

2011-04-21 Thread Marc Aurele La France

On Thu, 21 Apr 2011, Emmanuel Thomas-Maurin wrote:


I've been searching for this for a while but, so far, it's still unclear
to me : Is there a width and height limit for pixmaps? Widht / height
type is int but I'm wondering what's the maximum supported values.



I'm using GTK and I know GDK pixmaps and windows can't be wider than
65535. But I got a crash in a GTK app when trying to create a big
pixmap, less wide than 65535 but wider than 32767:



The program 'my_app' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.



So my question is: Is it an 'out of memory' error (returned by malloc)
or a width value above a defined limit?


BadAlloc normally indicates an inability to malloc() the space.  A 64K x 
64K 32-bit pixmap would require 128GB which would need to be provided by a 
combination of real memory and swap space.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] cross compile xfree86-4.8.0

2009-10-20 Thread Marc Aurele La France

On Mon, 19 Oct 2009, john blair wrote:


I have attached the Makefile.


Thanks.

First, it would seem that the CDEBUGFLAGS assignment needs to be inserted 
just after the SRCS assignment in both Imakefiles, at the latest.  Please 
see if that works with another ...


make Makefile
make Makefiles
make clean
make depend
make

... sequence in the same directory.

Secondly, the compiler says Internal error: Killed, which would seem to 
imply it is being `kill -9`'ed by the kernel's OOM killer.  Have you 
verified that you aren't simply running out of memory?  Try adding a swap 
file to the compilation environment.


Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] cross compile xfree86-4.8.0

2009-10-19 Thread Marc Aurele La France

On Mon, 19 Oct 2009, john blair wrote:

--- On Mon, 10/19/09, Marc Aurele La France t...@ualberta.ca wrote:

From: Marc Aurele La France t...@ualberta.ca
Subject: Re: [XFree86] cross compile xfree86-4.8.0
To: john blair mailtome200420032...@yahoo.com
Cc: xfree86@xfree86.org
Date: Monday, October 19, 2009, 10:32 PM
On Sun, 18 Oct 2009, john blair wrote:



I added to both Imakefiles
CDEBUGFLAGS = NoOpCDebugFlags



SpecialCObjectRule(xf86PciData,NullParameter,-DPCIDATA)



in place of
SpecialCObjectRule(xf86ScanPci,NullParameter,-O0)
SpecialCObjectRule(xf86PciData,NullParameter,-O0

-DPCIDATA)



and got the same internal compiler error.



Could you send me the relevant part of your build log?



/opt/toolchain/lin32/gcc-2007q3-51/bin/`echo 
/opt/toolchain/lin32/gcc-2007q3-51/bin/arm-none-linux-gnueabi-gcc|sed 
s%.*/%%` -o cpconfig -O2 -fsigned-char -L../../../../../exports/lib   
cpconfig.o Device.o Files.o Flags.o Input.o Keyboard.o Layout.o Module.o Video.o 
Monitor.o Pointer.o Screen.o Vendor.o read.o scan.o write.o DRI.o  
-L/opt/toolchain/lin32/glibc-2007q3-51/lib  -lm -lxml2  
-L/opt/toolchain/arm-linux/zlib-1.2.3-3/lib -L/opt/toolchain/arm-linux/freetype-2.3.7/lib 
-L/opt/toolchain/arm-linux/fontconfig-2.6.0/lib 
-L/opt/toolchain/arm-linux/libxml2-2.6.32/lib -L/opt/toolchain/arm-linux/ncurses-5.7/lib
make[7]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86/parser'
making all in programs/Xserver/hw/xfree86/scanpci...
make[7]: Entering directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86/scanpci'
rm -f xf86ScanPci.o
/opt/toolchain/lin32/gcc-2007q3-51/bin/`echo 
/opt/toolchain/lin32/gcc-2007q3-51/bin/arm-none-linux-gnueabi-gcc|sed 
s%.*/%%` -c -O2 -fsigned-char -I. 
-I../../../../../programs/Xserver/hw/xfree86/common 
-I../../../../../programs/Xserver/hw/xfree86/os-support 
-I../../../../../programs/Xserver/hw/xfree86/os-support/bus  
-I../../../../../programs/Xserver/include -I../../../../../programs/Xserver/os  
-I../../../../../programs/Xserver/Xext -I../../../../../programs/Xserver/Xi 
-I../../../../../lib/font/include -I../../../../../programs/Xserver/hw/xfree86/parser 
  -I../../../../../programs/Xserver/hw/xfree86/loader  
-I../../../../../programs/Xserver/hw/xfree86/rac  -I../../../../../exports/include   
-I/opt/toolchain/lin32/gcc-2007q3-51/lib/gcc/arm-none-linux-gnueabi/4.2.1/include  
-I/opt/toolchain/arm-linux/zlib-1.2.3-3/include  
-I/opt/toolchain/arm-linux/freetype-2.3.7/include
-I/opt/toolchain/arm-linux/fontconfig-2.6.0/include 
-I/opt/toolchain/arm-linux/ncurses-5.7/include 
-I/opt/toolchain/arm-linux/ncurses-5.7/include/ncurses -Dlinux -D__arm__ 
-D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE 
-DX_LOCALE -DSHAPE -DXINPUT -DXKB  -DXAPPGROUP  -DXCSECURITY -DXSYNC 
-DXF86BIGFONT  -DDPMSExtension -DBIGREQS -DPANORAMIX -DRENDER -DRANDR  
-DRES  -DPIXPRIV  -DNDEBUG
-DNEED_STRLCAT -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH
  -DXFree86LOADER  -DXFree86Server  
  -DSMART_SCHEDULE-DBUILDDEBUG  
  -DX_BYTE_ORDER=X_LITTLE_ENDIAN  -DFUNCPROTO=15 -DNARROWPROTO  
xf86ScanPci.c
arm-none-linux-gnueabi-gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See URL:http://gcc.gnu.org/bugs.html for instructions.
make[7]: *** [xf86ScanPci.o] Error 1
make[7]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86/scanpci'
make[6]: *** [all] Error 2
make[6]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86'
make[5]: *** [all] Error 2
make[5]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw'
make[4]: *** [hw] Error 2
make[4]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/opt/toolchain/src/xfree86-4.8.0/build/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/toolchain/src/xfree86-4.8.0/build'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/opt/toolchain/src/xfree86-4.8.0/build'
make: *** [World] Error 2


There is something not quite right here, as -O2 is still being passed to 
the compiler.  It almost looks like the Makefile was not regenerated 
from the modified Imakefile(s).  Please send me 
xc/programs/Xserver/hw/xfree86/scanpci/Makefile (privately, not to the 
list).


Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building

Re: [XFree86] cross compile xfree86-4.8.0

2009-10-15 Thread Marc Aurele La France

On Wed, 14 Oct 2009, Marc Aurele La France wrote:

On Wed, 14 Oct 2009, john blair wrote:

--- On Wed, 10/14/09, Marc Aurele La France t...@ualberta.ca wrote:

From: Marc Aurele La France t...@ualberta.ca
Subject: Re: [XFree86] cross compile xfree86-4.8.0
To: john blair mailtome200420032...@yahoo.com
Cc: XFree86@XFree86.Org
Date: Wednesday, October 14, 2009, 8:21 PM
On Tue, 13 Oct 2009, john blair wrote:

Thanks for the reply Marc. But I don't think code

sourcery's arm

toolchain (http://www.codesourcery.com/sgpp/lite/arm) consist
linux/utsrelease.h file.
I end up with the following error:
imakemdep.h:835:34: error: linux/utsrelease.h: No such

file or directory



No mainline kernel source tarball contains
include/linux/version.h, nor
include/linux/utsrelease.h.  They are both generated by
the kernel build process, but the latter only after
2.6.17.  But the version.h included here advertises a
kernel version of 2.6.29.  See ...



http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=63104eec234bdecb55fd9c15467ae00d0a3f42ac



Therefore, the toolchain tarball was misgenerated in that
it does not also contain utsrelease.h.  Likely an
oversight.  Please report this problem to CodeSourcery
and see what they say.



This is the reply I got from code sourcery
My Debian desktop system also has linux/version.h but no
utsrelease.h.  I also checked upstream GIT kernel sources, and while
both headers are built only version.h is installed
(include/linux/Kbuild:objhdr-y).  CodeSourcery's current tools use the
recommended make headers_install to distribute kernel headers.



Are you trying to build a userspace server or a kernel module?
utsrelease.h might be available for kernel modules, which require a
build tree.



http://www.codesourcery.com/archives/arm-gnu/msg02922.html


Hummm.  That's a good point.  Looking deeper, this string isn't even used, 
nor is it generated in the non-cross-compile case.



I'll get back to you.


Please use the following instead of the previous change ...

*** cvs/xc/config/imake/imakemdep.h Mon Jun 11 08:30:00 2007
--- devel/xc/config/imake/imakemdep.h   Thu Oct 15 09:56:47 2009
*** char *cpp_argv[ARGUMENTS] = {
*** 831,837 
  #  if defined(linux)  defined  (CROSSCOMPILE_CPP)
  #   define CROSS_UTS_SYSNAME Linux
  #   include linux/version.h
! #   define CROSS_UTS_RELEASE UTS_RELEASE
  # endif
  # elif defined(__CYGWIN__)
  #  define DEFAULT_OS_MAJOR_REVr %[0-9]
--- 831,839 
  #  if defined(linux)  defined  (CROSSCOMPILE_CPP)
  #   define CROSS_UTS_SYSNAME Linux
  #   include linux/version.h
! #   ifdef UTS_RELEASE
! #define CROSS_UTS_RELEASE UTS_RELEASE
! #   endif
  # endif
  # elif defined(__CYGWIN__)
  #  define DEFAULT_OS_MAJOR_REVr %[0-9]

This will cause the release string to be nullified, which is what would 
happen with other cross-compilation environments that don't provide 
release information (or, for that matter, other `uname` strings).


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+

Re: [XFree86] cross compile xfree86-4.8.0

2009-10-15 Thread Marc Aurele La France

On Thu, 15 Oct 2009, john blair wrote:

--- On Thu, 10/15/09, Marc Aurele La France t...@ualberta.ca wrote:

Please use the following instead of the previous change
...



*** cvs/xc/config/imake/imakemdep.h    Mon
Jun 11 08:30:00 2007
--- devel/xc/config/imake/imakemdep.h    Thu
Oct 15 09:56:47 2009
*** char *cpp_argv[ARGUMENTS] = {
*** 831,837 
  #  if defined(linux)  defined

?? (CROSSCOMPILE_CPP)

  #   define CROSS_UTS_SYSNAME Linux
  #   include linux/version.h
! #   define CROSS_UTS_RELEASE UTS_RELEASE
  # endif
  # elif defined(__CYGWIN__)
  #  define DEFAULT_OS_MAJOR_REV 

??     r %[0-9]

--- 831,839 
  #  if defined(linux)  defined

?? (CROSSCOMPILE_CPP)

  #   define CROSS_UTS_SYSNAME Linux
  #   include linux/version.h
! #   ifdef UTS_RELEASE
! #    define CROSS_UTS_RELEASE UTS_RELEASE
! #   endif
  # endif
  # elif defined(__CYGWIN__)
  #  define DEFAULT_OS_MAJOR_REV 

??     r %[0-9]


This will cause the release string to be nullified, which
is what would happen with other cross-compilation
environments that don't provide release information (or, for
that matter, other `uname` strings).



Thanks for the quick reply and patch Marc. Your patch fixes the UTS_RELEASE 
issue.
There is another issue I am facing during the compilation:
fbdevhw.c: In function 'calculateFbmem_len':
fbdevhw.c:548: error: 'PAGE_MASK' undeclared (first use in this function)
fbdevhw.c:548: error: (Each undeclared identifier is reported only once
fbdevhw.c:548: error: for each function it appears in.)
fbdevhw.c: In function 'fbdevHWMapVidmem':
fbdevhw.c:575: error: 'PAGE_MASK' undeclared (first use in this function)
fbdevhw.c: In function 'fbdevHWMapMMIO':
fbdevhw.c:620: error: 'PAGE_MASK' undeclared (first use in this function)
fbdevhw.c: In function 'fbdevHWUnmapMMIO':
fbdevhw.c:644: error: 'PAGE_MASK' undeclared (first use in this function)
make[7]: *** [fbdevhw.o] Error 1
make[7]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86/fbdevhw'



The contents of asm/page.h for code sourcery toolchain (the later versions of 
toolchain do not even have asm/page.h)is
#ifndef _ASMARM_PAGE_H
#define _ASMARM_PAGE_H
#endif


Please try the attached.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.

fbdevhw.diff.gz
Description: GNU Zip compressed data


Re: [XFree86] cross compile xfree86-4.8.0

2009-10-14 Thread Marc Aurele La France

On Wed, 14 Oct 2009, john blair wrote:

--- On Wed, 10/14/09, Marc Aurele La France t...@ualberta.ca wrote:

From: Marc Aurele La France t...@ualberta.ca
Subject: Re: [XFree86] cross compile xfree86-4.8.0
To: john blair mailtome200420032...@yahoo.com
Cc: XFree86@XFree86.Org
Date: Wednesday, October 14, 2009, 8:21 PM
On Tue, 13 Oct 2009, john blair wrote:



Thanks for the reply Marc. But I don't think code

sourcery's arm

toolchain (http://www.codesourcery.com/sgpp/lite/arm) consist
linux/utsrelease.h file.
I end up with the following error:
imakemdep.h:835:34: error: linux/utsrelease.h: No such

file or directory



No mainline kernel source tarball contains
include/linux/version.h, nor
include/linux/utsrelease.h.  They are both generated by
the kernel build process, but the latter only after
2.6.17.  But the version.h included here advertises a
kernel version of 2.6.29.  See ...



http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=63104eec234bdecb55fd9c15467ae00d0a3f42ac



Therefore, the toolchain tarball was misgenerated in that
it does not also contain utsrelease.h.  Likely an
oversight.  Please report this problem to CodeSourcery
and see what they say.



This is the reply I got from code sourcery
My Debian desktop system also has linux/version.h but no
utsrelease.h.  I also checked upstream GIT kernel sources, and while
both headers are built only version.h is installed
(include/linux/Kbuild:objhdr-y).  CodeSourcery's current tools use the
recommended make headers_install to distribute kernel headers.



Are you trying to build a userspace server or a kernel module?
utsrelease.h might be available for kernel modules, which require a
build tree.



http://www.codesourcery.com/archives/arm-gnu/msg02922.html


Hummm.  That's a good point.  Looking deeper, this string isn't even used, 
nor is it generated in the non-cross-compile case.


I'll get back to you.

Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+

CVS Update: xc (branch: trunk)

2009-02-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: t...@public.xfree86.org.09/02/01 12:23:32

Log message:
 5. Various header-related build fixes for MacOSX 10.5 (Jaguar).  It is at
time unknown whether or not these negatively impact the build on older
versions of Darwin  (Marc La France).

Modified files:
  xc/lib/GL/apple/:
dri_driver.c 
  xc/lib/font/fontfile/:
decompress.c 
  xc/lib/xtrans/:
Xtranssock.c 
  xc/programs/Xserver/GL/apple/:
indirect.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.7   +2 -2  xc/lib/GL/apple/dri_driver.c
  1.10  +2 -2  xc/lib/font/fontfile/decompress.c
  3.75  +2 -2  xc/lib/xtrans/Xtranssock.c
  1.6   +2 -2  xc/programs/Xserver/GL/apple/indirect.c
  3.3990+5 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


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

2009-02-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: t...@public.xfree86.org.09/02/01 12:24:59

Log message:
 5. Various header-related build fixes for MacOSX 10.5 (Jaguar).  It is at
time unknown whether or not these negatively impact the build on older
versions of Darwin  (Marc La France).

Modified files:
  xc/lib/GL/apple/: Tag: xf-4_8-branch
dri_driver.c 
  xc/lib/font/fontfile/:Tag: xf-4_8-branch
decompress.c 
  xc/lib/xtrans/:   Tag: xf-4_8-branch
Xtranssock.c 
  xc/programs/Xserver/GL/apple/:Tag: xf-4_8-branch
indirect.c 
  xc/programs/Xserver/hw/xfree86/:  Tag: xf-4_8-branch
CHANGELOG 
  
  Revision  ChangesPath
  1.6.6.1   +2 -2  xc/lib/GL/apple/dri_driver.c
  1.9.8.1   +2 -2  xc/lib/font/fontfile/decompress.c
  3.74.6.1  +2 -2  xc/lib/xtrans/Xtranssock.c
  1.5.4.1   +2 -2  xc/programs/Xserver/GL/apple/indirect.c
  3.3988.4.2+5 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2009-02-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: t...@public.xfree86.org.09/02/01 12:37:08

Log message:
 6. Fix links against libGL that arises on MacOSX Jaguar due to its 
confusion
over whether to use the build-generated library or a system-provided one
(Marc La France).

Modified files:
  xc/config/cf/:
darwinLib.tmpl 
  xc/lib/GL/GL/:
Imakefile 
  xc/programs/Xserver/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.22  +20 -5 xc/config/cf/darwinLib.tmpl
  1.33  +3 -4  xc/lib/GL/GL/Imakefile
  3.333 +5 -5  xc/programs/Xserver/Imakefile
  3.3991+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


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

2009-02-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: t...@public.xfree86.org.09/02/01 12:37:50

Log message:
 6. Fix links against libGL that arises on MacOSX Jaguar due to its 
confusion
over whether to use the build-generated library or a system-provided one
(Marc La France).

Modified files:
  xc/config/cf/:Tag: xf-4_8-branch
darwinLib.tmpl 
  xc/lib/GL/GL/:Tag: xf-4_8-branch
Imakefile 
  xc/programs/Xserver/: Tag: xf-4_8-branch
Imakefile 
  xc/programs/Xserver/hw/xfree86/:  Tag: xf-4_8-branch
CHANGELOG 
  
  Revision  ChangesPath
  1.21.10.1 +20 -5 xc/config/cf/darwinLib.tmpl
  1.32.4.1  +3 -4  xc/lib/GL/GL/Imakefile
  3.332.4.1 +5 -5  xc/programs/Xserver/Imakefile
  3.3988.4.3+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2009-02-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: t...@public.xfree86.org.09/02/01 12:55:59

Log message:
 7. Deal with a build issue introduced by security update 2007-004 to
MacOSX.  This update, present in MacOSX 10.5, by default disables the 
use
of the DYLD_LIBRARY_PATH environment variable that supplemented the
run-time library search path.  To overcome this, change the build to 
link
bdftopcf, fc-cache, mkfontdir, mkfontscale, xcursorgen and xkbcomp
utilities against static versions of the libraries generated by the
build.  Although this is currently only done for Darwin 9 and later, 
this
is written in such a way that this can be done on any other platform
should the need arise  (Marc La France).

Modified files:
  xc/config/cf/:
X11.tmpl darwin.cf 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/bdftopcf/:
Imakefile 
  xc/programs/fc-cache/:
Imakefile 
  xc/programs/mkfontdir/:
Imakefile 
  xc/programs/mkfontscale/:
Imakefile 
  xc/programs/xcursorgen/:
Imakefile 
  xc/programs/xkbcomp/:
Imakefile 
  
  Revision  ChangesPath
  1.301 +5 -3  xc/config/cf/X11.tmpl
  1.60  +18 -1 xc/config/cf/darwin.cf
  3.3992+10 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.12  +8 -1  xc/programs/bdftopcf/Imakefile
  1.3   +23 -7 xc/programs/fc-cache/Imakefile
  3.16  +10 -1 xc/programs/mkfontdir/Imakefile
  1.11  +21 -9 xc/programs/mkfontscale/Imakefile
  1.8   +15 -2 xc/programs/xcursorgen/Imakefile
  3.27  +15 -10xc/programs/xkbcomp/Imakefile

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2009-02-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: t...@public.xfree86.org.09/02/01 14:02:56

Log message:
  Somehow I ended up committing a prior incorrect implementation of the previous
  change.

Modified files:
  xc/config/cf/:
X11.tmpl darwin.cf 
  
  Revision  ChangesPath
  1.302 +13 -5 xc/config/cf/X11.tmpl
  1.61  +2 -10 xc/config/cf/darwin.cf

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


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

2009-02-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: t...@public.xfree86.org.09/02/01 14:03:21

Log message:
  Somehow I ended up committing a prior incorrect implementation of the previous
  change.

Modified files:
  xc/config/cf/:Tag: xf-4_8-branch
X11.tmpl darwin.cf 
  
  Revision  ChangesPath
  1.300.4.2 +13 -5 xc/config/cf/X11.tmpl
  1.59.6.2  +2 -10 xc/config/cf/darwin.cf

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


ANNOUNCE: XFree86 4.8.0 is now available

2008-12-21 Thread Marc Aurele La France

We are very pleased to announce the release of XFree86 4.8.0.  This
release comes about a year and a half after the 4.7.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 continue to support XFree86 and the
work of its volunteer developers.

Source, patches and binaries for a range of platforms are now
available for download from our ftp site:

ftp://ftp.xfree86.org/pub/XFree86/4.8.0/
http://ftp.xfree86.org/pub/XFree86/4.8.0/

We currently have binaries available for a number of platforms.  More
will become available over time.  If you are not sure which binary set
you need, first download the Xinstall.sh script, and run:

sh Xinstall.sh -check

Also, before downloading, check the 4.8.0 online documentation at:

http://ftp.xfree86.org/pub/XFree86/4.8.0/doc/html/

Read especially the README, RELNOTES and Install documents.  Also,
check the ERRATA for 4.8.0 for any last minute issues:

http://ftp.xfree86.org/pub/XFree86/4.8.0/ERRATA

The CVS tag for this release is xf-4_8_0.  Information about
accessing our anonymous CVS service is at http://www.xfree86.org/cvs/.

User-related problems should be reported to our xfre...@xfree86.org
list.  Development issues and specific bugs should be reported to our
devel@xfree86.org list and/or logged at http://bugs.xfree86.org/.

The next release, 4.9.0, is planned for late 2009 or early 2010.  If
you find XFree86 useful and would like to help support our work, please
visit our donations page:

http://www.xfree86.org/donations/

Enjoy.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


CVS Update: xc (branch: trunk)

2008-12-14 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: t...@public.xfree86.org.08/12/14 09:33:01

Log message:
  Prepare for tomorrow's tagging of 4.8.0

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG xf86Date.h xf86Version.h 
  
  Revision  ChangesPath
  3.3988+3 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.176 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Date.h
  3.690 +4 -4  xc/programs/Xserver/hw/xfree86/xf86Version.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-12-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/12/10 08:32:03

Log message:
  Solaris 7's /bin/sh (a.k.a. jsh) does not recognise $(command) constructs.
  Use the older `command` construct instead.

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/:
build-bindist 
  
  Revision  ChangesPath
  1.9   +3 -3  
xc/programs/Xserver/hw/xfree86/etc/bindist/build-bindist

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-12-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/12/09 10:04:30

Log message:
  Update bindists due to libXext revision bump.

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-amd64/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-aout-ix86/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris-sparc/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/:
bin-list 
  
  Revision  ChangesPath
  1.13  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/bin-list
  1.13  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/bin-list
  1.18  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/bin-list
  1.6   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-amd64/bin-list
  1.20  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/bin-list
  1.18  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/bin-list
  1.19  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/bin-list
  1.16  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/bin-list
  1.16  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/bin-list
  1.15  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/bin-list
  1.21  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/bin-list
  1.6   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-aout-ix86/bin-list
  1.24  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/bin-list
  1.19  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/bin-list
  1.19  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/bin-list
  1.3   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris-sparc/bin-list
  1.19  +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/bin-list

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-12-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/12/08 08:44:19

Log message:
  Missing clean rule

Modified files:
  xc/config/cf/:
lnxdoc.tmpl 
  
  Revision  ChangesPath
  3.15  +2 -3  xc/config/cf/lnxdoc.tmpl

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-12-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/12/08 08:56:07

Log message:
  Another missing clean rule

Modified files:
  xc/config/cf/:
Imake.tmpl 
  
  Revision  ChangesPath
  3.183 +2 -2  xc/config/cf/Imake.tmpl

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-12-06 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/12/06 09:00:39

Log message:
  Fix MakeDepSimpleHtmlDoc rule.  It seems newer groff's enforce POSIX's
  utility guideline that command line flags preceed command line filenames.

Modified files:
  xc/config/cf/:
X11.tmpl 
  
  Revision  ChangesPath
  1.300 +2 -2  xc/config/cf/X11.tmpl

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-11-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/11/27 08:56:22

Log message:
  Fix formatting

Modified files:
  xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/:
Credits.rtf 
  xc/programs/Xserver/hw/darwin/bundle/English.lproj/:
Credits.rtf 
  xc/programs/Xserver/hw/darwin/bundle/French.lproj/:
Credits.rtf 
  xc/programs/Xserver/hw/darwin/bundle/German.lproj/:
Credits.rtf 
  xc/programs/Xserver/hw/darwin/bundle/Portuguese.lproj/:
Credits.rtf 
  xc/programs/Xserver/hw/darwin/bundle/Spanish.lproj/:
Credits.rtf 
  xc/programs/Xserver/hw/darwin/bundle/Swedish.lproj/:
Credits.rtf 
  xc/programs/Xserver/hw/darwin/bundle/ko.lproj/:
Credits.rtf 
  
  Revision  ChangesPath
  1.9   +1 -0  
xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/Credits.rtf
  1.14  +1 -0  
xc/programs/Xserver/hw/darwin/bundle/English.lproj/Credits.rtf
  1.10  +1 -0  
xc/programs/Xserver/hw/darwin/bundle/French.lproj/Credits.rtf
  1.9   +1 -0  
xc/programs/Xserver/hw/darwin/bundle/German.lproj/Credits.rtf
  1.7   +1 -0  
xc/programs/Xserver/hw/darwin/bundle/Portuguese.lproj/Credits.rtf
  1.9   +1 -0  
xc/programs/Xserver/hw/darwin/bundle/Spanish.lproj/Credits.rtf
  1.9   +1 -0  
xc/programs/Xserver/hw/darwin/bundle/Swedish.lproj/Credits.rtf
  1.9   +1 -0  
xc/programs/Xserver/hw/darwin/bundle/ko.lproj/Credits.rtf

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-11-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/11/23 09:32:22

Log message:
69. Fix error path in -configure processing.  (Matthieu Herrb)

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Configure.c 
  
  Revision  ChangesPath
  3.3986+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.96  +2 -1  xc/programs/Xserver/hw/xfree86/common/xf86Configure.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-11-22 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/11/22 14:57:28

Log message:
  First swipe at updating the rlease notes for 4.8.0

Modified files:
  ./:
BUILD.txt Install.txt LICENSE.txt README.txt RELNOTES.txt 
  xc/programs/Xserver/hw/xfree86/doc/:
BUILD Install LICENSE README README.DECtga README.Darwin 
README.LynxOS README.NetBSD README.OpenBSD README.chips 
README.mouse README.s3virge RELNOTES Versions 
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
RELNOTES.sgml Versions.sgml defs.ent 
  
  Revision  ChangesPath
  1.5   +35 -35xc/BUILD.txt
  1.6   +12 -12xc/Install.txt
  1.11  +3 -3  xc/LICENSE.txt
  1.8   +36 -36xc/README.txt
  1.11  +86 -250   xc/RELNOTES.txt
  3.37  +35 -35xc/programs/Xserver/hw/xfree86/doc/BUILD
  1.42  +12 -12xc/programs/Xserver/hw/xfree86/doc/Install
  1.54  +3 -3  xc/programs/Xserver/hw/xfree86/doc/LICENSE
  3.155 +36 -36xc/programs/Xserver/hw/xfree86/doc/README
  3.39  +2 -2  xc/programs/Xserver/hw/xfree86/doc/README.DECtga
  1.29  +2 -2  xc/programs/Xserver/hw/xfree86/doc/README.Darwin
  3.51  +8 -8  xc/programs/Xserver/hw/xfree86/doc/README.LynxOS
  3.103 +8 -8  xc/programs/Xserver/hw/xfree86/doc/README.NetBSD
  1.58  +7 -7  xc/programs/Xserver/hw/xfree86/doc/README.OpenBSD
  3.61  +3 -3  xc/programs/Xserver/hw/xfree86/doc/README.chips
  1.37  +2 -2  xc/programs/Xserver/hw/xfree86/doc/README.mouse
  1.30  +2 -2  xc/programs/Xserver/hw/xfree86/doc/README.s3virge
  3.156 +86 -250   xc/programs/Xserver/hw/xfree86/doc/RELNOTES
  1.23  +6 -6  xc/programs/Xserver/hw/xfree86/doc/Versions
  1.144 +90 -330   xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml
  1.10  +4 -3  xc/programs/Xserver/hw/xfree86/doc/sgml/Versions.sgml
  1.52  +15 -15xc/programs/Xserver/hw/xfree86/doc/sgml/defs.ent

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-12 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/12 08:44:21

Log message:
  doctools 1.3.5

Modified files:
  ./:
README 
  
  Revision  ChangesPath
  1.13  +3 -3  doctools/README

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-12 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/12 08:37:54

Log message:
  Cosmetic tweak

Modified files:
  doctools/jade/lib/:
entmgr_inst.m4 
  
  Revision  ChangesPath
  1.5   +2 -2  doctools/jade/lib/entmgr_inst.m4

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-11-12 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/11/12 08:34:58

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_driver.c 
  
  Revision  ChangesPath
  1.143 +3 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-11 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/11 11:59:03

Log message:
   42. Pacify GCC 3.4.4 (Marc La France).

Modified files:
  ./:
CHANGELOG 
  doctools/jade/:
Makefile 
Added files:
  doctools/jade/:
sizeof.c 
  
  Revision  ChangesPath
  1.31  +2 -1  doctools/CHANGELOG
  1.6   +23 -5 doctools/jade/Makefile

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-11 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/11 12:07:40

Log message:
  Remove debug statement

Modified files:
  doctools/jade/:
Makefile 
  
  Revision  ChangesPath
  1.7   +1 -2  doctools/jade/Makefile

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-11 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/11 12:38:02

Log message:
  Forgot a clean rule

Modified files:
  doctools/jade/:
Makefile 
  
  Revision  ChangesPath
  1.8   +5 -2  doctools/jade/Makefile

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-11 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/11 14:15:51

Log message:
  -Wshadow warnings

Modified files:
  doctools/jade/lib/:
GenericEventHandler.cxx Param.cxx Partition.cxx 
parseMode.cxx 
  doctools/jade/nsgmls/:
RastEventHandler.cxx SgmlsEventHandler.cxx 
  
  Revision  ChangesPath
  1.2   +5 -2  doctools/jade/lib/GenericEventHandler.cxx
  1.2   +3 -1  doctools/jade/lib/Param.cxx
  1.2   +5 -2  doctools/jade/lib/Partition.cxx
  1.2   +12 -9 doctools/jade/lib/parseMode.cxx
  1.2   +6 -4  doctools/jade/nsgmls/RastEventHandler.cxx
  1.2   +7 -3  doctools/jade/nsgmls/SgmlsEventHandler.cxx

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-11 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/11 14:29:09

Log message:
  Remove generated files

Removed files:
  doctools/jade/jade/:
HtmlFOTBuilder_inst.cxx MifFOTBuilder_inst.cxx 
RtfFOTBuilder_inst.cxx TeXFOTBuilder_inst.cxx 
TransformFOTBuilder_inst.cxx 
  doctools/jade/lib/:
app_inst.cxx arc_inst.cxx entmgr_inst.cxx parser_inst.cxx 
xentmgr_inst.cxx 
  doctools/jade/nsgmls/:
nsgmls_inst.cxx 
  doctools/jade/spam/:
spam_inst.cxx 
  doctools/jade/spgrove/:
grove_inst.cxx 
  doctools/jade/style/:
FlowObj_inst.cxx common_inst.cxx primitive_inst.cxx 
style_inst.cxx 
  doctools/jade/sx/:
sx_inst.cxx 

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-11 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/11 14:58:19

Log message:
  Fix regression

Modified files:
  doctools/jade/lib/:
entmgr_inst.m4 
  
  Revision  ChangesPath
  1.2   +14 -8 doctools/jade/lib/entmgr_inst.m4

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-11 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/11 16:25:47

Log message:
  Fix GNUmake-ism

Modified files:
  doctools/jade/:
Makefile 
  
  Revision  ChangesPath
  1.9   +3 -3  doctools/jade/Makefile

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-11 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/11 16:55:28

Log message:
  Aarrgghh.  Another regression.  It seems C++ is harder to make portable than 
C.

Modified files:
  doctools/jade/lib/:
entmgr_inst.m4 
  
  Revision  ChangesPath
  1.4   +3 -1  doctools/jade/lib/entmgr_inst.m4

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: doctools (branch: trunk)

2008-11-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:doctools
Changes by: [EMAIL PROTECTED]   08/11/10 11:58:39

Log message:
   41. Pacify GCC 3.3.2 (Marc La France).

Modified files:
  ./:
CHANGELOG 
  doctools/jade/lib/:
parser_inst.cxx parser_inst.m4 
  
  Revision  ChangesPath
  1.30  +4 -1  doctools/CHANGELOG
  1.2   +36 -17doctools/jade/lib/parser_inst.cxx
  1.2   +10 -3 doctools/jade/lib/parser_inst.m4

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-10-31 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/10/31 12:10:43

Log message:
68. Move CloseWellKnownConnections() calls into OsCleanup(TRUE) calls.
Catches yet another server exit case where sockets were not being closed
(Marc La France).

Modified files:
  xc/programs/Xserver/dix/:
main.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Configure.c xf86DoProbe.c xf86Init.c 
  xc/programs/Xserver/os/:
osinit.c 
  
  Revision  ChangesPath
  3.56  +1 -2  xc/programs/Xserver/dix/main.c
  3.3983+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.95  +1 -2  xc/programs/Xserver/hw/xfree86/common/xf86Configure.c
  1.22  +1 -2  xc/programs/Xserver/hw/xfree86/common/xf86DoProbe.c
  3.250 +1 -2  xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  3.35  +6 -5  xc/programs/Xserver/os/osinit.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-10-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/10/15 13:54:07

Log message:
  Make determination of CHANGELOG date more accurate.

Modified files:
  xc/config/cf/:
xfree86.cf 
  
  Revision  ChangesPath
  3.519 +2 -2  xc/config/cf/xfree86.cf

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-10-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/10/15 13:56:04

Log message:
  No need to worry about PIC on x86_64.  Done just in case vm86 is ever
  supported by a x86_64 linux kernel.

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/linux/int10/:
linux.c 
  xc/programs/Xserver/hw/xfree86/os-support/linux/int10/vm86/:
linux_vm86.c 
  
  Revision  ChangesPath
  1.36  +4 -4  
xc/programs/Xserver/hw/xfree86/os-support/linux/int10/linux.c
  1.6   +4 -4  
xc/programs/Xserver/hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-10-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/10/15 13:56:32

Log message:
  GCC 4.2 warning fix.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/via/:
via_dri.c 
  
  Revision  ChangesPath
  1.11  +3 -5  xc/programs/Xserver/hw/xfree86/drivers/via/via_dri.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-10-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/10/15 13:59:14

Log message:
67. When using BSD authentication in xdm, wipe out the password as soon as
possible to prevent it from showing up in the address space of
subsequently forked child processes (Matthieu Herrb).
66. Ensure XVidModeGetMonitor() always returns dynamically allocated data, 
as
documented in its man page (Marc La France).
65. Fix potential crash in DBE (Dave Arlie).
64. Import X.Org fixes for CVE-2008-1377, CVE-2008-1379, CVE-2008-2360 and
CVE-2008-2361 security advisories.
63. Various x86emu changes:
- Fix various halfword overflow issues (Scitech).
- Add RDTSC emulation (Aaron Plattner).
- Fix JNL emulation (David Wong).
- Add emulation of CPUID, levels 0  1.  If the host architecture
  supports CPUID, pass that implementation's results to the emulation.
  If running on a 386 or 486 that does not support CPUID, provide a
  reasonable simulation (instead of SIGILL'ing).  On all other host
  architectures, the emulator will report itself as a 486DX
  (Marc La France).
- Add BTS emulation (Felix Kuehling).
- Fix BSF  BSR emulations (Aaron Plattner).
- Fix MUL and IMUL emulations in the 64-bit case (Matthias Hopf).
62. xf86sym.c build fix when RandR is disabled (Pat Kane, Bugzilla #1693).
61. Spruce up implementation of pthread_key_create(), pthread_key_delete()
pthread_getspecific() and pthread_setspecific() stubs in libXThrStub
library.  Inspired by a change found in OpenBSD repository
(Marc La France).
60. When opening display, if LOCALCONN fails, fall back to UNIXCOMM, then
TCPCONN (Alex Chen).
59. Improve uniqueness of XDM-AUTHORIZATION-1 cookies.  (Egbert Eich).
58. Fix possible segfault when using XDM-AUTHORIZATION-1 keys for remote
clients over IPv6.  (Christian Weisgerber)

Modified files:
  xc/extras/x86emu/src/x86emu/:
decode.c ops.c ops2.c prim_ops.c 
  xc/extras/x86emu/src/x86emu/x86emu/:
prim_ops.h 
  xc/lib/X11/:
ConnDis.c 
  xc/lib/XThrStub/:
UIThrStubs.c 
  xc/lib/Xp/:
XpJob.c 
  xc/lib/Xxf86vm/:
XF86VMode.c 
  xc/programs/Xserver/Xext/:
security.c shm.c 
  xc/programs/Xserver/dbe/:
dbe.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/loader/:
xf86sym.c 
  xc/programs/Xserver/record/:
record.c 
  xc/programs/Xserver/render/:
glyph.c glyphstr.h render.c 
  xc/programs/xdm/greeter/:
verify.c 
  
  Revision  ChangesPath
  1.14  +27 -22xc/extras/x86emu/src/x86emu/decode.c
  1.12  +9 -3  xc/extras/x86emu/src/x86emu/ops.c
  1.8   +72 -26xc/extras/x86emu/src/x86emu/ops2.c
  1.4   +161 -3xc/extras/x86emu/src/x86emu/prim_ops.c
  1.2   +3 -1  xc/extras/x86emu/src/x86emu/x86emu/prim_ops.h
  3.35  +66 -14xc/lib/X11/ConnDis.c
  3.9   +134 -29   xc/lib/XThrStub/UIThrStubs.c
  1.8   +4 -1  xc/lib/Xp/XpJob.c
  3.36  +3 -3  xc/lib/Xxf86vm/XF86VMode.c
  1.23  +6 -3  xc/programs/Xserver/Xext/security.c
  3.50  +7 -3  xc/programs/Xserver/Xext/shm.c
  3.17  +29 -27xc/programs/Xserver/dbe/dbe.c
  3.3980+32 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.268 +3 -1  xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
  1.16  +16 -4 xc/programs/Xserver/record/record.c
  1.8   +9 -5  xc/programs/Xserver/render/glyph.c
  1.7   +1 -3  xc/programs/Xserver/render/glyphstr.h
  1.37  +4 -3  xc/programs/Xserver/render/render.c
  3.30  +27 -9 xc/programs/xdm/greeter/verify.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-10-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/10/15 14:19:19

Log message:
  Typos

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.3981+3 -3  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-07-16 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/07/16 10:01:43

Log message:
57. Immunise VBESetGetPalletteData() against attempts to set null pallette
data.  (Dick Wesseling, Bugzilla #1691).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/vbe/:
vbe.c 
  
  Revision  ChangesPath
  3.3973+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.20  +4 -1  xc/programs/Xserver/hw/xfree86/vbe/vbe.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-07-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/07/01 11:16:44

Log message:
56. Allow 32-bit PCI I/O addresses on Linux/PowerPC (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/linux/:
lnxResource.c 
  
  Revision  ChangesPath
  3.3971+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.22  +9 -9  
xc/programs/Xserver/hw/xfree86/os-support/linux/lnxResource.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: [XFree86] x not listing the pci Bus 1 I/O range:

2008-07-01 Thread Marc Aurele La France

On Tue, 1 Jul 2008, vishnuvaradan vishnuvaradan wrote:


Iam using a Pmc graphics card on a base board with ppc processor along with
tundra system controller. On  pci  bus
(II) PCI: 00:00:0: chip 10e3,0148 - vme
(II) PCI: 00:02:0: chip 10b5,6520 - pci to pci bridge
(II) PCI: 01:03:0: chip 126f,0720 - Pmc card



my var/log file gives



(II) Bus 1 non-prefetchable memory range:
   [0] -1  0   0x9bf0 - 0x9fff (0x410) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1  0   0x9be0 - 0x9bef (0x10) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1  0   0x - 0x00ff (0x100) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
(--) PCI:*(1:3:0) Silicon Motion, Inc. SM720 Lynx3DM rev 193, Mem @
0x9c00/26



Its NOT listing the I/o resource range for the bus1 .. what i expect like
this is NOT LISTING
--
(II) Bus 1 I/O range:
   [0] -1  0   0xf200 - 0xf2000fff (0x1000) IX[B]



1. Please help me to solve the above issue


It seems likely that the bridge at 0:2:0 is not, in reality, forwarding I/O 
transactions to bus 1 because the I/O enable bit in its command register is 
off.  The output from `scanpci -v` would confirm this.


In any case, I strongly suspect that 0xf2000xxx I/O range to be completely 
useless to the Lynx3DM board.  As such, you have a system whose designers 
wrong-headedly decided to cripple PCI I/O.


Your options seem to be ...

1) Hack the driver to not reference fixed I/O resources (likely in the
   0x3B0-0x3DF range).  Such a change would not be accepted unless it was
   contolled by an option.
2) Replace the Lynx3DM with a board that does not need VGA resources.


2. I have another query.. If suppose i want to access the io reg from the
xfree driver shall i use the addr 0xf200 directly or any io remapping is
required for  0xf200? if required please help me how to do it ..


I've already pointed you to xf86EnableIO() in os-support/linux/lnx_video.c. 
But I really don't think relocating the driver's I/O to 0xf200 will solve 
anything.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Debug statements inside xfree video driver ??

2008-06-30 Thread Marc Aurele La France

On Mon, 30 Jun 2008, vishnuvaradan vishnuvaradan wrote:

On Sun, Jun 29, 2008 at 9:54 PM, Marc Aurele La France [EMAIL PROTECTED]
wrote:

On Sun, 29 Jun 2008, vishnuvaradan vishnuvaradan wrote:
 Iam trying to integrate the xfree video driver for my PMC graphics card ..



while configuring and running the driver access some illegal memory area

and
iam geting oops kernel access bad area..



 I need to debug the video driver.. ( reg its IOBASE,mem base etc)



I added printf inside the driver but it is not coming in var/log



 Please give idea how to add some debug statements(with variable values)

inside the  video  driver such that it will come in var/log ...???



The server closes stdout as part of its initialisation.  You could use
stderr instead, but it is preferable to use the xf86Msg() family of
functions. These are documented in section 18.1 of the DESIGN document.



Still, I could not find where my video driver access bad area.

   As said earlier iam using the PMC graphics card along with a base board.
   while integrating the frame buffer driver for the graphics,  based on
our architecture
   FOR I/o READ/WRITE ACCESS I should use as
   outb(val,port) as outb(val, 0xF200+port)
   inb(val,port)   as inb(val, 0xF200+ port)



   I have modified the direct I/O accessing in the xfree in my video driver
...
   Shall i need to modify the same in compiler.h inside
programs/Xserver/hw/xfree86/common ??



   I suspect the problem is closely related to I/o issue only



   I have attached the log file and the serial port messages for ur
reference  ..



  Please shed me some light to solve the issue..


For this architecture, compiler.h offsets all PCI I/O by ioBase, which in 
turn is set by xf86EnableIO() in os-support/linux/lnx_video.c


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] command for recompilation of xfree (compiling only the changed file) ??

2008-06-28 Thread Marc Aurele La France

On Sat, 28 Jun 2008, vishnuvaradan vishnuvaradan wrote:


Can you Please tell me wht the command in xfree to recompile the whole
source (if any change is made only in video driver) ?
Iam giving make World ... its starting from first...



I need to compile only the changed file .. plzz xfree users tell me the
command...


A simple `make` in the video driver's directory should suffice.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


CVS Update: xc (branch: trunk)

2008-06-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/06/23 07:42:23

Log message:
55. A less kludgy implementation of the Simba hack introduced in CHANGELOG
#39  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
pcitweak.c scanpci.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
sparcPci.c 
  
  Revision  ChangesPath
  3.3970+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.23  +1 -15 xc/programs/Xserver/hw/xfree86/etc/pcitweak.c
  3.102 +2 -12 xc/programs/Xserver/hw/xfree86/etc/scanpci.c
  1.33  +32 -7 
xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-06-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/06/21 11:11:58

Log message:
54. Fix possible reference to freed memory in HP ZX1 PCI chipset scan and
emulate configuration space more closely for its fake bridges
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
zx1PCI.c 
  
  Revision  ChangesPath
  3.3968+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.13  +52 -28
xc/programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/06/19 09:37:47

Log message:
53. Fix bug that caused the PCI scan to ignore bus segments that are known 
to
before the scan starts  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c 
  
  Revision  ChangesPath
  3.3966+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.103 +3 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/06/19 10:09:46

Log message:
  Simplify link of C  T utilities

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/chips/util/:
Imakefile 
  
  Revision  ChangesPath
  1.6   +4 -5  
xc/programs/Xserver/hw/xfree86/drivers/chips/util/Imakefile

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/06/19 09:54:47

Log message:
  Typos

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.3967+3 -3  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-06-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/06/18 08:37:42

Log message:
  OpenBSD/sparc build fix

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
xf86Sbus.h 
  
  Revision  ChangesPath
  1.14  +2 -1  
xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


[XFree86] Re: problem with Xnest

2008-06-18 Thread Marc Aurele La France

On Wed, 18 Jun 2008, Girish Hilage wrote:


  I am using FC8 and giving following command :



  Xnest :1 -kb -terminate -name -query10.77.33.165 -geometry 800x800
-fp tcp/10.77.33.165:7100



  but, I can only see a window with black dots in it


That's what supposed to happen.


  and no UI is visible.


... because you haven't started one on :1.


  'xfs' on 10.77.33.165 is running properly.



   Is there anything I am missing here?


See above.


DISCLAIMER
==
This e-mail may contain privileged and confidential information which is
the property of Persistent Systems Ltd. It is intended only for the use
of the individual or entity to which it is addressed. If you are not the
intended recipient, you are not authorized to read, retain, copy, print,
distribute or use this message. If you have received this communication
in error, please notify the sender and delete all copies of this
message. Persistent Systems Ltd. does not accept any liability for virus
infected mails.


Such disclaimers have no place in a public mailing list.  Please remove.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


CVS Update: xc (branch: trunk)

2008-05-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/05/26 08:20:49

Log message:
  Typo.

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/:
pcitweak.c 
  
  Revision  ChangesPath
  1.22  +2 -2  xc/programs/Xserver/hw/xfree86/etc/pcitweak.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-05-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/05/21 15:23:58

Log message:
52. Fix radeon driver to not relocate the framebuffer within its aperture on
non-DRI platforms.  Fixes a SunOS/sparc panic upon /dev/console (or
/dev/wscons) output while the server is running.  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_driver.c 
  
  Revision  ChangesPath
  3.3963+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.142 +5 -3  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: problem with patch 4.7.99.14-4.7.99.15.diff.bz2 in PCI detection

2008-05-21 Thread Marc Aurele La France

On Wed, 21 May 2008, [EMAIL PROTECTED] wrote:

I suspect this is happening because these systems are capable of PCI
Express.  Please try the attached patch when you get the system back. It
would be sufficient to check if the slowdown still occurs with the
resulting scanpci binary.



Okay, I've got the machine back and I've tested your patch with scanpci.
= The problem is corrected, XFree86 doesn't block anymore on this
111d:8018 chip.



I suppose it will be included in the next official patch ?


Yes it will, given I've already committed it.

Thanks for trying it out.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


CVS Update: xc (branch: trunk)

2008-05-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/05/19 09:11:44

Log message:
  Add usage description for '-noredirect' on Solaris.

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/sunos/:
sun_init.c 
  
  Revision  ChangesPath
  1.16  +5 -1  
xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-05-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/05/15 10:25:40

Log message:
50. Change the aperture driver for Solaris to makr its mappings as non-
cacheable and as having sideeffects  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
apSolaris.shar 
  
  Revision  ChangesPath
  3.3961+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.5   +142 -196  xc/programs/Xserver/hw/xfree86/etc/apSolaris.shar

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-05-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/05/15 11:04:25

Log message:
51. Change atimisc to not disable the MMIO area at the tail end of the 
linear
aperture if it is found to be enabled on entry.  Fixes a hang on
Solaris/sparc upon /dev/console or /dev/wscons output while the server 
is
running (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atipreinit.c ativersion.h 
  
  Revision  ChangesPath
  3.3962+5 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.98  +14 -1 
xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c
  1.95  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-05-14 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/05/14 08:40:49

Log message:
49. Avoid unpredictable behaviour on PCI-X and/or PCI Express capable ix86,
x86_64 and PowerPC systems  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
ix86Pci.c ppcPci.c 
  
  Revision  ChangesPath
  3.3960+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.28  +19 -1 
xc/programs/Xserver/hw/xfree86/os-support/bus/ix86Pci.c
  1.11  +13 -3 
xc/programs/Xserver/hw/xfree86/os-support/bus/ppcPci.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: problem with patch 4.7.99.14-4.7.99.15.diff.bz2 in PCI detection

2008-05-14 Thread Marc Aurele La France
On Tue, 13 May 2008, [EMAIL PROTECTED] wrote:

 I'am testing some Fujitsu-Siemens workstations which have the same video 
 chip :
 102b:0522 Matrox Graphics, Inc. MGA G200e [Pilot] ServerEngines (SEP1)

 FSC TX150-S6
 FSC TX200-S4
 FSC RX100-S5

 The 3 computers have the same /etc/X11/XF86Config-4 file.

 I've noticed a problem with the TX150-S6 when XFree86 starts : the process 
 gets stuck in the
 PCI detection sequence on the first of 3 identical PCI chips (111d:8018).

 After several minutes (between 5 and 10 minutes, I've not measured 
 exactly), XFree finished the start
 sequence and works well after that.

Well, the code no longer assumes multifunction devices have a zero 
function, which means the PCI scan now looks at all combinations of 
device and function numbers.  So I would expect it to take slightly 
longer.  But not by _that_ much.

 These chips (111d:8018) are found only on the TX150-S6.

 On the 2 other computers, XFree86 starts without problem.

 Here is the lspci output for the TX150-S6. The chip which blocks the 
 XFree86 startup is prefixed
 by an asterisk. Attached is a detailled output of lspci (-vv).

[elided]

 During the freeze, I noticed that lspci seems unhappy with what he 
 detects, since all
 device classes are detected as  (and chip revisions as ff). For 
 example, the video chip
 which normally is :
 07:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200e [Pilot] 
 ServerEngines (SEP1) (rev 02)
 becomes :
 07:00.0 Class : Matrox Graphics, Inc. MGA G200e [Pilot] ServerEngines 
 (SEP1) (rev ff)

 So the XFree86 PCI detection code seems to have a side effect on the 
 system.

It is not a good idea to run two PCI scans simultaneously.  And I can 
think of no way to prevent them.

 Please note that XFree86 and the Linux kernel show no warning or error 
 messages at
 all, the only problem is the very long start time for XFree.

 I tested a previous build of XFree86, including patches up to 
 4.7.99.5-4.7.99.6.diff.bz2.
 This version doesn't show the problem. So I digged a little bit in the 
 patches released
 after this one and I found that some modifications were done at the PCI 
 level. I finally
 found that the problem is located in 4.7.99.14-4.7.99.15.diff.bz2, more 
 precisely in the
 xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c file (which includes 
 the PCI detection
 loop).
 I suppressed the modifications on Pci.c from the 
 4.7.99.14-4.7.99.15.diff.bz2 patch, rebuilded
 XFree86 and the problem doesn't occur now.
 So it is related to the recent modifications on the PCI code.
 But I don't know where the problem exactly occurs in this file. I don't 
 have the time to track
 line by line and I had to give the computer to someone else for a couple 
 of weeks.

I suspect this is happening because these systems are capable of PCI 
Express.  Please try the attached patch when you get the system back.  It 
would be sufficient to check if the slowdown still occurs with the 
resulting scanpci binary.

Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.

Mahe.diff.gz
Description: Binary data


CVS Update: xc (branch: trunk)

2008-05-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/05/02 08:09:13

Log message:
45. Remove two unused functions from xf4bpp (Miod Vallat, Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/xf4bpp/:
offscreen.c vgaStipple.c xf4bpp.h 
  
  Revision  ChangesPath
  3.3956+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.7   +1 -20 xc/programs/Xserver/hw/xfree86/xf4bpp/offscreen.c
  1.8   +1 -36 xc/programs/Xserver/hw/xfree86/xf4bpp/vgaStipple.c
  1.12  +1 -12 xc/programs/Xserver/hw/xfree86/xf4bpp/xf4bpp.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-05-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/05/01 09:13:24

Log message:
43. Mitigate brokenness in /dev/console redirection on Solaris.  Should this
redirection fail, redirect the server's stderr to the log to avoid 
screen
corruption due to the server's own console output.  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Config.c 
  xc/programs/Xserver/hw/xfree86/os-support/sunos/:
sun_init.c 
  xc/programs/Xserver/include/:
os.h 
  xc/programs/Xserver/os/:
log.c 
  
  Revision  ChangesPath
  3.3954+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.296 +1 -2  xc/programs/Xserver/hw/xfree86/common/xf86Config.c
  1.15  +44 -4 
xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c
  3.72  +4 -3  xc/programs/Xserver/include/os.h
  1.18  +34 -12xc/programs/Xserver/os/log.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-05-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/05/01 10:11:35

Log message:
44. Fix additional incorrect assumptions regarding unassigned PCI resources
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86pciBus.c 
  
  Revision  ChangesPath
  3.3955+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.96  +10 -9 xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: Re Re: missing ATI chips in radeon_probe.c ?

2008-05-01 Thread Marc Aurele La France

On Wed, 30 Apr 2008, [EMAIL PROTECTED] wrote:


Please note that I didn't test if these boards worked actually !
I'm only making suggestions and these reasonings may be wrong !


Yes.  I understood that.


1) I've reworked my list.


I'd still like to know where your original list came from.


2) Now, looking at radeon_probe.c, we can note that some boards in your
list
have chips which are not in the list of the radeon(4x) man page. So either
the man page should be updated or this is a mistake ?


Dunno.  Not surprising though, given this was a merge from X.Org.


RC410 :
- 0x1002  0x5a61  ATI|RC410 [Radeon Xpress 200]
- 0x1002  0x5a62  ATI|RC410 [Radeon Xpress 200M]

ES1000 :
- 0x1002  0x515e  ATI|ES1000
- 0x1002  0x5969  ATI|ES1000
According to http://ati.amd.com/products/server/es1000/index.html, ES1000
was designed
for servers and has no 3D acceleration (so Option nodri).


I agree the driver should know that.


RS480 :
- 0x1002  0x5954  ATI|RS480 [Radeon Xpress 200G Series]
- 0x1002  0x5955  ATI|Radeon XPRESS 200M 5955 (PCIE)



RS482 :
- 0x1002  0x5974  ATI|RS482 [Radeon Xpress 200]
- 0x1002  0x5975  ATI|RS485 [Radeon Xpress 1100 IGP]
Note : RS485 is a typo in pci.ids - I told that to the guys on
sourceforge.


I don't think such lists can ever be 100% reliable.


3) Continuing on that way, these chipsets are of the same type as those in
2) and
could perhaps be added too :



*0x1002 0x5854  ATI Radeon Xpress Series (RS480)
*0x1002 0x5874  ATI Radeon Xpress Series (RS482)
*0x1002 0x5a63  ATI Radeon Xpress Series (RC410)
Moreover, the following two boards are also ES1000, but are aren't in the
supported list,
they could perhaps be added if the ES1000 chip is kept in the list :
- 0x1002  0x515f  ATI|ES1000
- 0x103c  0x31fb  HP|DL365 ATI ES1000 VGA controller



Note : these chips are not in pci.ids now.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


CVS Update: xc (branch: trunk)

2008-04-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/30 08:43:49

Log message:
42. Add a few more Radeon PCI IDs (prompted by Loic Mahe).  Also, remove the
tracking of these from the ati module.  (Marc La France)
  
  ... and fix typo in CHANGELOG entry 34.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atichip.c atichip.h radeon_driver.c radeon_probe.c 
  
  Revision  ChangesPath
  3.3953+5 -3  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.169 +7 -1  xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.46  +3 -240xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.c
  1.35  +2 -30 xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.h
  1.141 +16 -2 
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.38  +29 -1 
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/29 09:46:59

Log message:
  Various cleanups

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_probe.c 
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  1.168 +121 -155  xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.37  +207 -205  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c
  1.27  +187 -249  
xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-25 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/25 07:15:42

Log message:
41. On SunOS, add a command line flag to disable the server's /dev/console
redirection  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/sunos/:
sun_init.c 
  
  Revision  ChangesPath
  3.3952+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.14  +15 -2 
xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/24 12:29:35

Log message:
  Typo.

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86sbusBus.c 
  
  Revision  ChangesPath
  3.15  +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86sbusBus.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/24 12:31:41

Log message:
  Cosmetic change to verbose output.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiprint.c 
  
  Revision  ChangesPath
  1.41  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/24 12:41:08

Log message:
38. Avoid screen corruption that occurs upon /dev/console output while the
X server is running on SunOS, by redirecting this output into a file.
The file is copied back to /dev/console on server exit.  Note that 
screen
corruption still occurs on output to /dev/wscons because wscons cannot 
be
redirected in this fashion.  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/sunos/:
sun_init.c 
  
  Revision  ChangesPath
  3.3949+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.13  +140 -1
xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/24 13:10:14

Log message:
39. Change the scanpci and pcitweak utilities to simulate a completed master
abort instead of reading PCI register 0xb8 of Sun's Simba PCI-to-PCI
bridges, as reads of this register cause a PCI interrupt acknowledge
cycle on the secondary bus for an interrupt that did not actually occur.
Note that no other code touches this register.  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
pcitweak.c scanpci.c 
  
  Revision  ChangesPath
  3.3950+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.21  +15 -1 xc/programs/Xserver/hw/xfree86/etc/pcitweak.c
  3.101 +13 -2 xc/programs/Xserver/hw/xfree86/etc/scanpci.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/24 13:54:54

Log message:
40. Rework the handling of unassigned PCI resources in the server to ensure
they are reassigned while the server is running and restore them to 
their
unassigned state on server exit  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Bus.c xf86Resources.h xf86pciBus.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c xf86Pci.h 
  
  Revision  ChangesPath
  3.3951+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.101 +6 -7  xc/programs/Xserver/hw/xfree86/common/xf86Bus.c
  1.19  +1 -2  xc/programs/Xserver/hw/xfree86/common/xf86Resources.h
  3.95  +22 -57xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
  1.102 +1 -8  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.50  +1 -2  
xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Pci.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: [XFree86] XFree86 server crash

2008-04-13 Thread Marc Aurele La France

On Sun, 13 Apr 2008, Mario Trubacik wrote:

I have installed last version of XFree86 onto Solaris 10 x86 with ATI Radeon 
Mobility X1300 card.

After executed command XFree86 -autoconfigure i get this error messages.
With Xorgserver the ati driver also doesn't work, have anybody advice how 
run over the graphic card in Solaris?



XFree86 Version 4.7.0


  ^


Release Date: 12 August 2007
X Protocol Version 11, Revision 0
Build Operating System: SunOS 5.9 Generic_112234-10 i86pc
Current Operating System: SunOS pelikan-ntb 5.10 Generic_120012-14 i86pc
Build Date: 22 September 2007
Changelog Date: 13 August 2007
  Before reporting problems, check http://www.XFree86.Org/
  to make sure that you have the latest version.
Module Loader present
Command line: /usr/X11R6/bin/XFree86 -autoconfig
Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (EE) error, (WW) warning,
  (II) informational, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Sun Apr 13 14:31:53 2008
(II) Executable is XFree86, path /proc/7065/object/a.out.
(II) Reading symbols from /proc/7065/object/a.out.
(II) Module ABI versions:
  XFree86 ANSI C Emulation: 0.4
  XFree86 Video Driver: 0.11
  XFree86 XInput driver : 0.5
  XFree86 Server Extension : 0.4
  XFree86 Font Renderer : 0.5
(II) Loader running on sunos
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
  compiled for 4.23.74V, module version = 1.0.0
  ABI class: X.Org Video Driver, version 1.1


^^


(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000a348, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)


[...]


(II) PCI: End of PCI scan



 *** If unresolved symbols were reported above, they might not
 *** be the reason for the server aborting.



Caught signal 11.
Stack trace:
0: 0x809419e: 0x809418c xf86ShowStackTrace + 0x12
  Module /usr/X11/bin/XFree86
1: 0x8094270: 0x8094214 xf86SigHandler + 0x5c
  Module /usr/X11/bin/XFree86
2: 0xfee64a4f: 0xfee648f0 __moddi3 + 0x15f
  Module /lib/libc.so.1
3: 0xfee5ae72: 0xfee5aaa6 sema_post + 0x3cc
  Module /lib/libc.so.1
4: 0xfee5aff2: 0xfee5aaa6 sema_post + 0x54c
  Module /lib/libc.so.1
5: 0x: cannot guess
6: 0x808148e: 0x80813f8 xf86FormatPciBusNumber + 0x96
  Module /usr/X11/bin/XFree86
7: 0x80794ce: 0x8078f38 InitOutput + 0x596
  Module /usr/X11/bin/XFree86
8: 0x80ce9e3: 0x80ce7c4 main + 0x21f
  Module /usr/X11/bin/XFree86


You cannot use an XFree86 server to load an X.Org module.  See underlined 
above.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


CVS Update: xc (branch: trunk)

2008-04-06 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/06 12:17:41

Log message:
  Various IRIX-related tweaks.

Modified files:
  xc/config/cf/:
Imake.tmpl sgi.cf 
  xc/extras/ogl-sample/main/gfx/lib/glu/libtess/:
tess.c 
  xc/extras/ogl-sample/main/gfx/lib/glu/libutil/:
quad.c 
  xc/include/GL/:
glu.h 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
r128_driver.c radeon.h radeon_driver.c radeon_mergedfb.c 
radeon_probe.h radeon_video.c 
  
  Revision  ChangesPath
  3.182 +2 -2  xc/config/cf/Imake.tmpl
  1.29  +15 -7 xc/config/cf/sgi.cf
  1.4   +2 -2  xc/extras/ogl-sample/main/gfx/lib/glu/libtess/tess.c
  1.5   +2 -2  xc/extras/ogl-sample/main/gfx/lib/glu/libutil/quad.c
  1.4   +2 -2  xc/include/GL/glu.h
  1.100 +9 -9  
xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
  1.50  +5 -4  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
  1.140 +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.2   +5 -4  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_mergedfb.c
  1.21  +3 -3  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h
  1.35  +2 -8  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-06 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/06 12:27:21

Log message:
  Oops.  Missed this one somehow.

Modified files:
  xc/config/cf/:
sgi.cf 
  
  Revision  ChangesPath
  1.30  +5 -2  xc/config/cf/sgi.cf

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-03 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/03 07:51:05

Log message:
  Fix printf warning

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_driver.c 
  
  Revision  ChangesPath
  1.139 +5 -4  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-03 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/03 07:50:48

Log message:
  Turf GCC-ism

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_accel.c 
  
  Revision  ChangesPath
  1.42  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-03 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/03 07:50:15

Log message:
  Fix printf warning

Modified files:
  xc/programs/Xserver/hw/xfree86/int10/:
generic.c 
  
  Revision  ChangesPath
  1.33  +2 -2  xc/programs/Xserver/hw/xfree86/int10/generic.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/02 08:53:55

Log message:
  Cosmetic changes

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atidac.c atipreinit.c atiprobe.c 
  
  Revision  ChangesPath
  1.28  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.c
  1.95  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c
  1.81  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/02 13:47:58

Log message:
36. Rage 128 driver changes:
- Add support for dual head on Rage 128 Mobility's (X.Org, via OpenBSD's
  xenocara repository).
- Don't use vgaHW if the video mode on server entry is found to be an
  accelerator (i.e. non-VGA) video mode (Marc La France).
- Avoid hard-failed master aborts while attempting to read video BIOS
  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
r128.h r128.man r128_accel.c r128_cursor.c r128_dri.c 
r128_driver.c r128_probe.c r128_probe.h r128_reg.h 
r128_version.h r128_video.c 
  
  Revision  ChangesPath
  3.3945+8 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.30  +50 -7 xc/programs/Xserver/hw/xfree86/drivers/ati/r128.h
  1.5   +10 -2 xc/programs/Xserver/hw/xfree86/drivers/ati/r128.man
  1.22  +64 -3 
xc/programs/Xserver/hw/xfree86/drivers/ati/r128_accel.c
  1.7   +51 -11
xc/programs/Xserver/hw/xfree86/drivers/ati/r128_cursor.c
  1.35  +10 -9 xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c
  1.99  +1300 -467 
xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
  1.21  +44 -8 
xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.c
  1.12  +16 -1 
xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h
  1.19  +67 -24xc/programs/Xserver/hw/xfree86/drivers/ati/r128_reg.h
  1.12  +3 -3  
xc/programs/Xserver/hw/xfree86/drivers/ati/r128_version.h
  1.34  +4 -4  
xc/programs/Xserver/hw/xfree86/drivers/ati/r128_video.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/02 14:02:32

Log message:
37. Radeon driver changes:
- Merge in various changes from X.Org, via OpenBSD's xenocara 
repository.
  Among other things, this adds support for newer Radeon's.
- Don't use vgaHW if the video mode on server entry is found to be an
  accelerator (i.e. non-VGA) video mode (Marc La France).
- Avoid hard-failed master aborts while attempting to read video BIOS
  (Marc La France).

Modified files:
  xc/extras/Mesa/src/mesa/drivers/dri/r200/:
r200_cmdbuf.c r200_ioctl.c r200_reg.h r200_sanity.c 
r200_screen.c r200_texmem.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
Imakefile atichip.c atichip.h atimodule.c ativersion.h 
radeon.h radeon.man radeon_accel.c radeon_accelfuncs.c 
radeon_common.h radeon_cursor.c radeon_dri.c radeon_dri.h 
radeon_driver.c radeon_macros.h radeon_probe.c 
radeon_probe.h radeon_reg.h radeon_sarea.h 
radeon_version.h radeon_video.c 
Added files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_bios.c radeon_commonfuncs.c radeon_mergedfb.c 
radeon_mergedfb.h 
  
  Revision  ChangesPath
  1.2   +126 -101  
xc/extras/Mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c
  1.7   +2 -2  xc/extras/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.c
  1.2   +34 -34xc/extras/Mesa/src/mesa/drivers/dri/r200/r200_reg.h
  1.3   +1 -2  
xc/extras/Mesa/src/mesa/drivers/dri/r200/r200_sanity.c
  1.9   +2 -2  
xc/extras/Mesa/src/mesa/drivers/dri/r200/r200_screen.c
  1.2   +21 -35
xc/extras/Mesa/src/mesa/drivers/dri/r200/r200_texmem.c
  3.3946+8 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.64  +12 -6 xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
  1.45  +110 -3xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.c
  1.34  +14 -4 xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.h
  1.26  +2 -1  
xc/programs/Xserver/hw/xfree86/drivers/ati/atimodule.c
  1.94  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h
  1.49  +275 -74   xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
  1.10  +308 -48   xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.man
  1.41  +321 -61   
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
  1.9   +85 -147   
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accelfuncs.c
  1.12  +20 -5 
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_common.h
  1.27  +65 -119   
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_cursor.c
  1.43  +384 -286  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c
  1.7   +4 -5  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.h
  1.138 +4534 
-2047xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.5   +13 -10
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_macros.h
  1.36  +155 -5
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c
  1.20  +72 -1 
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h
  1.34  +994 -104  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h
  1.8   +3 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_sarea.h
  1.16  +7 -3  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_version.h
  1.34  +1461 -331 
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-04-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/01 10:18:23

Log message:
35. Fix PCI resource relocation to avoid nullifying resources
(Marc La France).
34. In int10, do attempt to populate shadow system BIOS segments if there's
a risk of hard-failed master aborts (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Resources.h xf86pciBus.c 
  xc/programs/Xserver/hw/xfree86/int10/:
generic.c 
  xc/programs/Xserver/hw/xfree86/os-support/linux/int10/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/os-support/linux/int10/vm86/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/os-support/linux/int10/x86emu/:
Imakefile 
  
  Revision  ChangesPath
  3.3944+6 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.18  +5 -4  xc/programs/Xserver/hw/xfree86/common/xf86Resources.h
  3.94  +5 -2  xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
  1.32  +27 -26xc/programs/Xserver/hw/xfree86/int10/generic.c
  1.22  +6 -14 
xc/programs/Xserver/hw/xfree86/os-support/linux/int10/Imakefile
  1.9   +11 -11
xc/programs/Xserver/hw/xfree86/os-support/linux/int10/vm86/Imakefile
  1.8   +19 -21
xc/programs/Xserver/hw/xfree86/os-support/linux/int10/x86emu/Imakefile

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/27 09:22:41

Log message:
  Add missing CHANGELOG entry ...
  
32. Temporarily ignore 64-bit PCI memory address spaces on SPARC
(Marc La France).
31. For fault isolation purposes, on SPARC, bracket all PCI configuration
space accesses with MEMBAR's  (Marc La France).
30.5.  Change PCI scan to mitigate the effects of PCI Express Unsupported
requests (its idea of PCI's master aborts).  On Solaris/SPARC at least,
this tones down a system freeze to a SIGKILL of the PCI scan.
(Marc La France).
30. Add PCI-X and PCI Express to the mix of PCI variants that are supported
in a single system.  Includes, but is not limited to, support for Sun's
Ultra 25 and Ultra 45 systems.  (Marc La France).
29. Remove assumption that all PCI entities have a function 0
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.3943+5 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/26 10:28:11

Log message:
25. Make some of ATIProbe()'s verbose messages less misleading
(Marc La France).
24. Fix reversed memset() arguments in atimisc LUT handling (David Krause).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atidac.c atiprobe.c ativersion.h 
  
  Revision  ChangesPath
  3.3938+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.27  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.c
  1.79  +75 -27xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
  1.93  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/26 10:29:49

Log message:
  Typo.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiprobe.c 
  
  Revision  ChangesPath
  1.80  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/26 10:20:09

Log message:
23. In favour of the majority case, assume x86 and x86_64 systems cannot
hard-fail master aborts.  On an experimental basis, also assume the same
of alpha systems.  This adds support for such systems that don't include
a PCI-to-ISA bridge.  (Marc La France)

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86pciBus.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.h 
  
  Revision  ChangesPath
  3.3937+5 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.93  +4 -4  xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
  1.57  +23 -1 xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/26 10:46:01

Log message:
27. Fix integer wrap-arounds in XAA's wide line code path (Paul Mackerras).
26. Fix XAA segfault when dealing with certain TE fonts with null glyphs
(Soran Sandmann Pedersen).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/xaa/:
xaaTEText.c xaaWideLine.c 
  
  Revision  ChangesPath
  3.3939+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.9   +21 -4 xc/programs/Xserver/hw/xfree86/xaa/xaaTEText.c
  1.13  +8 -16 xc/programs/Xserver/hw/xfree86/xaa/xaaWideLine.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/26 10:47:27

Log message:
  Fix fallout from prior changes to the ServerTarget() imake rule.

Modified files:
  xc/programs/lbxproxy/:
Imakefile 
  xc/programs/xfs/:
Imakefile 
  
  Revision  ChangesPath
  1.17  +1 -5  xc/programs/lbxproxy/Imakefile
  3.28  +1 -5  xc/programs/xfs/Imakefile

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/26 11:39:13

Log message:
28. Update to 2008-03-26 pci.ids snapshot.  Also add some more recent PCI
Radeon IDs.  (Marc La France)

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  xc/programs/Xserver/hw/xfree86/etc/:
pci.ids 
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  3.3940+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.166 +90 -1 xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.14  +2252 -472 xc/programs/Xserver/hw/xfree86/etc/pci.ids
  1.26  +20262 
-1753xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/26 11:57:51

Log message:
32. Temporarily ignore 64-bit PCI memory address spaces on SPARC
(Marc La France).
31. For fault isolation purposes, on SPARC, bracket all PCI configuration
space accesses with MEMBAR's  (Marc La France).
30. Add PCI-X and PCI Express to the mix of PCI variants that are supported
in a single system.  Includes, but is not limited to, support for Sun's
Ultra 25 and Ultra 45 systems.  (Marc La France).
29. Remove assumption that all PCI entities have a function 0
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
scanpci.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c Pci.h sparcPci.c xf86Pci.h 
  
  Revision  ChangesPath
  3.3941+10 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.100 +9 -3  xc/programs/Xserver/hw/xfree86/etc/scanpci.c
  1.100 +317 -68   xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.58  +2 -1  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
  1.32  +180 -91   
xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c
  1.49  +104 -19   
xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Pci.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/26 12:04:52

Log message:
32. Zero out all SPARC SunOS framebuffers on server exit (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/sunos/:
sun_init.c 
  
  Revision  ChangesPath
  3.3942+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.11  +57 -31
xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/26 12:07:04

Log message:
  Whitespace cleanup

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c 
  xc/programs/Xserver/hw/xfree86/os-support/sunos/:
sun_init.c 
  
  Revision  ChangesPath
  1.167 +9 -9  xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.101 +4 -4  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.12  +3 -3  
xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: [XFree86] new installation: KDE no longer starts

2008-03-26 Thread Marc Aurele La France

On Tue, 25 Mar 2008, gary wrote:

Marc Aurele La France wrote:

On Tue, 25 Mar 2008, gary wrote:

Marc Aurele La France wrote:

On Tue, 25 Mar 2008, [EMAIL PROTECTED] wrote:

Would that be from Suse? Consider me a micron above newbie.



Yes, it would be a SuSe rpm.


Well, I managed to find xinetd-2.3.14-32.x86_64.rpm. I had to use the 
--replacefiles and --replacepkgs options to force the install. The problem 
is the same.


Sigh.  How people can go on tangents like this will always amaze me. 
(xinetd has nothing at all to do with X.)



The package you should reinstall is given by ...



rpm -q -f /etc/X11/xinit/xinitrc



... or ...



rpm -q -f /usr/X11R6/lib/X11/xinit/xinitrc

... whichever file exists.



rpm -q -f /etc/X11/xinit/xinitrc works, but does not fix the problem.


No, of course not.  But it does tell you which package needs to be 
reinstalled.  Find the corresponding RPM and do ...


rpm -Uf rpmname

I didn't go off on a tangent as much as a typo. In any event, is there is 
bug-free way to do the Xfree86 installation from scratch? Getting this to 
work by some patch is simply a poor solution to an installation bug.


Also note, I entered kde in one of the terminal windows to force it to start. 
I get an error message could not start kstartupconfig. Check your 
installation. So I gather the Xfree86 installation caused this problem since 
the KDE enviroment was working fine until I installed xfree86.


When you installed XFree86, it replaced your previously installed window 
manager setup with a default one that invokes twm.  Thus re-installing 
XFree86 won't help.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] new installation: KDE no longer starts

2008-03-25 Thread Marc Aurele La France

On Mon, 24 Mar 2008, gary wrote:

I set up suse 10.2 on an X64 box. To use the latest ATI drivers, X86free  is 
required. The Xfree86 installation went well. However, when I boot the PC, I 
no longer get the KDE environment. Rather, I get a simple Xwindows interface. 
Any suggestions?


I can't saw for sure about SuSe, but you probably need to reinstall that 
one of its packages that supplied /etc/X11/xinit/xinitrc or 
/usr/X11/lib/X11/xinit/xinitrc.  See rpm(8) to figure out which package 
that would be, and how to reinstall it.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] new installation: KDE no longer starts

2008-03-25 Thread Marc Aurele La France

On Tue, 25 Mar 2008, [EMAIL PROTECTED] wrote:

Would that be from Suse? Consider me a micron above newbie.


Yes, it would be a SuSe rpm.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


CVS Update: xc (branch: trunk)

2008-03-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/18 12:36:54

Log message:
19. When building an XFree86 loader server with stack backtrace support, use
GCC's -fno-omit-frame-pointer flag to improve the accuracy of stack
traces (Marc La France).
18. Fix (portably this time) X server links to ensure dependant subdirs are
tranversed before the server linked  (Marc La France).

Modified files:
  xc/config/cf/:
Imake.rules Win32.rules nto.rules xf86.tmpl 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.155 +7 -2  xc/config/cf/Imake.rules
  1.9   +6 -2  xc/config/cf/Win32.rules
  1.11  +8 -2  xc/config/cf/nto.rules
  3.40  +6 -1  xc/config/cf/xf86.tmpl
  3.3932+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2008-03-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/03/18 12:41:55

Log message:
20. Remove unnecessary #include of linux/config.h from our Linux DRM
source  (Bugzilla #1689, Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/:
drm.h 
  
  Revision  ChangesPath
  3.3933+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.6   +1 -1  
xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/drm.h

___
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


  1   2   3   4   5   6   7   8   9   10   >