Re: GL problems

2005-04-22 Thread Thorsten Glaser
David Dawes dixit:

Does replacing the fprintf with sleep(1) make a difference?

Even with usleep(1), glxgears still works. I've committed that
as a temporary workaround now, till we discover the real problem.

//mirabile
-- 
 Hi, does anyone sell openbsd stickers by themselves and not packaged
 with other products?
No, the only way I've seen them sold is for $40 with a free OpenBSD CD.
-- Haroon Khalid and Steve Shockley in gmane.os.openbsd.misc

___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: GL problems

2005-04-22 Thread David Dawes
On Fri, Apr 22, 2005 at 08:30:55PM +, Thorsten Glaser wrote:
David Dawes dixit:

Does replacing the fprintf with sleep(1) make a difference?

Even with usleep(1), glxgears still works. I've committed that
as a temporary workaround now, till we discover the real problem.

This points to an underlying problem elsewhere.  I keep mentioning
libpthread because that appears to be the only difference between clients
that have the problem and those that don't.  An XFree86 build with the
threading options disabled should confirm this one way or the other (a
look at the 'Multi-thread safe libs' portion of OpenBSD.cf should show
what to change for the build).

Another useful data point might be a delay loop in place of the usleep().
Use volatile variables or build with optimisation disabled to avoid the
loop being optimised out of existence by the compiler.

David
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


[XFree86] console switching broken on TinyX?

2005-04-22 Thread Paul Fox
does console switching no longer work in TinyX on linux?

i have a mips-based Xfbdev TinyX server of 4.1.0 vintage, from an
old debian package, which works flawlessly.

i've built 4.4.0 and 4.5.0 Xfbdev TinyX servers for both PPC and x86,
and the server works fine, until i switch away from it (which also
works fine) and try to switch back.  then i get a blank screen.
this is true whether the switches are initiated from the keyboard
or the command-line (with chvt).

paul whittaker has been trying TinyX for his diet-pc project, and
has tried the Xvesa and Xfbdev (mga fb driver) TinyX servers on
x86, with the same results.

is this a known bug?  known fix?

paul
=-
 paul fox, [EMAIL PROTECTED] (arlington, ma, where it's 50.4 degrees)
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


R: [XFree86] console switching broken on TinyX?

2005-04-22 Thread Amedeo Gargiulo
Could you explain how can I sue TinyX, instead of XFre86.

Amedeo from Italy

- Original Message -
From: Paul Fox [EMAIL PROTECTED]
To: xfree86@xfree86.org
Sent: Friday, April 22, 2005 2:56 PM
Subject: [XFree86] console switching broken on TinyX?


 does console switching no longer work in TinyX on linux?

 i have a mips-based Xfbdev TinyX server of 4.1.0 vintage, from an
 old debian package, which works flawlessly.

 i've built 4.4.0 and 4.5.0 Xfbdev TinyX servers for both PPC and x86,
 and the server works fine, until i switch away from it (which also
 works fine) and try to switch back.  then i get a blank screen.
 this is true whether the switches are initiated from the keyboard
 or the command-line (with chvt).

 paul whittaker has been trying TinyX for his diet-pc project, and
 has tried the Xvesa and Xfbdev (mga fb driver) TinyX servers on
 x86, with the same results.

 is this a known bug?  known fix?

 paul
 =-
  paul fox, [EMAIL PROTECTED] (arlington, ma, where it's 50.4
degrees)
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86


___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] ayuda por favor

2005-04-22 Thread Elizabeth Bruna



hola que tal estoy instalando freebsd y trato 
de configurar el ambiente KDE y me aparece el siguiente error con el xfree86 me 
pueden ayudar por favor, el error es el siguiente 

FATAL SERVER ERROR:
XF86ENABLE IO: FAILED TO OPEN /DEV/IO FOR EXTENDEND 
I/O


[XFree86] help me please

2005-04-22 Thread Elizabeth Bruna



Hola that such I am installing freebsd and try to 
form the environment KDE and me the following mistake appears with xfree86 they 
can help me please, the mistake is the following one 

FATAL SERVER ERROR:
XF86ENABLE IO: FAILED TO OPEN /DEV/IO FOR EXTENDEND 
I/O


