Re: here is an updated patch 908 for 4.2.99.3

2003-01-05 Thread ISHIKAWA Mutsumi
> In <[EMAIL PROTECTED]> 
>   Michel Dänzer <[EMAIL PROTECTED]> wrote:
>> On Son, 2003-01-05 at 03:10, ISHIKAWA Mutsumi wrote:

>> > >>  On sparc plathome, I'm not success to build because many drivers uses
>> > >> vgaHW* function call. We should write patches like #082 or some other
>> > >> hacks (e.g dummy vgaHW* call add to sparc environment).
>> > 
>> >  e.g dummy vgaHW* functions add to sparc environment.
>>
>> Does it have to be dummy? We don't have legacy hardware on PowerMacs
>> either, but we have a (partly at least) working vgaHW, though I think it
>> depends on some kernel support which may not be available on sparc.

 Perhaps, No it doesn't. It is an example. Currently I don't know
detail about `we should implement vgaHW* functions as full functions?,
dummy? or other way??'

-- 
ISHIKAWA Mutsumi
 <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>



Packge bug report request

2003-01-05 Thread greg sellers
dpkg requested the attached "bug" be reported - I am a bit of a 
novice so it could be something I did that caused it.

Gregory J Sellers wyrmberg:/home/gsellers# dpkg -i xbase-clients_4.2.1-4_i386.deb 
(Reading database ... 93851 files and directories currently installed.)
Preparing to replace xbase-clients 4.1.0-5 (using 
xbase-clients_4.2.1-4_i386.deb) ...
ERROR: /etc/X11/xkb/xkbcomp exists and is not a symbolic link.  This package 
cannot be installed until this file is removed.
Aborting installation of xbase-clients package.
dpkg: error processing xbase-clients_4.2.1-4_i386.deb (--install):
 subprocess pre-installation script returned error exit status 1
 Analyzing /etc/X11/xkb/xkbcomp:
 drwxr-xr-x  110 root root 8192 Jan  6 11:30 /etc
 drwxr-xr-x   24 root root 4096 Jan  5 17:35 /etc/X11
 drwxr-xr-x   10 root root 4096 Oct 30  2001 /etc/X11/xkb
 -rwxr-xr-x1 root root   274882 Jun  7  2001 /etc/X11/xkb/xkbcomp
 ERROR: /etc/X11/xkb/xkbcomp is not a symbolic link.  The package preinst 
script 
 should have failed.
 Please report the package name, version, and the text of the above error 
 message(s) to .
 dpkg: error while cleaning up:  
  subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   xbase-clients_4.2.1-4_i386.deb 



Bug#175483: Unresolved symbol in XFree86.o.conf

2003-01-05 Thread Branden Robinson
retitle 175483 xserver-xfree86: [ati/r128] SEGV on startup
reassign 175483 xserver-xfree86
severity 175483 important
tag 175483 + moreinfo upstream

On Sun, Jan 05, 2003 at 10:22:29PM +0100, Marc Dietz wrote:
> Package: XFree86

Please file bug reports against valid package names.

> Version: 4.1.0.1 / X-Window System

Please file bug reports with proper version numbers.

Also, your bug report is missing needed information.  Read the
XF86Config(7) manual page for more details.

You might want to use the "reportbug" package and command to facilitate
all of the above.

-- 
G. Branden Robinson| When I die I want to go peacefully
Debian GNU/Linux   | in my sleep like my ol' Grand
[EMAIL PROTECTED] | Dad...not screaming in terror like
http://people.debian.org/~branden/ | his passengers.


pgpSCeouQiWvr.pgp
Description: PGP signature


Bug#173071: Pasting text with NULL character crashes

2003-01-05 Thread Branden Robinson
On Sun, Jan 05, 2003 at 10:28:05PM +0200, Ilya Konstantinov wrote:
> On Wed, Jan 01, 2003 at 07:28:36PM -0500, Branden Robinson wrote:
> > How does xterm crash?  Does it segfault?  Did you get a core dump?
> 
> It didn't leave a coredump and running it from under 'gdb' seemed to
> make 'xterm' exit immediately. Also, the bug which caused Konqueror to
> place faulty data into the clipboard was corrected in the latest Qt
> release so I can no longer reproduce this bug either.
> 
> Should we just give up?

If you can't reproduce it, yes.

-- 
G. Branden Robinson|I've made up my mind.  Don't try to
Debian GNU/Linux   |confuse me with the facts.
[EMAIL PROTECTED] |-- Indiana Senator Earl Landgrebe
http://people.debian.org/~branden/ |


pgpMx9MG2ZzMg.pgp
Description: PGP signature


Processed: Re: Bug#175483: Unresolved symbol in XFree86.o.conf

2003-01-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 175483 xserver-xfree86: [ati/r128] SEGV on startup
Bug#175483: Unresolved symbol in XFree86.o.conf
Changed Bug title.

> reassign 175483 xserver-xfree86
Bug#175483: xserver-xfree86: [ati/r128] SEGV on startup
Bug reassigned from package `xfree86' to `xserver-xfree86'.

