CVS Update: xc (branch: trunk)

2003-01-21 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/21 07:33:00

Log message:
  Second part of printing the XFree86 version in build logs instead of the
  X11 version.

Modified files:
  ./:
Imakefile Makefile 
  
  Revision  ChangesPath
  3.28  +10 -5 xc/Imakefile
  3.24  +2 -2  xc/Makefile

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



[Fonts] xfd(1) from 4.2.0 won't read AbiWord 1.0.1 font names

2003-01-21 Thread john
We've had a problem on Slackware Linux 8.1 with AbiWord 1.0.1 and
XFree86 4.2.0. The problem is that on some systems (our video hardware
differs with the age of the machine) we see the message 

AbiWord could not load the following font or fontset from the X Window
System display server, [-*-Times New Roman-regular-r-*-*-*-0-*-*-*-*-*-*]

Though I wonder about the spaces in the typeface name, a purported
explanation for and solution of this bug is given at:

http://www.abisource.com/twiki/bin/view/Abiword/UnixFaqAbiWordCouldNotLoadTimesNewRoman

but, since we don't use xfs(1), I couldn't see that adding
/usr/share/abisource/fonts to the list of font directories in
/etc/X11/fs/config would do any good. :-)

I used xset(1) on my machine (where AbiWord works) and also on one
of the other Linux PCs (where AbiWord fails as above). It works fine
on my PC, but on the other PC I get:

$ xset +fp /usr/share/abisuite/fonts/
X Error of failed request:  86
  Major opcode of failed request:  51 (X_SetFontPath)
  Serial number of failed request:  8
  Current serial number in output stream:  10

I tried using xfd(1) on one of the typefaces listed in the fonts.dir
file in /usr/share/abisuite/fonts/. It works on my PC but on the other
PC I get:

$ xfd -fn -ZZ_AbiWord-Arial-regular-r-normal--0-0-0-0-p-0-iso8859-1
Warning: Cannot convert string 
-ZZ_AbiWord-Arial-regular-r-normal--0-0-0-0-p-0-iso8859-1 to type FontStruct
xfd:  no font to display

The font name looks fine to me. Has anyone seen this (these?)
problem(s)?

I've looked everywhere I can think of (XFree86 web site, X Protocol
Reference Manual Volume Zero, Google) for a list of XFree86 error codes
- just what is `XError ... 86'?

Incidentally, I can't find mention on the current XFree86 mailing list
description page (http://www.xfree86.org/mailman/listinfo) of any
mailing list archives. I googled to find a page of archives of fonts -
see http://devel.xfree86.org/archives/fonts/ - which stops in 2000.
(It's not searchable, either!) Any idea why this list's archives are not
publicised any more?
-- 

John A. Murdie
Experimental Officer (Software)
Department of Computer Science
University of York
England
___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts



Re: [Fonts] xfd(1) from 4.2.0 won't read AbiWord 1.0.1 font names

2003-01-21 Thread Juliusz Chroboczek
J AbiWord could not load the following font or fontset from the X Window
J System display server, [-*-Times New Roman-regular-r-*-*-*-0-*-*-*-*-*-*]

J Though I wonder about the spaces in the typeface name,

That's no problem.

J - just what is `XError ... 86'?

  $ grep 86 xc/include/fonts/font.h
  xc/include/fonts/font.h:#defineBadFontPath 86

That's the generic, catch-all font-related error.

The most common errors are described in the ``Troubleshooting''
section of README.fonts.  Please see

  http://www.xfree86.org/current/fonts2.html#9

Juliusz
___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts



Re: [Fonts] xfd(1) from 4.2.0 won't read AbiWord 1.0.1 font names

2003-01-21 Thread john
On 21 Jan, Juliusz Chroboczek wrote:
 The most common errors are described in the ``Troubleshooting''
 section of README.fonts.  Please see
 
   http://www.xfree86.org/current/fonts2.html#9
 
 Juliusz

I've looked at that web page and at the server log file
(/var/log/XFree86.0.log), as it recommends, and seen that the type1
module is loaded (the AbiSuite typefaces are Adobe type 1s - .pfa and
.pfb files):

...
(II) LoadModule: type1
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor=The XFree86 Project
compiled for 4.2.0, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
...

The font directory and the font files it contains are all readable, and
the directory does have both a fonts.dir and a fonts.scale index file.
The font files themselves have the same sum(1) checksum on the
non-working system as they do on the working system - and both systems
have the same Linux install and the same version of XFree86 (4.2.0).

Je vous remerci de votre response gentil. Je crois qu'il est encore
possible que nous voyons une faute de XFree86.

-- 

John A. Murdie
Experimental Officer (Software)
Department of Computer Science
University of York
England
___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts



[Fonts] Does fontconfig is used in other major project?

2003-01-21 Thread Lau
Hi all,

  As I'm totally agree that, the fontconfig brings a lot of benefit for us. It provide 
a far 
better cleaner approach to manage the fonts in the system, however, I would also 
know that, besides Gnome, KDE, and mozilla, does other major software in Linux have 
used or decide to shift to use fontconfig (or even with Xft, ft2)? For example, OOo, 
Ghostscript, gnome office, koffice?

  As I think that, one of the fontconfig adv is to ease to management of fonts, or
configuring new fonts in the system, without applying fontconfig for other major
software (esp OOo and GS), user (including me, sure) will still need to waste their
time to configure a font for different system, am I right??

Thanks, and regards
Lau
___
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts



[I18n] Re: [XFree86] [XFree86(TM) Bug Report] tilde registered as a dead key in swedish nodeadkeys keymap

2003-01-21 Thread David Dawes
On Tue, Jan 21, 2003 at 10:29:35AM -0800, Henrik Nordstrom wrote:
Regarding: tilde registered as a dead key in swedish nodeadkeys keymap
Email: [EMAIL PROTECTED]

XFree86 Version: XFree86 Version 4.2.99.3 (Red Hat Linux release: 
4.2.99.3-20030115.0) / X Window System

OS: RedHat rawhide

Area: Xserver

Server: XFree86 (The XFree86 4.x server)

Description:

While using the swedish(se) nodeadkeys keymap AltGR + diaresis/circum/tilde key 
(keycode 35) produces a dead_tilde keycode instead of the expected and wanted 
asciitilde keycode.

Note: Have also found a dead_diaresis on AltGR+aring key (keycode 34). Not that 
this one hurts but is slightly unexpected.

Repeat By:

% setxkbmap se nodeadkeys

Try to type a tilde by pressing AltGR + diaresis/circum/tilde key.

Try the attached patch.  It should map the non-dead versions (where
possible) for the 'se' nodeadkeys map.  If this looks OK, it can
be used as a basis for fixing the nodeadkeys version of the other
maps too.

What should the mapping for the aring key be?

David
-- 
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes

Index: latin
===
RCS file: /home/x-cvs/xc/programs/xkbcomp/symbols/pc/latin,v
retrieving revision 1.3
diff -u -r1.3 latin
--- latin   2002/12/20 20:18:34 1.3
+++ latin   2003/01/21 19:12:19
@@ -57,7 +57,7 @@
 key AB09 { [period,greater, periodcentered,   division ] };
 key AB10 { [ slash,   question, dead_belowdot, dead_abovedot ] };
 
- };
+};
 
 // Northern Europe ( Danish, Finnish, Norwegian, Swedish) common layout
 
@@ -138,3 +138,42 @@
 key AB09 { [  period,  colon, periodcentered, division ] };
 key AB10 { [   minus, underscore, dead_belowdot, dead_abovedot ] };
 };
+
+partial
+xkb_symbols nodeadkeys {
+
+key AE12 { [ equal,   plus, cedilla,ogonek ] };
+key AD11 { [bracketleft,  braceleft,  diaeresis,degree ] };
+key AD12 { [bracketright, braceright, asciitilde,   macron ] };
+key AC10 { [ semicolon,  colon,   acute,   doubleacute ] };
+key AC11 { [apostrophe,   quotedbl, asciicircum, caron ] };
+key BKSL { [ backslash,bar,   grave, breve ] };
+key AB10 { [ slash,   question, dead_belowdot,abovedot ] };
+};
+
+partial
+xkb_symbols type2_nodeadkeys {
+ 
+include pc/latin(nodeadkeys)
+
+key AD11 { [ aring,  Aring,   diaeresis,degree ] };
+key AD12 { [ diaeresis, asciicircum, asciitilde, caron ] };
+key AB08 { [ comma,  semicolon, cedilla,ogonek ] };
+key AB09 { [period,   colon, periodcentered,  abovedot ] };
+key AB10 { [   minus, underscore, dead_belowdot,  abovedot ] };
+};
+
+partial
+xkb_symbols type3_nodeadkeys {
+ 
+include pc/latin(nodeadkeys)
+};
+
+partial
+xkb_symbols type4_nodeadkeys {
+ 
+include pc/latin(nodeadkeys)
+
+key AB10 { [   minus, underscore, dead_belowdot,  abovedot ] };
+};
+
Index: se
===
RCS file: /home/x-cvs/xc/programs/xkbcomp/symbols/pc/se,v
retrieving revision 1.4
diff -u -r1.4 se
--- se  2002/12/19 01:07:56 1.4
+++ se  2003/01/21 19:20:07
@@ -5,8 +5,12 @@
 
 partial alphanumeric_keys
 xkb_symbols basic {
-
 include pc/latin(type2)
+include pc/se(se)
+};
+
+partial alphanumeric_keys
+xkb_symbols se {
 
 name[Group1]=Swedish;
 
@@ -36,11 +40,11 @@
 
 // Modifies the basic Swedish layout to eliminate all dead keys
 
-include pc/se(basic)
+include pc/latin(type2)
+include pc/latin(type2_nodeadkeys)
+include pc/se(se)
 
-key AE12 { [ acute,  grave ] };
-key AD12 { [ diaeresis, asciicircum ]};
-key AB08 { [ comma,  semicolon,  cedilla,   ogonek ] };
-key AB09 { [period,  colon, periodcentered,   abovedot ] };
+key AE12 { [ acute,  grave,plusminus,  notsign ] };
 
 };
