Re: ATI Mach64 Rage II video card driver in Red Hat 9 (Fedora Core2)

"Wanqing Wu" <[email protected]> Wed, 30 Jun 2004 21:15:40 -0700
Newsgroups gmane.linux.redhat.xfree86
Message-ID <001a01c45f22$1216afe0$6700a8c0@wanqingwu>
This is a multi-part message in MIME format.

------=_NextPart_000_0017_01C45EE7.654232B0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Actually I am using RedHat Fedora Core 2, not RedHat 9. Sorry about that.
Please see the attached config and log files.

Thanks a lot.

-Wanqing

----- Original Message -----
From: "Mike A. Harris" <[email protected]>
To: "Red Hat XFree86 discussion list" <[email protected]>
Sent: Tuesday, June 29, 2004 12:40 PM
Subject: Re: ATI Mach64 Rage II video card driver in Red Hat 9 (Fedora
Core2)


> On Mon, 28 Jun 2004, Wanqing Wu wrote:
>
> >I installed the latest red hat Linux, Fedora Core 2, in my machine. But
the X server cannot be
> >started. I got the following error message:
> >
> >Module: init10  X11R6.7.0
> >Driver: atimisc_drv.o
> >Error: ATI cannot read V_BIOS
>             ^^^^^^^^^^^^^^^^^^
>
> The driver can't read the video BIOS.
>
>
> >My machine has the video card, ATI Mach64 3D Rage IIC. The driver
installed
> >is atimisc_drv.o of X11R6.
> >
> >Could you please let me know what is wrong ? Do I have the correct driver
?
> >If I don't have the correct driver, where can I get the one for my video
card ?
>
> You have the correct (and only) driver.  For one reason or
> another it can't read the video BIOS, and will not function.  You
> need to determine the cause of that first, and then try to fix
> it.  Make sure that your CMOS is configured correctly, and that
> you're using Red Hat supplied XFree86 rpms and kernel.
>
>
> By the way, in the Subject line of your email you state:
>
> "Re: ATI Mach64 Rage II video card driver in Red Hat 9 (Fedora Core 2)"
>
> I presume you mean "Red Hat Linux 9" there.  "Red Hat Linux 9"
> and "Fedora Core 2" are two totally different operating system
> releases which have nothing in common with each other.  From your
> email though, it appears that you are using Fedora Core 2, not
> Red Hat Linux 9.
>
>
> Post your X server log file and config file somewhere and pass on
> the URL, and we'll have a look.
>
>
> _______________________________________________
> xfree86-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/xfree86-list
> IRC: #xfree86 on irc.redhat.com
>

------=_NextPart_000_0017_01C45EE7.654232B0
Content-Type: application/octet-stream;
	name="xorg.conf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="xorg.conf"

# XFree86 4 configuration created by pyxf86config=0A=
=0A=
Section "ServerLayout"=0A=
	Identifier     "Default Layout"=0A=
	Screen      0  "Screen0" 0 0=0A=
	InputDevice    "Mouse0" "CorePointer"=0A=
	InputDevice    "Keyboard0" "CoreKeyboard"=0A=
EndSection=0A=
=0A=
Section "Files"=0A=
# RgbPath is the location of the RGB database.  Note, this is the name =
of the =0A=
# file minus the extension (like ".txt" or ".db").  There is normally=0A=
# no need to change the default.=0A=
=0A=
# Multiple FontPath entries are allowed (they are concatenated together)=0A=
# By default, Red Hat 6.0 and later now use a font server independent of=0A=
# the X server to render fonts.=0A=
=0A=
	RgbPath      "/usr/X11R6/lib/X11/rgb"=0A=
	FontPath     "unix/:7100"=0A=
EndSection=0A=
=0A=
Section "Module"=0A=
	Load  "dbe"=0A=
	Load  "extmod"=0A=
	Load  "fbdevhw"=0A=
	Load  "glx"=0A=
	Load  "record"=0A=
	Load  "freetype"=0A=
	Load  "type1"=0A=
	Load  "dri"=0A=
