CVS Update: xc (branch: trunk)

2004-01-09 Thread Ivan Pascal
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   04/01/09 06:46:07

Log message:
   751. Fix some rules in en_US.UTF-8 Compose file (Bugzilla #1071,
Matthew Fischer).

Modified files:
  xc/nls/Compose/:
en_US.UTF-8 
  
  Revision  ChangesPath
  1.12  +4 -4  xc/nls/Compose/en_US.UTF-8

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2004-01-09 Thread Ivan Pascal
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   04/01/09 06:59:18

Log message:
   752. Update XKB registry file rules/xfree86.xml (Sergey Oudaltsov).

Modified files:
  xc/programs/xkbcomp/rules/:
xfree86.lst xfree86.xml 
  
  Revision  ChangesPath
  3.80  +3 -3  xc/programs/xkbcomp/rules/xfree86.lst
  1.24  +410 -9xc/programs/xkbcomp/rules/xfree86.xml

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: test (branch: trunk)

2004-01-09 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:test
Changes by: [EMAIL PROTECTED]   04/01/09 15:05:16

Log message:
  Some 'make clean' fixes.

Modified files:
  test/xsuite/:
Imakefile build.sh 
  
  Revision  ChangesPath
  1.3   +2 -2  test/xsuite/Imakefile
  1.3   +3 -1  test/xsuite/build.sh

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


C++ code in Xfree86?

2004-01-09 Thread Suresh Chandra Mannava
Dear Friends,

I struck up with cross compile of Xfree86, Here are
some queries which I need your generous help.

1)for cross compiling, does we need to modify
cross.def and save as host.def? 

2)In Cross.def there is a line 
  #define CplusplusCmd

Is there any C++ code in Xfree86-4.2.0 source?

we don't have C++ compiler for our target platform.

Also kindly provide some document/links on successful
porting of Xfree86 to new Hardware platform.

Thanks in Advance.

Regards,
Suresh.

=
---
Suresh Chandra Mannava.
Research Scholar,
V I T, India.
mannavaatvit.ac.in


Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Release?

2004-01-09 Thread Mali Laurent



Hi,

Any news on the 4.4.0 stable release?
I cant wait for it.!
No more core team... i really think that sux... 
But hey who am i =)
Hope you (developers) are still very active 
writing that blessed code.
Greetings and keep up the good work!



Re: So what's up now?

2004-01-09 Thread Michael Taylor
Jewel Kilcher wrote:
 Is xf86 dead in the water?  What decisions did the core team hold over
 the project?  Don't mean to bother anyone, but I don't want to see
 this die.

Not dead.

http://www.mail-archive.com/xfree86%40xfree86.org/msg11932.html
http://www.mail-archive.com/devel%40xfree86.org/msg04639.html

Perhaps this could be clarified on the XFree86 front page.

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Using absolute position data with a USB mouse

2004-01-09 Thread Dean, Gamma
Title: Message



With a USB mouse it 
is possible to report absolute position data just like you would with a graphics 
tablet. This capability has enormous potential for developers of KVM 
(remote keyboard, video, mouse) applications such as myself. Unfortunately 
with the current mouse input driver, absolute position simply gets converted 
back to relative position changes. I looked in the archives to see if this 
has been discussed before but didn't see any mention of it. I am wondering 
how the rest of you would feel about changing this behavior.

Thank 
you,

Gamma 
Dean
Avocent 
Corp.




Re: building X11 in separate pieces

2004-01-09 Thread Mario Klebsch
Hi!

Am Donnerstag, 08.01.04 um 23:07 Uhr schrieb Warren Turkal:

Mario Klebsch wrote:
You cannot get anything worse than a compiler error. :-)

BTW, what is your intention?
I wanna use the freedesktop.org xlib with the XFree86 source tree.
xlib is just a small layer on top of the XLib protocol. So what should 
be gained by using a different implementation?