[XFree86] Re: no xwindwo

2005-04-22 Thread Agustin Escribano





  - Original Message - 
  From: 
  Agustin 
  Escribano 
  To: xfree86@xfree86.org 
  Sent: Wednesday, April 20, 2005 11:05 
  AM
  Subject: no xwindwo
  
  Hola
  tengo un portatil y no puedo hacer funcionar las 
  Xwindow
  os adjunto el fichero 
XFree86.0.log


[XFree86] no xwindow

2005-04-22 Thread Agustin Escribano




Hola
tengo un portatil y no puedo hacer funcionar las 
Xwindow
os adjunto el fichero 
XFree86.0.log


XFree86.0.log
Description: Binary data


[XFree86] errore caricamento X Window su Mandrake 9.1

2005-04-22 Thread Amedeo Gargiulo



Thanks for your help


log.doc
Description: MS-Word document


Re: R: [XFree86] console switching broken on TinyX?

2005-04-22 Thread Doug McNutt
At 15:32 +0200 4/22/05, Amedeo Gargiulo wrote:
Could you explain how can I sue TinyX, instead of XFre86.
Amedeo from Italy

It's good that you're an Italian.

The u = s swap  makes you sound entirely too American.
-- 

-- From the U S of A, the only socialist country that refuses to admit it. --
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] patch to r200_context.c

2005-04-22 Thread Jonathan Short
Hi,

We have experienced significant memory leaks when destroying gl contexts,
using the r200_dri.so driver.  Using a leak checker(Insure) we
found some memory not being freed in
 void r200DestroyContext( __DRIcontextPrivate *driContextPriv )
in xc/lib/GL/mesa/src/drv/r200/r200_context.c

This patch is for XFree86-Mesa-4.3.99.902-40.i586.rpm from a Suse 9.1
distribution.  After downloading and looking in XFree86-4.5.0-src-*.tgz,
it appears these memory leaks are still present in XFree86-4.5.0.

The following patch fixed these memory leaks for us.

Thanks,

Jonathan

--- lib/GL/mesa/src/drv/r200/r200_context.c.orig2005-04-18
16:37:28.009570762 -0400
+++ lib/GL/mesa/src/drv/r200/r200_context.c 2005-04-18
16:37:35.383302928 -0400
@@ -463,7 +463,7 @@
   _tnl_DestroyContext( rmesa-glCtx );
   _ac_DestroyContext( rmesa-glCtx );
   _swrast_DestroyContext( rmesa-glCtx );
-
+  _ae_destroy_context( rmesa-glCtx );
   r200DestroySwtcl( rmesa-glCtx );
   r200ReleaseArrays( rmesa-glCtx, ~0 );

@@ -476,15 +476,6 @@
 if (!getenv(R200_NO_VTXFMT))
r200VtxfmtDestroy( rmesa-glCtx );

-  /* free the Mesa context */
-  rmesa-glCtx-DriverCtx = NULL;
-  _mesa_destroy_context( rmesa-glCtx );
-
-  if (rmesa-state.scissor.pClipRects) {
-FREE(rmesa-state.scissor.pClipRects);
-rmesa-state.scissor.pClipRects = 0;
-  }
-
   if ( release_texture_heaps ) {
  /* This share group is about to go away, free our private
   * texture object data.
@@ -499,6 +490,35 @@
 assert( is_empty_list(  rmesa-swapped ) );
   }

+  /* free the Mesa context */
+  rmesa-glCtx-DriverCtx = NULL;
+  _mesa_destroy_context( rmesa-glCtx );
+
+  if (rmesa-state.scissor.pClipRects) {
+FREE(rmesa-state.scissor.pClipRects);
+rmesa-state.scissor.pClipRects = 0;
+  }
+
+  /* BEGIN STOPPING MEMORY LEAKS */
+  {
+struct r200_state_atom *pIter;
+foreach (pIter, rmesa-hw.dirty)
+{
+  FREE(pIter-lastcmd);
+  FREE(pIter-cmd);
+}
+foreach (pIter, rmesa-hw.clean)
+{
+  FREE(pIter-lastcmd);
+  FREE(pIter-cmd);
+}
+  }
+
+  _math_matrix_dtr( rmesa-TexGenMatrix[0] );
+  _math_matrix_dtr( rmesa-TexGenMatrix[1] );
+  _math_matrix_dtr( rmesa-tmpmat );
+  /* END STOPPING MEMORY LEAKS */
+
   FREE( rmesa );
}
 }

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] problems report