EndSection=0A=
=0A=
Section "InputDevice"=0A=
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))=0A=
#	Option	"Xleds"		"1 2 3"=0A=
=0A=
# To disable the XKEYBOARD extension, uncomment XkbDisable.=0A=
#	Option	"XkbDisable"=0A=
=0A=
# To customise the XKB settings to suit your keyboard, modify the=0A=
# lines below (which are the defaults).  For example, for a non-U.S.=0A=
# keyboard, you will probably want to use:=0A=
#	Option	"XkbModel"	"pc102"=0A=
# If you have a US Microsoft Natural keyboard, you can use:=0A=
#	Option	"XkbModel"	"microsoft"=0A=
#=0A=
# Then to change the language, change the Layout setting.=0A=
# For example, a german layout can be obtained with:=0A=
#	Option	"XkbLayout"	"de"=0A=
# or:=0A=
#	Option	"XkbLayout"	"de"=0A=
#	Option	"XkbVariant"	"nodeadkeys"=0A=
#=0A=
# If you'd like to switch the positions of your capslock and=0A=
# control keys, use:=0A=
#	Option	"XkbOptions"	"ctrl:swapcaps"=0A=
# Or if you just want both to be control, use:=0A=
#	Option	"XkbOptions"	"ctrl:nocaps"=0A=
#=0A=
	Identifier  "Keyboard0"=0A=
	Driver      "keyboard"=0A=
	Option	    "XkbModel" "pc105"=0A=
	Option	    "XkbLayout" "us"=0A=
EndSection=0A=
=0A=
Section "InputDevice"=0A=
	Identifier  "Mouse0"=0A=
	Driver      "mouse"=0A=
	Option	    "Protocol" "IMPS/2"=0A=
	Option	    "Device" "/dev/input/mice"=0A=
	Option	    "ZAxisMapping" "4 5"=0A=
	Option	    "Emulate3Buttons" "yes"=0A=
EndSection=0A=
=0A=
Section "Monitor"=0A=
	Identifier   "Monitor0"=0A=
	VendorName   "Monitor Vendor"=0A=
	ModelName    "Dell D1028L"=0A=
	HorizSync    31.0 - 70.0=0A=
	VertRefresh  50.0 - 120.0=0A=
	Option	    "dpms"=0A=
EndSection=0A=
=0A=
Section "Device"=0A=
	Identifier  "Videocard0"=0A=
	Driver      "ati"=0A=
	VendorName  "Videocard vendor"=0A=
	BoardName   "ATI Mach64 3D Rage IIC"=0A=
EndSection=0A=
=0A=
Section "Screen"=0A=
	Identifier "Screen0"=0A=
	Device     "Videocard0"=0A=
	Monitor    "Monitor0"=0A=
	DefaultDepth     24=0A=
	SubSection "Display"=0A=
		Viewport   0 0=0A=
		Depth     24=0A=
		Modes    "1024x768" "800x600" "640x480"=0A=
	EndSubSection=0A=
EndSection=0A=
=0A=
Section "DRI"=0A=
	Group        0=0A=
	Mode         0666=0A=
EndSection=0A=
=0A=

------=_NextPart_000_0017_01C45EE7.654232B0
Content-Type: application/octet-stream;
	name="Xorg.0.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="Xorg.0.log"

=0A=
Release Date: 18 December 2003=0A=
X Protocol Version 11, Revision 0, Release 6.7=0A=
Build Operating System: Linux 2.4.21-14.ELsmp i686 [ELF] =0A=
Current Operating System: Linux localhost.localdomain 2.6.5-1.358 #1 Sat =
May 8 09:04:50 EDT 2004 i686=0A=
Build Date: 07 May 2004=0A=
Build Host: tweety.build.redhat.com=0A=
 =0A=
	Before reporting problems, check http://wiki.X.Org=0A=
	to make sure that you have the latest version.=0A=