+



[I18n] Re: [XFree86] [XFree86(TM) Bug Report] tilde registered as a deadkey in swedish nodeadkeys keymap

2003-01-21 Thread Henrik Nordstrom
Further comment on aring:

Having asciidiaresis and degree on aring is perhaps redundant as these
already exists as diaresis and altgr+shift+0. But I admit that having a
nodeadkeys keymap with really no dead keys is perhaps most intuitive.
But at the same time sometimes (but not very often) there is needs to
type a character in another latin language such as German so I am not
sure.. How have things been historically when running with nodeadkeys?

Apart from really beeing a nodeadkeys keymap I have found no flaws in
your patch except for possibly key AB10 which still has dead_belowdot
on AltGR (Not that I have a clue what a non-dead dead_belowdot would
be...)


Regards
Henrik


tis 2003-01-21 klockan 20.24 skrev David Dawes:
 On Tue, Jan 21, 2003 at 10:29:35AM -0800, Henrik Nordstrom wrote:
 Regarding: tilde registered as a dead key in swedish nodeadkeys keymap
 Email: [EMAIL PROTECTED]
 
 XFree86 Version: XFree86 Version 4.2.99.3 (Red Hat Linux release: 
4.2.99.3-20030115.0) / X Window System
 
 OS: RedHat rawhide
 
 Area: Xserver
 
 Server: XFree86 (The XFree86 4.x server)
 
 Description:
 
 While using the swedish(se) nodeadkeys keymap AltGR + diaresis/circum/tilde key 
(keycode 35) produces a dead_tilde keycode instead of the expected and wanted 
asciitilde keycode.
 
 Note: Have also found a dead_diaresis on AltGR+aring key (keycode 34). Not that 
this one hurts but is slightly unexpected.
 
 Repeat By:
 
 % setxkbmap se nodeadkeys
 
 Try to type a tilde by pressing AltGR + diaresis/circum/tilde key.
 
 Try the attached patch.  It should map the non-dead versions (where
 possible) for the 'se' nodeadkeys map.  If this looks OK, it can
 be used as a basis for fixing the nodeadkeys version of the other
 maps too.
 
 What should the mapping for the aring key be?
 
 David

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



[I18n] 14,1 inch laptop screen

2003-01-21 Thread E.D. Grootjans



I'm trying to get xfree working on my laptop. I 
have tryed all generic laptop screens and some other monitortypes.
In most cases i get a difficult redable screen 
where on a regular base a part of the letter or sign is put a few parts in 
front.
like 08 1 2 3 4 5 6 7 16 9 10 11 12 13 14 
15

i have a compaq notebook Evo N610c with an IBM (?) 
LCD screen 14,1 inch.
max resolution 1024 * 768 * 16 milj colors 

I work with redhat linux 8.0

Thanx for every help you can give.

Erik


Re: [I18n] Re: [XFree86] [XFree86(TM) Bug Report] tilde registered as a dead key in swedish nodeadkeys keymap

2003-01-21 Thread David Dawes
On Tue, Jan 21, 2003 at 09:26:13PM +0100, Henrik Nordstrom wrote:
Further comment on aring:

Having asciidiaresis and degree on aring is perhaps redundant as these
already exists as diaresis and altgr+shift+0. But I admit that having a
nodeadkeys keymap with really no dead keys is perhaps most intuitive.
But at the same time sometimes (but not very often) there is needs to
type a character in another latin language such as German so I am not
sure.. How have things been historically when running with nodeadkeys?

nodeadkeys means exactly that.  If people need something in between,
they should either have their own customised map, or come up with
a consistent naming scheme for other variants, or use the multi-layout
feature (I'm not sure if standard and nodeadkeys versions can be used
as two layouts in a multilayout config).

Apart from really beeing a nodeadkeys keymap I have found no flaws in
your patch except for possibly key AB10 which still has dead_belowdot
on AltGR (Not that I have a clue what a non-dead dead_belowdot would
be...)

There's no belowdot keysym that I could find, so I didn't change
that one.  Maybe there's a unicode key U keysym that would be
appropriate.

David
-- 
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n



Re: [XFree86] XFree86-4.3!

2003-01-21 Thread Peter Finderup Lund
On Tue, 21 Jan 2003, Ramesh K. Sistla wrote:

 I am new to the list and XFree86 as such(even though I am using X for
 past 5 yrs!). I would like to know if 4,3 version of X has been
 released. Info. reg. this will be of help.

No, not yet.  There has just been released a new prerelease snapshot (or
rather, the newest files in CVS were tagged ;) ).  Go back a day or two in
the archive to see the schedule for 4.3.

-Peter

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



[XFree86] Re: GeForce 4 and Red Hat Linux 7.2 problem

2003-01-21 Thread Aivils . Stoss
The system has an Abit KX7-333 mainboard and a GeForce 4 MX 440 video
card. It runs Windows 98SE with no problem. I added Red Hat Linux 7.2 on
another partition so I can dual boot. However, it always comes up in text
mode. I used Xconfigurator but could not get any GeForce modes to work. I
downloaded and installed NVIDIA_kernel-1.0-2880.rh72up.athlon.rpm and
NVIDIA_GLX-1.0-2880.i386.rpm and changed the XFConfig-4 file but still get
only text mode on boot. I attached the XFConfig-4 and XFree86.log files so
you could take a look at them. I would appreciate any suggestions.
inside Your XFree86.log
(EE) NVIDIA(0): Failed to initialize the NVdriver kernel module!
(EE) NVIDIA(0):  *** Aborting ***

Seems You have troble with kernel module.
Try /sbin/modprobe -v NVdriver
if will not work, then download NVIDIA_kernel-1.0-2880.tar.gz and compile
kernel module manualy.

Aivils

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



Re: [XFree86] DUAL X SCREENS

2003-01-21 Thread Arnout Standaert
Zippo wrote:
snip


Section ServerLayout
	Identifier 	ServerLayout
	Screen  	Screen0 
	Screen  	Screen1

Check the Xinerama HOWTO 
(http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Xinerama-HOWTO.html)

These last two lines should be something like this:

Screen Screen 2
Screen Screen 1 RightOf Screen 2


	InputDevice	Mouse0 CorePointer
	InputDevice	Keyboard0 CoreKeyboard
EndSection


Test this configuration with startx -- +xinerama

If it works, put the following section in your XF86Config to start 
Xinerama with X:

	Section ServerFlags
	  Option Xinerama true
  	EndSection

That should do the trick, IMHO.

Regards,
Wald
--

BioTeC-Bioprocess Technology and Control
Department of Chemical Engineering
Katholieke Universiteit Leuven
W. de Croylaan 46 , B-3001 Leuven
Tel. +32-16-32.26.87
Fax. +32-16-32.29.91
Email: [EMAIL PROTECTED]

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


Re: [XFree86] XFree86 problems with Sony Vaio pcg-fxa59 (fx705)

2003-01-21 Thread Peter Finderup Lund
On Mon, 20 Jan 2003, Bill Swingle wrote:

  That looks weird.  Does it always happen at the same place (with the same
  size NUL block)?

 I don't think so but I can reproduce the result (my laptop powers off
 ,via ACPI presumedly) right when the X build crashes. There are multiple

Can't you change that in the BIOS setup?

There doesn't seem to be anything wrong with the logs except that they
stop prematurely and are padded with zeros.

-Peter

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



Re: [XFree86] Hooking on drawing operations

2003-01-21 Thread Dr Andrew C Aitchison
On Mon, 20 Jan 2003, Luugi Marsan wrote:

 Is there a way for a driver to be informed when X has finished a drawing 
 operation? Maybe even tell the driver what section has been modified.

I don't really have any answers.

If you are an accelerated driver, I'd be tempted to say that the operation
is finished when the driver has finished its action and returns to the
server.

shadowfb does software rendering and then updates rectangles that change.
The shadowfb and other code in miext handle clip boxes; you might get some
hints there.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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



[XFree86] 23inch Apple Cinema HD

2003-01-21 Thread Colin Law
Hi,

I have a 23-inch apple cinema hd display that I am trying to get running 
under xfree86 4.2.1 with an ATI 7500. I have an apple ADC to DVI 
convertor but I am getting nothing from the apple display. xfree is 
sensing that the display is plugged in but I get nothing. There is also 
nothing obvious from the log file.