2005-04-22 Thread Youkun Gao
it should be this one

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/local:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

XFree86 Version 4.5.0
Release Date: 16 March 2005
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.4.24 i686 [ELF]
Current Operating System: Linux local 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003
i686
Build Date: 16 March 2005
Changelog Date: 16 March 2005
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Command line: /usr/X11R6/bin/X :0 -auth /var/gdm/:0.Xauth vt7
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (EE) error, (WW) warning,
(II) informational, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Wed Apr 20 22:41:46 2005
(==) Using config file: /etc/X11/XF86Config.
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.3
XFree86 Video Driver: 0.8
XFree86 XInput driver : 0.5
XFree86 Server Extension : 0.3
XFree86 Font Renderer : 0.5
(II) Loader running on linux
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled.
(==) ServerLayout Default Layout
(==) |--Screen Screen0 (0) (0, 0)
(**) |  |--Device Videocard0
(**) |  |--Monitor Monitor0 (0)
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) |--Input Device DevInputMice
(**) FontPath set to unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(II) Checking for unused ServerFlags options:
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.5.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.8
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.5.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font Bitmap
(++) using VT number 7

(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:08:0: chip 104c,ac1c card 4000, rev 01 class 06,07,00 hdr 82
(II) PCI: 00:08:1: chip 104c,ac1c card 4800, rev 01 class 06,07,00 hdr 82
(II) PCI: 00:09:0: chip 11c1,0449 card 1468,0449 rev 01 class 07,80,00 hdr 00
(II) PCI: 01:00:0: chip 10c8,0005 card 0e11,b0d1 rev 12 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 10c8,8005 card 0e11,b126 rev 12 class 04,01,00 hdr 80
(II) PCI: 03:00:0: chip 1033,0035 card 1033,1735 rev 43 class 0c,03,10 hdr 80
(II) PCI: 03:00:1: chip 1033,0035 card 1033,1033 rev 43 class 0c,03,10 hdr 00
(II) PCI: 03:00:2: chip 1033,00e0 card 1735,00e0 rev 04 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0088 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xf410 - 0xf47f (0x70) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xf480 - 0xf5ff (0x180) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:8:0), (0,2,2), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1  0   0x4000 - 0x40ff (0x100) IX[B]
[1] -1  0   0x4400 - 0x44ff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1  0   0x1080 - 0x10bf (0x40) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1  0   0x1040 - 0x107f (0x40) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (0:8:1), 

Re: [XFree86] mailing list updates

2005-04-22 Thread David Dawes
On Tue, Apr 19, 2005 at 08:00:50PM -0400, David Dawes wrote:
The XFree86 mailing lists have been modified on an experimental
basis to require subscription for posting.  Perhaps this will be
enough to eliminate the  0.1% of spam that our existing filtering
does not already catch.  The existing filtering (spam assassin plus
a home-grown filter) will remain in place.

If this does not prove effective, or if the list admin burden
increases signficantly (i.e., posters do not subscribe), then the
behaviour may be reverted.

I'm reverting to the old behaviour for the xfree86@xfree86.org list,
because the majority of postings that get held for review are legitimate
postings.

David
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] problems report

2005-04-22 Thread Youkun Gao
do you mean the following log?

Welcome to the XFree86(R) 4.5.0 installer

You are strongly advised to backup your existing XFree86 installation
before proceeding.  This includes the /usr/X11R6, /etc/X11
and /etc/fonts directories.  The installation process will
overwrite existing files in those directories, and this may include
some configuration files that have been customised either by you
or by your OS distribution.  Although an attempt is made to make backup
copies of these files and directories before overwriting them, this is
not a failsafe procedure.  The backup copies will have a suffix
.1670.  The installation is logged.  Refer to the log
file XFree86-install.log.1670 in the current directory if you
have problems during or after the installation.