Module Loader present=0A=
OS Kernel: Linux version 2.6.5-1.358 ([email protected]) =
(gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Sat May 8 =
09:04:50 EDT 2004 =0A=
Markers: (--) probed, (**) from config file, (=3D=3D) default setting,=0A=
	(++) from command line, (!!) notice, (II) informational,=0A=
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.=0A=
(=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 30 21:04:17 2004=0A=
(=3D=3D) Using config file: "/etc/X11/xorg.conf"=0A=
(=3D=3D) ServerLayout "Default Layout"=0A=
(**) |-->Screen "Screen0" (0)=0A=
(**) |   |-->Monitor "Monitor0"=0A=
(**) |   |-->Device "Videocard0"=0A=
(**) |-->Input Device "Mouse0"=0A=
(**) |-->Input Device "Keyboard0"=0A=
(**) Option "XkbModel" "pc105"=0A=
(**) XKB: model: "pc105"=0A=
(**) Option "XkbLayout" "us"=0A=
(**) XKB: layout: "us"=0A=
(=3D=3D) Keyboard: CustomKeycode disabled=0A=
(**) FontPath set to "unix/:7100"=0A=
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"=0A=
(=3D=3D) ModulePath set to "/usr/X11R6/lib/modules"=0A=
(II) Open APM successful=0A=
(II) Module ABI versions:=0A=
	X.Org ANSI C Emulation: 0.2=0A=
	X.Org Video Driver: 0.7=0A=
	X.Org XInput driver : 0.4=0A=
	X.Org Server Extension : 0.2=0A=
	X.Org Font Renderer : 0.4=0A=
(II) Loader running on linux=0A=
(II) LoadModule: "bitmap"=0A=
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a=0A=
(II) Module bitmap: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	Module class: X.Org Font Renderer=0A=
	ABI class: X.Org Font Renderer, version 0.4=0A=
(II) Loading font Bitmap=0A=
(II) LoadModule: "pcidata"=0A=
(II) Loading /usr/X11R6/lib/modules/libpcidata.a=0A=
(II) Module pcidata: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	ABI class: X.Org Video Driver, version 0.7=0A=
(++) using VT number 7=0A=
=0A=
(II) PCI: PCI scan (all values are in hex)=0A=
(II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 02 class 06,00,00 =
hdr 00=0A=
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 02 class 06,04,00 =
hdr 01=0A=
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 =
hdr 80=0A=
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 =
hdr 00=0A=
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 =
hdr 00=0A=
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 =
hdr 00=0A=
(II) PCI: 00:0d:0: chip 5333,8a01 card 5333,8a01 rev 01 class 03,00,00 =
hdr 00=0A=
(II) PCI: 00:0e:0: chip 12eb,0001 card 5053,3355 rev 02 class 04,01,00 =
hdr 00=0A=
(II) PCI: 00:11:0: chip 10b7,9055 card 1028,0089 rev 24 class 02,00,00 =
hdr 00=0A=
(II) PCI: 01:00:0: chip 1002,4757 card 1028,0089 rev 3a class 03,00,00 =
hdr 00=0A=
(II) PCI: End of PCI scan=0A=
(II) Host-to-PCI bridge:=0A=
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)=0A=
(II) Bus 0 I/O range:=0A=
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]=0A=
(II) Bus 0 non-prefetchable memory range:=0A=
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]=0A=
(II) Bus 0 prefetchable memory range:=0A=
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]=0A=
(II) PCI-to-PCI bridge:=0A=
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0080 (VGA_EN is =
cleared)=0A=
(II) Bus 1 I/O range:=0A=
	[0] -1	0	0x0000e000 - 0x0000efff (0x1000) IX[B]=0A=
(II) Bus 1 non-prefetchable memory range:=0A=
	[0] -1	0	0xf9000000 - 0xfbffffff (0x3000000) MX[B]=0A=
(II) Bus 1 prefetchable memory range:=0A=
	[0] -1	0	0xf1000000 - 0xf1ffffff (0x1000000) MX[B]=0A=
(II) PCI-to-ISA bridge:=0A=
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is =
set)=0A=
(--) PCI:*(0:13:0) S3 Inc. ViRGE/DX or /GX rev 1, Mem @ 0xf4000000/26, =
BIOS @ 0x80000000/16=0A=
(--) PCI: (1:0:0) ATI Technologies Inc 3D Rage IIC AGP rev 58, Mem @ =
0xfa000000/24, 0xf9fff000/12, I/O @ 0xec00/8=0A=
(II) Addressable bus resource ranges are=0A=
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]=0A=
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]=0A=
(II) OS-reported resource ranges:=0A=
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A=
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A=
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]=0A=
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]=0A=
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A=
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]=0A=
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]=0A=
(II) PCI Memory resource overlap reduced 0xec000000 from 0xefffffff to =
0xebffffff=0A=
(II) Active PCI resource ranges:=0A=
	[0] -1	0	0xfc020000 - 0xfc02007f (0x80) MX[B]=0A=
	[1] -1	0	0xfc000000 - 0xfc01ffff (0x20000) MX[B]=0A=
	[2] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O=0A=
	[3] -1	0	0x80000000 - 0x8000ffff (0x10000) MX[B](B)=0A=
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)=0A=
	[5] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]=0A=
	[6] -1	0	0x0000dcc8 - 0x0000dccf (0x8) IX[B]=0A=
	[7] -1	0	0x0000dcd8 - 0x0000dcdf (0x8) IX[B]=0A=
	[8] -1	0	0x0000dce0 - 0x0000dcff (0x20) IX[B]=0A=
	[9] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]=0A=