> severity 175483 important
Bug#175483: xserver-xfree86: [ati/r128] SEGV on startup
Severity set to `important'.

> tag 175483 + moreinfo upstream
Bug#175483: xserver-xfree86: [ati/r128] SEGV on startup
There were no tags set.
Tags added: moreinfo, upstream

> On Sun, Jan 05, 2003 at 10:22:29PM +0100, Marc Dietz wrote:
Unknown command or malformed arguments to command.

> > Package: XFree86
Unknown command or malformed arguments to command.

> Please file bug reports against valid package names.
Unknown command or malformed arguments to command.

> > Version: 4.1.0.1 / X-Window System
Unknown command or malformed arguments to command.

> Please file bug reports with proper version numbers.
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)




Re: here is an updated patch 908 for 4.2.99.3

2003-01-05 Thread Michel Dänzer
On Son, 2003-01-05 at 03:10, ISHIKAWA Mutsumi wrote:
> 
> > In <[EMAIL PROTECTED]> 
> > ISHIKAWA Mutsumi <[EMAIL PROTECTED]> wrote:
> >> Hi,
> 
> >>  On sparc plathome, I'm not success to build because many drivers uses
> >> vgaHW* function call. We should write patches like #082 or some other
> >> hacks (e.g dummy vgaHW* call add to sparc environment).
> 
>  e.g dummy vgaHW* functions add to sparc environment.

Does it have to be dummy? We don't have legacy hardware on PowerMacs
either, but we have a (partly at least) working vgaHW, though I think it
depends on some kernel support which may not be available on sparc.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



Crash Log

2003-01-05 Thread Hank Marquardt
Attached is a crash log --

I'm sure it's useful to someone, but I don't really think it's an X
problem per se, though I don't know how to solve it either so I'm
sending it.

I have an nvidia card in the box ... I bought an ATI Radeon 8500DV I
want to use ... when I installed the new card it was crashing,
complaining about GLCore ... a person on deb-users pointed out
uninstalling the nvid packages which I've now done, however the X server
now crashes hard ... log attached

Any words of wisdom for uninstalling nvidia for something else ...
something I might have missed?

I'm not subscribed to this list, so a reply to me is appreciated, though
I'll watch the list archive too.

Thanks for reading

-- 
Hank Marquardt <[EMAIL PROTECTED]>
http://web.yerpso.net
GPG Id: 2BB5E60C
Fingerprint: D807 61BC FD18 370A AC1D  3EDF 2BF9 8A2D 2BB5 E60C

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-4 20021123003806 [EMAIL PROTECTED]) / X 
Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
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/)
Build Operating System: Linux 2.4.18 i686 [ELF] 
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: Sun Jan  5 17:42:12 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Samsung SynchMaster955DF"
(**) |   |-->Device "ATI 8500DV"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) 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.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(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.2.1.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(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.2.1.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(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 1106,3099 card , rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 8086,1229 card 8086,0040 rev 0c class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1102,0002 card 1102,8064 rev 07 class 04,01,00 hdr 80
(II) PCI: 00:0c:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 00:11:0: chip 1106,3147 card 1106,3074 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 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4242 card 1002,02aa rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4243 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 02:00:0: chip 11c1,5811 card 1002,5811 rev 04 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module s

Re: here is an updated patch 908 for 4.2.99.3

2003-01-05 Thread ISHIKAWA Mutsumi
> In <1041815288.1927.18.camel@thor> 
>   Michel Dänzer <[EMAIL PROTECTED]> wrote:
>> On Son, 2003-01-05 at 03:10, ISHIKAWA Mutsumi wrote:

>> > >>  On sparc plathome, I'm not success to build because many drivers uses
>> > >> vgaHW* function call. We should write patches like #082 or some other
>> > >> hacks (e.g dummy vgaHW* call add to sparc environment).
>> > 
>> >  e.g dummy vgaHW* functions add to sparc environment.
>>
>> Does it have to be dummy? We don't have legacy hardware on PowerMacs
>> either, but we have a (partly at least) working vgaHW, though I think it
>> depends on some kernel support which may not be available on sparc.

 Perhaps, No it doesn't. It is an example. Currently I don't know
detail about `we should implement vgaHW* functions as full functions?,
dummy? or other way??'