I have tried various config options and modelines, but I still see 
nothing. I am beginning to suspect that the graphics card might be to 
blame, a Radeon 7500 *Powered by ATI*, not an actual ATI board.

I have posted previously about this display and am still stuck with it 
after a few months of trying. Does anyone have one of these displays up 
and running? Any thoughts on the card itself, would I have more luck 
with one of the newer ATI cards or one of the NVidia range?

Thanks for any help,
~Colin.

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


Re: [XFree86] overlay support on matrix G400

2003-01-21 Thread Sune Rastad Bahn
d. Tuesday den 21. January 2003 11:20 skrev du:
 On Tue, 21 Jan 2003, Sune Rastad Bahn wrote:
  Dear Dr. Aitchison
 
  I do have overlay enabled and I do run 24 bit.
  See the attached XFreeconfig-4 which was the result of
  running
  XFree86 -configure
  and supplying mouse information, choosing 24 bit  and enabling overlay.
 
  I have also attached the result in the form of the logfile.

 You do appear to be doing this right.

 The only things that springs to mind is that at one time
 you could not have overlays and DRI.
 What happens if you disbaled DRI by commenting out the
 Load  dri
 in your Module Section ?

That was it. Thanks a lot, I now have 2 depth 8 and 24. Now if only I could 
get the root window to be 24 bits instead of 8 :-)


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



Re: [XFree86] XFree86, Radeon 7000, and 3D hardware support

2003-01-21 Thread John S. Chalice
- Original Message -
From: Michel Dänzer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 20, 2003 3:42 PM
Subject: Re: [XFree86] XFree86, Radeon 7000, and 3D hardware support


 On Mon, 2003-01-20 at 00:38, John S. Chalice wrote:
I just last night got Mandrake 9.0 installed on my new HD..
  and one problem seemed to show up when we enabled 3D support.
Seemingly, my
  Radeon 7000 doesn't mind not having the support enabled, but when you
turn
  it on, the display goes wacky.

Would you recommend doing this?  Is it easy enuf?

http://dri.sourceforge.net/faq/faq_display.phtml?id=42

-- John

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



Re: [XFree86] Help with Linux 8.0 install

2003-01-21 Thread John Tapsell
I appologise for the previous message.  Encrypted it by mistake :)
Kmail with gpg-mime support is still dodgy

Anyway, email is below

On Tuesday 21 January 2003 10:31 am, Craig wrote: 
 When reporting a problem to a server crash, please send the full server 
 output, ot 
 just the last message. This can be found in the log file 
 /var/log/xfree.0.log. 
Please follow this :) 
We can't help you otherwise. 


msg00769/pgp0.pgp
Description: signature


[XFree86] [XFree86(TM) Bug Report] X server dies on startup with signal 8 (version 4.2.0) or signal 11 (version 4.2.1)

2003-01-21 Thread Harald Brennich
Regarding: X server dies on startup with signal 8 (version 4.2.0) or signal 11 
(version 4.2.1)
Email: [EMAIL PROTECTED]

XFree86 Version: 4.2.1

OS: SuSE Linux 8.1 Professional

Area: Xserver

Server: XFree86 (The XFree86 4.x server)

Video Card:

ATI R250 If [Radeon 9000] (rev 01), 128 MByte video memory
CPU: Pentium 2.52 MHz with 512 MByte main memory

Description:

Version 4.2.1 log:
XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 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.7-10custom 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: Tue Jan 21 11:38:43 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Layout[all]
(**) |--Screen Screen[0] (0)
(**) |   |--Monitor Monitor[0]
(**) |   |--Device Device[0]
(**) |--Input Device Keyboard[0]
(**) Option Protocol Standard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc104
(**) XKB: model: pc104
(**) Option XkbLayout de
(**) XKB: layout: de
(**) Option XkbVariant nodeadkeys
(**) XKB: variant: nodeadkeys
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Mouse[1]
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/PEX does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/latin2/misc does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/latin2/75dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/latin2/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/latin2/Type1 does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/latin7/75dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/baekmuk does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/japanese does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/kwintv does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/ucs/misc does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/ucs/75dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/ucs/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/hellas/misc does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/hellas/75dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/hellas/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/hellas/Type1 does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/misc/sgi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/xtest does not exist.
Entry deleted from font path.
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni,/usr/X11R6/lib/X11/fonts/CID
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(**) Option AllowMouseOpenFail
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(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
Not loading .rodata.str1.1
Not loading .rodata.str1.32
Not loading .rodata.cst8
Not loading .rodata.str1.1
Not loading .rodata.str1.32
Not loading .rodata.str1.32
Not loading .rodata.str1.1
Not loading .rodata.cst8
Not loading .rodata.str1.32
Not loading .rodata.str1.1
Not loading .rodata.str1.32
Not loading .rodata.str1.1
Not loading .rodata.str1.32
Not loading 

Re: [XFree86] overlay support on matrix G400

2003-01-21 Thread Dr Andrew C Aitchison
On Tue, 21 Jan 2003, Sune Rastad Bahn wrote:

 That was it. Thanks a lot, I now have 2 depth 8 and 24. Now if only I could 
 get the root window to be 24 bits instead of 8 :-)

In the Display Subsection of the Screen Section add a line
Visual  TrueColor

So that it ends up something like:

Subsection Display
Depth   24
# VisualPseudoColor
Visual  TrueColor
Modes   1280x1024
EndSubsection