(II) Inactive PCI resource ranges:=0A=
	[0] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B](B)=0A=
	[1] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)=0A=
	[2] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B](B)=0A=
(II) Active PCI resource ranges after removing overlaps:=0A=
	[0] -1	0	0xfc020000 - 0xfc02007f (0x80) MX[B]=0A=
	[1] -1	0	0xfc000000 - 0xfc01ffff (0x20000) MX[B]=0A=
	[2] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O=0A=
	[3] -1	0	0x80000000 - 0x8000ffff (0x10000) MX[B](B)=0A=
	[4] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)=0A=
	[5] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]=0A=
	[6] -1	0	0x0000dcc8 - 0x0000dccf (0x8) IX[B]=0A=
	[7] -1	0	0x0000dcd8 - 0x0000dcdf (0x8) IX[B]=0A=
	[8] -1	0	0x0000dce0 - 0x0000dcff (0x20) IX[B]=0A=
	[9] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]=0A=
(II) Inactive PCI resource ranges after removing overlaps:=0A=
	[0] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B](B)=0A=
	[1] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)=0A=
	[2] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B](B)=0A=
(II) OS-reported resource ranges after removing overlaps with PCI:=0A=
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A=
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A=
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]=0A=
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]=0A=
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A=
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]=0A=
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]=0A=
(II) All system resource ranges:=0A=
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A=
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A=
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]=0A=
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]=0A=
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A=
	[5] -1	0	0xfc020000 - 0xfc02007f (0x80) MX[B]=0A=
	[6] -1	0	0xfc000000 - 0xfc01ffff (0x20000) MX[B]=0A=
	[7] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O=0A=
	[8] -1	0	0x80000000 - 0x8000ffff (0x10000) MX[B](B)=0A=
	[9] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)=0A=
	[10] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B](B)=0A=
	[11] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)=0A=
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]=0A=
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]=0A=
	[14] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]=0A=
	[15] -1	0	0x0000dcc8 - 0x0000dccf (0x8) IX[B]=0A=
	[16] -1	0	0x0000dcd8 - 0x0000dcdf (0x8) IX[B]=0A=
	[17] -1	0	0x0000dce0 - 0x0000dcff (0x20) IX[B]=0A=
	[18] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]=0A=
	[19] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B](B)=0A=
(II) LoadModule: "dbe"=0A=
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a=0A=
(II) Module dbe: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	Module class: X.Org Server Extension=0A=
	ABI class: X.Org Server Extension, version 0.2=0A=
(II) Loading extension DOUBLE-BUFFER=0A=
(II) LoadModule: "extmod"=0A=
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a=0A=
(II) Module extmod: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	Module class: X.Org Server Extension=0A=
	ABI class: X.Org Server Extension, version 0.2=0A=
(II) Loading extension SHAPE=0A=
(II) Loading extension MIT-SUNDRY-NONSTANDARD=0A=
(II) Loading extension BIG-REQUESTS=0A=
(II) Loading extension SYNC=0A=
(II) Loading extension MIT-SCREEN-SAVER=0A=
(II) Loading extension XC-MISC=0A=
(II) Loading extension XFree86-VidModeExtension=0A=
(II) Loading extension XFree86-Misc=0A=
(II) Loading extension XFree86-DGA=0A=
(II) Loading extension DPMS=0A=
(II) Loading extension FontCache=0A=
(II) Loading extension TOG-CUP=0A=
(II) Loading extension Extended-Visual-Information=0A=
(II) Loading extension XVideo=0A=
(II) Loading extension XVideo-MotionCompensation=0A=
(II) Loading extension X-Resource=0A=
(II) LoadModule: "fbdevhw"=0A=
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a=0A=
(II) Module fbdevhw: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 0.0.2=0A=
	ABI class: X.Org Video Driver, version 0.7=0A=