But without digging to deep into that question, does freedesktop only 
provide an alternative xlib or do they offer an alternative to XFree 
(providing a complete set of libraries (xlib, Xt, Xaw, ...) and the 
imake based build system?

Only having an xlib is not sufficient to build most X11 applications.

73, Mario
--
Mario Klebsch  [EMAIL PROTECTED]
PGP-Key available at http://www.klebsch.de/public.key
Fingerprint DSS: EE7C DBCC D9C8 5DC1 D4DB  1483 30CE 9FB2 A047 9CE0
 Diffie-Hellman: D447 4ED6 8A10 2C65 C5E5  8B98 9464 53FF 9382 F518
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Docs on writing an extension

2004-01-09 Thread Suzy Deffeyes
I was wondering what are some good sources of info on writing an extension?

Is appendix C of xlib.ps a good source?
http://cvsweb.xfree86.org/cvsweb/xc/doc/hardcopy/X11/xlib.PS.gz

Other suggestions? 
Thanks
Suzy

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: building X11 in separate pieces

2004-01-09 Thread Thomas Dickey
On Fri, 9 Jan 2004, Mario Klebsch wrote:

 xlib is just a small layer on top of the XLib protocol. So what should
 be gained by using a different implementation?

not much unless there are protocol changes.

 But without digging to deep into that question, does freedesktop only
 provide an alternative xlib or do they offer an alternative to XFree
 (providing a complete set of libraries (xlib, Xt, Xaw, ...) and the
 imake based build system?

Perhaps a pointer to the relevant CVS (and the corresponding tag) would
help answer that question.  From what I could see, the XORG tag on
freedesktop is just a copy of xfree86's from several weeks ago.  If
there's any real content difference, it's either in a different tag on on
a different server.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


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

2004-01-09 Thread Matthieu Herrb
David Dawes wrote (in a message from Thursday 8)
  
  I need to make a correction to that.  While I could have sworn that it was
  the default on all platforms, it is only the default on a few platforms
  (including Linux though).
  
  I think it should be the default everywhere.  Something like the attached
  patch (relative to the current CVS trunk) would do it.
  

I think this should be commited. In fact it looks like my last test on
a IPv4 only kernel was before the last change in the logic there. I've
commited a patch to add -DPART_NET to OpenBSD.cf and was about to do
the same for NetBSD.cf, but I'll be happy to revert the OpenBSD.cf
part if we change the default.

Matthieu
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


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

2004-01-09 Thread David Dawes
On Sat, Jan 10, 2004 at 01:04:30AM +0100, Matthieu Herrb wrote:
David Dawes wrote (in a message from Thursday 8)
  
  I need to make a correction to that.  While I could have sworn that it was
  the default on all platforms, it is only the default on a few platforms
  (including Linux though).
  
  I think it should be the default everywhere.  Something like the attached
  patch (relative to the current CVS trunk) would do it.
  

I think this should be commited. In fact it looks like my last test on
a IPv4 only kernel was before the last change in the logic there. I've
commited a patch to add -DPART_NET to OpenBSD.cf and was about to do
the same for NetBSD.cf, but I'll be happy to revert the OpenBSD.cf
part if we change the default.

I've already committed it (and reverted OpenBSD.cf).

It looks like the logic was unchanged since before IPv6 was
integrated.  When I checked back to see that I'd tested on a
non-Linux platform with IPv4-only, I found that I was mistaken.

David
-- 
David Dawes
developer/release engineer  The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


FW: [XFree86] X 4.3.99.902 Compile error

2004-01-09 Thread Wise, Jeremey
After a few more attempts to get 4.4 to compile completely I have again come
back to the group. I am not a programmer. I just want a screen that has
better size then 800x600 -SaX2 will not set it beyond that. If I us the
correct manufacturer driver (instead of the VESA) then the screen gets split
3/4 of the way down and 'wraps' back onto the bottom. I was told that this
was a known bug that 4.4 fixes which is why I am trying to get it compiled
and running. 

The only other thought I had was that if there is someone out their who can
successfully compile their install of 4.4 and compile it into an RPM that
would solve my problems also. (Just a thought)

To those who have assisted as much as they can; my apologies for the
plethora of emails on this issue.

Jeremey Wise

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Wise, Jeremey
Sent: Wednesday, January 07, 2004 11:38 AM
To: [EMAIL PROTECTED]
Subject: RE: [XFree86] X 4.3.99.902 Compile error

The saga continues. As I received no help back I tried to (remember I am
not a programer:) remark out the 'if-fi' section containing the errors
listed below, thinking it may skip this section and go on it's mary way.
It got a little farther then failed with another set of referances. I am
attaching both the ./xc/programs/xcursorgen/xcursorgen.c file and
the error output I could get from the shell session. 

Help please - failing to understand why SuSE has these problems but
Fedora and Knoppix do not. Issue is I have to use SuSE as our companies
technical contact for SuSE.

THanks,


On Tue, 2004-01-06 at 15:24, Wise, Jeremey wrote:
 Thanks for the update. That was the fix for that error. Now a new one.
 
 
 SnIP)***
 
 xcursorgen.c:262: warning: redundant redeclaration of
 'png_destroy_read_structure' in the same scope
 xcursorgen.c:181: warning: previous declaration of
'png_destory_read_struct'
 make[4] *** [xcursorgen.o] Error 1
 make[4] Leaving directory '/home/wisej/XFreeUpdate/xc/programs/xcursorgen'
 make[3]: *** [all] Error 2
 make[3]: Leaving directory '/home/wisej/XFreeUpdate/xc/programs'
 ...
 
 Suggestions?
 
 Thanks,
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
 Of JD Ross
 Sent: Tuesday, January 06, 2004 12:38 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [XFree86] X 4.3.99.902 Compile error
 
 You need libncurses-dev.
 
 Jay R. Ashworth wrote:
 
 On Tue, Jan 06, 2004 at 07:06:37AM -0500, Wise, Jeremey wrote:
   
 
 gcc -m32 -o resize -O2 -fno-strength-reduce -fno-strict-aliasing -ansi
 -pedantic -Wall -Wpointer-arith
 -Wstrict-prototypes-Wmissing-prototypes
 -Wmissing-declarations -Wredundant-decls
 -Wnested-externs -Wundef -L../../exports/lib   resize.o
 xstrings.o  -lncurses -Wl,-rpath-link,../../exports/lib

/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld:
 cannot find -lncurses
 
 
 
 Normal ordinary C compilation eror -- I'm not an X Guy, and I can tell
 you how to fix it.
 
 The compile is trying to build resize, and wants the ncurses
 library... which I can't imagine *isn't* on your machine *somewhere*...
 but clearly, it's not on the search path that GCC is looking in.
 
 Locate (or install) it, and then either symlink it into a useful place,
 or modify the makefile.  (Actually, that might be the *imake*file; this
 is where you got into needs to be an Xguy territory.
 
 I think you're gonna find out you don't have it installed, as difficult
 as that is to fathom -- so *much* stuff uses curses.
 
 On second look, that error from ld seems wrong, too; it shouldn't be
 looking for -lncurses, it should be looking for libncurses.  I'm
 wondering if that's a thinko in the makefile -- perhaps the .o files
 should be at the end; there isn't anything else after xstrings.o, which
 may be confusing getargs in gcc.
 
 Noting that you're in the beta, I'm leaning towards this; I suspect
 someone hosed the makefile.
 
 Cheers,
 -- jra
   
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86


xcursorgen.c:252: error: `height' undeclared here (not in a function)
xcursorgen.c:252: warning: initialization makes integer from pointer without a cast
xcursorgen.c:252: error: initializer element is not constant
xcursorgen.c:252: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:254: error: parse error before for
xcursorgen.c:257: warning: type defaults to `int' in declaration of `png_read_image'
xcursorgen.c:257: warning: parameter names (without types) in function declaration
xcursorgen.c:257: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:258: warning: type defaults to `int' in declaration of `png_read_end'

Re: FW: [XFree86] X 4.3.99.902 Compile error

2004-01-09 Thread David Dawes
On Fri, Jan 09, 2004 at 08:21:24AM -0500, Wise, Jeremey wrote:

Help please - failing to understand why SuSE has these problems but
Fedora and Knoppix do not. Issue is I have to use SuSE as our companies
technical contact for SuSE.

THanks,


On Tue, 2004-01-06 at 15:24, Wise, Jeremey wrote:
 Thanks for the update. That was the fix for that error. Now a new one.
 
 
 SnIP)***
 
 xcursorgen.c:262: warning: redundant redeclaration of
 'png_destroy_read_structure' in the same scope
 xcursorgen.c:181: warning: previous declaration of
'png_destory_read_struct'
 make[4] *** [xcursorgen.o] Error 1
 make[4] Leaving directory '/home/wisej/XFreeUpdate/xc/programs/xcursorgen'
 make[3]: *** [all] Error 2
 make[3]: Leaving directory '/home/wisej/XFreeUpdate/xc/programs'
 ...
 
 Suggestions?

I don't think you have included all of the error messages, either here
or below, because they all look like noise that is a side-effect of the
real problem.

Most likely you don't have the necessary libpng devel package installed,
so the png data types and function prototypes are missing.

Either install it, or add a line to xc/config/cf/host.def to tell the build
that you don't have it:

#define HasLibpng NO

David
-- 
David Dawes X-Oz Technologies
www.XFree86.org/~dawes  www.x-oz.com

xcursorgen.c:252: error: `height' undeclared here (not in a function)
xcursorgen.c:252: warning: initialization makes integer from pointer without a cast
xcursorgen.c:252: error: initializer element is not constant
xcursorgen.c:252: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:254: error: parse error before for
xcursorgen.c:257: warning: type defaults to `int' in declaration of `png_read_image'
xcursorgen.c:257: warning: parameter names (without types) in function declaration
xcursorgen.c:257: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:258: warning: type defaults to `int' in declaration of `png_read_end'
xcursorgen.c:258: warning: parameter names (without types) in function declaration
xcursorgen.c:258: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:260: warning: type defaults to `int' in declaration of `free'
xcursorgen.c:260: warning: parameter names (without types) in function declaration
xcursorgen.c:260: error: conflicting types for `free'
/usr/include/stdlib.h:569: error: previous declaration of `free'
xcursorgen.c:260: warning: redundant redeclaration of `free' in same scope
/usr/include/stdlib.h:569: warning: previous declaration of `free'
xcursorgen.c:260: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:261: warning: type defaults to `int' in declaration of `fclose'
xcursorgen.c:261: warning: parameter names (without types) in function declaration
xcursorgen.c:261: error: conflicting types for `fclose'
/usr/include/stdio.h:208: error: previous declaration of `fclose'
xcursorgen.c:261: warning: redundant redeclaration of `fclose' in same scope
/usr/include/stdio.h:208: warning: previous declaration of `fclose'
xcursorgen.c:261: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:262: error: parse error before '' token
xcursorgen.c:141: warning: `premultiply_data' defined but not used
make[4]: *** [xcursorgen.o] Error 1
make[4]: Leaving directory `/home/wisej/XFreeUpdate/xc/programs/xcursorgen'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/wisej/XFreeUpdate/xc/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/wisej/XFreeUpdate/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/home/wisej/XFreeUpdate/xc'
make: *** [World] Error 2
wizej:/home/wisej/XFreeUpdate/xc #

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[XFree86] Xfree86 does not compile properly due to Unable to open /dev/agpgart

2004-01-09 Thread murad ali
I M Murad from Pakistan. Iwant to Develope BlFS, But after compilation Error 
like following occure

unable to open /dev/agpgart 
AGP GART support is not available.
The whole log file is attached . Wish u best of  luck
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.19 i686 [ELF]
Build Date: 09 January 2004
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Fri Jan  9 04:33:26 2004
(++) Using config file: /root/XF86Config.new
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 8086,4532 rev 02 class 06,00,00 hdr 
00
(II) PCI: 00:02:0: chip 8086,1132 card 8086,4532 rev 02 class 03,00,00 hdr 
00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 11 class 06,04,00 hdr 
01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 11 class 06,01,00 hdr 
80
(II) PCI: 00:1f:1: chip 8086,244b card 8086,4532 rev 11 class 01,01,80 hdr 
00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,4532 rev 11 class 0c,03,00 hdr 
00
(II) PCI: 00:1f:3: chip 8086,2443 card 8086,4532 rev 11 class 0c,05,00 hdr 
00
(II) PCI: 00:1f:4: chip 8086,2444 card 8086,4532 rev 11 class 0c,03,00 hdr 
00
(II) PCI: 00:1f:5: chip 8086,2445 card 8086,4532 rev 11 class 04,01,00 hdr 
00
(II) PCI: 01:09:0: chip 1186,1300 card 1186,1300 rev 10 class 02,00,00 hdr 
00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x - 0x (0x1) 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]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is 
cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0xd000 - 0xd0ff (0x100) IX[B]
	[1] -1	0	0xd400 - 0xd4ff (0x100) IX[B]
	[2] -1	0	0xd800 - 0xd8ff (0x100) IX[B]
	[3] -1	0	0xdc00 - 0xdcff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xff80 - 0xff8f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf6a0 - 0xf6af (0x10) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corp. 82815 CGC [Chipset Graphics Controller] rev 2, 