When making your own backup of the installation directories before
proceeding with this installation, do it by making a copy of those
directories and their contents.  Do not simply rename them.  Otherwise
you may find that many of your existing applications will no longer be
visible.

If you are installing a version different from 4.5.0, you
may need an updated version of this installer script.

Do you wish to continue? (y/n) [n]
Checking which OS you're running...
uname reports 'Linux' version '2.4.20-8', architecture 'i686'.


Bindist version is 4.5.0
Checking for required files ...


You appear to have an existing installation of X.  Continuing will
overwrite it.  You will, however, have the option of being prompted
before most configuration files are overwritten.

Do you wish to continue? (y/n) [y]

Removing some old files that are no longer required...


Removing some old directories that are no longer required...
removing old directory /usr/X11R6/lib/X11/xkb/compiled

XFree86 now installs most customisable configuration files under
/etc/X11 instead of under /usr/X11R6/lib/X11, and has symbolic links
under /usr/X11R6/lib/X11 that point to /etc.  You currently have
files under the following subdirectories of /usr/X11R6/lib/X11:

 app-defaults xkb

Do you want to move them to /etc/X11 and create the necessary
links? (y/n) [y]

Moving /usr/X11R6/lib/X11/app-defaults to /etc/X11/app-defaults ...
./
Beforelight
Xawtv
Bitmap-color
Bitmap
Clock-color
Chooser
Editres-color
Editres
XCalc-color
UXTerm
Viewres
XCalc
Xditview-chrtr
XClipboard
XClock
XConsole
XF86Cfg
XFontSel
XLoad
XLogo
XLogo-color
XSm
XTerm
XTerm-color
Xditview
Xedit-color
Xedit
Xmag
Xfd
Xgc
Xmessage
Xman
Xvidtune
Xmh
Xmessage-color
XScreenSaver
XISDNLoad
Xloadimage
Do you wish to continue? (y/n) [y]
Moving /usr/X11R6/lib/X11/xkb to /etc/X11/xkb ...
./
README.config
README
compat/
compat/complete
compat/README
compat/accessx
compat/basic
compat/group_led
compat/default
compat/mousekeys
compat/iso9995
compat/japan
compat/keypad
compat/leds
compat/misc
compat/norepeat
compat/pc
compat/pc98
compat/xfree86
compat/xtest
compat.dir
README.enhancing
geometry/
geometry/digital/
geometry/digital/unix
geometry/digital/lk
geometry/digital/pc
geometry/README
geometry/amiga
geometry/ataritt
geometry/dell
geometry/keytronic
geometry/everex
geometry/fujitsu
geometry/hp
geometry/macintosh
geometry/kinesis
geometry/sgi/
geometry/sgi/indigo
geometry/sgi/O2
geometry/sgi/indy
geometry/sony
geometry/microsoft
geometry/nec
geometry/northgate
geometry/pc
geometry/winbook
geometry/sun
keycodes/
keycodes/digital/
keycodes/digital/lk
keycodes/digital/pc
keycodes/README
keycodes/aliases
keycodes/amiga
keycodes/ataritt
keycodes/macintosh
keycodes/fujitsu
keycodes/hp
keycodes/ibm
keycodes/sgi/
keycodes/sgi/indigo
keycodes/sgi/indy
keycodes/sgi/iris
keycodes/sony
keycodes/powerpcps2
keycodes/xfree86
keycodes/sun
keycodes/xfree98
keymap/
keymap/digital/
keymap/digital/us
keymap/README
keymap/amiga
keymap/ataritt
keymap/sgi/
keymap/sgi/cz_qwerty
keymap/sgi/be
keymap/sgi/bg
keymap/sgi/ca
keymap/sgi/cz
keymap/sgi/de_CH
keymap/sgi/de
keymap/sgi/dvorak
keymap/sgi/dk
keymap/sgi/sk_qwerty
keymap/sgi/en_US
keymap/sgi/es
keymap/sgi/fi
keymap/sgi/fr
keymap/sgi/fr_CH
keymap/sgi/gb
keymap/sgi/hu
keymap/sgi/it
keymap/sgi/jp
keymap/sgi/no
keymap/sgi/pl
keymap/sgi/pt
keymap/sgi/ru
keymap/sgi/se
keymap/sgi/sk
keymap/sgi/th
keymap/sgi/us
keymap/sony
keymap/macintosh
keymap/sun/
keymap/sun/de
keymap/sun/es
keymap/sun/fi
keymap/sun/fr
keymap/sun/no
keymap/sun/pl
keymap/sun/ru
keymap/sun/se
keymap/sun/uk
keymap/sun/us
keymap/xfree86
keymap/xfree98
geometry.dir
rules/
rules/xfree86-it.lst
rules/README
rules/sgi
rules/sgi.lst
rules/sun
rules/sun.lst
rules/xfree86
rules/xfree86.lst
rules/xfree86.xml
symbols/
symbols/ca_enhanced
symbols/README
symbols/al
symbols/altwin
symbols/am
symbols/ar
symbols/az
symbols/be
symbols/ben
symbols/bg
symbols/br
symbols/bs
symbols/by
symbols/ca
symbols/cz_qwerty
symbols/compose
symbols/ctrl
symbols/cz
symbols/digital/
symbols/digital/lk
symbols/digital/pc
symbols/digital/us
symbols/digital/vt
symbols/czsk
symbols/de
symbols/de_CH
symbols/dev
symbols/dvorak
symbols/dk
symbols/en_US