(II) LoadModule: "glx"=0A=
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a=0A=
(II) Module glx: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	ABI class: X.Org Server Extension, version 0.2=0A=
(II) Loading sub module "GLcore"=0A=
(II) LoadModule: "GLcore"=0A=
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a=0A=
(II) Module GLcore: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	ABI class: X.Org Server Extension, version 0.2=0A=
(II) Loading extension GLX=0A=
(II) LoadModule: "record"=0A=
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a=0A=
(II) Module record: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.13.0=0A=
	Module class: X.Org Server Extension=0A=
	ABI class: X.Org Server Extension, version 0.2=0A=
(II) Loading extension RECORD=0A=
(II) LoadModule: "freetype"=0A=
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so=0A=
(II) Module freetype: vendor=3D"X.Org Foundation & the After X-TT =
Project"=0A=
	compiled for 6.7.0, module version =3D 2.1.0=0A=
	Module class: X.Org Font Renderer=0A=
	ABI class: X.Org Font Renderer, version 0.4=0A=
(II) Loading font FreeType=0A=
(II) LoadModule: "type1"=0A=
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a=0A=
(II) Module type1: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.2=0A=
	Module class: X.Org Font Renderer=0A=
	ABI class: X.Org Font Renderer, version 0.4=0A=
(II) Loading font Type1=0A=
(II) Loading font CID=0A=
(II) LoadModule: "dri"=0A=
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a=0A=
(II) Module dri: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	ABI class: X.Org Server Extension, version 0.2=0A=
(II) Loading sub module "drm"=0A=
(II) LoadModule: "drm"=0A=
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a=0A=
(II) Module drm: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	ABI class: X.Org Server Extension, version 0.2=0A=
(II) Loading extension XFree86-DRI=0A=
(II) LoadModule: "ati"=0A=
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o=0A=
(II) Module ati: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 6.5.6=0A=
	Module class: X.Org Video Driver=0A=
	ABI class: X.Org Video Driver, version 0.7=0A=
(II) LoadModule: "mouse"=0A=
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o=0A=
(II) Module mouse: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	Module class: X.Org XInput Driver=0A=
	ABI class: X.Org XInput driver, version 0.4=0A=
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga=0A=
(II) R128: Driver for ATI Rage 128 chipsets:=0A=
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),=0A=
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),=0A=
	ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?),=0A=
	ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),=0A=
	ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),=0A=
	ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),=0A=
	ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),=0A=
	ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),=0A=
	ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),=0A=
	ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),=0A=
	ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),=0A=
	ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),=0A=
	ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),=0A=
	ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),=0A=
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),=0A=
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),=0A=
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),=0A=
	ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),=0A=
	ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),=0A=
	ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),=0A=
	ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),=0A=
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),=0A=
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),=0A=
	ATI Rage 128 Pro ULTRA TU (AGP?)=0A=
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),=0A=
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),=0A=
	ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),=0A=
	ATI Radeon Mobility M7 LW (AGP),=0A=
	ATI Mobility FireGL 7800 M7 LX (AGP),=0A=
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),=0A=
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,=0A=
	ATI Radeon IGP330/340/350 (A4) 4137,=0A=
	ATI Radeon IGP330M/340M/350M (U2) 4337,=0A=
	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,=0A=
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),=0A=
	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),=0A=
	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),=0A=
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),=0A=
	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),=0A=
	ATI Radeon Mobility 9000 (M9) Lf (AGP),=0A=
	ATI Radeon Mobility 9000 (M9) Lg (AGP),=0A=
	ATI Radeon 9100 IGP (A5) 5834,=0A=
	ATI Radeon Mobility 9100 IGP (U3) 5835,=0A=
	ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP),=0A=
	ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP),=0A=
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),=0A=
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),=0A=
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),=0A=
	ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),=0A=
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),=0A=
	ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),=0A=
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),=0A=
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),=0A=
	ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600 (M10) NP (AGP),=0A=
	ATI Radeon Mobility 9600 (M10) NQ (AGP),=0A=
	ATI Radeon Mobility 9600 (M11) NR (AGP),=0A=
	ATI Radeon Mobility 9600 (M10) NS (AGP),=0A=
	ATI FireGL Mobility T2 (M10) NT (AGP),=0A=
	ATI FireGL Mobility T2 (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),=0A=
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),=0A=
	ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),=0A=
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),=0A=
	ATI Radeon 9800XT NJ (AGP)=0A=