Mem @ 0xf800/26, 0xffa8/19
(II) Addressable bus resource ranges are
	[0] -1	0	0x - 0x (0x0) MX[B]
	[1] -1	0	0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe0 - 0x (0x20) MX[B](B)
	[1] -1	0	0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
	[2] -1	0	0x000f - 0x000f (0x1) MX[B]
	[3] -1	0	0x000c - 0x000e (0x3) MX[B]
	[4] -1	0	0x - 0x0009 (0xa) MX[B]
	[5] -1	0	0x - 0x (0x1) IX[B]
	[6] -1	0	0x - 0x00ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xff8ffc00 - 0xff8ffcff (0x100) MX[B]
	[1] -1	0	0xffa8 - 

[XFree86] how to tell which window belongs to which process?

2004-01-09 Thread dave giffin
I'm developing a new window manager to expirement with
new ways to organize user workspaces. As part of that,
I need to know which window belongs to a given process
(or instance of a certain program).

Currently,I have my system programmed to assume that
all   new windows opened are from the program that was
launched when the user last clicked a button on a
control-panel (taskbar) that I made. This is a very
bad solution, and has caused lots of problems.

Is there a way to tell which window belongs to which
program?

With IP you can tell where a packet is from. Is it
possible to tell where X Events come from in a similar
way?

:)

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] Xfree86 does not compile properly due to Unable to open /dev/agpgart

2004-01-09 Thread Aaron Cordova
You need to compile AGP support into your kernel.
--Char devices
-AGPGART
I think that correct. I do know its unde Character Devices

lates,
Dova

From: murad ali [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [XFree86] Xfree86 does not compile properly due to  Unable to 
open /dev/agpgart 
Date: Fri, 09 Jan 2004 07:48:19 +

I M Murad from Pakistan. Iwant to Develope BlFS, But after compilation 
Error like following occure

unable to open /dev/agpgart 
AGP GART support is not available.
The whole log file is attached . Wish u best of  luck
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail
 XFree86.0.log 
_
Make your home warm and cozy this winter with tips from MSN House  Home.  
http://special.msn.com/home/warmhome.armx

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Antwort: Re: Antwort: Re: [XFree86] probs

2004-01-09 Thread Cyrill Baumann

i'll try thx a lot!!






Christopher Thom [EMAIL PROTECTED]
Gesendet von: [EMAIL PROTECTED]
08.01.2004 17:03
Bitte antworten an xfree86


An:[EMAIL PROTECTED]
Kopie:
Thema:Re: Antwort: Re: [XFree86] probs


Quoth Cyrill Baumann:

 yes i've seen it and configure it. now a have an other problem with the
 monitor. can you also help me here?

It looks like you're using an ATI card - which driver are you using? the
ati driver? you'd need to post your /etc/X11/XFree86.0.log file if you
want more help.

One thing to check though is that the card is supported!! I don't know
about this, because I don't have any ati gear. I would *highly* recommend
you upgrade to XFree86 4.3! 4.2 is quite old and 4.4 be even be out soon.

Try 4.3 and see how that goes...

cheers
chris
-- 
-
||
| TELESCOPE, n.|
| A device having a relation to the eye similar to that of the |
| telephone to the ear, enabling distant objects to plague us with a  |
| multitude of needless details. Luckily it is unprovided with a bell |
| summoning us to the sacrifice.|
| -- Ambrose Bierce, The Devil's Dictionary  |
||
-
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86




Antwort: Re: Antwort: Re: [XFree86] probs

2004-01-09 Thread Cyrill Baumann

Hi its me again.

I've installed 4.3.0 now and select a ati driver.
Now if I try to start i see:
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20 i686 [ELF]
Build Date: 07 March 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Fri Jan 9 09:19:50 2004
(==) Using config file: /etc/X11/XF86Config
wmaker: error while loading shared libraries: libwraster.so.2: cannot open shared object file: No such file or directory

I copy the libwraster.so.2 from windowmaker but it shows the same message again.

what's wrong?

greetz
Cyrill







Christopher Thom [EMAIL PROTECTED]
Gesendet von: [EMAIL PROTECTED]
08.01.2004 17:03
Bitte antworten an xfree86


An:[EMAIL PROTECTED]
Kopie:
Thema:Re: Antwort: Re: [XFree86] probs


Quoth Cyrill Baumann:

 yes i've seen it and configure it. now a have an other problem with the
 monitor. can you also help me here?

It looks like you're using an ATI card - which driver are you using? the
ati driver? you'd need to post your /etc/X11/XFree86.0.log file if you
want more help.

One thing to check though is that the card is supported!! I don't know
about this, because I don't have any ati gear. I would *highly* recommend
you upgrade to XFree86 4.3! 4.2 is quite old and 4.4 be even be out soon.

Try 4.3 and see how that goes...

cheers
chris
-- 
-
||
| TELESCOPE, n.|
| A device having a relation to the eye similar to that of the |
| telephone to the ear, enabling distant objects to plague us with a  |
| multitude of needless details. Luckily it is unprovided with a bell |
| summoning us to the sacrifice.|
| -- Ambrose Bierce, The Devil's Dictionary  |
||
-
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86




[XFree86] billiard series

2004-01-09 Thread sunny
Dear Sirbilliard series 
www.chinabilliard.com  
 
 
 
Our company has ranked as one of the leading Billiard series manufacturers in China, 
enjoying a good reputation as a regular supplier to the leading factories and dealers 
in China.
Our products are excellent quality competitive prices,and prompt delivery. 
Our products are export to US Europe etc about 20 countries and area.
you can visit our products web sit: www.chinabilliard.com
 
We hope you will interest in our products and look forward establish business 
relationship between us.
 
Your immediate reply would be highly appreciated.
 
Best Regards
 
Sunny

[EMAIL PROTECTED]

[EMAIL PROTECTED]

www.chinabilliard.com  






___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] x2x/Xinerama problems