The default is PseudoColor because many apps that require depth 8
only look at the default - they are too stupid to look at all the 
available visuals :-(

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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



Re: [XFree86] Hooking on drawing operations

2003-01-21 Thread Michel Dänzer
On Die, 2003-01-21 at 11:28, Dr Andrew C Aitchison wrote:
 On Mon, 20 Jan 2003, Luugi Marsan wrote:
 
  Is there a way for a driver to be informed when X has finished a drawing 
  operation? Maybe even tell the driver what section has been modified.
 
 I don't really have any answers.
 
 If you are an accelerated driver, I'd be tempted to say that the operation
 is finished when the driver has finished its action and returns to the
 server.
 
 shadowfb does software rendering and then updates rectangles that change.
 The shadowfb and other code in miext handle clip boxes; you might get some
 hints there.

Both shadowfb and the miext shadow module can be used with an
accelerated driver, e.g. the radeon driver uses them to keep front and
back buffer synchronized when pageflipping.


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

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



RE: [XFree86] 23inch Apple Cinema HD

2003-01-21 Thread Alexander Stohr
Title: RE: [XFree86] 23inch Apple Cinema HD





wild guess:
- check your cable
there might be some models around 
that do have DVI, DVI/RGB or RGB


-Alex.


 -Original Message-
 From: Colin Law [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 21, 2003 11:31
 To: [EMAIL PROTECTED]
 Subject: [XFree86] 23inch Apple Cinema HD
 
 
 Hi,
 
 I have a 23-inch apple cinema hd display that I am trying to 
 get running 
 under xfree86 4.2.1 with an ATI 7500. I have an apple ADC to DVI 
 convertor but I am getting nothing from the apple display. xfree is 
 sensing that the display is plugged in but I get nothing. 
 There is also 
 nothing obvious from the log file.
 
 I have tried various config options and modelines, but I still see 
 nothing. I am beginning to suspect that the graphics card might be to 
 blame, a Radeon 7500 *Powered by ATI*, not an actual ATI board.
 
 I have posted previously about this display and am still 
 stuck with it 
 after a few months of trying. Does anyone have one of these 
 displays up 
 and running? Any thoughts on the card itself, would I have more luck 
 with one of the newer ATI cards or one of the NVidia range?
 
 Thanks for any help,
 ~Colin.
 
 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86
 





Re: [XFree86] X locked up and now will not load

2003-01-21 Thread [EMAIL PROTECTED]
Thanks for trying to help me. 

Yes, I have done a complete power off. 
I always leave my machine on 24-7, and have not had problems prior to this. 
(My old SCO-Unix 486 box ran 24-7-365 from 1992 through 1999 and was very
rarely shut down and never had a problem.) 

I have not made any configuration changes in this machine for many months 
and I have rebooted a few times since the last config change (when I
installed win4lin) several months ago. 

Apparently, the monitor is dead.  It is about two years old and has not
given me any problems (19 Sylvania F91).  So, I took the monitor off of 
my wife's machine and it works fine with my Windows 98 partition and with 
the non-X terminals.  only F7 does not work. 

We have very stable and even power here (Arizona) and have had no power
outages as far back as I can remember.  The fact that everything works fine
except X on F7 seems to suggest to me that the problem is not hardware, but
something wrong with the X software.  When I try to do startx on another
shell terminal, I get a message saying X is still running and I can't kill
it.  How could that be hardware? 

Joe 


Original Message:
-
From: Peter Finderup Lund [EMAIL PROTECTED]
Date: Tue, 21 Jan 2003 05:57:34 +0100 (MET)
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [XFree86] X locked up and now will not load

On Mon, 20 Jan 2003, [EMAIL PROTECTED] wrote:

 I have tried to kill all related processes and it just respawns.
 I have rebooted several times by shutdown -r now and by CTRL+ALT+DEL
 Yes, the process IDs are different, and I have tried killing every
 applicable process by the most recent process ID numbers, always
 with the same blacked screen and respawn that locks up.

Ok - I initially thought some glitch had happened that tripped the X
server and once you got rid of it things would work fine again.

Apparently that is not the case :(

Did you try a complete power off?  (sometimes a reset isn't as complete
as a power off is)

How long had the machine been on before things went wrong?  Could you have
done something that changed some configuration files some time ago without
restarting X or rebooting?  I have seen this happen a couple of times,
where a machine seems to be perfectly configured until one tries to
restart a service or reboot it whereupon it trips on a broken
configuration file :/

Does the monitor work on other machines?  If it didn't, that would be a
confirmation that something nasty really did happen to the power and that
your UPS didn't handle it all too well :/   In that case you might have an
acute case of bad hardware on your hand and no amount of reconfiguration
and software trickery will fix it :(

-Peter




mail2web - Check your email from the web at
http://mail2web.com/ .


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



[XFree86] xserver crash

2003-01-21 Thread Conor Glynn
Can somebody take a look at this Xfree log file. My Xserver will not start.
cheers, conor


XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 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.17-0.13smp i686 [ELF] 
Build Host: daffy.perf.redhat.com
 
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: Tue Jan 21 14:51:32 2003
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor DELL  E771p
(**) |   |--Device ATI|Rage 128 Pro Ultra TF
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbLayout gb
(**) XKB: layout: gb
(==) 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.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.0, 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.0, 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 8086,1a30 card 1028,010e rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card , rev 12 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 12 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1028,010e rev 12 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1028,010e rev 12 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1028,010e rev 12 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1028,010e rev 12 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 1028,010e rev 12 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5446 card 1002,0409 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:0c:0: chip 10b7,9200 card 1028,010e rev 78 class 02,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.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(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) 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: 0x0e (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0xe000 - 0xe0ff (0x100) IX[B]
[1] -1  0xe400 - 0xe4ff (0x100) IX[B]
[2] -1  0xe800 - 0xe8ff (0x100) IX[B]
[3] -1  0xec00 - 0xecff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0xff80 - 0xff9f (0x20) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0xf800 - 0xfbff (0x400) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1  0xd000 - 0xd0ff (0x100) IX[B]
[1] -1  0xd400 - 0xd4ff (0x100) IX[B]
[2] -1  0xd800 - 0xd8ff (0x100) IX[B]
[3] -1  0xdc00 - 0xdcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1  0xff60 - 0xff7f (0x20) MX[B]
(II) Bus 2 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:

[XFree86] X windows help

2003-01-21 Thread KE RUAN
Hi,
I got a problem with X windows. I am using
Redhat 7.3, and can not start X server now.
When logon as user, the error messages are as
follows,
Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console ownership?

giving up
xinit: no such file or directory(errno 2): unable to
connect to X server.
xinit: no such process (errno 3): server error.

when logon as root, the error messages are:
Xauth: error in locking authority file
/root/.Xauthority  
Xauth: error in locking authority file
/root/.Xauthority  
Xauth: error in locking authority file
/root/.Xauthority  
Xauth: error in locking authority file
/root/.Xauthority  

giving up
xinit: no such file or directory(errno 2): unable to
connect to X server.
xinit: no such process (errno 3): server error.
xauth: error in locking anthority file
/root/.Xauthority.

I do not know what is wrong with the x server. There
is no .Xauthority file in /root. But when I try to
mkdir in /root or /, the error messages are:
mkdir: cannot create directory test, no space left
on device.
But df shows:
/dev/sda1 use% is 37%, mounted on /

mount shows: /dev/sda1 on / type ext3 (rw)

Please help me. Thanks a lot and best regards,

Ke Ruan
Department of Chemistry
Johns Hopkins University
410-516-5782

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



[XFree86] X windows Help!

2003-01-21 Thread Ruan Ke
Hi,
   I got a problem with X windows. I am using
Redhat 7.3, and can not start X server now.
   When logon as user, the error messages are as
follows,
Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console ownership?

giving up
xinit: no such file or directory(errno 2): unable to
connect to X server.
xinit: no such process (errno 3): server error.

when logon as root, the error messages are:
Xauth: error in locking authority file
/root/.Xauthority 
Xauth: error in locking authority file
/root/.Xauthority 
Xauth: error in locking authority file
/root/.Xauthority 
Xauth: error in locking authority file
/root/.Xauthority 

giving up
xinit: no such file or directory(errno 2): unable to
connect to X server.
xinit: no such process (errno 3): server error.
xauth: error in locking anthority file
/root/.Xauthority.

I do not know what is wrong with the x server. There
is no .Xauthority file in /root. But when I try to
mkdir in /root or /, the error messages are:
mkdir: cannot create directory test, no space left
on device.
But df shows:
/dev/sda1 use% is 37%, mounted on /

mount shows: /dev/sda1 on / type ext3 (rw)

Please help me. Thanks a lot and best regards,

Ke Ruan







_
ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà MSN Messenger: http://messenger.msn.com/cn 

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


[XFree86] [XFree86(TM) Bug Report] Screen flicker on Toshiba 780CDM Laptop

2003-01-21 Thread harry paul
Regarding: Screen flicker on Toshiba 780CDM Laptop
Email: [EMAIL PROTECTED]

XFree86 Version: 4.2.0

OS: RedHat 8.0

Area: Xserver

Server: XF86_S3V

Video Card:

S3 ViRGE/MX
S3 SDAC


Description:

screen has serious flicker on Toshiba laptop. It appears flicker cannot be seen when 
viewing a black on white or white on black screen.  When colors are introduced (i.e. 
the default blue desktop screen under GNOME), the flicker is really bad.  

Also, the screen flares really bright, changes colors, splits and rolls when X is shut 
down or an init  3, init 6 or logout is done.  For instance, when an init 6 is 
entered, the screen will flare and roll and nothing is visible on the screen until the 
machine is completely shut down and is doing a reset.  It is impossible to run under X 
and then do an init 3 or ctl-alt-bkspace to go back to the console as the screen will 
just flare, roll, and split with lines through it until the system is manually reset.  


This laptop worked correctly under RH7.0 (Xserver 3.3.6?) And it also worked under 
Mandrake 9.0 but only when installed using the X servers 3.3.6 option offered by 
Mandrake.  It would not work when installed with the 4.2.0 X servers. 

XF86Config file

   # File generated by anaconda.

Section ServerLayout
Identifier Anaconda Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDevice Mouse1 SendCoreEvents
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

FontPath   unix/:7100

EndSection

Section Module
Load  dbe
Load  extmod
Load  fbdevhw
Load  dri
Load  glx
Load  record
Load  freetype
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard

#   Option  AutoRepeat500 5

# when using XQUEUE, comment out the above line, and uncomment the
# following line
#   Option  Protocol  Xqueue

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  Xleds 1 2 3

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  XkbDisable

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  XkbModel  pc102
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  XkbModel  microsoft
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  XkbLayout de
# or:
#   Option  XkbLayout de
#   Option  XkbVariantnodeadkeys
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  XkbOptionsctrl:swapcaps
Option  XkbRules  xfree86
Option  XkbModel  pc105
Option  XkbLayout us
#Option XkbVariant
#Option XkbOptions
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol IMPS/2
Option  Device /dev/psaux
Option  ZAxisMapping 4 5
Option  Emulate3Buttons no
EndSection


Section InputDevice
Identifier  Mouse1
Driver  mouse
Option  Device/dev/input/mice
Option  Protocol  IMPS/2
Option  Emulate3Buttons   no
Option  ZAxisMapping  4 5
EndSection


Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
HorizSync   31.5-48.5
VertRefresh 40-70
Option dpms


EndSection

Section Device
# no known options
Identifier   S3 ViRGE/MX (generic)
Driver   s3virge
VendorName   S3 ViRGE/MX (generic)
BoardName S3 ViRGE/MX (generic)

#BusID
EndSection

Section Screen
Identifier   Screen0
Device   S3 ViRGE/MX (generic)
Monitor  Monitor0
DefaultDepth16

Subsection Display
Depth   16
Modes   1024x768 800x600 640x480 
EndSubsection

EndSection

Section DRI
Mode 0666
EndSection

This bug form won't let me paste the log file here for some reason.





Repeat By:

startx and see screen flicker

ctl-alt-bkspace and see screen flare, roll, split with lines.

do init 6 and 

Re: [XFree86] Anonymous CVS down?

2003-01-21 Thread David Dawes
On Tue, Jan 21, 2003 at 04:50:50PM +0200, Meelis Roos wrote:
Since yesterday, cvs update -dP didn't work any more on xc module.
CVS/Root contains :pserver:[EMAIL PROTECTED]:/cvs

The result is
Fatal error, aborting.
: no such user

There was a problem after updating cvs yesterday.  It should be fixed now.

David
-- 
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] [XFree86(TM) Bug Report] Documentation bug: Mouse protocols, Logitech mice, section 6.9

2003-01-21 Thread Alan Brown
Regarding: Documentation bug: Mouse protocols, Logitech mice, section 6.9
Email: [EMAIL PROTECTED]

XFree86 Version: All XF4 versions

OS: Linux, but presumably all.

Area: Xserver

Server: Other, specify below

Server: Documentation

Video Card:

N/A

Description:


Hi guys,

This is simple enough and repeatable among a number of mice and machines (I've just 
spent the afternoon verifying it)

Logitech firstmouse/firstmouse+ devices initialise more reliably when defined as 
Intellimouse devices - ImPS/2, vs MouseManPlusPS/2 

While the Logitech mice (and Logitech OEM mice) _will_ initialise as MouseManPlus 
devices, the wheel will not work. 
It _will_ work if initialised as an Intellimouse device.

This is repetable across Logitech branded as well as OEM branded Logitech mice (5 
different OEM models tested)

Please update the documentation accordingly. 

Thanks


Repeat By:



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



Re: [XFree86] XFree86 problems with Sony Vaio pcg-fxa59 (fx705)

2003-01-21 Thread Marc Aurele La France
On Mon, 20 Jan 2003, Bill Swingle wrote:

   This laptop has what purports to be a ATI 3D Rage Mobility-M1 graphics
   chip in it. It's supposed to be able to do 1400x1050. I was able to do
   this resolution at 16bpp with 3.3.6 but it was slow as mud when moving
   windows, etc.

   Running XFree86 -xf86config path/to/XF86Config-4.2.1 creates this
   madness on the screen:
   http://dub.net/vaio/screen.jpg

   As a side note before composing this email I checked out xf-4_2_99_3 and
   tried to build it but the build died all three times I tried. The
   world.log has crazy binary output at the bottom of it. Anyone that wants
   to look at that can find it here: http://dub.net/vaio/world.log.gz

   I'm going to attempt to build the newly tagged 4.2.99.4 and I'll repost
   if I have any luck with that.

  That's a good idea.  If that doesn't work, re-run the server with
  -logverbose 4 and send me the (large) log.

 I'm still trying to build 4.2.99.4 and I'll let you know how that goes.
 In the mean time the new verose log is at :
 http://dub.net/vaio/XFree86.0.log

This log shows that you are being bitten by a bug I have fixed since
4.2.1.  The workaround is to specify Option LcdSync in the device
section of your XF86Config.

Marc.

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

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



Re: [XFree86] Matrox G550 + DVI

2003-01-21 Thread Dr Andrew C Aitchison
On Tue, 21 Jan 2003, Don wrote:

 OS: FreeBSD 4.7, FreeBSD -CURRENT
 XFree Version: 4.2.1, 4.2.99.3, 4.2.99.4
 Hardware: Matrox G550 + ViewSonic VG171 17 LCD
 
 Any attempt to get this configuration working using DVI fails.
 
 If I launch xf86cfg, the monitor simply displays Out Of Range
 
 I have tried to insert modelines and to make this work by hand, but so far
 I have had almost no luck.
 
 One time the monitor did manage to display a jumping image and when I
 checked the screen information, it was claiming a 1600x1200 input on an
 LCD only capable of 1280x1024.
 
 I have tried forcing DigitalScreen and other options. Am I missing
 something?

(II) Loading sub module mga_hal
(II) LoadModule: mga_hal
(WW) Warning, couldn't open module mga_hal
(II) UnloadModule: mga_hal
(EE) MGA: Failed to load module mga_hal (module does not exist, 0)
(II) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead

The mga_hal submodule is a binary file mga_hal_drv.o which isn't part of 
XFree86, but is provided by Matrox.
I find that using it gives better results with the DVI output on my G550.

There is a version of this file on the CD that came with my G550, at
Linux/drivers/xfree86/4.1.0/drivers/mga_hal_drv.o
but I use a version intended for XFree86 version 4.2.0 that came with the 
Matrox Linux drivers on their web site. You may find that the CD with a 
newer card has the 4.2.0 version on it.

XFree86 built from our sources will use the binary mga_hal_drv.o,
but I've found that the version shipped with Red Hat 8.0 does not
use this module even if it is available.

-- 
Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

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



Re: [XFree86] Matrox G550 + DVI

2003-01-21 Thread Don
  OS: FreeBSD 4.7, FreeBSD -CURRENT
  XFree Version: 4.2.1, 4.2.99.3, 4.2.99.4
  Hardware: Matrox G550 + ViewSonic VG171 17 LCD
 
  Any attempt to get this configuration working using DVI fails.
 
  If I launch xf86cfg, the monitor simply displays Out Of Range
 
  I have tried to insert modelines and to make this work by hand, but so far
  I have had almost no luck.
 
  One time the monitor did manage to display a jumping image and when I
  checked the screen information, it was claiming a 1600x1200 input on an
  LCD only capable of 1280x1024.
 
  I have tried forcing DigitalScreen and other options. Am I missing
  something?

 (II) Loading sub module mga_hal
 (II) LoadModule: mga_hal
 (WW) Warning, couldn't open module mga_hal
 (II) UnloadModule: mga_hal
 (EE) MGA: Failed to load module mga_hal (module does not exist, 0)
 (II) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead

 The mga_hal submodule is a binary file mga_hal_drv.o which isn't part of
 XFree86, but is provided by Matrox.
 I find that using it gives better results with the DVI output on my G550.

 There is a version of this file on the CD that came with my G550, at
   Linux/drivers/xfree86/4.1.0/drivers/mga_hal_drv.o
 but I use a version intended for XFree86 version 4.2.0 that came with the
 Matrox Linux drivers on their web site. You may find that the CD with a
 newer card has the 4.2.0 version on it.

 XFree86 built from our sources will use the binary mga_hal_drv.o,
 but I've found that the version shipped with Red Hat 8.0 does not
 use this module even if it is available.
I saw this on a few sites but everything referenced 4.2.0. It was
obviously foolish to think it had been fixed in the newer revisions.

Is there some reason that the XFree86 page does not mention that DVI
output is not supported on the G450 and G550 cards?

-Don

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



Re: [XFree86] server crash

2003-01-21 Thread Mark Vojkovich
On Tue, 21 Jan 2003, sergey korolev wrote:

 I'got problem after playing with graphical option and can not restore
 Xserver.

   Your modules are mixed up.  You are running the nv driver that
came with XFree86 but you are loading the glx module from NVIDIA's
binary drivers.  The nv driver that came with your Red Hat
doesn't support that card anyway.  You should either install
NVIDIA's binary drivers or install a CVS snapshot of XFree86.
The 4.2.99.3 snapshot on ftp.xfree86.org should support that
card.


Mark.


 
  
 
 [root@Xtal1 X11]# more /var/log/XFree86.0.log 
 
  
 
 XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window
 System
 
 (protocol Version 11, revision 0, vendor release 6600)
 
 Release Date: 23 January 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-11smp i686 [ELF] 
 
 Build Host: daffy.perf.redhat.com
 
  
 
 Module Loader present
 
 OS Kernel: Linux version 2.4.18-14smp
 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 (Red
 Hat Linux 8.0 3.2-7)) #1
 
  SMP Wed Sep 4 12:34:47 EDT 2002 P
 
 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: Tue Jan 21 11:49:10 2003
 
 (==) Using config file: /etc/X11/XF86Config
 
 (==) ServerLayout Default Layout
 
 (**) |--Screen Screen0 (0)
 
 (**) |   |--Monitor Monitor0
 
 (**) |   |--Device Videocard0
 
 (**) |--Input Device Mouse0
 
 (**) |--Input Device Keyboard0
 
 (**) Option XkbRules xfree86
 
 (**) XKB: rules: xfree86
 
 (**) Option XkbModel pc105
 
 (**) XKB: model: pc105
 
 (**) 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
 
  
 
 (WW) Open APM failed (/dev/apm_bios) (No such device)
 
 (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.0, 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.0, 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 8086,2550 card 1028,012c rev 03 class 06,00,00
 hdr 00
 
 (II) PCI: 00:01:0: chip 8086,2552 card , rev 03 class 06,04,00
 hdr 01
 
 (II) PCI: 00:02:0: chip 8086,2553 card , rev 03 class 06,04,00
 hdr 01
 
 (II) PCI: 00:1d:0: chip 8086,24c2 card 1028,012c rev 01 class 0c,03,00
 hdr 80
 
 (II) PCI: 00:1d:1: chip 8086,24c4 card 1028,012c rev 01 class 0c,03,00
 hdr 00
 
 (II) PCI: 00:1d:2: chip 8086,24c7 card 1028,012c rev 01 class 0c,03,00
 hdr 00
 
 (II) PCI: 00:1d:7: chip 8086,24cd card 1028,012c rev 01 class 0c,03,20
 hdr 00
 
 (II) PCI: 00:1e:0: chip 8086,244e card , rev 81 class 06,04,00
 hdr 01
 
 (II) PCI: 00:1f:0: chip 8086,24c0 card , rev 01 class 06,01,00
 hdr 80
 
 (II) PCI: 00:1f:1: chip 8086,24cb card 1028,012c rev 01 class 01,01,8a
 hdr 00
 
 (II) PCI: 00:1f:3: chip 8086,24c3 card 1028,012c rev 01 class 0c,05,00
 hdr 00
 
 (II) PCI: 00:1f:5: chip 8086,24c5 card 1028,012c rev 01 class 04,01,00
 hdr 00
 
 (II) PCI: 01:00:0: chip 10de,0258 card 10de,0138 rev a3 class 03,00,00
 hdr 00
 
 (II) PCI: 02:1c:0: chip 8086,1461 card 1028,012c rev 03 class 08,00,20
 hdr 00
 
 (II) PCI: 02:1d:0: chip 8086,1460 card , rev 03 class 06,04,00
 hdr 01
 
 (II) PCI: 02:1e:0: chip 8086,1461 card 1028,012c rev 03 class 08,00,20
 hdr 00
 
 (II) PCI: 02:1f:0: chip 8086,1460 card , rev 03 class 06,04,00
 hdr 01
 
 (II) PCI: 03:0e:0: chip 8086,100f card 1028,012c rev 01 class 02,00,00
 hdr 00
 
 (II) PCI: 04:0e:0: chip 1000,0030 card 1028,012c rev 07 class 01,00,00
 hdr 00
 
 (II) PCI: 05:0c:0: chip 104c,8023 card 1028,012c rev 00 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 

[XFree86] How do ``Bug Reports'' work?

2003-01-21 Thread lewiz
Hi,

  I apologise if this has been asked/answered before but I was unable to
turn up anything relevant after a quick Google.

  I have just submitted a ``Bug Report'' about an issue that I've been
having and was wondering exactly what happens now?  Do all of the
developers read/post to this list, or is there another list where this
goes?  Any info. would be a great help because I'm almost 100% sure this
is an actual bug and not a misconfiguration.

  Best wishes,

-lewiz.

-- 
Jone's Motto:
Friends come and go, but enemies accumulate.

--|| url: http://lewiz.info/ | http://www.westwood.karoo.net/pgpkey ||--
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] No Screens Found Problem

2003-01-21 Thread Carrie Lee
Hi,
I cannot get X to run on my Redhat 8.0 installation. I am using a Dell Inspiron 8000 with a ATI Mobility M4 card. I've upgraded to the latest version of xfree86 and run the configuration tool several times. I've pasted the log file below.
Any help would be greatly appreciated.
Thanks.
Carrie
XFree86 Version 4.2.1 / X Window System(protocol Version 11, revision 0, vendor release 6600)Release Date: 3 September 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.7-10custom i686 [ELF] Module Loader presentMarkers: (--) 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 10 17:06:24 2003(==) Using config file: "/etc/X11/XF86Config"(==) ServerLayout "Simple Layout"(**) |--Screen "Screen 1" (0)(**) | |--Monitor "monitor1"(**) | |--Device "ATI Rage Mobility M4 AGP"(**) |--Input Device "Mouse1"(**) |--Input Device "Keyboard1"(**) Option "AutoRepeat" "500 30"(**) Option "XkbRules" "xfree86"(**) XKB: rules: "xfree86"(**) Option "XkbModel" "dell101"(**) XKB: model: "dell101"(**) Option "XkbLayout" "us"(**) XKB: layout: "us"(==) Keyboard: CustomKeycode disabled(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/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
(II) Open APM successful(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.0, 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.0, 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 8086,1130 card , rev 02 class 06,00,00 hdr 00(II) PCI: 00:01:0: chip 8086,1131 card , rev 02 class 06,04,00 hdr 01(II) PCI: 00:1e:0: chip 8086,2448 card , rev 03 class 06,04,00 hdr 01(II) PCI: 00:1f:0: chip 8086,244c card , rev 03 class 06,01,00 hdr 80(II) PCI: 00:1f:1: chip 8086,244a card 8086,4541 rev 03 class 01,01,80 hdr 00(II) PCI: 00:1f:2: chip 8086,2442 card 8086,4541 rev 03 class 0c,03,00 hdr 00(II) PCI: 01:00:0: chip 1002,4d46 card 1028,00a4 rev 00 class 03,00,00 hdr 00(II) PCI: 02:03:0: chip 125d,1998 card 1028,00a4 rev 10 class 04,01,00 hdr 00(II) PCI: 02:06:0: chip 10b7,6055 card 10b7,6456 rev 10 class 02,00,00 hdr 80(II) PCI: 02:06:1: chip 10b7,1007 card 10b7,615b rev 10 class 07,80,00 hdr 00(II) PCI: 02:0f:0: chip 104c,ac42 card e000, rev 00 class 06,07,00 hdr 82(II) PCI: 02:0f:1: chip 104c,ac42 card f400, rev 00 class 06,07,00 hdr 82(II) PCI: 02:0f:2: chip 104c,8027 card 1028,00a4 rev 00 class 0c,00,10 hdr 80(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.2.0, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5(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) 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: [0] -1 0xc000 - 0xc0ff (0x100) IX[B] [1] -1 0xc400 - 0xc4ff (0x100) IX[B] [2] -1 0xc800 - 0xc8ff (0x100) IX[B] [3] -1 0xcc00 - 0xccff (0x100) IX[B](II) Bus 1 non-prefetchable memory range: [0] -1 0xfc00 - 0xfdff (0x200) MX[B](II) Bus 1 prefetchable memory range: [0] -1 0xe800 - 0xebff (0x400) MX[B](II) Bus 2: bridge is at (0:30:0), (0,2,16), BCTRL: 0x06 (VGA_EN is cleared)(II) Bus 2 I/O range: [0] -1 0xe000 - 0xe0ff (0x100) IX[B] 

Re: [XFree86] No Screens Found Problem

2003-01-21 Thread Harald Nordgård-Hansen
Carrie Lee [EMAIL PROTECTED] writes:
I cannot get X to run on my Redhat 8.0 installation.  I am using a
Dell Inspiron 8000 with a ATI Mobility M4 card.  I've upgraded to the
latest version of xfree86 and run the configuration tool several
times.  I've pasted the log file below.

Any help would be greatly appreciated.

The automatic detection of the capabilities of the LCD panel doesn't
work correctly.  Which means that you need to specify this in the
configuration file for this to work.

In /etc/X11/XF86Config-4, in the Monitor section try to specify
something like this (taken from my config file here on my Inspiron
8000 with M4 and 1400x1050 panel :)/  You need to fuzz it into the
structure in your own configuration file, the important part is
specifying something sensible for VertRefresh and HorizSync:


Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
VertRefresh 40-110
HorizSync   28-90
Option   DPMS
Modeline 1400x1050 107.85 1400 1450 1500 1999 1050 1058 1070 1150
EndSection


The 1400x1050 modeline is probably redundant now, when I first set
this up almost two years ago it was needed. :)

-Harald
-- 
Harald Nordgård-Hansen, Linpro AShttp://www.linpro.no/~hnh/
PB. 375, N-1601 Fredrikstad, NorwayPhone/Fax: +47 6935 2424/25
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] [XFree86(TM) Bug Report] tilde registered as a deadkey in swedish nodeadkeys keymap

2003-01-21 Thread Henrik Nordstrom
Thanks for your fix. Seems to work fine and is probably better than my
small attempt at fixing just the tilde key in only the swedish pc
symbols map (posted to fixes some minutes ago).

I do not think AltGR+aring have an official mapping in the swedish PC
keyboards, at least there is no printed symbol on the keycap for it on
any swedish keyboards I have seen..  so leaving it as a dead_diaresis is
fine I think.

Personally I would not mind having the dead keys available in hidden
AltGR combinations even in the nodeadkeys keymap. It is only that the
printed keycaps should not be dead keys as these are needed in normal
typing.

Note: Of the printed keycaps which may be dead only tilde is on AltGR,
the rest (acute, grave, circumflex, diaresis) are all base or shift.

Regards
Henrik





tis 2003-01-21 klockan 20.24 skrev David Dawes:
 On Tue, Jan 21, 2003 at 10:29:35AM -0800, Henrik Nordstrom wrote:
 Regarding: tilde registered as a dead key in swedish nodeadkeys keymap
 Email: [EMAIL PROTECTED]
 
 XFree86 Version: XFree86 Version 4.2.99.3 (Red Hat Linux release: 
4.2.99.3-20030115.0) / X Window System
 
 OS: RedHat rawhide
 
 Area: Xserver
 
 Server: XFree86 (The XFree86 4.x server)
 
 Description:
 
 While using the swedish(se) nodeadkeys keymap AltGR + diaresis/circum/tilde key 
(keycode 35) produces a dead_tilde keycode instead of the expected and wanted 
asciitilde keycode.
 
 Note: Have also found a dead_diaresis on AltGR+aring key (keycode 34). Not that 
this one hurts but is slightly unexpected.
 
 Repeat By:
 
 % setxkbmap se nodeadkeys
 
 Try to type a tilde by pressing AltGR + diaresis/circum/tilde key.
 
 Try the attached patch.  It should map the non-dead versions (where
 possible) for the 'se' nodeadkeys map.  If this looks OK, it can
 be used as a basis for fixing the nodeadkeys version of the other
 maps too.
 
 What should the mapping for the aring key be?
 
 David

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



Re: [XFree86] [XFree86(TM) Bug Report] tilde registered as a deadkey in swedish nodeadkeys keymap

2003-01-21 Thread Henrik Nordstrom
Further comment on aring:

Having asciidiaresis and degree on aring is perhaps redundant as these
already exists as diaresis and altgr+shift+0. But I admit that having a
nodeadkeys keymap with really no dead keys is perhaps most intuitive.
But at the same time sometimes (but not very often) there is needs to
type a character in another latin language such as German so I am not
sure.. How have things been historically when running with nodeadkeys?

Apart from really beeing a nodeadkeys keymap I have found no flaws in
your patch except for possibly key AB10 which still has dead_belowdot
on AltGR (Not that I have a clue what a non-dead dead_belowdot would
be...)


Regards
Henrik


tis 2003-01-21 klockan 20.24 skrev David Dawes:
 On Tue, Jan 21, 2003 at 10:29:35AM -0800, Henrik Nordstrom wrote:
 Regarding: tilde registered as a dead key in swedish nodeadkeys keymap
 Email: [EMAIL PROTECTED]
 
 XFree86 Version: XFree86 Version 4.2.99.3 (Red Hat Linux release: 
4.2.99.3-20030115.0) / X Window System
 
 OS: RedHat rawhide
 
 Area: Xserver
 
 Server: XFree86 (The XFree86 4.x server)
 
 Description:
 
 While using the swedish(se) nodeadkeys keymap AltGR + diaresis/circum/tilde key 
(keycode 35) produces a dead_tilde keycode instead of the expected and wanted 
asciitilde keycode.
 
 Note: Have also found a dead_diaresis on AltGR+aring key (keycode 34). Not that 
this one hurts but is slightly unexpected.
 
 Repeat By:
 
 % setxkbmap se nodeadkeys
 
 Try to type a tilde by pressing AltGR + diaresis/circum/tilde key.
 
 Try the attached patch.  It should map the non-dead versions (where
 possible) for the 'se' nodeadkeys map.  If this looks OK, it can
 be used as a basis for fixing the nodeadkeys version of the other
 maps too.
 
 What should the mapping for the aring key be?
 
 David

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



Re: [xfree86] Pixmap corruption

2003-01-21 Thread Frank Mertens
Have you tried rpm -V on your KDE packages?
(Or whatever package system you have...)
Perhaps some of these pixmaps are just broken...

MFG Frank

On Wed, 2003-01-08 at 07:52, John Tapsell wrote:
 Hi,
   On my Toshiba Satellite Pro 4300 laptop I get pixmap corruption.
 (I think pixmap is the right word - all the icons etc)
 They often disapear, and half appear etc.  If I move my mouse over them I get 
 them back, but only temporarily.
 
 For an example, I loaded up kmail, and the icons across the top are all fine.  
 However the icons next to inbox,outbox, etc etc  are all gone.  If I move the 
 mouse over any of them, the ones under the cursor reappear.  If I cover up 
 the window, or minimise it etc, then uncover the window, the pictures are all 
 gone again.
 
 I searched the archives as best I could and haven't found anything.  Any 
 ideas?
 
 JohnFlux
 ___
 Xpert mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xpert
 


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



Re: [XFree86] XFree86 problems with Sony Vaio pcg-fxa59 (fx705)

2003-01-21 Thread Marc Aurele La France
On Tue, 21 Jan 2003, Bill Swingle wrote:

  This log shows that you are being bitten by a bug I have fixed since
  4.2.1.  The workaround is to specify Option LcdSync in the device
  section of your XF86Config.

 That did it! Thanks so much! I'm now the proud user of a 1400x1050,
 24 bit display. It's nice and fast too!

You're most welcome.  However, I need to advise you that further
examination of your log reveals that even the upcoming 4.3 version, as it
currently stands, will not properly deal with your situation by default.
Your adapter's BIOS leaves behind a scenario that I still need to decide
what to do about.  So, for now, keep that 'Option' around.

Marc.

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

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



Re: [XFree86] Please help i810+SamsungSyncMaster

2003-01-21 Thread Roberto
I have the same problem with a Samsung Syncmaster 955b

When starting Xfree My monitor turns off and I have an ATI RAGE FURY PRO 

Any comments ??

Best regardss




On Tue, 21 Jan 2003 02:46:46 +0800
Pavel [EMAIL PROTECTED] wrote:

p_petrov Hello!
p_petrov I'm from Russia so please excuse my terrible english.
p_petrov Please help me with my problem! My OS is FreeBSD 4.6 and
p_petrov  I have a problem with X-server - i couldn't run it i good mode. I have 
motherboard
p_petrov T810b-se with i810 chipset and onboard vigeo. My monitor is Samsung
p_petrov SyncMaster 755DFX it's horizontal sync raange 30-85 kHz, vertical
p_petrov 50-160 Hz. My xfree version is 4.2.0. I think that the trouble is with
p_petrov video card. I can run X-Server (KDE) with driver vga (standard VGA)
p_petrov In that case the Device section in my XF86Config file is
p_petrov 
p_petrov identifier svga
p_petrov driver vga
p_petrov 
p_petrov With standard VGA driver I can run X-Server in 320x200 (8 bit) or
p_petrov 640x480 (4 bit). I'd like to run it in the mode 800x600 (8 or 16 bit).
p_petrov This mode is certainly supported by Intel 810 graphics controller. So
p_petrov please tell me ho can I do that. I tryed to use VESA and i810 drivers
p_petrov but when I startx my monitor's screen becomes black (monitor turns
p_petrov off). With both these two drivers i tryed to specify many other
p_petrov optons:
p_petrov for the videoRam parameter I tryed to use 4096 (so it shown in Windows
p_petrov 2000) and 1024 values (so it shown in /root/XF86Config.new in
p_petrov FreeBSD). I tryed to specify many other parameters such as Vendor, PCI
p_petrov Bus, BoardName, chipset with values that shown in XF86Config.new. I
p_petrov tryed to use XF86Config.new at the place of XF86Config. I tryed to
p_petrov specify single monitor's horizSync and VertRefresh such as:
p_petrov HorizSync 46.875
p_petrov VertRefresh 75
p_petrov (these parameters are written in monitor's documentation for 800x600
p_petrov mode).
p_petrov So my question is what shall i specify in XF86Config in device
p_petrov Section.
p_petrov Many thanks,
p_petrov Petrov Pavel.
p_petrov 
p_petrov ___
p_petrov XFree86 mailing list
p_petrov [EMAIL PROTECTED]
p_petrov http://XFree86.Org/mailman/listinfo/xfree86

-- 
Roberto [EMAIL PROTECTED]

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



Re: [XFree86] Please help i810+SamsungSyncMaster

2003-01-21 Thread Yury Tarasievich
Pavel wrote:


Please help me with my problem! My OS is FreeBSD 4.6 and
I have a problem with X-server - i couldn't run it i good mode. I have motherboard
T810b-se with i810 chipset and onboard vigeo. My monitor is Samsung
SyncMaster 755DFX it's horizontal sync raange 30-85 kHz, vertical
50-160 Hz. My xfree version is 4.2.0. I think that the trouble is with


Did you try configuring with xf86cfg -textmode? I've got here FreeBSD 
with i815 configured exactly so.

But! Recently I've noticed a problem in config produced by xf86cfg (that 
from 4.2.0/4.2.1): it forgets (not always perhaps?) to insert line 
'load freetype' in section Module.






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


Re: [XFree86] [XFree86(TM) Bug Report] logitech intellimouse, mousebehavior

2003-01-21 Thread Yury Tarasievich
When using FreeBSD's /dev/sysmouse, you'll want to also use the 
XFree86-libs port (as binary or compiling in its framework). There's a 
patch there addressing /dev/sysmouse protocol.

Dorian Buettner wrote:

XFree86 Version: 4.2.1

OS: FreeBSD 4.7

Area: XF86Config, probably docu?

Server: XFree86 (The XFree86 4.x server)

Description:

Excuse if I'm not filling out fields correctly, but I'm new to this thing.
I'm using System mentioned above and I experienced unuseful mousebehavior when using moused with /dev/sysmouse. For example, simple left-clicks only didn't mean a thing, while mouse movement after single click like 'commits' the click.




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



Re: [XFree86] X locked up and now will not load

2003-01-21 Thread Peter Finderup Lund
josef: If you try this, please don't delete them.  Move them to a separate
directory instead so you have a way of getting them back.

-Peter

On Tue, 21 Jan 2003, Yury Tarasievich wrote:

 This is only guessing, but could you try removing files in your ~
 directory which have names like .X... (dot capital X something). Also
 remove everything having such names in /tmp directory.

 Of course all this has to be done before attempting to run X.

 [EMAIL PROTECTED] wrote:

 Tried all the actions you suggested, with no success.
 Tried killing 2935 and all other X-related processes,
 but the screen instantly goes blank and the system just
 tries to restart all the same processes, causing another
 lock-up.  So, where do I go from here?

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



RE: [XFree86] Help with Linux 8.0 install

2003-01-21 Thread Craig
What extra information would u like me to supply

Thanks


Craig

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Yury Tarasievich
Sent: 22 January, 2003 8:43 AM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] Help with Linux 8.0 install


Seems like your X is misconfigured.
Perhaps -- and it's only a guess! -- you've got vesa driver configured
to take care of your adapter (I, for myself, do not recall any success
of using vesa driver from 4.* with S3 Trio64's here). But line no
devices detected... rather denies this posibility...
You'll have to send more info here!

Craig wrote:

   Hi everyone,

I am very new to linux and really the IT industry. Im currently
studying network engineering, we have only completed our first semester. I
have installed linux 8.0 on a separate hard drive on my computer. My
computer is very old. Its a P1 200mmx with 256mb SDRAM. The video adapter
is
a S3 Trio64v2-dx/gx (775/785) Memory 2mb.

The install went fine and did everything it should have. When
you reboot the bootloader works fine and allows u to choose either linux or
dos. It then runs through a sequence saying everything is ok. when it tries
to display the GUI interface for login and password it is distorted. After





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

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



[XFree86] XFree86 on Debian / Mac powerbook

2003-01-21 Thread Jonathan Mackenzie



Not sure if this is a 
Debian or XFree86 question - I'll try here first:-)

I have a Mac powerbook 
which runs Debian GNU/Linux3.0

I used the dselect 
program to download and install XFree86 which was
version 
4.1.0.1

Installation went fine; 
when invoking 'startx; I get the error
"Symbol 
fbdevHWGetLineLength from module 
/usr/X11R6/lib/modules/drivers/r128_drv.o
is 
unresolved!"

Please can someone tell 
me where I can get a later version of the libxaa.a binary
built for the mac 
powerbook with ati video card?

Thanks for any 
help.



Re: [XFree86] how do I set that red cursor back to something more normal?

2003-01-21 Thread David Dawes
On Tue, Jan 21, 2003 at 06:31:19PM -0600, Greg Julius wrote:
Hello,

How do I set that red cursor back to something more normal?

I know I've seen that bit of info cross this list, but in searching the 
archives I didn't come up with it.  When I tried red cursor the search 
engine ignored the quotes and gave me everything with red in it (think 
redhat) and cursor in it.  That was a lot of hits.  Is there some other way 
to specify the search criteria?

I put the following early in my .xsession/.xinitrc file:

XCURSOR_CORE=yes
export XCURSOR_CORE

I think it can be done with a resource too, but I don't remember
the details.

Is there any consensus on whether the new (red) cursor theme should be
the default in 4.3, or the traditional cursor shapes?

David
--
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] how do I set that red cursor back to something more normal?

2003-01-21 Thread Keith Packard
Around 19 o'clock on Jan 21, David Dawes wrote:

 Is there any consensus on whether the new (red) cursor theme should be
 the default in 4.3, or the traditional cursor shapes?

The (lame) red cursor theme isn't the best possible replacement for the 
default cursors, but does offer some advantages for many users -- the 
default cursor size is a bit larger, making it easier to find on the 
screen.

I had hoped that a better theme would be available by this time, but while 
I've seen a few example cursors like:

http://jimmac.musichall.cz/i.php3?ikony=71

I haven't seen anyone attempt a complete set, both because it's a lot of 
work and because there aren't great tools yet available to help in this 
task.

What we should probably do is create a theme name that directs Xcursor 
to use core cursors, then that theme could be placed in the global Xcursor 
configuration file so that it would be easier for distributions to switch 
this without recompiling anything.  Then we could choose to enable or 
disable them without code change when a reasonable concensus was reached.

-keith


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



Re: [XFree86] Have you dropped radeon 7200 support?

2003-01-21 Thread Brian J. Murrell
On Mon, Jan 20, 2003 at 11:15:17PM +0100, Michel Dänzer wrote:
 
 No, but these warnings are special:
 
 (WW) RADEON(0): Restoring MEM_CNTL (), setting to 29002901
 (WW) RADEON(0): Restoring CONFIG_MEMSIZE (0200), setting to 0200

Hey!  I have these as well, exactly:

(WW) RADEON(0): Restoring MEM_CNTL (), setting to 29002901
(WW) RADEON(0): Restoring CONFIG_MEMSIZE (0200), setting to 0200

 Don't know if they could explain the problem though.

Since they have something to do with memory, I am tending to think so,
because one of the other symptoms of this problem is that even once I
exit the Xserver, the console display is corrupt, as if video memory
was being tampled on.

 They're still supported, a 7200 is working fine in a Cube here.

PCI or AGP?

 Does the problem also occur with the DRI disabled?

Yes.  I had to disable DRI for a while while I got DRM into the
kernel.  Now that it is, I have it enabled again, but it don't work on
my card anyway due to it being PCI.  DRI seems to want to work with
AGP only.  So the summary is, that it's corrupt with or without DRI.

 If not, does lowering
 the AGPMode value help?

Mine is a PCI card.  Perhaps this has something to do with the
problem?

My XFree86.0.log and configuration file can be found in a message to
this list on Mon, 20 Jan 2003 20:01:31 -0500 under the subject
display corruption on Radeon QD.

Any ideas?

b.

-- 
Brian J. Murrell



msg00830/pgp0.pgp
Description: PGP signature


[XFree86] [XFree86(TM) Bug Report] Gdk-WARNING **: undefined symbol: _IceTransNoListen

2003-01-21 Thread Bill Fisher
Regarding: Gdk-WARNING **: undefined symbol: _IceTransNoListen
Email: [EMAIL PROTECTED]

XFree86 Version: 4.2.0

OS: Red Hat 7.2

Area: xlib I think

Server: Other, specify below

Server: ?

Description:

Gdk-WARNING **: locale not supported by Xlib, locale set to C
/usr/bin/gnome-session: relocation error: /usr/bin/gnome-session: undefined symbol: 
_IceTransNoListen

I had X crash on my 2 days ago.  When I fired it back up, the little start icon on 
the bottom left which is used to launch various program disappeared.  I downloaded 
4.2.0 and built from source and then got this message.

Thanks for any pointers.

Bill Fisher

Repeat By:



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



Re: [I18n] Re: [XFree86] [XFree86(TM) Bug Report] tilde registered as a dead key in swedish nodeadkeys keymap

2003-01-21 Thread David Dawes
On Tue, Jan 21, 2003 at 09:26:13PM +0100, Henrik Nordstrom wrote:
Further comment on aring:

Having asciidiaresis and degree on aring is perhaps redundant as these
already exists as diaresis and altgr+shift+0. But I admit that having a
nodeadkeys keymap with really no dead keys is perhaps most intuitive.
But at the same time sometimes (but not very often) there is needs to
type a character in another latin language such as German so I am not
sure.. How have things been historically when running with nodeadkeys?

nodeadkeys means exactly that.  If people need something in between,
they should either have their own customised map, or come up with
a consistent naming scheme for other variants, or use the multi-layout
feature (I'm not sure if standard and nodeadkeys versions can be used
as two layouts in a multilayout config).

Apart from really beeing a nodeadkeys keymap I have found no flaws in
your patch except for possibly key AB10 which still has dead_belowdot
on AltGR (Not that I have a clue what a non-dead dead_belowdot would
be...)

There's no belowdot keysym that I could find, so I didn't change
that one.  Maybe there's a unicode key U keysym that would be
appropriate.

David
-- 
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



[XFree86] [XFree86(TM) Bug Report] Radeon 9700TX support

2003-01-21 Thread Dan Brehmer
Regarding: Radeon 9700TX support
Email: [EMAIL PROTECTED]

XFree86 Version: 4.2.1 protocol Version 11, rev 0

OS: Gentoo 1.4rc2 with Linux kernel 2.4.19-gentoo-r10 i686

Area: Xserver

Server: XFree86 (The XFree86 4.x server)

Video Card:

ATI Radeon 9700TX scanpci tells me nothing so this info is from the Dell website. They 
seem to be the only ones selling this card.
Memory: 128MB
Controller: ATI Radeon
Controller speed: 263MHz
Data width: 256-bit
RAMDAC: 350MHz
It seems to be identical to the Radeon 9700 Pro but with a reduced controller speed.

Description:

XFree86.0.log


XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 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.19-gentoo-r10 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: Mon Jan 20 19:10:18 2003
(--) 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, 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, 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 8086,2560 card 1028,0142 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2561 card , rev 01 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,0142 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,0142 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,0142 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,0142 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1028,0142 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1028,0142 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0142 rev 01 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4e45 card 1002,3002 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4e65 card 1002,3003 rev 00 class 03,80,00 hdr 00
(II) PCI: 02:01:0: chip 1000,000c card 1de1,3906 rev 01 class 01,00,00 hdr 00
(II) PCI: 02:08:0: chip 8086,1039 card 1028,0142 rev 81 class 02,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.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(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) 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:
[0] -1  0xe000 - 0xe0ff (0x100) IX[B]
[1] -1  0xe400 - 0xe4ff (0x100) IX[B]
[2] -1  0xe800 - 0xe8ff (0x100) IX[B]
[3] -1  0xec00 - 0xecff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0xff80 - 0xff9f (0x20) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0xe800 - 0xf7ff (0x1000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1  0xd000 - 0xd0ff (0x100) IX[B]
[1] -1  0xd400 - 0xd4ff (0x100)