[XFree86] no xwindwo

2005-04-22 Thread Agustin Escribano



Hola
tengo un portatil y no puedo hacer funcionar las 
Xwindow
os adjunto el fichero 
XFree86.0.log


XFree86.0.log
Description: Binary data


[XFree86] X Window doesn't work

2005-04-22 Thread Amedeo Gargiulo



This is my log file. I've an old Pentium II, 4GB 
HD, 92 MB Ram and I've charged it witn Mandrake 9.1, but X Window doesn't 
work.
Is there someone can halp me?
Thanks.

This is the log:


[
 
XFree86 Version 4.3.0
Releas 
Date: 27 February 2003
X Protocol 
Version 11, Revision 0, Release 6.6
Build 
Operating System: Linux 2.4.21-0.13mdksmp i686 [ELF]
Build Date: 
12 March 2003
 
Before reporting problems, check 
http:77www.Xfree86.Org/
 
To make sure that you have the latest version.
Module 
Loader present
Markers: 
(--) probed, (**) from config file, (= =) default setting,
(WW) 
warning, (EE) error, (NI) not implemented, (??) unknown.
(= =) Log 
file: /var/log/XFree86.0.log, Time: Thu Apr 21 00:31:20 
2005v
(= =) Using 
config file: /etc/X11/XF86Config-4
(= =) 
ServerLayout layout1
(**) |- -Screen screen1 (0)
(**) | 
|- -Monitor monitor1
(**) | 
|- -Device device1
(**) |- -Screen screen2 (1)
(**) | 
|- -Monitor monitor2
(**) | 
|- -Device device2
(**) |- 
-Input Device 
Keyboard1
(WW) Option 
XkbCompat requires an string value
(**) Option 
XkbModel pc105
(**) XKB: 
model: pc105
(**) Option 
XkbLayout it
(**) XKB: 
layout: it
(WW) Option 
XkbOptions requires an string value
(= =) 
Keyboard: CustomKeycode disabled
(**) |- 
-Input Device Mosue1
(**) Font 
path set to unix/:-1!
(= =) 
RgbPath set to /usr/X11R6/lib/X11/rgb
(= =) 
ModulePath set to /usr/X11R6/lib/modules
(**) Option 
AllowMouseOpenFail
(**) Option 
Xinerama
(**) 
Xinerama: enled
Using 
vt7
(- -) using 
VT number 7

(II) Open 
APM successful
(II) Module 
ABI versions:
  
XFree86 ANSI C Emulation: 0.2
  
XFree86 Video Driver: 0.6
  
XFree86 Xinput driver: 0.4
  
XFree86 Server Extension : 0.2
  
XFree86 Font Rederer: 0.4
(II) Loader 
running on linux
(II) 
LoadModule: bitmap
(II) 
Loading /usrX11R6/lib/modules/fonts/libbitmap.a
(II) Module 
bitmap: vendor=The XFree 86 Ptoject
 
compiled for 4.3.0, module version = 1.0.0
 
Module class: XFree86 Font Renderer
 
ABI class: XFree86 Font Rendere, version 0.4
(II) 
Loading font Bitmap
(II) 
LoadModule: pcidata
(II) 
Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module 
pcidata: vendor= The XFree86 Project
 
compiled for 4.3.0, module version = 1.0.0
 
ABI class:XFree86 Video Driver, version 0.6
(II) PCI: 
Probin config type using method 1
(II) PCI: 
Config type is 1
(II) PCI: 
stages = 0x03, oldVall = 0x800090d0, modelRes1 = 
0x8000
(II) PCI: 
PCI scan (all values are in hex)
(II) PCI: 
00:00:0 chip 1078,0001 card , rev 00 class 06,00,00 hdr 00 
(II) PCI: 
00:07:0 chip 1095,0673 card 1095,0670 rev 05 class 0c,03,10 hdr 
00
(II) PCI: 
00:08:0 chip 1516,0803 card 10bd,1320 rev 00 class 02,00,00 hdr 
00
(II) PCI: 
00:12:0 chip 1078,0002 card , rev 00 class 06,01,00 hdr 
00
(II) PCI: 
00:13:0 chip 0ell,a0f8 card 0ell,a0f8 rev 04 class 0c,03,10 hdr 
00
(II) PCI: 
End of PCI scan
(II) 
Host-to-PCI bridge:
(II) Bus 0: 
bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is 
set)
(II) Bus 0 
I/O range:
 