(II) Primary Device is: PCI 00:0d:0=0A=
(II) ATI:  Candidate "Device" section "Videocard0".=0A=
(II) ATI:  Shared non-ATI VGA in PCI/AGP slot 0:13:0 detected.=0A=
(II) ATI:  Shared PCI/AGP Mach64 in slot 1:0:0 detected.=0A=
(II) ATI:  Shared PCI/AGP Mach64 in slot 1:0:0 assigned to active =
"Device" section "Videocard0".=0A=
(II) resource ranges after xf86ClaimFixedResources() call:=0A=
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A=
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A=
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]=0A=
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]=0A=
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A=
	[5] -1	0	0xfc020000 - 0xfc02007f (0x80) MX[B]=0A=
	[6] -1	0	0xfc000000 - 0xfc01ffff (0x20000) MX[B]=0A=
	[7] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O=0A=
	[8] -1	0	0x80000000 - 0x8000ffff (0x10000) MX[B](B)=0A=
	[9] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)=0A=
	[10] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B](B)=0A=
	[11] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)=0A=
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]=0A=
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]=0A=
	[14] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]=0A=
	[15] -1	0	0x0000dcc8 - 0x0000dccf (0x8) IX[B]=0A=
	[16] -1	0	0x0000dcd8 - 0x0000dcdf (0x8) IX[B]=0A=
	[17] -1	0	0x0000dce0 - 0x0000dcff (0x20) IX[B]=0A=
	[18] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]=0A=
	[19] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B](B)=0A=
(II) Loading sub module "atimisc"=0A=
(II) LoadModule: "atimisc"=0A=
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o=0A=
(II) Module atimisc: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 6.5.6=0A=
	Module class: X.Org Video Driver=0A=
	ABI class: X.Org Video Driver, version 0.7=0A=
(II) resource ranges after probing:=0A=
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A=
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A=
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]=0A=
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]=0A=
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A=
	[5] -1	0	0xfc020000 - 0xfc02007f (0x80) MX[B]=0A=
	[6] -1	0	0xfc000000 - 0xfc01ffff (0x20000) MX[B]=0A=
	[7] -1	0	0xec000000 - 0xebffffff (0x0) MX[B]O=0A=
	[8] -1	0	0x80000000 - 0x8000ffff (0x10000) MX[B](B)=0A=
	[9] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)=0A=
	[10] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B](B)=0A=
	[11] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)=0A=
	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]=0A=
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]=0A=
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]=0A=
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]=0A=
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]=0A=
	[17] -1	0	0x0000dc00 - 0x0000dc7f (0x80) IX[B]=0A=
	[18] -1	0	0x0000dcc8 - 0x0000dccf (0x8) IX[B]=0A=
	[19] -1	0	0x0000dcd8 - 0x0000dcdf (0x8) IX[B]=0A=
	[20] -1	0	0x0000dce0 - 0x0000dcff (0x20) IX[B]=0A=
	[21] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]=0A=
	[22] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B](B)=0A=
	[23] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]=0A=
	[24] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]=0A=
(II) Setting vga for screen 0.=0A=
(=3D=3D) ATI(0): Chipset:  "ati".=0A=
(**) ATI(0): Depth 24, (--) framebuffer bpp 32=0A=
(II) Loading sub module "int10"=0A=
(II) LoadModule: "int10"=0A=
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a=0A=
(II) Module int10: vendor=3D"X.Org Foundation"=0A=
	compiled for 6.7.0, module version =3D 1.0.0=0A=
	ABI class: X.Org Video Driver, version 0.7=0A=
(EE) ATI(0): Cannot read V_BIOS=0A=
(WW) ATI(0): Unable to initialise int10 interface.=0A=
(EE) ATI(0): Adapter has not been initialised.=0A=
(II) UnloadModule: "ati"=0A=
(II) UnloadModule: "int10"=0A=
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.a=0A=
(II) UnloadModule: "atimisc"=0A=
(II) Unloading /usr/X11R6/lib/modules/drivers/atimisc_drv.o=0A=
(EE) Screen(s) found, but none have a usable configuration.=0A=
=0A=
Fatal server error:=0A=
no screens found=0A=
=0A=
Please consult the The X.Org Foundation support =0A=
	 at http://wiki.X.Org=0A=
 for help. =0A=
Please also check the log file at "/var/log/Xorg.0.log" for additional =
information.=0A=
=0A=

------=_NextPart_000_0017_01C45EE7.654232B0
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
xfree86-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/xfree86-list
IRC: #xfree86 on irc.redhat.com

------=_NextPart_000_0017_01C45EE7.654232B0--