-- 
ISHIKAWA Mutsumi
 <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Packge bug report request

2003-01-05 Thread greg sellers
dpkg requested the attached "bug" be reported - I am a bit of a 
novice so it could be something I did that caused it.

Gregory J Sellers 
wyrmberg:/home/gsellers# dpkg -i xbase-clients_4.2.1-4_i386.deb 
(Reading database ... 93851 files and directories currently installed.)
Preparing to replace xbase-clients 4.1.0-5 (using xbase-clients_4.2.1-4_i386.deb) ...
ERROR: /etc/X11/xkb/xkbcomp exists and is not a symbolic link.  This package 
cannot be installed until this file is removed.
Aborting installation of xbase-clients package.
dpkg: error processing xbase-clients_4.2.1-4_i386.deb (--install):
 subprocess pre-installation script returned error exit status 1
 Analyzing /etc/X11/xkb/xkbcomp:
 drwxr-xr-x  110 root root 8192 Jan  6 11:30 /etc
 drwxr-xr-x   24 root root 4096 Jan  5 17:35 /etc/X11
 drwxr-xr-x   10 root root 4096 Oct 30  2001 /etc/X11/xkb
 -rwxr-xr-x1 root root   274882 Jun  7  2001 /etc/X11/xkb/xkbcomp
 ERROR: /etc/X11/xkb/xkbcomp is not a symbolic link.  The package preinst script 
 should have failed.
 Please report the package name, version, and the text of the above error 
 message(s) to <[EMAIL PROTECTED]>.
 dpkg: error while cleaning up:  
  subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   xbase-clients_4.2.1-4_i386.deb 




Bug#175483: Unresolved symbol in XFree86.o.conf

2003-01-05 Thread Branden Robinson
retitle 175483 xserver-xfree86: [ati/r128] SEGV on startup
reassign 175483 xserver-xfree86
severity 175483 important
tag 175483 + moreinfo upstream

On Sun, Jan 05, 2003 at 10:22:29PM +0100, Marc Dietz wrote:
> Package: XFree86

Please file bug reports against valid package names.

> Version: 4.1.0.1 / X-Window System

Please file bug reports with proper version numbers.

Also, your bug report is missing needed information.  Read the
XF86Config(7) manual page for more details.

You might want to use the "reportbug" package and command to facilitate
all of the above.

-- 
G. Branden Robinson| When I die I want to go peacefully
Debian GNU/Linux   | in my sleep like my ol' Grand
[EMAIL PROTECTED] | Dad...not screaming in terror like
http://people.debian.org/~branden/ | his passengers.