2004-01-09 Thread Peter Zijlstra
Hi,

yes it does make sence, and the fix is rather easy; however, I haven't
done it, since I don't use x2x anymore.

x2x takes the source mouse pointer location (pointer is hidden though)
and scales that to the target screen; the scaling is done on
screen_width and screen_height; and since you have a dead area the
corresponding area on the target screen is inaccessible.

The fix would be to teach x2x about xinerama; which is not that hard.

just my 2ct.

Peter Zijlstra

On Fri, 2004-01-09 at 01:23, Rus Foster wrote:
 Hi All,
 I've run across an intresting problem with x2x and xinerama. My main
 workstation is
 
 :0.0 1280x1024
 :0.1 1024x768

this setup would be multihead not xinerama; with xinerama both would be
:0.0. your point is taken though.
 
 my other workstation (freebsd)
 
 :0.0 1024x768
 
 If I setup x2x it works however I can't access the bottom right of the
 screen.
 
 What I noticed was that in proportion that on freebsd :0.0 I can't
 physicall move the mouse cursor into the equivalent of where
 
 1024-1280 and 768-1024 on :0.1 would be
 
 does that make sence to people?
 
 Rgds
 
 Rus


signature.asc
Description: This is a digitally signed message part


[XFree86] graphical mode problem

2004-01-09 Thread balajagadish2003
hi, the graphical mode is not opening .





thank you[Beta] HelpClick onthe image to chat with me


AW: Antwort: Re: Antwort: Re: [XFree86] probs

2004-01-09 Thread Gebhard Dettmar
Hi
 -Ursprüngliche Nachricht-
 
 I've installed 4.3.0 now and select a ati driver.
There are lots of Radeon Drivers that are not supported by the ati
driver. Which card do you have? You best check
http://www.ati.com/support/driver.html
There you find everything you need from 4.1 -4.3
HTH
Regards
gebhard



___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Problems with proSavage DDR

2004-01-09 Thread Floca-Maxim Sergiu
Hi there,

I have installed Red Hat 7.2 and it seems that it doesn't recognize my 
videocard proSavage DDR P4M266. I have already downloaded and tried several 
drivers for savage_drv.o but no one is working.

So, please help me. I cannot start the X server and the error message is the 
following, taken /var/log/XFree86.0.log from :

XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.7-0.13.1smp i686 [ELF]
Build Host: stripples.devel.redhat.com
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Thu Jan  8 21:53:12 2004
(==) Using config file: /etc/X11/XF86Config-4
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor MultiSync 75
(**) |   |--Device S3 Savage (generic)
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to unix/:7100
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7
(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.4
	XFree86 XInput driver : 0.2
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
	compiled for 4.1.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
	compiled for 4.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80008864, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3148 card 1106, rev 00 class 06,00,00 hdr 
00
(II) PCI: 00:01:0: chip 1106,b091 card , rev 00 class 06,04,00 hdr 
01
(II) PCI: 00:0b:0: chip 127a,1003 card 13df,1003 rev 01 class 07,00,00 hdr 
00
(II) PCI: 00:11:0: chip 1106,3074 card 1106, rev 00 class 06,01,00 hdr 
80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 
00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 
00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 
00
(II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 
00
(II) PCI: 00:11:5: chip 1106,3059 card 1106,4161 rev 30 class 04,01,00 hdr 
00
(II) PCI: 00:12:0: chip 1106,3065 card 1106,0102 rev 70 class 02,00,00 hdr 
00
(II) PCI: 01:00:0: chip 5333,8d04 card 5333,8d04 rev 00 class 03,00,00 hdr 
00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
	compiled for 4.1.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xdfd0 - 0xdfef (0x20) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0xcfb0 - 0xdfbf (0x1010) MX[B]
(II) Bus -1: bridge is at (0:17:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) S3 unknown chipset (0x8d04) rev 0, Mem @ 0xdfe8/19, 
0xd000/27, BIOS @ 0xdfe7/16
(II) Addressable bus resource ranges are
	[0] -1	0x - 0x (0x0) MX[B]
	[1] -1	0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe0 - 0x (0x20) MX[B](B)
	[1] -1	0x0010 - 0x3fff (0x3ff0) MX[B]E(B)
	[2] -1	0x000f - 0x000f (0x1) MX[B]
	[3] -1	0x000c - 0x000e (0x3) MX[B]
	[4] -1	0x - 0x0009 (0xa) MX[B]
	

RE: [XFree86] Problems with proSavage DDR

2004-01-09 Thread Marcel Mourguiart
 -Mensaje original-
 De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 nombre de Floca-Maxim Sergiu
 Enviado el: viernes, 09 de enero de 2004 10:45
 Para: [EMAIL PROTECTED]
 Asunto: [XFree86] Problems with proSavage DDR
 
 
 Hi there,
 
 I have installed Red Hat 7.2 and it seems that it doesn't 
 recognize my 
 videocard proSavage DDR P4M266. I have already downloaded and 
 tried several 
 drivers for savage_drv.o but no one is working.

www.probo.com/timr/savage40.html


 
 So, please help me. I cannot start the X server and the error 
 message is the 
 following, taken /var/log/XFree86.0.log from :
 
 XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X 
 Window System
 (protocol Version 11, revision 0, vendor release 6510)
 Release Date: 2 June 2001
   If the server is older than 6-12 months, or if your card is
   newer than the above date, look for a newer version before
   reporting problems.  (See http://www.XFree86.Org/FAQ)
 Build Operating System: Linux 2.4.7-0.13.1smp i686 [ELF]
 Build Host: stripples.devel.redhat.com
 
 Module Loader present
 (==) Log file: /var/log/XFree86.0.log, Time: Thu Jan  8 
 21:53:12 2004
 (==) Using config file: /etc/X11/XF86Config-4
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) ServerLayout XFree86 Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor MultiSync 75
 (**) |   |--Device S3 Savage (generic)
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (**) Option XkbLayout us
 (**) XKB: layout: us
 (==) Keyboard: CustomKeycode disabled
 (**) FontPath set to unix/:7100
 (==) RgbPath set to /usr/X11R6/lib/X11/rgb
 (==) ModulePath set to /usr/X11R6/lib/modules
 (--) using VT number 7
 
 (II) Open APM successful
 (II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.1
   XFree86 Video Driver: 0.4
   XFree86 XInput driver : 0.2
   XFree86 Server Extension : 0.1
   XFree86 Font Renderer : 0.2
 (II) Loader running on linux
 (II) LoadModule: bitmap
 (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
 (II) Module bitmap: vendor=The XFree86 Project
   compiled for 4.1.0, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.2
 (II) Loading font Bitmap
 (II) LoadModule: pcidata
 (II) Loading /usr/X11R6/lib/modules/libpcidata.a
 (II) Module pcidata: vendor=The XFree86 Project
   compiled for 4.1.0, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.4
 (II) PCI: Probing config type using method 1
 (II) PCI: Config type is 1
 (II) PCI: stages = 0x03, oldVal1 = 0x80008864, mode1Res1 = 0x8000
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:00:0: chip 1106,3148 card 1106, rev 00 class 
 06,00,00 hdr 
 00
 (II) PCI: 00:01:0: chip 1106,b091 card , rev 00 class 
 06,04,00 hdr 
 01
 (II) PCI: 00:0b:0: chip 127a,1003 card 13df,1003 rev 01 class 
 07,00,00 hdr 
 00
 (II) PCI: 00:11:0: chip 1106,3074 card 1106, rev 00 class 
 06,01,00 hdr 
 80
 (II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 
 01,01,8a hdr 
 00
 (II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 
 0c,03,00 hdr 
 00
 (II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 
 0c,03,00 hdr 
 00
 (II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 
 0c,03,00 hdr 
 00
 (II) PCI: 00:11:5: chip 1106,3059 card 1106,4161 rev 30 class 
 04,01,00 hdr 
 00
 (II) PCI: 00:12:0: chip 1106,3065 card 1106,0102 rev 70 class 
 02,00,00 hdr 
 00
 (II) PCI: 01:00:0: chip 5333,8d04 card 5333,8d04 rev 00 class 
 03,00,00 hdr 
 00
 (II) PCI: End of PCI scan
 (II) LoadModule: scanpci
 (II) Loading /usr/X11R6/lib/modules/libscanpci.a
 (II) Module scanpci: vendor=The XFree86 Project
   compiled for 4.1.0, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.4
 (II) UnloadModule: scanpci
 (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
 (II) Host-to-PCI bridge:
 (II) PCI-to-ISA bridge:
 (II) PCI-to-PCI bridge:
 (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 
 (VGA_EN is set)
 (II) Bus 0 I/O range:
   [0] -1  0x - 0x (0x1) IX[B]
 (II) Bus 0 non-prefetchable memory range:
   [0] -1  0x - 0x (0x0) MX[B]
 (II) Bus 0 prefetchable memory range:
   [0] -1  0x - 0x (0x0) MX[B]
 (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
 (II) Bus 1 I/O range:
 (II) Bus 1 non-prefetchable memory range:
   [0] -1  0xdfd0 - 0xdfef (0x20) MX[B]
 (II) Bus 1 prefetchable memory range:
   [0] -1  0xcfb0 - 0xdfbf (0x1010) MX[B]
 (II) Bus -1: bridge is at (0:17:0), (0,-1,0), BCTRL: 0x08 
 (VGA_EN is set)
 (II) Bus -1 I/O range:
 (II) Bus -1 non-prefetchable memory range:
 (II) Bus -1 prefetchable memory range:
 (--) PCI:*(1:0:0) S3 

AW: [XFree86] server error

2004-01-09 Thread Gebhard Dettmar
Hi,
 -Ursprüngliche Nachricht-
, or I'm not giving you enough
 information, but
 if you have any idea how I can fix it, please email me back. 
 
what we need to know is:
what graphic card and which
xfree-version (You probably know what Mandrake 9.2 brings with it)
Otherwise you have to check the log.
Since you have no GUI you´ll need an Editor like ed (see
http://www.delorie.com/gnu/docs/ed/ed_1.html for help)
type:
ed /var/log/XFree86.log
1,5n will show you the first 5 lines
where you should find your xfree-version
(or type:
g/4.[1-3].0/
which should do that)
type: q for quit
Look at http://www.xfree86.org/support.html
and choose your appropriate xfree-documentation. Then click on your
video card and check, if your chip is supported
But since I don´t know Mandrake I cannot say how to configure X then.
HTH
Regards,
Gebhard


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] server error

2004-01-09 Thread Ben Phillips
The Poogtastik sez:
 It said to check the log: 
 /var/log/XFree86.0.log, but I'm not familiar enough with the terminal to 
 access it. 

Look at it by typing:

less /var/log/XFree86.0.log

To report a problem, you need to email that file, as well as
/etc/X11/XF86Config, to this list.  You'll have to copy them to whatever
system you're sending email from, though.  Do you have a floppy drive or
something you could use for that?


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Disabling touchpad double-click

2004-01-09 Thread Chris Webster
We use laptops and keyboards with touchpads on high-vibration aircraft.  
The double-click seems to randomly trigger when people aren't even near 
the computer.  If the cursor is sitting over a button, the callback gets 
executed.  Is there any way to disable the double-tap feature?  Thanks.

--
--Chris


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] migration from DEC - xpr/xdpr

2004-01-09 Thread Nick Garfield
Hello,

I am presently migrating a machine from DEC to Intel/Linux.  The new
machine uses XFree86.  The DEC machine used xpr/xdpr extensively.  I
have dug around a little and I see that xpr/xdpr is not included with
XFree86 and is not supported in X11R6.6, although the source is
available at ftp.x.org.

After obtaining the source, I completely failed to compile it under
linux.

Has anyone got a method to make xpr/xdpr work under RedHat?

So far the nearest I have come to similar (although not scriptable)
functionality is XV.

Any replies are appreciated.

Thanks.

Nick

Nick Garfield
IT/CS Campus Networking Section
CERN
Geneva
Switzerland

Tel:+41 22 76 74 533 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Kde (3.1.3) desktop does not resize to match the screen when changed in portrait mode.

2004-01-09 Thread Gareth
Does anyone have any experience of using the Rotate option in Linux?

I am using the Mandrake 9.2 distribution, with XFree86 ver 4.3.(0 I think)

I am using the NV drivers in order to use the flatscreen in 
portrait mode.

I can rotate the image so it is the correct way up when in portrait mode by
adding Rotate CCW to my /etc/X11/XF86Config-4 file

But the kde desktop does not resize to match the new 
resolution (change from 1024 * 768 = 768 * 1024).

Do I need to change my Xserver provided with Mandrake to the Xkdrive
implementation?

If you think this is the wrong place to ask, then please help me to work out
where to ask.

Many thanks in advance.

Gareth Deli


Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Kde (3.1.3) desktop does not resize to match the screen when changed in portrait mode.

2004-01-09 Thread Mark Vojkovich
   With the CCW option, the server should look exactly like
it has a 768x1024 root window from the client's point of view.
What does xdpyinfo say about the screen dimensions. 

Mark.

PS.  You have to disable the RandR extension to make rotation work
 properly.  That's Option RandR FALSE in the Section 
 ServerFlags, I think.


On Fri, 9 Jan 2004, [iso-8859-1] Gareth wrote:

 Does anyone have any experience of using the Rotate option in Linux?
 
 I am using the Mandrake 9.2 distribution, with XFree86 ver 4.3.(0 I think)
 
 I am using the NV drivers in order to use the flatscreen in 
 portrait mode.
 
 I can rotate the image so it is the correct way up when in portrait mode by
 adding Rotate CCW to my /etc/X11/XF86Config-4 file
 
 But the kde desktop does not resize to match the new 
 resolution (change from 1024 * 768 = 768 * 1024).
 
 Do I need to change my Xserver provided with Mandrake to the Xkdrive
 implementation?
 
 If you think this is the wrong place to ask, then please help me to work out
 where to ask.
 
 Many thanks in advance.
 
 Gareth Deli
 
 
 Yahoo! Messenger - Communicate instantly...Ping 
 your friends today! Download Messenger Now 
 http://uk.messenger.yahoo.com/download/index.html
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Re: suggested fix by Mark for :- Kde (3.1.3) desktop does not resize to match the screen when changed in portrait mode.

2004-01-09 Thread Gareth
Many many thanks Mark :o) :o) :o)

I have tried this so many times, and it has never worked...

I was putting the option Randr false in the driver section underneath the
line Rotate ccw, so when I moved it to the ServerFlags section it worked
exactly how it should! :o)

I feel so stupid now - I must have mis-read the documentation about 100 times +
to miss that.

You dont happen to know the best way to allow me to be able to quickly switch
between accelerated mode (using the NVIDIA driver) and the portrait mode (using
the NV driver) is do you?

The only way I can think of is to have 2 copies of the XF86Config-4 file, and
to copy the correct one in place (perhaps using a script), logout, and restart
the Xserver.

Many thanks

Gareth Deli
[EMAIL PROTECTED]

 --- Mark Vojkovich [EMAIL PROTECTED] wrote: With the CCW option, the
server should look exactly like
 it has a 768x1024 root window from the client's point of view.
 What does xdpyinfo say about the screen dimensions. 
 
   Mark.
 
 PS.  You have to disable the RandR extension to make rotation work
  properly.  That's Option RandR FALSE in the Section 
  ServerFlags, I think.
 
 
 On Fri, 9 Jan 2004, [iso-8859-1] Gareth wrote:
 
  Does anyone have any experience of using the Rotate option in Linux?
  
  I am using the Mandrake 9.2 distribution, with XFree86 ver 4.3.(0 I think)
  
  I am using the NV drivers in order to use the flatscreen in 
  portrait mode.
  
  I can rotate the image so it is the correct way up when in portrait mode by
  adding Rotate CCW to my /etc/X11/XF86Config-4 file
  
  But the kde desktop does not resize to match the new 
  resolution (change from 1024 * 768 = 768 * 1024).
  
  Do I need to change my Xserver provided with Mandrake to the Xkdrive
  implementation?
  
  If you think this is the wrong place to ask, then please help me to work
 out
  where to ask.
  
  Many thanks in advance.
  
  Gareth Deli
  
  
  Yahoo! Messenger - Communicate instantly...Ping 
  your friends today! Download Messenger Now 
  http://uk.messenger.yahoo.com/download/index.html
  ___
  XFree86 mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/xfree86
  
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86 


Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] kvm switch causing mouse problems

2004-01-09 Thread praveen
thanks mark, egbert, christopher. i will try this and see if it has any 
effect.

On Fri, 9 Jan 2004 12:36:40 +1100 (EST), Christopher Thom 
[EMAIL PROTECTED] wrote:

Quoth praveen:

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

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/mouse
EndSection

cheers
chris


--
k.p.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Re: suggested fix by Mark for :- Kde (3.1.3) desktop does not resize to match the screen when changed in portrait mode.

2004-01-09 Thread Mark Vojkovich
On Fri, 9 Jan 2004, [iso-8859-1] Gareth wrote:

 Many many thanks Mark :o) :o) :o)
 
 I have tried this so many times, and it has never worked...
 
 I was putting the option Randr false in the driver section underneath the
 line Rotate ccw, so when I moved it to the ServerFlags section it worked
 exactly how it should! :o)
 
 I feel so stupid now - I must have mis-read the documentation about 100 times +
 to miss that.
 
 You dont happen to know the best way to allow me to be able to quickly switch
 between accelerated mode (using the NVIDIA driver) and the portrait mode (using
 the NV driver) is do you?

   Have two Section Device.  One for nv and one for nvidia.
Have two Section Screen.  One referencing the nv device and one
referencing the nvidia device.  Have two Section ServerLayout.
One referencing the nv screen, the other referencing the nvidia
screen.  You can switch between these two layouts from the commandline.
Eg:  startx -- -layout nv_setup or startx -- -layout nvidia_setup.
I believe the SeverLayout listed first is the default, for when you
don't specify a layout on the commandline.

   I think the awkward part is the glx module.  If you don't
care about GLX support with the nv driver, you can just leave
the NVIDIA glx module in place.  I believe it just fails to load
the GLX extension and prints out a warning, but the server starts
fine.  At least that's with newer NVIDIA drivers.  I think the
older ones would prevent the server from starting.

Mark.

 
 The only way I can think of is to have 2 copies of the XF86Config-4 file, and
 to copy the correct one in place (perhaps using a script), logout, and restart
 the Xserver.
 
 Many thanks
 
 Gareth Deli
 [EMAIL PROTECTED]
 
  --- Mark Vojkovich [EMAIL PROTECTED] wrote: With the CCW option, the
 server should look exactly like
  it has a 768x1024 root window from the client's point of view.
  What does xdpyinfo say about the screen dimensions. 
  
  Mark.
  
  PS.  You have to disable the RandR extension to make rotation work
   properly.  That's Option RandR FALSE in the Section 
   ServerFlags, I think.
  
  
  On Fri, 9 Jan 2004, [iso-8859-1] Gareth wrote:
  
   Does anyone have any experience of using the Rotate option in Linux?
   
   I am using the Mandrake 9.2 distribution, with XFree86 ver 4.3.(0 I think)
   
   I am using the NV drivers in order to use the flatscreen in 
   portrait mode.
   
   I can rotate the image so it is the correct way up when in portrait mode by
   adding Rotate CCW to my /etc/X11/XF86Config-4 file
   
   But the kde desktop does not resize to match the new 
   resolution (change from 1024 * 768 = 768 * 1024).
   
   Do I need to change my Xserver provided with Mandrake to the Xkdrive
   implementation?
   
   If you think this is the wrong place to ask, then please help me to work
  out
   where to ask.
   
   Many thanks in advance.
   
   Gareth Deli
   
   
   Yahoo! Messenger - Communicate instantly...Ping 
   your friends today! Download Messenger Now 
   http://uk.messenger.yahoo.com/download/index.html
   ___
   XFree86 mailing list
   [EMAIL PROTECTED]
   http://XFree86.Org/mailman/listinfo/xfree86
   
  
  ___
  XFree86 mailing list
  [EMAIL PROTECTED]
  http://XFree86.Org/mailman/listinfo/xfree86 
 
 
 Yahoo! Messenger - Communicate instantly...Ping 
 your friends today! Download Messenger Now 
 http://uk.messenger.yahoo.com/download/index.html
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Car Raffle Donate to Charity Cadillac Raffle

2004-01-09 Thread [EMAIL PROTECTED]



Car Raffle Donate to Charity Cadillac Raffle


 http://www.ChildLiteracy.org/
Current Raffles
2003 BLACK 
CADILLAC DEVILLE DTS $100 per 
ticket 
Mitsubishi's 
2002 Montero Sport 
LS 
$35 per ticket 
Pioneer 
PDP-4330HD 43" Plasma 
TV $20 per ticket
http://www.ChildLiteracy.org




[XFree86] Trouble switching between portrait and landscape mode by modifying the ~/.xserverrc file

2004-01-09 Thread Gareth
Dear all,

I have enclosed parts of 3 files which I have set to try and allow me to alter
the mode the X server starts in - be it landscape or portrait.  Unfortunately,
I do not understand the script in startx enough to work out why this isnt
working (that file is the default by the way - i havent changed it)

The ~/.xserverrc file has permissions 755.

Please could you assist me in working out why my x server -layout option is
not being picked up.

Regards

Gareth Deli


I enclose below, the ServerLayout part of my XF86Config-4 file

# this is the default server layout as is the first one :o)
Section ServerLayout
Identifier landscape
InputDevice Keyboard1 CoreKeyboard
InputDevice Mouse1 CorePointer
Screen scr_landscape
EndSection

Section ServerLayout
Identifier portrait
InputDevice Keyboard1 CoreKeyboard
InputDevice Mouse1 CorePointer
Screen scr_portrait
EndSection


I enclose below, the ~/.xserverrc file

#! /bin/sh
-layout portrait


I enclose below, the first part of my /etc/X11R6/bin/startx file

userclientrc=$HOME/.xinitrc
userserverrc=$HOME/.xserverrc
sysclientrc=/etc/X11/xinit/xinitrc
sysserverrc=/etc/X11/xinit/xserverrc
defaultclientargs=
defaultserverargs=
clientargs=
serverargs=






if [ -f $userclientrc ]; then
defaultclientargs=$userclientrc
elif [ -f $sysclientrc ]; then
defaultclientargs=$sysclientrc
fi




if [ -f $userserverrc ]; then
defaultserverargs=$userserverrc
elif [ -f $sysserverrc ]; then
defaultserverargs=$sysserverrc
fi

whoseargs=client
while [ x$1 != x ]; do
case $1 in
/''*|\.*)   if [ $whoseargs = client ]; then
if [ x$clientargs = x ]; then
clientargs=$1
else
clientargs=$clientargs $1
fi
else
if [ x$serverargs = x ]; then
serverargs=$1
else
serverargs=$serverargs $1
fi
fi ;;
--) whoseargs=server ;;
*)  if [ $whoseargs = client ]; then
if [ x$clientargs = x ]; then
clientargs=$defaultclientargs $1


Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Dell Inspiron 8600 (Laptop) with ATI Radeon Mobility 9600 video card

