Re: [XFree86] X Error of failed request
It's hard to imagine that being anything bug an application bug. The server says the app requested changing the attributes of a window that does not exist. Mark. On Tue, 14 Dec 2004, Jens Zscheuschler wrote: > Hello, > > XFree86 4.3.0.1, Debian 2.6.8-1-k7-smp, NVIDIA FX 1100DH, NVIDIA driver > 1.0-6629. > > When I start Ansys 7.1 the GUI starts fine but by clicking any Icon > Ansys crashes with this Error: > > X Error of failed request: BadWindow (invalid Window parameter) > Major opcode of failed request: 2 (X_ChangeWindowAttributes) > Resource id in failed request: 0x0 > Serial number of failed request: 4675 > Current serial number in output stream: 4679 > > Other Apps like Gambit/Fluent, Pro/E, or Hypermesh work just fine. There > are no eye-catching log entries in /var/log/ > > > Any suggestion? > > Thanks > > Jens > ___ > XFree86 mailing list > [EMAIL PROTECTED] > http://XFree86.Org/mailman/listinfo/xfree86 > ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
[XFree86] X Error of failed request
Hello, XFree86 4.3.0.1, Debian 2.6.8-1-k7-smp, NVIDIA FX 1100DH, NVIDIA driver 1.0-6629. When I start Ansys 7.1 the GUI starts fine but by clicking any Icon Ansys crashes with this Error: X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 2 (X_ChangeWindowAttributes) Resource id in failed request: 0x0 Serial number of failed request: 4675 Current serial number in output stream: 4679 Other Apps like Gambit/Fluent, Pro/E, or Hypermesh work just fine. There are no eye-catching log entries in /var/log/ Any suggestion? Thanks Jens ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
Re: [XFree86] X Error of failed request: BadAccess
If you have sourcecode ... I wish :-) but: what I can do is try to find out what it might gleen from the tiff file to calculate this value, and maybe tweek that. hmmm - now to get a fileformat for geotiff (yes, google is my friend) chat soon, Zoltan - Original Message - From: "Mark Vojkovich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 24, 2004 8:41 PM Subject: Re: [XFree86] X Error of failed request: BadAccess >If you have source code you'll want to look at how it allocates > the memory for the XImage (the size passed to shmget()). > > > Mark. > > On Sun, 24 Oct 2004, Zoltan Szecsei wrote: > > > Mark, Hi. > > Thanks for the reply. > > I have used this package "faultlessly" for over 10 years - but alas the last > > upgrade I could get for it was about 4 years ago. > > > > I am dealing with 1-bit geotiff images - and as I said: It works on SuSE 8 > > but not 9.2. > > > > Now I agree that it is likely to be a bug in the software itself (I already > > have to set the screen pixel dpi to be the same on both axis as this package > > assumes that and looks only at the first dpi value), but I am really trying > > to find a workaround so that I can carry on upgrading my OS and still use > > this package. > > > > I should have access to the SuSE 9.2 box next week so I'll try to do some > > proper tests. > > > > Thanks again for your input. > > > > Regards, > > Zoltan. > > > > > > > > - Original Message - > > From: "Mark Vojkovich" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, October 23, 2004 10:24 PM > > Subject: Re: [XFree86] X Error of failed request: BadAccess > > > > > > > On Sat, 23 Oct 2004, Zoltan Szecsei wrote: > > > > > > > Hi All, > > > > > > > > Please can someone help me to overcome this issue. > > > > > > > > I have a (oldish) raster & vector graphics product that I have used > > > > successfully up until SuSE SLES8 (XFree86 Version 4.2.0) but on > > upgrading > > > > to SuSE 9.1, I get the > > > > errors mentioned below - but only when trying to display a tiff image - > > the > > > > vector side of the package works fine. > > > > > > > > Maybe if I knew what it was trying to do, I could figure out a way to > > make > > > > it work. > > > > > > > > (yes, I have searched the buglists - came up with 200 hits, but I could > > not > > > > identify any of them to be of any help) > > > > > > > > TIA, > > > > Zoltan > > > > > > > > > > > > > > > > > > > > X Error of failed request: BadAccess (attempt to access private > > resource > > > > denied) > > > > Major opcode of failed request: 145 (MIT-SHM) > > > > Minor opcode of failed request: 3 (X_ShmPutImage) > > > > Serial number of failed request: 194 > > > > Current serial number in output stream: 195 > > > > > >For X_ShmPutImage, this error (BadAccess) will occur only when the > > > application requests that the server copy from an area outside of the > > > shm segment. This is typically (always?) an application bug. I > > > can't think of any cases when it wouldn't be an application bug. > > > > > >A common cause for this bug in applications is making incorrect > > > assumptions about the XImage format (eg. assuming depth 24 is 24 bits > > > per pixel rather than 32 bits per pixel like the XImage says). > > > > > > > > > Mark. > > > ___ > > > XFree86 mailing list > > > [EMAIL PROTECTED] > > > http://XFree86.Org/mailman/listinfo/xfree86 > > > > > > > > > ___ > > XFree86 mailing list > > [EMAIL PROTECTED] > > http://XFree86.Org/mailman/listinfo/xfree86 > > > ___ > XFree86 mailing list > [EMAIL PROTECTED] > http://XFree86.Org/mailman/listinfo/xfree86 > ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
Re: [XFree86] X Error of failed request: BadAccess
If you have source code you'll want to look at how it allocates the memory for the XImage (the size passed to shmget()). Mark. On Sun, 24 Oct 2004, Zoltan Szecsei wrote: > Mark, Hi. > Thanks for the reply. > I have used this package "faultlessly" for over 10 years - but alas the last > upgrade I could get for it was about 4 years ago. > > I am dealing with 1-bit geotiff images - and as I said: It works on SuSE 8 > but not 9.2. > > Now I agree that it is likely to be a bug in the software itself (I already > have to set the screen pixel dpi to be the same on both axis as this package > assumes that and looks only at the first dpi value), but I am really trying > to find a workaround so that I can carry on upgrading my OS and still use > this package. > > I should have access to the SuSE 9.2 box next week so I'll try to do some > proper tests. > > Thanks again for your input. > > Regards, > Zoltan. > > > > - Original Message - > From: "Mark Vojkovich" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, October 23, 2004 10:24 PM > Subject: Re: [XFree86] X Error of failed request: BadAccess > > > > On Sat, 23 Oct 2004, Zoltan Szecsei wrote: > > > > > Hi All, > > > > > > Please can someone help me to overcome this issue. > > > > > > I have a (oldish) raster & vector graphics product that I have used > > > successfully up until SuSE SLES8 (XFree86 Version 4.2.0) but on > upgrading > > > to SuSE 9.1, I get the > > > errors mentioned below - but only when trying to display a tiff image - > the > > > vector side of the package works fine. > > > > > > Maybe if I knew what it was trying to do, I could figure out a way to > make > > > it work. > > > > > > (yes, I have searched the buglists - came up with 200 hits, but I could > not > > > identify any of them to be of any help) > > > > > > TIA, > > > Zoltan > > > > > > > > > > > > > > > X Error of failed request: BadAccess (attempt to access private > resource > > > denied) > > > Major opcode of failed request: 145 (MIT-SHM) > > > Minor opcode of failed request: 3 (X_ShmPutImage) > > > Serial number of failed request: 194 > > > Current serial number in output stream: 195 > > > >For X_ShmPutImage, this error (BadAccess) will occur only when the > > application requests that the server copy from an area outside of the > > shm segment. This is typically (always?) an application bug. I > > can't think of any cases when it wouldn't be an application bug. > > > >A common cause for this bug in applications is making incorrect > > assumptions about the XImage format (eg. assuming depth 24 is 24 bits > > per pixel rather than 32 bits per pixel like the XImage says). > > > > > > Mark. > > ___ > > XFree86 mailing list > > [EMAIL PROTECTED] > > http://XFree86.Org/mailman/listinfo/xfree86 > > > > > ___ > XFree86 mailing list > [EMAIL PROTECTED] > http://XFree86.Org/mailman/listinfo/xfree86 > ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
Re: [XFree86] X Error of failed request: BadAccess
Mark, Hi. Thanks for the reply. I have used this package "faultlessly" for over 10 years - but alas the last upgrade I could get for it was about 4 years ago. I am dealing with 1-bit geotiff images - and as I said: It works on SuSE 8 but not 9.2. Now I agree that it is likely to be a bug in the software itself (I already have to set the screen pixel dpi to be the same on both axis as this package assumes that and looks only at the first dpi value), but I am really trying to find a workaround so that I can carry on upgrading my OS and still use this package. I should have access to the SuSE 9.2 box next week so I'll try to do some proper tests. Thanks again for your input. Regards, Zoltan. - Original Message - From: "Mark Vojkovich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 23, 2004 10:24 PM Subject: Re: [XFree86] X Error of failed request: BadAccess > On Sat, 23 Oct 2004, Zoltan Szecsei wrote: > > > Hi All, > > > > Please can someone help me to overcome this issue. > > > > I have a (oldish) raster & vector graphics product that I have used > > successfully up until SuSE SLES8 (XFree86 Version 4.2.0) but on upgrading > > to SuSE 9.1, I get the > > errors mentioned below - but only when trying to display a tiff image - the > > vector side of the package works fine. > > > > Maybe if I knew what it was trying to do, I could figure out a way to make > > it work. > > > > (yes, I have searched the buglists - came up with 200 hits, but I could not > > identify any of them to be of any help) > > > > TIA, > > Zoltan > > > > > > > > > > X Error of failed request: BadAccess (attempt to access private resource > > denied) > > Major opcode of failed request: 145 (MIT-SHM) > > Minor opcode of failed request: 3 (X_ShmPutImage) > > Serial number of failed request: 194 > > Current serial number in output stream: 195 > >For X_ShmPutImage, this error (BadAccess) will occur only when the > application requests that the server copy from an area outside of the > shm segment. This is typically (always?) an application bug. I > can't think of any cases when it wouldn't be an application bug. > >A common cause for this bug in applications is making incorrect > assumptions about the XImage format (eg. assuming depth 24 is 24 bits > per pixel rather than 32 bits per pixel like the XImage says). > > > Mark. > ___ > XFree86 mailing list > [EMAIL PROTECTED] > http://XFree86.Org/mailman/listinfo/xfree86 > ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
Re: [XFree86] X Error of failed request: BadAccess
On Sat, 23 Oct 2004, Zoltan Szecsei wrote: > Hi All, > > Please can someone help me to overcome this issue. > > I have a (oldish) raster & vector graphics product that I have used > successfully up until SuSE SLES8 (XFree86 Version 4.2.0) but on upgrading > to SuSE 9.1, I get the > errors mentioned below - but only when trying to display a tiff image - the > vector side of the package works fine. > > Maybe if I knew what it was trying to do, I could figure out a way to make > it work. > > (yes, I have searched the buglists - came up with 200 hits, but I could not > identify any of them to be of any help) > > TIA, > Zoltan > > > > > X Error of failed request: BadAccess (attempt to access private resource > denied) > Major opcode of failed request: 145 (MIT-SHM) > Minor opcode of failed request: 3 (X_ShmPutImage) > Serial number of failed request: 194 > Current serial number in output stream: 195 For X_ShmPutImage, this error (BadAccess) will occur only when the application requests that the server copy from an area outside of the shm segment. This is typically (always?) an application bug. I can't think of any cases when it wouldn't be an application bug. A common cause for this bug in applications is making incorrect assumptions about the XImage format (eg. assuming depth 24 is 24 bits per pixel rather than 32 bits per pixel like the XImage says). Mark. ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
[XFree86] X Error of failed request: BadAccess
Hi All, Please can someone help me to overcome this issue. I have a (oldish) raster & vector graphics product that I have used successfully up until SuSE SLES8 (XFree86 Version 4.2.0) but on upgrading to SuSE 9.1, I get the errors mentioned below - but only when trying to display a tiff image - the vector side of the package works fine. Maybe if I knew what it was trying to do, I could figure out a way to make it work. (yes, I have searched the buglists - came up with 200 hits, but I could not identify any of them to be of any help) TIA, Zoltan X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 145 (MIT-SHM) Minor opcode of failed request: 3 (X_ShmPutImage) Serial number of failed request: 194 Current serial number in output stream: 195 ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
RE: [XFree86] X error
Your font server failed you will need to restart it. Here are some details on how to do this. http://xfree86.linuxwiki.org/FAQErrorMessages#head-66113454d1ddc398ffb1e 7bce3fb588e7d5dff4d -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Beckman Sent: Thursday, May 06, 2004 9:51 AM To: [EMAIL PROTECTED] Subject: [XFree86] X error Hey, I have a problem with X windows not starting. I have Big-Brother and Cacti running on this server and it ran out of disk space. I cleaned some stuff up and now have about 100 megs free but X windows will not start. The error log is attached. Any help would be greatly appreciated. Also let me state that I am relativity new to Linux so I am working on limited knowledge but I am not afraid! This is the short error... Fatal server error: could not open default font 'fixed' Paul Beckman CHCS Services [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]> 850-432-1700 x2201 ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
[XFree86] X error
Hey, I have a problem with X windows not starting. I have Big-Brother and Cacti running on this server and it ran out of disk space. I cleaned some stuff up and now have about 100 megs free but X windows will not start. The error log is attached. Any help would be greatly appreciated. Also let me state that I am relativity new to Linux so I am working on limited knowledge but I am not afraid! This is the short error... Fatal server error: could not open default font 'fixed' Paul Beckman CHCS Services [EMAIL PROTECTED] 850-432-1700 x2201 cat: XFree86.0: No such file or directory [EMAIL PROTECTED] log]# cat XFree86.0.log XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2) Release Date: 27 February 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] Build Date: 27 February 2003 Build Host: porky.devel.redhat.com Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. Module Loader present OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003 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: Thu May 6 08:30:31 2004 (==) 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 (**) |-->Input Device "DevInputMice" (**) FontPath set to "unix/:7100" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (++) using VT number 15 (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 Renderer : 0.4 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.3.0, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.3.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,1130 card , rev 04 class 06,00,00 hdr 00 (II) PCI: 00:02:0: chip 8086,1132 card 0e11,0034 rev 04 class 03,00,00 hdr 00 (II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00 (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1f:5: chip 8086,2415 card 0e11,b1bf rev 02 class 04,01,00 hdr 00 (II) PCI: 02:08:0: chip 1113,1211 card 1113,1211 rev 10 class 02,00,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,2), 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 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x1000 - 0x10ff (0x100) IX[B] [1] -1 0 0x1400 - 0x14ff (0x100) IX[B] [2] -1 0 0x1800 - 0x18ff (0x100) IX[B] [3] -1 0 0x1c00 - 0x1cff (0x100) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0x4000 - 0x402f (0x30) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(0:2:0) Intel Corp. 82815 CGC [Chipset Graphics Controller] rev 4, Mem @ 0x4400/26, 0x4030/19 (II) Addressable bus resource ranges are [0] -1 0 0x - 0x (0x0) MX[B] [1] -1 0 0x - 0x (0x1) IX[B] (II) OS-reported resource range
[XFree86] X error
Hi, I´m having this problem. Can you help me? It´s strange because other sections in the config file have the Identifier keyword. The config file is attached. XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2) Release Date: 27 February 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.20-3bigmem i686 [ELF] Build Date: 27 February 2003 Build Host: porky.devel.redhat.com Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. Module Loader present OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 16:42:56 EST 2003 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: Sat Sep 13 23:04:40 2003 (==) Using config file: "/etc/X11/XF86Config" Parse error on line 92 of section InputDevice in file /etc/X11/XF86Config "Identifier" is not a valid keyword in this section. (EE) Problem parsing the config file (EE) Error from xf86HandleConfigFile() Fatal server error: no screens found When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to [EMAIL PROTECTED] Thanks! Vidal Melo XF86Config Description: Binary data
[XFree86] X error
Hello: My name is Clem from Colombia, I have a mainboard M920 (P4) and I cannot configured my video with Linux Red Hat 7.1, The video controller is a s3 Graphics Prosavage DDR... what can I do?? Please Helpme _ Charla con tus amigos en línea mediante MSN Messenger: http://messenger.yupimsn.com/ ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
[XFree86] X error on Linux kernel 2.4.20
I recently updated my linux kernel from 2.4.18 to 2.4.20. The problem is that I now cannot startx without X bailing out and giving me a cryptic error message. Could someone give me an idea what this log I've attached is telling me? Thanks, LT XFree86 Version 4.2.0 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 18 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.20 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: Sat Mar 15 23:35:05 2003 (==) Using config file: "/etc/X11/XF86Config-4" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "My Monitor" (**) | |-->Device "KYRO" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (==) Keyboard: CustomKeycode disabled (WW) No FontPath specified. Using compiled-in default. (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (==) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (--) using VT number 7 (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 = 0x8070, mode1Res1 = 0x8000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1039,0651 card 1039,0651 rev 01 class 06,00,00 hdr 80 (II) PCI: 00:01:0: chip 1039,0001 card , rev 00 class 06,04,00 hdr 01 (II) PCI: 00:02:0: chip 1039,0008 card , rev 04 class 06,01,00 hdr 80 (II) PCI: 00:02:5: chip 1039,5513 card 1039,5513 rev 00 class 01,01,8a hdr 00 (II) PCI: 00:02:7: chip 1039,7012 card 1297,c120 rev a0 class 04,01,00 hdr 00 (II) PCI: 00:03:0: chip 1039,7001 card 1039,7001 rev 0f class 0c,03,10 hdr 80 (II) PCI: 00:03:1: chip 1039,7001 card 1039,7001 rev 0f class 0c,03,10 hdr 00 (II) PCI: 00:03:2: chip 1039,7001 card 1039,7001 rev 0f class 0c,03,10 hdr 00 (II) PCI: 00:03:3: chip 1039,7002 card 1297,f451 rev 00 class 0c,03,20 hdr 00 (II) PCI: 00:0f:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00 (II) PCI: 00:10:0: chip 1106,3044 card 9712,25f0 rev 46 class 0c,00,10 hdr 00 (II) PCI: 01:00:0: chip 104a,0010 card 1681,0060 rev 0f class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) LoadModule: "scanpci" (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.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) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus 0 I/O range: [0] -10x - 0x (0x1) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -10x - 0x (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -10x - 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] -10x9000 - 0x90ff (0x100) IX[B] [1] -10x9400 - 0x94ff (0x100) IX[B] [2] -10x9800 - 0x98ff (0x100) IX[B] [3] -10x9c00 - 0x9cff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -10xe800 - 0xe80f (0x10) MX[B] (II) Bus 1 prefetchable memory range: [0] -10xd800 - 0xe7ff (0x1000) MX[B] (II) Bus -1: bridge is at (0:2:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (--) PCI:*(1:0:0) SGS-Thomson unknown chipset (0x0010) rev 15, Mem @ 0xd800/27, 0xe000/19, I/O @ 0x9000/8 (II)