[0] 
-1 
0 
0x  0x  (0x1) IX[B]
(II) Bus 0 
non-prefetchable memory range:
 
[0] 
-1 
0 
0x  0x  (0x0) MX[B]
(II) Bus 0 
prefetchable memory range:
 
[0] 
-1 
0 
0x  0x  (0x0) MX[B]
(II) 
PCI-to-ISA bridge:
(II) Bus 
-1: bridge is at (0:18:0=:0), (0, -1, -1), BCTRL: 0x0008 (VGA_EN is 
set)
(II) 
Addressable bus resource range are
 
[0] 
-1 
0 
0x  0x  (0x0) MX[B]
 
[1] 
-1 
0 
0x  0x  (0x1) IX[B]
(II) 
OS-reported resource ranges:
 
[0] 
-1 
0 
0xffe0  0x  (0x20) MX[B] (B) 
 
[1] 
-1 
0 
0x0010  0x 3fff (0x3ff0) MX[B] E (B)
 
[2] 
-1 
0 
0x000f  0x 000f (0x1) MX[B]
 
[3] 
-1 
0 
0x000c  0x 000e (0x3) MX[B] 
 
[4] 
-1 
0 
0x  0x 0009 (0xa) MX[B] 
 
[5] 
-1 
0 
0x  0x 000 (0x1) IX[B]
 
[6] 
-1 
0 
0x000  0x 0ff (0x100) IX[B]
(II) Active 
PCI resource ranges:
 
...
(II) Active 
PCI resource ranges after removing overlaps
 
...
(II) 
OS-reported resource ranges after removing overlaps with 
PCI
 
...
(II) All 
system resource ranges:
 
...
(II)LoadModule: dbe
(II) 
Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module 
dbe: vendorThe XFree86 project
 
compiled for 4.3.0, module version 1.0.0
 
Module cass: XFree86 Server Extension
 
ABI class: XFree86 Server Extension, version 0.2
(II) 
Loading extension DOUBVLE-BUFFER
(II) 
LoadingModule: v41
(II) 
Loading /usr/X11R6/lib/modules/drivers/linux/v41_drv.0
(II) Module 
v41: vendorThe XFree86 project
 
compiled for 4.3.0, module version 1.0.0
 
ABI class: XFree86 Video Driver, version 0.6
(II) 
LoadModule: extmod
(II) 
Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module 
extmod: vendorThe XFree86 project
 
compiled for 4.3.0, module version 1.0.0
 
Module cass: XFree86 Server Extension
 
ABI class: XFree86 Server Extension, version 0.2
(II) 
Loading extension 
SHAPE
(II) 
Loading extension MIT-SUNDRY-NONSTANDARD
(II) 
Loading extension