2004-01-09 Thread Dan Delgado
DOes anyone know if there may be support for it in an upcoming XFree86 release 
or might anyone have a driver now for it?

I am trying to run RH9 with XFree86 4.3.0

Thanks alot guys :)

---Dan

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] xfree86 SiS audio isuues

2004-01-09 Thread meegan



please help i am new to linux am running mandrake 
9.1 on my desktop pc, the issue i am having is that i cannot find a driver to 
run my audio in linux despite the fact that it woks in my other os being win xp 
does anyone know where i could find this as i have searched the manufacturer and 
cannot find it there the board is a SiS 730S

meg


Re: [XFree86] Kde (3.1.3) desktop does not resize to match the screen when changed in portrait mode.

2004-01-09 Thread Thomas Winischhofer
Mark Vojkovich wrote:
   With the CCW option, the server should look exactly like
it has a 768x1024 root window from the client's point of view.
What does xdpyinfo say about the screen dimensions. 

			Mark.

PS.  You have to disable the RandR extension to make rotation work
 properly.  That's Option RandR FALSE in the Section 
 ServerFlags, I think.
Just a suggestion: Why doesn't the nv driver do this itself it it's very 
own Rotate option is set?

if(pNv-Rotate) {
   xf86DisableRandR();
}
Thomas