msg05204/pgp0.pgp
Description: PGP signature


Bug#173071: Pasting text with NULL character crashes

2003-01-05 Thread Branden Robinson
On Sun, Jan 05, 2003 at 10:28:05PM +0200, Ilya Konstantinov wrote:
> On Wed, Jan 01, 2003 at 07:28:36PM -0500, Branden Robinson wrote:
> > How does xterm crash?  Does it segfault?  Did you get a core dump?
> 
> It didn't leave a coredump and running it from under 'gdb' seemed to
> make 'xterm' exit immediately. Also, the bug which caused Konqueror to
> place faulty data into the clipboard was corrected in the latest Qt
> release so I can no longer reproduce this bug either.
> 
> Should we just give up?

If you can't reproduce it, yes.

-- 
G. Branden Robinson|I've made up my mind.  Don't try to
Debian GNU/Linux   |confuse me with the facts.
[EMAIL PROTECTED] |-- Indiana Senator Earl Landgrebe
http://people.debian.org/~branden/ |



msg05203/pgp0.pgp
Description: PGP signature


Processed: Re: Bug#175483: Unresolved symbol in XFree86.o.conf

2003-01-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 175483 xserver-xfree86: [ati/r128] SEGV on startup
Bug#175483: Unresolved symbol in XFree86.o.conf
Changed Bug title.

> reassign 175483 xserver-xfree86
Bug#175483: xserver-xfree86: [ati/r128] SEGV on startup
Bug reassigned from package `xfree86' to `xserver-xfree86'.