--
Thomas Winischhofer
Vienna/Austria
thomas AT winischhofer DOT net  http://www.winischhofer.net/
twini AT xfree86 DOT org
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Kde (3.1.3) desktop does not resize to match the screen when changed in portrait mode.

2004-01-09 Thread Mark Vojkovich
On Sat, 10 Jan 2004, Thomas Winischhofer wrote:

 Mark Vojkovich wrote:
 With the CCW option, the server should look exactly like
  it has a 768x1024 root window from the client's point of view.
  What does xdpyinfo say about the screen dimensions. 
  
  Mark.
  
  PS.  You have to disable the RandR extension to make rotation work
   properly.  That's Option RandR FALSE in the Section 
   ServerFlags, I think.
 
 Just a suggestion: Why doesn't the nv driver do this itself it it's very 
 own Rotate option is set?
 
 if(pNv-Rotate) {
 xf86DisableRandR();
 }
 

   I guess maybe I should do that.


Mark.

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] xfree86 SiS audio isuues

2004-01-09 Thread Eric F Crist
On Saturday 10 January 2004 08:28 pm, meegan wrote:
 please help i am new to linux am running mandrake 9.1 on my desktop pc, the
 issue i am having is that i cannot find a driver to run my audio in linux
 despite the fact that it woks in my other os being win xp does anyone know
 where i could find this as i have searched the manufacturer and cannot find
 it there the board is a SiS 730S

 meg

Please note that this is NOT a sound correction list.  This is for the XFree86 
program.  There is a different driver, provided by Mandrake.  You can join 
their specific lists here:

http://www.mandrakelinux.com/en/flists.php3

HTH
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588

pgp0.pgp
Description: signature


[XFree86] Building twm from CVS?

2004-01-09 Thread Joel Konkle-Parker
I'm using XFree86 4.2.0 from Debian Sarge, but I'm trying to work out a 
bug in twm. Is it possible to get the latest twm sources from CVS and 
compile it by itself to replace the one in 4.2.0, or do I need to build 
myself a complete CVS X server?

Thanks in advance.

--
Joel Konkle-Parker
Webmaster  [Ballsome.com]
E-mail [EMAIL PROTECTED]
Phone  [662-518-1636]
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Debian: marking Xfree86 pkges as held on make install.

2004-01-09 Thread Mike Mestnik
For simplicity's sake I'd like to make a wrapper for install that will do a...
{; # Stdout redirect
dpkg -S destination file name |
  cut -f1 -d: |
tr '\n' ' '
echo hold; # Mark the pkg as held.
} | dpkg --set-selections

... for each invocation.

Dose any one know how I might do this, is there a env-var for INSTALL?

Also it would be better to run this code once for all of make install.  After all the 
replaced
files are knowen.  I could easily create a script to do so, if there was a place in 
the make
files?


__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] [SPAM] ...and if you don't have a monitor at all? How do you configure XFree?

2004-01-09 Thread karsten



In an embedded system where there is no keyboard 
and no monitor connected to the machine, how do you configure X??

I am running on a briQ (PPC arch, YDL - RedHat 
reloaded :-) )
I have been using ssh for ever, but I would like to 
use X. So I downloaded the rpm's, but of cause I get the no monitor 
error.

But how do I set X up since what I will be doing is 
use the DISPLAY=x.x.x.x:0.0 to get to an external x-server?
I have a hunch that I may looking at VNC as well, 
but that is still an x-server to the host machine so I guess I am still back to 
the initial problem: how to configure in this special environment.

Any input (especially what works) is greatly 
appreciated,

Karsten Jeppesen


Re: [XFree86] [SPAM] ...and if you don't have a monitor at all? How do you configure XFree?

2004-01-09 Thread Ben Phillips
karsten sez:
 In an embedded system where there is no keyboard and no monitor connected 
 to the machine, how do you configure X??
 
 But how do I set X up since what I will be doing is use the 
 DISPLAY=x.x.x.x:0.0 to get to an external x-server?

You don't.  You configure sockets in your kernel and make sure the net
connection works, and that's what your X clients (applications that
connect to the X server) in your embedded system will use to connect to
the server.

Just to be clear:  the X *server* is, by definition, a computer that has
a monitor connected to it.  X *clients* are the applications that
connect to it, and they don't need any part of X on the local machine,
AFAIK, except perhaps a .so file or two.


Ben

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


FW: [XFree86] X 4.3.99.902 Compile error

2004-01-09 Thread Wise, Jeremey
After a few more attempts to get 4.4 to compile completely I have again come
back to the group. I am not a programmer. I just want a screen that has
better size then 800x600 -SaX2 will not set it beyond that. If I us the
correct manufacturer driver (instead of the VESA) then the screen gets split
3/4 of the way down and 'wraps' back onto the bottom. I was told that this
was a known bug that 4.4 fixes which is why I am trying to get it compiled
and running. 

The only other thought I had was that if there is someone out their who can
successfully compile their install of 4.4 and compile it into an RPM that
would solve my problems also. (Just a thought)

To those who have assisted as much as they can; my apologies for the
plethora of emails on this issue.

Jeremey Wise

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Wise, Jeremey
Sent: Wednesday, January 07, 2004 11:38 AM
To: [EMAIL PROTECTED]
Subject: RE: [XFree86] X 4.3.99.902 Compile error

The saga continues. As I received no help back I tried to (remember I am
not a programer:) remark out the 'if-fi' section containing the errors
listed below, thinking it may skip this section and go on it's mary way.
It got a little farther then failed with another set of referances. I am
attaching both the ./xc/programs/xcursorgen/xcursorgen.c file and
the error output I could get from the shell session. 

Help please - failing to understand why SuSE has these problems but
Fedora and Knoppix do not. Issue is I have to use SuSE as our companies
technical contact for SuSE.

THanks,


On Tue, 2004-01-06 at 15:24, Wise, Jeremey wrote:
 Thanks for the update. That was the fix for that error. Now a new one.
 
 
 SnIP)***
 
 xcursorgen.c:262: warning: redundant redeclaration of
 'png_destroy_read_structure' in the same scope
 xcursorgen.c:181: warning: previous declaration of
'png_destory_read_struct'
 make[4] *** [xcursorgen.o] Error 1
 make[4] Leaving directory '/home/wisej/XFreeUpdate/xc/programs/xcursorgen'
 make[3]: *** [all] Error 2
 make[3]: Leaving directory '/home/wisej/XFreeUpdate/xc/programs'
 ...
 
 Suggestions?
 
 Thanks,
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
 Of JD Ross
 Sent: Tuesday, January 06, 2004 12:38 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [XFree86] X 4.3.99.902 Compile error
 
 You need libncurses-dev.
 
 Jay R. Ashworth wrote:
 
 On Tue, Jan 06, 2004 at 07:06:37AM -0500, Wise, Jeremey wrote:
   
 
 gcc -m32 -o resize -O2 -fno-strength-reduce -fno-strict-aliasing -ansi
 -pedantic -Wall -Wpointer-arith
 -Wstrict-prototypes-Wmissing-prototypes
 -Wmissing-declarations -Wredundant-decls
 -Wnested-externs -Wundef -L../../exports/lib   resize.o
 xstrings.o  -lncurses -Wl,-rpath-link,../../exports/lib

/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld:
 cannot find -lncurses
 
 
 
 Normal ordinary C compilation eror -- I'm not an X Guy, and I can tell
 you how to fix it.
 
 The compile is trying to build resize, and wants the ncurses
 library... which I can't imagine *isn't* on your machine *somewhere*...
 but clearly, it's not on the search path that GCC is looking in.
 
 Locate (or install) it, and then either symlink it into a useful place,
 or modify the makefile.  (Actually, that might be the *imake*file; this
 is where you got into needs to be an Xguy territory.
 
 I think you're gonna find out you don't have it installed, as difficult
 as that is to fathom -- so *much* stuff uses curses.
 
 On second look, that error from ld seems wrong, too; it shouldn't be
 looking for -lncurses, it should be looking for libncurses.  I'm
 wondering if that's a thinko in the makefile -- perhaps the .o files
 should be at the end; there isn't anything else after xstrings.o, which
 may be confusing getargs in gcc.
 
 Noting that you're in the beta, I'm leaning towards this; I suspect
 someone hosed the makefile.
 
 Cheers,
 -- jra
   
 
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86


xcursorgen.c:252: error: `height' undeclared here (not in a function)
xcursorgen.c:252: warning: initialization makes integer from pointer without a cast
xcursorgen.c:252: error: initializer element is not constant
xcursorgen.c:252: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:254: error: parse error before for
xcursorgen.c:257: warning: type defaults to `int' in declaration of `png_read_image'
xcursorgen.c:257: warning: parameter names (without types) in function declaration
xcursorgen.c:257: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:258: warning: type defaults to `int' in declaration of `png_read_end'

Re: FW: [XFree86] X 4.3.99.902 Compile error

2004-01-09 Thread David Dawes
On Fri, Jan 09, 2004 at 08:21:24AM -0500, Wise, Jeremey wrote:

Help please - failing to understand why SuSE has these problems but
Fedora and Knoppix do not. Issue is I have to use SuSE as our companies
technical contact for SuSE.

THanks,


On Tue, 2004-01-06 at 15:24, Wise, Jeremey wrote:
 Thanks for the update. That was the fix for that error. Now a new one.
 
 
 SnIP)***
 
 xcursorgen.c:262: warning: redundant redeclaration of
 'png_destroy_read_structure' in the same scope
 xcursorgen.c:181: warning: previous declaration of
'png_destory_read_struct'
 make[4] *** [xcursorgen.o] Error 1
 make[4] Leaving directory '/home/wisej/XFreeUpdate/xc/programs/xcursorgen'
 make[3]: *** [all] Error 2
 make[3]: Leaving directory '/home/wisej/XFreeUpdate/xc/programs'
 ...
 
 Suggestions?

I don't think you have included all of the error messages, either here
or below, because they all look like noise that is a side-effect of the
real problem.

Most likely you don't have the necessary libpng devel package installed,
so the png data types and function prototypes are missing.

Either install it, or add a line to xc/config/cf/host.def to tell the build
that you don't have it:

#define HasLibpng NO

David
-- 
David Dawes X-Oz Technologies
www.XFree86.org/~dawes  www.x-oz.com

xcursorgen.c:252: error: `height' undeclared here (not in a function)
xcursorgen.c:252: warning: initialization makes integer from pointer without a cast
xcursorgen.c:252: error: initializer element is not constant
xcursorgen.c:252: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:254: error: parse error before for
xcursorgen.c:257: warning: type defaults to `int' in declaration of `png_read_image'
xcursorgen.c:257: warning: parameter names (without types) in function declaration
xcursorgen.c:257: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:258: warning: type defaults to `int' in declaration of `png_read_end'
xcursorgen.c:258: warning: parameter names (without types) in function declaration
xcursorgen.c:258: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:260: warning: type defaults to `int' in declaration of `free'
xcursorgen.c:260: warning: parameter names (without types) in function declaration
xcursorgen.c:260: error: conflicting types for `free'
/usr/include/stdlib.h:569: error: previous declaration of `free'
xcursorgen.c:260: warning: redundant redeclaration of `free' in same scope
/usr/include/stdlib.h:569: warning: previous declaration of `free'
xcursorgen.c:260: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:261: warning: type defaults to `int' in declaration of `fclose'
xcursorgen.c:261: warning: parameter names (without types) in function declaration
xcursorgen.c:261: error: conflicting types for `fclose'
/usr/include/stdio.h:208: error: previous declaration of `fclose'
xcursorgen.c:261: warning: redundant redeclaration of `fclose' in same scope
/usr/include/stdio.h:208: warning: previous declaration of `fclose'
xcursorgen.c:261: error: ISO C forbids data definition with no type or storage class
xcursorgen.c:262: error: parse error before '' token
xcursorgen.c:141: warning: `premultiply_data' defined but not used
make[4]: *** [xcursorgen.o] Error 1
make[4]: Leaving directory `/home/wisej/XFreeUpdate/xc/programs/xcursorgen'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/wisej/XFreeUpdate/xc/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/wisej/XFreeUpdate/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/home/wisej/XFreeUpdate/xc'
make: *** [World] Error 2
wizej:/home/wisej/XFreeUpdate/xc #

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Re: xserv 4.3.0-29 Alt Gr Problem is gone

2004-01-09 Thread Alexander Gottwald
On Fri, 9 Jan 2004, Hans Dekker wrote:

 Sorry for being persistent, but I guess I have to revisit alt-Gr key 
 problem using a Spanish keyboard.
 
 Just tried xserv version 4.3.0-30 (I used the 4.3.0-21 before), and 
 starting X-windows in either a xfree bash shell as well as the CDE 
 environment xmodmap tells me that I have only 2 definitions per key 
 (normal key usage and Shift-key combination). So the Alt-Gr definition 
 is not defined for the keys.

I've just tried

$ setxkbmap es

Pressing AltGr + '1' results in '|'

but xmodmap -pke does not print the extra symbols. So this must be a bug 
in xmodmap. 

For your problem with spanish layout and CDE (which is most likely a 
quite old X11 installation) I'd pass you on to [EMAIL PROTECTED]

 Xf86Config and the es keyboard map have been modified to define AltGr as 
 Mode_Switch. I tried various startup parameters with the XWin 
 executable, but no success. I installed xserv 4.3.0-30 over version 
 4.3.0-21 using the Cygwin setup program. It's running in Windows XP.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86