> severity 175483 important
Bug#175483: xserver-xfree86: [ati/r128] SEGV on startup
Severity set to `important'.

> tag 175483 + moreinfo upstream
Bug#175483: xserver-xfree86: [ati/r128] SEGV on startup
There were no tags set.
Tags added: moreinfo, upstream

> On Sun, Jan 05, 2003 at 10:22:29PM +0100, Marc Dietz wrote:
Unknown command or malformed arguments to command.

> > Package: XFree86
Unknown command or malformed arguments to command.

> Please file bug reports against valid package names.
Unknown command or malformed arguments to command.

> > Version: 4.1.0.1 / X-Window System
Unknown command or malformed arguments to command.

> Please file bug reports with proper version numbers.
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: here is an updated patch 908 for 4.2.99.3

2003-01-05 Thread Michel Dänzer
On Son, 2003-01-05 at 03:10, ISHIKAWA Mutsumi wrote:
> 
> > In <[EMAIL PROTECTED]> 
> > ISHIKAWA Mutsumi <[EMAIL PROTECTED]> wrote:
> >> Hi,
> 
> >>  On sparc plathome, I'm not success to build because many drivers uses
> >> vgaHW* function call. We should write patches like #082 or some other
> >> hacks (e.g dummy vgaHW* call add to sparc environment).
> 
>  e.g dummy vgaHW* functions add to sparc environment.

Does it have to be dummy? We don't have legacy hardware on PowerMacs
either, but we have a (partly at least) working vgaHW, though I think it
depends on some kernel support which may not be available on sparc.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: compiling xfree86 from source on debian

2003-01-05 Thread b d

--- Daniel Stone <[EMAIL PROTECTED]> wrote:
> On Fri, Jan 03, 2003 at 08:16:30AM -0800, b d
> scrawled:
> > I have multiple alpha systems, and unfortunately
> as it
> > turns out must compile Xfree86 from source, due to
> the
> > fact that the official alpha packages of debian do
> not
> > currently have my video card supported, yet
> support
> > exists according to the xfree86.org website
> > 
> > I have not been able to find a good and easy guide
> to
> > follow of the steps involved (specific to debian)
> > through google has anyone attempted to
> properly
> > create debs (yes, I know Branden and his team does
> of
> > course, but his packages are lacking my drivers)
> for
> > xfree86 that has a step by step guide that I could
> > follow?  Or should I just download the source from
> > xfree86 and compile it as one large behemoth and
> not
> > worry about trying to use packages due to the
> > complicated nature of X?   Any thoughts or help
> > appreciated...
> 
> Which driver is it?
> 

Cirrus - at least I think that is my problem

With 4.1, the following page shows support for the
"cirrus" driver..

http://www.xfree86.org/4.1.0/Status9.html#9

My i386 installations seem to have a file
/usr/X11R6/lib/modules/drivers/cirrus_alpine.o

but this doesn't seem to exist on my alpha
installations

I'm new to the alpha architecture, and someone in the
alpha debian lists said I would likely have to compile
X from source.  I don't see why these packages should
be different based on architecture since it looks like
this is directly X related  Any ideas why it isn't
included in Debian's alpha packages?

Any more thoughts appreciated.

b.


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



Crash Log

2003-01-05 Thread Hank Marquardt
Attached is a crash log --

I'm sure it's useful to someone, but I don't really think it's an X
problem per se, though I don't know how to solve it either so I'm
sending it.

I have an nvidia card in the box ... I bought an ATI Radeon 8500DV I
want to use ... when I installed the new card it was crashing,
complaining about GLCore ... a person on deb-users pointed out
uninstalling the nvid packages which I've now done, however the X server
now crashes hard ... log attached

Any words of wisdom for uninstalling nvidia for something else ...
something I might have missed?

I'm not subscribed to this list, so a reply to me is appreciated, though
I'll watch the list archive too.

Thanks for reading

-- 
Hank Marquardt <[EMAIL PROTECTED]>
http://web.yerpso.net
GPG Id: 2BB5E60C
Fingerprint: D807 61BC FD18 370A AC1D  3EDF 2BF9 8A2D 2BB5 E60C


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-4 20021123003806 [EMAIL PROTECTED]) / X Window 
System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
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/)
Build Operating System: Linux 2.4.18 i686 [ELF] 
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: Sun Jan  5 17:42:12 2003
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Samsung SynchMaster955DF"
(**) |   |-->Device "ATI 8500DV"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) 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.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(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.2.1.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(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.2.1.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(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 1106,3099 card , rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 8086,1229 card 8086,0040 rev 0c class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1102,0002 card 1102,8064 rev 07 class 04,01,00 hdr 80
(II) PCI: 00:0c:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 00:11:0: chip 1106,3147 card 1106,3074 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 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4242 card 1002,02aa rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4243 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 02:00:0: chip 11c1,5811 card 1002,5811 rev 04 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module sc

Bug#175483: Unresolved symbol in XFree86.o.conf

2003-01-05 Thread Marc Dietz
Package: XFree86
Version: 4.1.0.1 / X-Window System

Hallo,

lately I installed to Debian 3.0.r0 (with the 2.4.19 kernel) for the very 
first time on my local machine. 
Everything worked out fine until the first login came: the x-server crashed 
and can't be started:

"Symbol fbPictureInit from module /usr/X11R6/lib/modules/drivers/r128_drv.o is 
unresolved!

Fatal server error:
Caught signal 11.  Server aborting"

As far as I understand the problem I think the hardware is well configured but 
there seems to be some problem with the needed software resources.

(In case of doubt please take a look in the attached file where you find the 
complete log.)

If you may help me please let me know.

Thanks in advance!

-- 
Beste Grüsse

Marc
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 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.17 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Jan  5 19:57:24 2003
(==) 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 "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(**) Option "XkbOptions" "ctrl:swapcaps"
(**) XKB: options: "ctrl:swapcaps"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Cannot open APM
(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.1, 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.1, 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 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0a:0: chip 1274,1371 card 1274,1371 rev 06 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 1244,0a00 card 1244,0a00 rev 02 class 02,80,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5246 card 1002,0008 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.1, 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 0	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable mem

Re: compiling xfree86 from source on debian

2003-01-05 Thread b d

--- Daniel Stone <[EMAIL PROTECTED]> wrote:
> On Fri, Jan 03, 2003 at 08:16:30AM -0800, b d
> scrawled:
> > I have multiple alpha systems, and unfortunately
> as it
> > turns out must compile Xfree86 from source, due to
> the
> > fact that the official alpha packages of debian do
> not
> > currently have my video card supported, yet
> support
> > exists according to the xfree86.org website
> > 
> > I have not been able to find a good and easy guide
> to
> > follow of the steps involved (specific to debian)
> > through google has anyone attempted to
> properly
> > create debs (yes, I know Branden and his team does
> of
> > course, but his packages are lacking my drivers)
> for
> > xfree86 that has a step by step guide that I could
> > follow?  Or should I just download the source from
> > xfree86 and compile it as one large behemoth and
> not
> > worry about trying to use packages due to the
> > complicated nature of X?   Any thoughts or help
> > appreciated...
> 
> Which driver is it?
> 

Cirrus - at least I think that is my problem

With 4.1, the following page shows support for the
"cirrus" driver..

http://www.xfree86.org/4.1.0/Status9.html#9

My i386 installations seem to have a file
/usr/X11R6/lib/modules/drivers/cirrus_alpine.o

but this doesn't seem to exist on my alpha
installations

I'm new to the alpha architecture, and someone in the
alpha debian lists said I would likely have to compile
X from source.  I don't see why these packages should
be different based on architecture since it looks like
this is directly X related  Any ideas why it isn't
included in Debian's alpha packages?

Any more thoughts appreciated.

b.


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Bug#173071: Pasting text with NULL character crashes

2003-01-05 Thread Ilya Konstantinov
On Wed, Jan 01, 2003 at 07:28:36PM -0500, Branden Robinson wrote:
> How does xterm crash?  Does it segfault?  Did you get a core dump?

It didn't leave a coredump and running it from under 'gdb' seemed to
make 'xterm' exit immediately. Also, the bug which caused Konqueror to
place faulty data into the clipboard was corrected in the latest Qt
release so I can no longer reproduce this bug either.

Should we just give up?




Bug#175483: Unresolved symbol in XFree86.o.conf

2003-01-05 Thread Marc Dietz
Package: XFree86
Version: 4.1.0.1 / X-Window System

Hallo,

lately I installed to Debian 3.0.r0 (with the 2.4.19 kernel) for the very 
first time on my local machine. 
Everything worked out fine until the first login came: the x-server crashed 
and can't be started:

"Symbol fbPictureInit from module /usr/X11R6/lib/modules/drivers/r128_drv.o is 
unresolved!

Fatal server error:
Caught signal 11.  Server aborting"

As far as I understand the problem I think the hardware is well configured but 
there seems to be some problem with the needed software resources.

(In case of doubt please take a look in the attached file where you find the 
complete log.)

If you may help me please let me know.

Thanks in advance!

-- 
Beste Grüsse

Marc

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 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.17 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Jan  5 19:57:24 2003
(==) 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 "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(**) Option "XkbOptions" "ctrl:swapcaps"
(**) XKB: options: "ctrl:swapcaps"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Cannot open APM
(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.1, 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.1, 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 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr 00
(II) PCI: 00:0a:0: chip 1274,1371 card 1274,1371 rev 06 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 1244,0a00 card 1244,0a00 rev 02 class 02,80,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5246 card 1002,0008 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.1, 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 0	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memo

Bug#173071: Pasting text with NULL character crashes

2003-01-05 Thread Ilya Konstantinov
On Wed, Jan 01, 2003 at 07:28:36PM -0500, Branden Robinson wrote:
> How does xterm crash?  Does it segfault?  Did you get a core dump?

It didn't leave a coredump and running it from under 'gdb' seemed to
make 'xterm' exit immediately. Also, the bug which caused Konqueror to
place faulty data into the clipboard was corrected in the latest Qt
release so I can no longer reproduce this bug either.

Should we just give up?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Bug#170510: FTBFS on arm,mips,mipsel: xc/programs/Xserver/xkb/xkberrs.c assumes X11/Xlib.h and X11/XKBlib.h available

2003-01-05 Thread ISHIKAWA Mutsumi

 FYI

 Alan tells me "This issue is already fixed in current CVS."

 xkberrs.c is rewrited, it does not refer libX11 related headers
anymore. So, patches for Bug#170510 I posted are needles for
XFree86 4.3.0. But Bug#170508 are still remaining.

-- 
ISHIKAWA Mutsumi
 <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>




Nur alleine lesen ;-)

2003-01-05 Thread Miriam
Hi, 


wo warste denn hin? Wolltest doch noch den link haben.
Hier also der Link:

http://members.lycos.de/moe1/
Viel spaß
Dann bis demnächst meld dich
cu Schatzi



Bug#170510: FTBFS on arm,mips,mipsel: xc/programs/Xserver/xkb/xkberrs.c assumes X11/Xlib.h and X11/XKBlib.h available

2003-01-05 Thread ISHIKAWA Mutsumi

 FYI

 Alan tells me "This issue is already fixed in current CVS."

 xkberrs.c is rewrited, it does not refer libX11 related headers
anymore. So, patches for Bug#170510 I posted are needles for
XFree86 4.3.0. But Bug#170508 are still remaining.

-- 
ISHIKAWA Mutsumi
 <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Nur alleine lesen ;-)

2003-01-05 Thread Miriam
Hi, 


wo warste denn hin? Wolltest doch noch den link haben.
Hier also der Link:

http://members.lycos.de/moe1/
Viel spaß
Dann bis demnächst meld dich
cu Schatzi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Screen doesn't update properly (X says "timeout")

2003-01-05 Thread Mourad De Clerck

Hi,

I seem to run into a snag with one of my machines here:
Often, when my UI is drawing, it doesn't completely draw it. I'm using 
Gnome2, but observed this behaviour with GTK1.2  and 2 apps. For 
instance, the Gnome Foot menu doesn't show all the entries immediately 
(only the first 4 or so), and only draws them when I go over them. Other 
times, for instance when I'm browsing using Dillo, it only draws every 
odd line.


X output says:

CRTclk
FPclk
timeout
timeout

timeout
timeout
timeout

waiting for X server to shut down ..

The hardware is quite slow, because it's a Toshiba chipset that doesn't 
have UDMA ide IO support. Graphics Card is a
Chips and Technologies F65554 (rev c2), processor a P166MMX, memory 
64MB. HD is a IBM in MDMA2 mode.


When X is running with Gnome2, there's about  23MB used according to 
memstat.


I have the impression that the timeouts seem to happen most often when 
trying to do several things at the time or when there's disk activity.

Any tips?

Thanks,

-- Mourad





Screen doesn't update properly (X says "timeout")

2003-01-05 Thread Mourad De Clerck
Hi,

I seem to run into a snag with one of my machines here:
Often, when my UI is drawing, it doesn't completely draw it. I'm using 
Gnome2, but observed this behaviour with GTK1.2  and 2 apps. For 
instance, the Gnome Foot menu doesn't show all the entries immediately 
(only the first 4 or so), and only draws them when I go over them. Other 
times, for instance when I'm browsing using Dillo, it only draws every 
odd line.

X output says:

CRTclk
FPclk
timeout
timeout

timeout
timeout
timeout

waiting for X server to shut down ..

The hardware is quite slow, because it's a Toshiba chipset that doesn't 
have UDMA ide IO support. Graphics Card is a
Chips and Technologies F65554 (rev c2), processor a P166MMX, memory 
64MB. HD is a IBM in MDMA2 mode.

When X is running with Gnome2, there's about  23MB used according to 
memstat.

I have the impression that the timeouts seem to happen most often when 
trying to do several things at the time or when there's disk activity.
Any tips?

Thanks,

-- Mourad




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]