Discussion:
ATI dual head and 2nd PCI video card
Greg Vickers
2006-04-10 06:18:31 UTC
Permalink
Hi all,

I have a S3 Virge/DX 86C375 PCI video card which I have dropped into my
desktop comptuer. lspci shows:
0000:04:01.0 VGA compatible controller: S3 Inc. ViRGE/DX or /GX (rev 01)
This computer also has a PCI-x ATI card:
0000:01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown
device 5b62
0000:01:00.1 Display controller: ATI Technologies Inc: Unknown device 5b72

I've got two LCD monitors hanging off the ATI X600 working fine with the
ATI package (running on Debian 3.1), should I be able to use xinerama to
get a 3rd display up in XFree86?

Thanks,
--
Greg Vickers
Project Manager, IT Security
Information Technology Services
Queensland University of Technology
L12, 126 Margaret St, Brisbane

Phone: +61 7 3864 9536
Mobile: 0410 434 734
Fax: +61 7 3864 2921
Email: ***@qut.edu.au
IT Security web site: http://www.its.qut.edu.au/itsecurity/

CRICOS No. 00213J
Greg Vickers
2006-04-12 04:51:40 UTC
Permalink
Hi all,
Post by Greg Vickers
Hi all,
I have a S3 Virge/DX 86C375 PCI video card which I have dropped into my
0000:04:01.0 VGA compatible controller: S3 Inc. ViRGE/DX or /GX (rev 01)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown
device 5b62
0000:01:00.1 Display controller: ATI Technologies Inc: Unknown device 5b72
I've got two LCD monitors hanging off the ATI X600 working fine with the
ATI package (running on Debian 3.1), should I be able to use xinerama to
get a 3rd display up in XFree86?
I've gotten the S3 to behave itself and I now have a three monitor
display! XF86Config-4 file in line at the bottom of this message for
those interested.

I do have some problems:
1) Usually, all the Gnome stuff (panels, menus etc) are on the left ATI
display and the right ATI display has none of this stuff on it. With the
below configuration, the panels spread across both ATI displays and the
Gnome stuff is replicated on the S3 display. I would like there to be no
stuff (don't you like the technical term?) on the S3 display and all the
Gnome stuff still only on the left ATI display.

2) xscreensaver only activates on the left ATI display and the S3
display - not the right ATI display. (I know this is related to the
Gnome stuff being shown on both ATI displays.)

3) The S3 works fine under Windows (WinXP Pro is installed on the first
partition) so I know the h/w is capable of doing this, but in X I
haven't been able to find the correct Sync & Refresh rates to get a
stable 1280x1024 (16 bit) happening. At 60/70 max Hz respectively, the
S3 driver chops down to less than 1280x1024 and it looks weird having
different resolutions on three identical 17" LCD monitors. So I'd like
to have the S3 display at 1280x1024 without flickering horizontal lines.

Any ideas or tips gratefully received.

Thanks,
Greg


#cat /etc/X11/XF86Config-4
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig Screen 0" 0 0
Screen 1 "Screen S3" Relative "aticonfig Screen 0" 2560 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 50.0
VertRefresh 43.0 - 75.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Generic Monitor for S3"
HorizSync 28.0 - 60.0
VertRefresh 43.0 - 70.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection

Section "Device"
Identifier "S3 ViRGE/DX"
Driver "s3virge"
BusID "PCI:4:2:0"
EndSection

Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
Option "DesktopSetup" "horizontal"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "on"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen S3"
Device "S3 ViRGE/DX"
Monitor "Generic Monitor for S3"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x1024"
Viewport 0 0
EndSubsection
EndSection

Section "DRI"
Mode 0666
EndSection
--
Greg Vickers
Project Manager, IT Security
Information Technology Services
Queensland University of Technology
L12, 126 Margaret St, Brisbane

Phone: +61 7 3864 9536
Mobile: 0410 434 734
Fax: +61 7 3864 2921
Email: ***@qut.edu.au
IT Security web site: http://www.its.qut.edu.au/itsecurity/

CRICOS No. 00213J
Michel Dänzer
2006-04-12 08:48:31 UTC
Permalink
Post by Greg Vickers
1) Usually, all the Gnome stuff (panels, menus etc) are on the left ATI
display and the right ATI display has none of this stuff on it. With the
below configuration, the panels spread across both ATI displays and the
Gnome stuff is replicated on the S3 display. I would like there to be no
stuff (don't you like the technical term?) on the S3 display and all the
Gnome stuff still only on the left ATI display.
2) xscreensaver only activates on the left ATI display and the S3
display - not the right ATI display. (I know this is related to the
Gnome stuff being shown on both ATI displays.)
Please post the corresponding log file.
--
Earthling Michel Dänzer | Debian (powerpc), X and DRI developer
Libre software enthusiast | http://svcs.affero.net/rm.php?r=daenzer
Greg Vickers
2006-04-13 05:37:02 UTC
Permalink
Hi Michel,
Post by Michel Dänzer
=20
Post by Greg Vickers
1) Usually, all the Gnome stuff (panels, menus etc) are on the left ATI
display and the right ATI display has none of this stuff on it. With th=
e
Post by Michel Dänzer
Post by Greg Vickers
below configuration, the panels spread across both ATI displays and the
Gnome stuff is replicated on the S3 display. I would like there to be n=
o
Post by Michel Dänzer
Post by Greg Vickers
stuff (don't you like the technical term?) on the S3 display and all th=
e
Post by Michel Dänzer
Post by Greg Vickers
Gnome stuff still only on the left ATI display.
2) xscreensaver only activates on the left ATI display and the S3
display - not the right ATI display. (I know this is related to the
Gnome stuff being shown on both ATI displays.)
=20
=20
Please post the corresponding log file.
The log file is below. I did change the Monitor section for the S3:
Section "Monitor"
Identifier "Generic Monitor for S3"
HorizSync 28.0 - 50.0
VertRefresh 43.0 - 75.0
Option "DPMS"
EndSection

And the S3 has defaulted to 1152x768 afaik, which looks pretty horrible
:p however there are is no horizontal line corruption when I move the
mouse. All three monitors are type Acer AL1715.

Now with the S3 displaying like this, the gnome panels have remained on
the primary ATI monitor and do not stretch across to the secondary ATI
monitor.

The behavior of xscreensaver remains the same, it is only displayed on
the primary ATI monitor and the S3 monitor - the secondary ATI monitor
fades to black then shows up whatever was on the desktop!

If anyone knows the proper mode line to use for 1280*1024 for the S3 and
the corresponding sync/refresh settings for these monitors that would be
great :)

Thanks,
Greg

$ cat /var/log/XFree86.0.log
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14sarge1 20050901212727
***@localhost.localdomain)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.8-16.0508-2 i686 [ELF]
Build Date: 02 September 2005

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way. Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.6.15.4.20060321.1640 (***@its-ns-goupta)
(gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 SMP PREEMPT Tue Mar 21
16:49:26 EST 2006 T
Markers: (--) probed, (**) from config file, (=3D=3D) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Thu Apr 13 15:17:01 20=
06
(=3D=3D) Using config file: "/etc/X11/XF86Config-4"
(=3D=3D) ServerLayout "Default Layout"
(**) |-->Screen "aticonfig Screen 0" (0)
(**) | |-->Monitor "aticonfig Monitor 0"
(**) | |-->Device "ATI Graphics Adapter 0"
(**) |-->Screen "Screen S3" (1)
(**) | |-->Monitor "Generic Monitor for S3"
(**) | |-->Device "S3 ViRGE/DX"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(=3D=3D) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) FontPath set to
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/cyrillic,/usr/lib/=
X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X1=
1/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/li=
b/X11/fonts/75dpi"
(=3D=3D) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(=3D=3D) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.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=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 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=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 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 =3D 0x03, oldVal1 =3D 0x8000f800, mode1Res1 =3D 0x800000=
00
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2580 card 8086,2580 rev 04 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 8086,2581 card 0000,0000 rev 04 class 06,04,00
hdr 01
(II) PCI: 00:1b:0: chip 8086,2668 card 1025,0077 rev 03 class 04,03,00
hdr 00
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00
hdr 81
(II) PCI: 00:1c:1: chip 8086,2662 card 0000,0000 rev 03 class 06,04,00
hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1025,0077 rev 03 class 0c,03,00
hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1025,0077 rev 03 class 0c,03,00
hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1025,0077 rev 03 class 0c,03,00
hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1025,0077 rev 03 class 0c,03,00
hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1025,0077 rev 03 class 0c,03,20
hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev d3 class 06,04,01
hdr 01
(II) PCI: 00:1f:0: chip 8086,2640 card 8086,2640 rev 03 class 06,01,00
hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 8086,266f rev 03 class 01,01,8a
hdr 00
(II) PCI: 00:1f:2: chip 8086,2651 card 8086,2651 rev 03 class 01,01,8f
hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1025,0077 rev 03 class 0c,05,00
hdr 00
(II) PCI: 01:00:0: chip 1002,5b62 card 174b,0450 rev 00 class 03,00,00
hdr 80
(II) PCI: 01:00:1: chip 1002,5b72 card 174b,0451 rev 00 class 03,80,00
hdr 00
(II) PCI: 03:00:0: chip 14e4,1677 card 1025,0077 rev 01 class 02,00,00
hdr 00
(II) PCI: 04:02:0: chip 5333,8a01 card 5333,8a01 rev 01 class 03,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,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xdfa00000 - 0xdfafffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is
cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xdfd00000 - 0xdfdfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0000 (VGA_EN is
cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xdfc00000 - 0xdfcfffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xdfb00000 - 0xdfbfffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0000 (VGA_EN is
cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xd4000000 - 0xdbffffff (0x8000000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xdf900000 - 0xdf9fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is s=
et)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5b62) rev 0,
Mem @ 0xc8000000/27, 0xdfaf0000/16, I/O @ 0xbf00/8
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x5b72) rev 0,
Mem @ 0xdfae0000/16
(--) PCI: (4:2:0) S3 Inc. ViRGE/DX or /GX rev 1, Mem @ 0xd4000000/26
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xdfc00000 - 0xdfc0ffff (0x10000) MX[B]
[1] -1 0 0xdffff000 - 0xdffff3ff (0x400) MX[B]
[2] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[3] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[4] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[5] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[6] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[7] -1 0 0x0000f700 - 0x0000f703 (0x4) IX[B]
[8] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B]
[9] -1 0 0x0000f900 - 0x0000f903 (0x4) IX[B]
[10] -1 0 0x0000fa00 - 0x0000fa07 (0x8) IX[B]
[11] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[12] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
[13] -1 0 0x0000fd00 - 0x0000fd1f (0x20) IX[B]
[14] -1 0 0x0000fe00 - 0x0000fe1f (0x20) IX[B]
[15] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[16] -1 0 0x0000bf00 - 0x0000bfff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
[1] -1 0 0xdfae0000 - 0xdfaeffff (0x10000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xdfc00000 - 0xdfc0ffff (0x10000) MX[B]
[1] -1 0 0xdffff000 - 0xdffff3ff (0x400) MX[B]
[2] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[3] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[4] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[5] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[6] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[7] -1 0 0x0000f700 - 0x0000f703 (0x4) IX[B]
[8] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B]
[9] -1 0 0x0000f900 - 0x0000f903 (0x4) IX[B]
[10] -1 0 0x0000fa00 - 0x0000fa07 (0x8) IX[B]
[11] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[12] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
[13] -1 0 0x0000fd00 - 0x0000fd1f (0x20) IX[B]
[14] -1 0 0x0000fe00 - 0x0000fe1f (0x20) IX[B]
[15] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[16] -1 0 0x0000bf00 - 0x0000bfff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
[1] -1 0 0xdfae0000 - 0xdfaeffff (0x10000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xdfc00000 - 0xdfc0ffff (0x10000) MX[B]
[6] -1 0 0xdffff000 - 0xdffff3ff (0x400) MX[B]
[7] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[8] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[9] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[10] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
[11] -1 0 0xdfae0000 - 0xdfaeffff (0x10000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[15] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[16] -1 0 0x0000f700 - 0x0000f703 (0x4) IX[B]
[17] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B]
[18] -1 0 0x0000f900 - 0x0000f903 (0x4) IX[B]
[19] -1 0 0x0000fa00 - 0x0000fa07 (0x8) IX[B]
[20] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[21] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
[22] -1 0 0x0000fd00 - 0x0000fd1f (0x20) IX[B]
[23] -1 0 0x0000fe00 - 0x0000fe1f (0x20) IX[B]
[24] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[25] -1 0 0x0000bf00 - 0x0000bfff (0x100) IX[B](B)
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":
No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":
No symbols found
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o": No
symbols found
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o": No
symbols found
(II) Module GLcore: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 2.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.13.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o": No
symbols found
(II) Module speedo: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor=3D"FireGL - ATI Technologies Inc."
compiled for 4.3.0.1, module version =3D 8.23.7
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "s3virge"
(II) Loading /usr/X11R6/lib/modules/drivers/s3virge_drv.o
(II) Module s3virge: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.8.6
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:
RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
RADEON 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),
MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
MOBILITY RADEON 9600/9700 (M10/M11 4E50),
MOBILITY RADEON 9550 (M12 4E56), RADEON 9500 (R300 4144),
RADEON 9600 TX (R300 4146), FireGL Z1 (R300 4147),
RADEON 9700 PRO (R300 4E44), RADEON 9500 PRO/9700 (R300 4E45),
RADEON 9600 TX (R300 4E46), FireGL X1 (R300 4E47),
RADEON 9800 SE (R350 4148), RADEON 9550 (RV350 4153),
FireGL T2 (RV350 4154), RADEON 9800 PRO (R350 4E48),
RADEON 9800 (R350 4E49), RADEON 9800 XT (R360 4E4A),
FireGL X2-256/X2-256t (R350 4E4B),
MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
FireGL V3100 (RV370 5B64), MOBILITY RADEON X300 (M22 5460),
MOBILITY RADEON X600 (M24 5462), MOBILITY FireGL V3100 (M22 5464)=
,
RADEON X600 (RV380 3E50), FireGL V3200 (RV380 3E54),
MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
RADEON X800 XT Platinum Edition (R420 4A50), RADEON X800 (R423
5548),
RADEON X800 PRO (R423 5549),
RADEON X800 XT Platinum Edition (R423 554A),
RADEON X800 SE (R423 554B), RADEON X800 XT (R423 5D57),
FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28
5D49),
RADEON X800 XL (R430 554D), RADEON X800 (R430 554F),
RADEON X850 XT Platinum Edition (R480 5D4D),
RADEON X850 PRO (R480 5D4F), RADEON X850 XT (R480 5D52),
MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B=
),
FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
MOBILITY RADEON X700 (M26 5653), MOBILITY RADEON X700 XL,
RADEON 9100 IGP (RS300 5834),
RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
RADEON 9000 (RV280 5962), MOBILITY RADEON 9500 (M11 4E52),
RADEON 9500 (R350 4149), RADEON 9600 (RV351 4155),
MOBILITY RADEON X300 (M22 5461), RADEON X800 SE (R420 4A4F),
RADEON X800 VE (R420 4A54), RADEON X800 GT (R423 554B),
MOBILITY RADEON X800 (M28 5D4A), RADEON X800 GT (R430 554E),
RADEON X800 GTO (R430 554F), RADEON X800 GTO (R480 5D4F),
RADEON X850 (R481 4B48), RADEON X850 XT (R481 4B49),
RADEON X850 SE (R481 4B4A), RADEON X850 PRO (R481 4B4B),
RADEON X850 XT Platinum Edition (R481 4B4C)
(II) S3VIRGE: driver (version 1.8.6) for S3 ViRGE chipsets: virge, 86C325=
,
virge vx, 86C988, virge dx, virge gx, 86C375, 86C385, virge gx2,
86C357, virge mx, 86C260, virge mx+, 86C280, trio 3d, 86C365,
trio 3d/2x, 86C362, 86C368
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.23.7
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.23g1
(II) ATI Proprietary Linux Driver Build Date: Mar 6 2006 17:23:27
(II) ATI Proprietary Linux Driver Build Information:
autobuild-rel-r6-8.23.1-driver-lnx-250560
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) fou=
nd
(--) Chipset RADEON X600 (RV380 5B62) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xdfc00000 - 0xdfc0ffff (0x10000) MX[B]
[6] -1 0 0xdffff000 - 0xdffff3ff (0x400) MX[B]
[7] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[8] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[9] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[10] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
[11] -1 0 0xdfae0000 - 0xdfaeffff (0x10000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[15] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[16] -1 0 0x0000f700 - 0x0000f703 (0x4) IX[B]
[17] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B]
[18] -1 0 0x0000f900 - 0x0000f903 (0x4) IX[B]
[19] -1 0 0x0000fa00 - 0x0000fa07 (0x8) IX[B]
[20] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[21] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
[22] -1 0 0x0000fd00 - 0x0000fd1f (0x20) IX[B]
[23] -1 0 0x0000fe00 - 0x0000fe1f (0x20) IX[B]
[24] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[25] -1 0 0x0000bf00 - 0x0000bfff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=3D0x82076e8
(--) Chipset virge dx found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xdfc00000 - 0xdfc0ffff (0x10000) MX[B]
[6] -1 0 0xdffff000 - 0xdffff3ff (0x400) MX[B]
[7] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[8] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[9] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[10] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
[11] -1 0 0xdfae0000 - 0xdfaeffff (0x10000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[15] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[16] -1 0 0x0000f700 - 0x0000f703 (0x4) IX[B]
[17] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B]
[18] -1 0 0x0000f900 - 0x0000f903 (0x4) IX[B]
[19] -1 0 0x0000fa00 - 0x0000fa07 (0x8) IX[B]
[20] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[21] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
[22] -1 0 0x0000fd00 - 0x0000fd1f (0x20) IX[B]
[23] -1 0 0x0000fe00 - 0x0000fe1f (0x20) IX[B]
[24] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[25] -1 0 0x0000bf00 - 0x0000bfff (0x100) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xdfc00000 - 0xdfc0ffff (0x10000) MX[B]
[6] -1 0 0xdffff000 - 0xdffff3ff (0x400) MX[B]
[7] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[8] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[9] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[10] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
[11] -1 0 0xdfae0000 - 0xdfaeffff (0x10000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[16] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[17] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[21] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[22] -1 0 0x0000f700 - 0x0000f703 (0x4) IX[B]
[23] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B]
[24] -1 0 0x0000f900 - 0x0000f903 (0x4) IX[B]
[25] -1 0 0x0000fa00 - 0x0000fa07 (0x8) IX[B]
[26] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[27] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
[28] -1 0 0x0000fd00 - 0x0000fd1f (0x20) IX[B]
[29] -1 0 0x0000fe00 - 0x0000fe1f (0x20) IX[B]
[30] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[31] -1 0 0x0000bf00 - 0x0000bfff (0x100) IX[B](B)
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
[34] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[35] 1 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) fglrx(0): =3D=3D=3D [R200PreInit] =3D=3D=3D begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth =3D 24 bits stored in 4 bytes (32 bpp pixmaps)
(=3D=3D) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "OpenGLOverlay" "on"
(**) fglrx(0): Option "VideoOverlay" "off"
(**) fglrx(0): Option "DesktopSetup" "horizontal"
(=3D=3D) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(=3D=3D) fglrx(0): Gamma Correction for I is 0x06419064
(=3D=3D) fglrx(0): Gamma Correction for II is 0x06419064
(=3D=3D) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "RADEON X600 (RV380 5B62)" (Chipset =3D 0x5b62)
(--) fglrx(0): (PciSubVendor =3D 0x174b, PciSubDevice =3D 0x0450)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT
original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc8000000
(--) fglrx(0): MMIO registers at 0xdfaf0000
(=3D=3D) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI RV370
(II) fglrx(0): VESA VBE OEM Software Rev: 1.0
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: V380
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Reloading /usr/X11R6/lib/modules/linux/libdrm.a
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor=3D"FireGL - ATI Technologies Inc."
compiled for 4.3.0.1, module version =3D 8.23.7
ABI class: XFree86 Server Extension, version 0.2
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supporte=
d
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) fglrx(0): Connected Display1: CRT on primary DAC
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: ACR Model: 5770 Serial#: 77
(II) fglrx(0): Year: 2005 Week: 25
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) fglrx(0): Sync: Separate CompositeSerration on. V.Sync Pulse req.
if CompSync or SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 34 vert.: 27
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.629 redY: 0.354 greenX: 0.286 greenY: 0.598
(II) fglrx(0): blueX: 0.145 blueY: 0.103 whiteX: 0.300 whiteY: 0.335
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): ***@70Hz
(II) fglrx(0): ***@60Hz
(II) fglrx(0): ***@67Hz
(II) fglrx(0): ***@72Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): ***@56Hz
(II) fglrx(0): ***@60Hz
(II) fglrx(0): ***@72Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): ***@60Hz
(II) fglrx(0): ***@70Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497
(II) fglrx(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057
(II) fglrx(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) fglrx(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073
(II) fglrx(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353
(II) fglrx(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 108.0 MHz Image Size: 338 x 270 mm
(II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end
1688 h_border: 0
(II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking:
1066 v_border: 0
(II) fglrx(0): Serial No: ETL2102215
(II) fglrx(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80
kHz, PixClock max 140 MHz
(II) fglrx(0): Monitor name: Acer AL1715
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Connected Display2: DFP on internal TMDS
(II) fglrx(0): Display2 EDID data ---------------------------
(II) fglrx(0): Manufacturer: ACR Model: 5770 Serial#: 76
(II) fglrx(0): Year: 2005 Week: 25
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 34 vert.: 27
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.629 redY: 0.354 greenX: 0.286 greenY: 0.598
(II) fglrx(0): blueX: 0.145 blueY: 0.103 whiteX: 0.300 whiteY: 0.335
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): ***@70Hz
(II) fglrx(0): ***@60Hz
(II) fglrx(0): ***@67Hz
(II) fglrx(0): ***@72Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): ***@56Hz
(II) fglrx(0): ***@60Hz
(II) fglrx(0): ***@72Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): ***@60Hz
(II) fglrx(0): ***@70Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): ***@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 60 vid: 16497
(II) fglrx(0): #1: hsize: 1152 vsize 864 refresh: 70 vid: 19057
(II) fglrx(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) fglrx(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) fglrx(0): #4: hsize: 1280 vsize 960 refresh: 70 vid: 19073
(II) fglrx(0): #5: hsize: 1280 vsize 960 refresh: 75 vid: 20353
(II) fglrx(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 108.0 MHz Image Size: 338 x 270 mm
(II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end
1688 h_border: 0
(II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking:
1066 v_border: 0
(II) fglrx(0): Serial No: ETL2102215
(II) fglrx(0): Ranges: V min: 49 V max: 75 Hz, H min: 24 H max: 80
kHz, PixClock max 140 MHz
(II) fglrx(0): Monitor name: Acer AL1715
(II) fglrx(0): End of Display2 EDID data --------------------
(II) fglrx(0): Primary Controller - DFP on internal TMDS
(II) fglrx(0): Secondary Controller - CRT on primary DAC
(II) fglrx(0): Internal Desktop Setting: 0x00000010
(II) fglrx(0): POWERplay version 3. 1 power state available:
(II) fglrx(0): 1. 398/250MHz @ 50Hz [enable load balancing]
(=3D=3D) fglrx(0): Qbs disabled
(=3D=3D) fglrx(0): FAST_SWAP disabled
(=3D=3D) fglrx(0): PseudoColor visuals disabled
(=3D=3D) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(=3D=3D) fglrx(0): Center Mode is disabled
(=3D=3D) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total of 28 modes found for primary display.
(--) fglrx(0): Virtual size is 2560x1024 (pitch 2560)
(**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0
kHz, 75.0 Hz
(II) fglrx(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024
1025 1028 1066
(**) fglrx(0): Default mode "1280x1024": 128.9 MHz (scaled from 0.0
MHz), 74.6 kHz, 70.0 Hz
(II) fglrx(0): Modeline "1280x1024" 128.94 1280 1368 1504 1728 1024
1025 1028 1066 +hsync
(**) fglrx(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0
MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024
1025 1028 1066
(**) fglrx(0): *Mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5
kHz, 75.0 Hz
(II) fglrx(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865
868 900
(**) fglrx(0): Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz),
63.0 kHz, 70.0 Hz
(II) fglrx(0): Modeline "1152x864" 96.77 1152 1224 1344 1536 864 865
868 900 +hsync
(**) fglrx(0): Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz),
53.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865
868 895 +hsync
(**) fglrx(0): *Mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0
kHz, 75.0 Hz
(II) fglrx(0): Modeline "1024x768" 78.75 1024 1040 1136 1312 768 769
772 800
(**) fglrx(0): Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz),
57.7 kHz, 72.0 Hz
(II) fglrx(0): Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769
772 801 +hsync
(**) fglrx(0): Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz),
56.5 kHz, 70.0 Hz
(II) fglrx(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771
777 806 +hsync +vsync
(**) fglrx(0): Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz),
48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771
777 806 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9
kHz, 75.0 Hz
(II) fglrx(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 =
625
(**) fglrx(0): Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz),
48.1 kHz, 72.0 Hz
(II) fglrx(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 =
666
(**) fglrx(0): Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz),
43.8 kHz, 70.0 Hz
(II) fglrx(0): Modeline "800x600" 45.50 800 840 920 1040 600 601 604
625 +hsync
(**) fglrx(0): Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz),
37.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 =
628
(**) fglrx(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz),
35.2 kHz, 56.0 Hz
(II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 =
625
(**) fglrx(0): *Mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5
kHz, 75.0 Hz
(II) fglrx(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484
500 +hsync +vsync
(**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz),
37.9 kHz, 72.0 Hz
(II) fglrx(0): Modeline "640x480" 31.50 640 664 704 832 480 489 492
520 +hsync +vsync
(**) fglrx(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz),
31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492
525 +hsync +vsync
(**) fglrx(0): Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz),
33.7 kHz, 75.0 Hz
(II) fglrx(0): Modeline "640x400" 28.07 640 696 736 832 400 413 415 4=
49
(**) fglrx(0): Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz),
31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 24.92 640 664 760 792 400 460 462 5=
25
(**) fglrx(0): Default mode "512x384": 19.7 MHz (scaled from 0.0 MHz),
31.1 kHz, 75.0 Hz
(II) fglrx(0): Modeline "512x384" 19.68 512 528 576 632 384 384 385 4=
16
(**) fglrx(0): Default mode "512x384": 19.8 MHz (scaled from 0.0 MHz),
29.8 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 19.81 512 544 624 664 384 451 453 4=
97
(**) fglrx(0): Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz),
46.9 kHz, 75.0 Hz (D)
(II) fglrx(0): Modeline "400x300" 24.75 400 408 448 528 150 601 602
625 doublescan
(**) fglrx(0): Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz),
45.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300" 22.33 400 416 480 496 150 601 605
742 doublescan
(**) fglrx(0): Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz),
37.9 kHz, 75.0 Hz (D)
(II) fglrx(0): Modeline "320x240" 15.75 320 328 360 416 120 481 482
501 doublescan
(**) fglrx(0): Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz),
31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240" 12.59 320 328 376 400 120 491 493
525 doublescan
(**) fglrx(0): Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz),
31.5 kHz, 75.0 Hz (D)
(II) fglrx(0): Modeline "320x200" 13.10 320 352 368 416 100 406 407
417 doublescan
(**) fglrx(0): Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz),
31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200" 12.59 320 336 384 400 100 457 459
524 doublescan
(II) fglrx(0): Total of 28 modes found for secondary display.
(--) fglrx(0): Virtual size is 2560x1024 (pitch 2560)
(**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0
kHz, 75.0 Hz
(II) fglrx(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024
1025 1028 1066
(**) fglrx(0): Default mode "1280x1024": 128.9 MHz (scaled from 0.0
MHz), 74.6 kHz, 70.0 Hz
(II) fglrx(0): Modeline "1280x1024" 128.94 1280 1368 1504 1728 1024
1025 1028 1066 +hsync
(**) fglrx(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0
MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024
1025 1028 1066
(**) fglrx(0): *Mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5
kHz, 75.0 Hz
(II) fglrx(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865
868 900
(**) fglrx(0): Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz),
63.0 kHz, 70.0 Hz
(II) fglrx(0): Modeline "1152x864" 96.77 1152 1224 1344 1536 864 865
868 900 +hsync
(**) fglrx(0): Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz),
53.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865
868 895 +hsync
(**) fglrx(0): *Mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0
kHz, 75.0 Hz
(II) fglrx(0): Modeline "1024x768" 78.75 1024 1040 1136 1312 768 769
772 800
(**) fglrx(0): Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz),
57.7 kHz, 72.0 Hz
(II) fglrx(0): Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769
772 801 +hsync
(**) fglrx(0): Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz),
56.5 kHz, 70.0 Hz
(II) fglrx(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771
777 806 +hsync +vsync
(**) fglrx(0): Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz),
48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771
777 806 +hsync +vsync
(**) fglrx(0): *Mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9
kHz, 75.0 Hz
(II) fglrx(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 =
625
(**) fglrx(0): Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz),
48.1 kHz, 72.0 Hz
(II) fglrx(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 =
666
(**) fglrx(0): Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz),
43.8 kHz, 70.0 Hz
(II) fglrx(0): Modeline "800x600" 45.50 800 840 920 1040 600 601 604
625 +hsync
(**) fglrx(0): Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz),
37.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 =
628
(**) fglrx(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz),
35.2 kHz, 56.0 Hz
(II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 =
625
(**) fglrx(0): *Mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5
kHz, 75.0 Hz
(II) fglrx(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484
500 +hsync +vsync
(**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz),
37.9 kHz, 72.0 Hz
(II) fglrx(0): Modeline "640x480" 31.50 640 664 704 832 480 489 492
520 +hsync +vsync
(**) fglrx(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz),
31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492
525 +hsync +vsync
(**) fglrx(0): Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz),
33.7 kHz, 75.0 Hz
(II) fglrx(0): Modeline "640x400" 28.07 640 696 736 832 400 413 415 4=
49
(**) fglrx(0): Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz),
31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 24.92 640 664 760 792 400 460 462 5=
25
(**) fglrx(0): Default mode "512x384": 19.7 MHz (scaled from 0.0 MHz),
31.1 kHz, 75.0 Hz
(II) fglrx(0): Modeline "512x384" 19.68 512 528 576 632 384 384 385 4=
16
(**) fglrx(0): Default mode "512x384": 19.8 MHz (scaled from 0.0 MHz),
29.8 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 19.81 512 544 624 664 384 451 453 4=
97
(**) fglrx(0): Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz),
46.9 kHz, 75.0 Hz (D)
(II) fglrx(0): Modeline "400x300" 24.75 400 408 448 528 150 601 602
625 doublescan
(**) fglrx(0): Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz),
45.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300" 22.33 400 416 480 496 150 601 605
742 doublescan
(**) fglrx(0): Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz),
37.9 kHz, 75.0 Hz (D)
(II) fglrx(0): Modeline "320x240" 15.75 320 328 360 416 120 481 482
501 doublescan
(**) fglrx(0): Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz),
31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240" 12.59 320 328 376 400 120 491 493
525 doublescan
(**) fglrx(0): Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz),
31.5 kHz, 75.0 Hz (D)
(II) fglrx(0): Modeline "320x200" 13.10 320 352 368 416 100 406 407
417 doublescan
(**) fglrx(0): Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz),
31.5 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200" 12.59 320 336 384 400 100 457 459
524 doublescan
(--) fglrx(0): Display dimensions: (340, 270) mm
(--) fglrx(0): DPI set to (191, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(=3D=3D) fglrx(0): NoAccel =3D NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.1.0
ABI class: XFree86 Video Driver, version 0.6
(=3D=3D) fglrx(0): HPV inactive
(=3D=3D) fglrx(0): FSAA enabled: NO
(=3D=3D) fglrx(0): FSAA Gamma enabled
(=3D=3D) fglrx(0): FSAA Multisample Position is fix
(=3D=3D) fglrx(0): NoDRI =3D NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) fglrx(0): Depth moves disabled by default
(=3D=3D) fglrx(0): Capabilities: 0x00000000
(=3D=3D) fglrx(0): CapabilitiesEx: 0x00000000
(=3D=3D) fglrx(0): cpuFlags: 0x8000001d
(=3D=3D) fglrx(0): cpuSpeedMHz: 0x00000c78
(=3D=3D) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(=3D=3D) fglrx(0): UseFastTLS=3D0
(=3D=3D) fglrx(0): BlockSignalsOnLock=3D1
(=3D=3D) fglrx(0): EnablePrivateBackZ =3D NO
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(**) S3VIRGE(1): Depth 16, (--) framebuffer bpp 16
(=3D=3D) S3VIRGE(1): RGB weight 565
(=3D=3D) S3VIRGE(1): Default visual is TrueColor
(=3D=3D) S3VIRGE(1): Using HW Cursor
(=3D=3D) S3VIRGE(1): Using fb.
(=3D=3D) S3VIRGE(1): mx_cr3a_fix.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) S3VIRGE(1): initializing int10
(II) Truncating PCI BIOS Length to 32768
(II) S3VIRGE(1): VESA BIOS detected
(II) S3VIRGE(1): VESA VBE Version 2.0
(II) S3VIRGE(1): VESA VBE Total Mem: 4096 kB
(II) S3VIRGE(1): VESA VBE OEM: S3 Incorporated. ViRGE /DX /GX
(II) S3VIRGE(1): VESA VBE OEM Software Rev: 1.1
(II) S3VIRGE(1): VESA VBE OEM Vendor: S3 Incorporated.
(II) S3VIRGE(1): VESA VBE OEM Product: ViRGE /DX /GX
(II) S3VIRGE(1): VESA VBE OEM Product Rev: Rev B
(--) S3VIRGE(1): Chipset: "virge dx"
(=3D=3D) S3VIRGE(1): XVideo supported.
(II) S3VIRGE(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset
is 0x0000
(II) S3VIRGE(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset
is 0x0000
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) S3VIRGE(1): VESA VBE DDC supported
(II) S3VIRGE(1): VESA VBE DDC Level none
(II) S3VIRGE(1): VESA VBE DDC transfer in appr. 0 sec.
(II) S3VIRGE(1): VESA VBE DDC read successfully
(II) S3VIRGE(1): Manufacturer: @@@ Model: 0 Serial#: 0
(II) S3VIRGE(1): Year: 1990 Week: 0
(II) S3VIRGE(1): EDID Version: 0.0
(II) S3VIRGE(1): Analog Display Input, Input Voltage Level: 0.700/0.300 =
V
(II) S3VIRGE(1): Sync:
(II) S3VIRGE(1): Max H-Image Size [cm]: H-Size may change, V-Size may
change
(II) S3VIRGE(1): Gamma: 1.00
(II) S3VIRGE(1): No DPMS capabilities specified; Monochorome/GrayScale
Display
(II) S3VIRGE(1): redX: 0.000 redY: 0.000 greenX: 0.000 greenY: 0.000
(II) S3VIRGE(1): blueX: 0.000 blueY: 0.000 whiteX: 0.000 whiteY: 0.000
(II) S3VIRGE(1): Manufacturer's mask: 0
(--) S3VIRGE(1): unexpected EDID version 0 revision 0
(=3D=3D) S3VIRGE(1): Using gamma correction (1.0, 1.0, 1.0)
(--) S3VIRGE(1): videoram: 4096k
(--) S3VIRGE(1): Detected current MCLK value of 45.102 MHz
(II) S3VIRGE(1): Generic Monitor for S3: Using hsync range of
28.00-50.00 kHz
(II) S3VIRGE(1): Generic Monitor for S3: Using vrefresh range of
43.00-75.00 Hz
(II) S3VIRGE(1): Clock range: 10.00 to 270.00 MHz
(II) S3VIRGE(1): Not using default mode "640x350" (vrefresh out of range)
(II) S3VIRGE(1): Not using default mode "320x175" (vrefresh out of range)
(II) S3VIRGE(1): Not using default mode "640x400" (vrefresh out of range)
(II) S3VIRGE(1): Not using default mode "320x200" (vrefresh out of range)
(II) S3VIRGE(1): Not using default mode "720x400" (vrefresh out of range)
(II) S3VIRGE(1): Not using default mode "360x200" (vrefresh out of range)
(II) S3VIRGE(1): Not using default mode "640x480" (vrefresh out of range)
(II) S3VIRGE(1): Not using default mode "320x240" (vrefresh out of range)
(II) S3VIRGE(1): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "400x300" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1024x768" (vrefresh out of range=
)
(II) S3VIRGE(1): Not using default mode "512x384" (vrefresh out of range)
(II) S3VIRGE(1): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "512x384" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "512x384" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "512x384" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1152x864" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "576x432" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1280x960" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "640x480" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1280x960" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "640x480" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1280x1024" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "640x512" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1280x1024" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "640x512" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1280x1024" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "640x512" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1600x1200" (horizontal timing
out of range)
(II) S3VIRGE(1): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1600x1200" (horizontal timing
out of range)
(II) S3VIRGE(1): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1600x1200" (horizontal timing
out of range)
(II) S3VIRGE(1): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1600x1200" (horizontal timing
out of range)
(II) S3VIRGE(1): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1600x1200" (horizontal timing
out of range)
(II) S3VIRGE(1): Not using default mode "800x600" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1792x1344" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "896x672" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1792x1344" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "896x672" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1856x1392" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "928x696" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1856x1392" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "928x696" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "960x720" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "960x720" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1400x1050" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "700x525" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1400x1050" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "700x525" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1600x1024" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "800x512" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "1920x1440" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "960x720" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "2048x1536" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "2048x1536" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(1): Not using default mode "2048x1536" (insufficient memory
for mode)
(II) S3VIRGE(1): Not using default mode "1024x768" (hsync out of range)
(II) S3VIRGE(1): Not using mode "1280x1024" (no mode of this name)
(--) S3VIRGE(1): Virtual size is 1152x768 (pitch 1152)
(**) S3VIRGE(1): Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) S3VIRGE(1): Modeline "1152x768" 65.00 1152 1178 1314 1472 768
771 777 806 +hsync +vsync
(**) S3VIRGE(1): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) S3VIRGE(1): Modeline "1024x768" 65.00 1024 1048 1184 1344 768
771 777 806 -hsync -vsync
(**) S3VIRGE(1): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) S3VIRGE(1): Modeline "832x624" 57.28 832 864 928 1152 624 625
628 667 -hsync -vsync
(**) S3VIRGE(1): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) S3VIRGE(1): Modeline "800x600" 49.50 800 816 896 1056 600 601
604 625 +hsync +vsync
(**) S3VIRGE(1): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) S3VIRGE(1): Modeline "800x600" 50.00 800 856 976 1040 600 637
643 666 +hsync +vsync
(**) S3VIRGE(1): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) S3VIRGE(1): Modeline "800x600" 40.00 800 840 968 1056 600 601
605 628 +hsync +vsync
(**) S3VIRGE(1): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) S3VIRGE(1): Modeline "800x600" 36.00 800 824 896 1024 600 601
603 625 +hsync +vsync
(**) S3VIRGE(1): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) S3VIRGE(1): Modeline "640x480" 31.50 640 656 720 840 480 481
484 500 -hsync -vsync
(**) S3VIRGE(1): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) S3VIRGE(1): Modeline "640x480" 31.50 640 664 704 832 480 489
491 520 -hsync -vsync
(**) S3VIRGE(1): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) S3VIRGE(1): Modeline "640x480" 25.20 640 656 752 800 480 490
492 525 -hsync -vsync
(**) S3VIRGE(1): Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) S3VIRGE(1): Modeline "576x384" 32.50 576 589 657 736 384 385
388 403 doublescan +hsync +vsync
(**) S3VIRGE(1): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) S3VIRGE(1): Modeline "512x384" 32.50 512 524 592 672 384 385
388 403 doublescan -hsync -vsync
(**) S3VIRGE(1): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) S3VIRGE(1): Modeline "416x312" 28.64 416 432 464 576 312 312
314 333 doublescan -hsync -vsync
(**) S3VIRGE(1): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) S3VIRGE(1): Modeline "400x300" 24.75 400 408 448 528 300 300
302 312 doublescan +hsync +vsync
(**) S3VIRGE(1): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) S3VIRGE(1): Modeline "400x300" 25.00 400 428 488 520 300 318
321 333 doublescan +hsync +vsync
(**) S3VIRGE(1): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) S3VIRGE(1): Modeline "400x300" 20.00 400 420 484 528 300 300
302 314 doublescan +hsync +vsync
(**) S3VIRGE(1): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) S3VIRGE(1): Modeline "400x300" 18.00 400 412 448 512 300 300
301 312 doublescan +hsync +vsync
(**) S3VIRGE(1): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) S3VIRGE(1): Modeline "320x240" 15.75 320 328 360 420 240 240
242 250 doublescan -hsync -vsync
(**) S3VIRGE(1): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) S3VIRGE(1): Modeline "320x240" 15.75 320 332 352 416 240 244
245 260 doublescan -hsync -vsync
(**) S3VIRGE(1): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) S3VIRGE(1): Modeline "320x240" 12.60 320 328 376 400 240 245
246 262 doublescan -hsync -vsync
(=3D=3D) S3VIRGE(1): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor=3D"The XFree86 Project"
compiled for 4.3.0.1, module version =3D 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after preInit:
[0] 1 0 0xd4000000 - 0xd7ffffff (0x4000000) MS[B]
[1] 0 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B]
[2] 0 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B]
[3] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[4] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xdfc00000 - 0xdfc0ffff (0x10000) MX[B]
[9] -1 0 0xdffff000 - 0xdffff3ff (0x400) MX[B]
[10] -1 0 0xdfff8000 - 0xdfffbfff (0x4000) MX[B]
[11] -1 0 0xdfaf0000 - 0xdfafffff (0x10000) MX[B](B)
[12] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[13] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B)
[14] -1 0 0xdfae0000 - 0xdfaeffff (0x10000) MX[B](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[21] 0 0 0x0000bf00 - 0x0000bfff (0x100) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[24] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[25] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[26] -1 0 0x0000f700 - 0x0000f703 (0x4) IX[B]
[27] -1 0 0x0000f800 - 0x0000f807 (0x8) IX[B]
[28] -1 0 0x0000f900 - 0x0000f903 (0x4) IX[B]
[29] -1 0 0x0000fa00 - 0x0000fa07 (0x8) IX[B]
[30] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[31] -1 0 0x0000fc00 - 0x0000fc1f (0x20) IX[B]
[32] -1 0 0x0000fd00 - 0x0000fd1f (0x20) IX[B]
[33] -1 0 0x0000fe00 - 0x0000fe1f (0x20) IX[B]
[34] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[35] -1 0 0x0000bf00 - 0x0000bfff (0x100) IX[B](B)
[36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[37] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
[38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): UMM Bus area: 0xc8c01000 (size=3D0x073ef000)
(II) fglrx(0): UMM area: 0xc8c01000 (size=3D0x073ef000)
(II) fglrx(0): driver needs XFree86 4.3.x.y with x.y >=3D 0.1
(II) fglrx(0): detected XFree86 4.3.0.1
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xf8885000
(II) fglrx(0): [drm] mapped SAREA 0xf8885000 to 0xb7b0c000
(II) fglrx(0): [drm] framebuffer handle =3D 0xc8000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 8.23.7
(II) fglrx(0): Date: Mar 6 2006
(II) fglrx(0): Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.15.4.20060321.164=
0
(II) fglrx(0): Build-Kernel MODVERSIONS: no
(II) fglrx(0): Build-Kernel __SMP__: no
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle =3D 0xdfaf0000
(II) fglrx(0): [pcie] 65536 kB allocated with handle 0xdeadbeef
(II) fglrx(0): [drm] ringbuffer size =3D 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs =3D 100 bufsize =3D 28=
672
(II) fglrx(0): [drm] texture shared area handle =3D 0xf8ecb000
(II) fglrx(0): shared FSAAScale=3D1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc8000000 FBMappedSize: 0x00c01000
(II) fglrx(0): Splitting WC range: base: 0xc8000000, size: 0xc01000
(II) fglrx(0): Splitting WC range: base: 0xc8800000, size: 0x401000
(=3D=3D) fglrx(0): Write-combining range (0xc8c00000,0x1000)
(=3D=3D) fglrx(0): Write-combining range (0xc8800000,0x401000)
(=3D=3D) fglrx(0): Write-combining range (0xc8000000,0xc01000)
(II) fglrx(0): FBMM initialized for area (0,0)-(2560,1229)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(2560,1024) (front color
buffer - assumption)
(=3D=3D) fglrx(0): Backing store disabled
(=3D=3D) fglrx(0): Silken mouse enabled
(=3D=3D) fglrx(0): Using hardware cursor (scanline 1024)
(II) fglrx(0): Largest offscreen area available: 2560 x 197
(II) fglrx(0): Initialized in-driver Xinerama extension
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Solid Lines
Dashed Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
20 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle =3D 0x00000001
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(II) fglrx(0): Interrupt handler installed at IRQ 169.
(=3D=3D) RandR enabled
(=3D=3D) S3VIRGE(1): Write-combining range (0xd4000000,0x400000)
(II) S3VIRGE(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset
is 0x0000
(II) S3VIRGE(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset
is 0x0000
(**) S3VIRGE(1): Using FB
(II) S3VIRGE(1): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
CPU to Screen color expansion
Solid Horizontal and Vertical Lines
Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
10 256x256 slots
(=3D=3D) S3VIRGE(1): Backing store disabled
(=3D=3D) S3VIRGE(1): Silken mouse enabled
(**) Option "dpms"
(**) S3VIRGE(1): DPMS enabled
(II) S3VIRGE(1): Using overlay video
(=3D=3D) RandR enabled
(II) Setting vga for screen 0.
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard "Generic Keyboard" handled by legacy driver
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE=
)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element unix/:7100, removing from list!
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
SetGrabKeysState - disabled
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
SetGrabKeysState - enabled
SetGrabKeysState - disabled
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
SetGrabKeysState - enabled
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5
GetModeLine - scrn: 0 clock: 135000
GetModeLine - hdsp: 1280 hbeg: 1296 hend: 1440 httl: 1688
vdsp: 1024 vbeg: 1025 vend: 1028 vttl: 1066 flags: 0
GetModeLine - scrn: 1 clock: 64995
GetModeLine - hdsp: 1152 hbeg: 1178 hend: 1314 httl: 1472
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 5



--=20
Greg Vickers
Project Manager, IT Security
Information Technology Services
Queensland University of Technology
L12, 126 Margaret St, Brisbane

Phone: +61 7 3864 9536
Mobile: 0410 434 734
Fax: +61 7 3864 2921
Email: ***@qut.edu.au
IT Security web site: http://www.its.qut.edu.au/itsecurity/

CRICOS No. 00213J
Greg Vickers
2006-04-13 06:04:35 UTC
Permalink
Post by Greg Vickers
Hi Michel,
Post by Michel Dänzer
1) Usually, all the Gnome stuff (panels, menus etc) are on the left AT=
I
Post by Greg Vickers
Post by Michel Dänzer
display and the right ATI display has none of this stuff on it. With t=
he
Post by Greg Vickers
Post by Michel Dänzer
below configuration, the panels spread across both ATI displays and th=
e
Post by Greg Vickers
Post by Michel Dänzer
Gnome stuff is replicated on the S3 display. I would like there to be =
no
Post by Greg Vickers
Post by Michel Dänzer
stuff (don't you like the technical term?) on the S3 display and all t=
he
Post by Greg Vickers
Post by Michel Dänzer
Gnome stuff still only on the left ATI display.
2) xscreensaver only activates on the left ATI display and the S3
display - not the right ATI display. (I know this is related to the
Gnome stuff being shown on both ATI displays.)
Please post the corresponding log file.
=20
Section "Monitor"
Identifier "Generic Monitor for S3"
HorizSync 28.0 - 50.0
VertRefresh 43.0 - 75.0
Option "DPMS"
EndSection
=20
And the S3 has defaulted to 1152x768 afaik, which looks pretty horrible
:p however there are is no horizontal line corruption when I move the
mouse. All three monitors are type Acer AL1715.
=20
Now with the S3 displaying like this, the gnome panels have remained on
the primary ATI monitor and do not stretch across to the secondary ATI
monitor.
=20
The behavior of xscreensaver remains the same, it is only displayed on
the primary ATI monitor and the S3 monitor - the secondary ATI monitor
fades to black then shows up whatever was on the desktop!
=20
If anyone knows the proper mode line to use for 1280*1024 for the S3 an=
d
Post by Greg Vickers
the corresponding sync/refresh settings for these monitors that would b=
e
Post by Greg Vickers
great :)
I did JFGI and found the horizontal and vertical settings for these
monitors:
HorizSync 31.5 - 80.0
VertRefresh 56.3 - 75.0

But the horizontal and vertical corruption on the S3 display remains :(

Other things I noted as well:
* In BIOS, the "Init display first" setting has to be set to "PCIx"
otherwise the fglrx module will not find the ATI card. (If I boot
Windows, it has to be the other way around, i.e. PCI display has to be
initalised first otherwise the PCI card does not work under Windows. So
this nesseciates a BIOS change if I want to boot alternate OS's.)
* When X starts, it takes a looong time to bring up gdm - over 60
seconds. This only started happening once I installed the S3 and
configured X to use it so I assume that the S3 driver is doing this.
* The Gnome panels are displayed on the S3 and the workspaces on that
display switch independently of the display on the ATI monitors. I guess
this is a xinerama thing? Although when I use the Ctrl-Alt-arrowkey
combination to switch workspaces on the S3 monitor, the switcher that is
displayed 'locks up' and I can't switch using the keyboard combination
until I click the screen (this makes the switcher go away).

Thanks again,
Greg
Post by Greg Vickers
Thanks,
Greg
=20
$ cat /var/log/XFree86.0.log
<large log file snipped, see previous post>

--=20
Greg Vickers
Project Manager, IT Security
Information Technology Services
Queensland University of Technology
L12, 126 Margaret St, Brisbane

Phone: +61 7 3864 9536
Mobile: 0410 434 734
Fax: +61 7 3864 2921
Email: ***@qut.edu.au
IT Security web site: http://www.its.qut.edu.au/itsecurity/

CRICOS No. 00213J
Michel Dänzer
2006-04-13 10:30:57 UTC
Permalink
Post by Greg Vickers
Post by Michel Dänzer
Post by Greg Vickers
1) Usually, all the Gnome stuff (panels, menus etc) are on the left ATI
display and the right ATI display has none of this stuff on it. With the
below configuration, the panels spread across both ATI displays and the
Gnome stuff is replicated on the S3 display. I would like there to be no
stuff (don't you like the technical term?) on the S3 display and all the
Gnome stuff still only on the left ATI display.
2) xscreensaver only activates on the left ATI display and the S3
display - not the right ATI display. (I know this is related to the
Gnome stuff being shown on both ATI displays.)
Please post the corresponding log file.
[...]
Post by Greg Vickers
Now with the S3 displaying like this, the gnome panels have remained on
the primary ATI monitor and do not stretch across to the secondary ATI
monitor.
The behavior of xscreensaver remains the same, it is only displayed on
the primary ATI monitor and the S3 monitor - the secondary ATI monitor
fades to black then shows up whatever was on the desktop!
Weird, the log file shows the fglrx in-driver Xinerama implementation
being enabled. Does

DISPLAY=:0.0 xdpyinfo -ext XINERAMA

or

DISPLAY=:0.0 xdpyinfo -queryExt

show anything interesting about Xinerama?

I guess it's possible that xscreensaver gets confused by this mixed
(non-)Xinerama setup. If you start it manually, does it say anything
interesting?

Also, I'm curious if any of the following makes a difference:

* Option "DesktopSetup" "vertical" instead of "horizontal"
* Not enabling Option "OpenGLOverlay" (an exotic feature mostly
used by workstation class OpenGL apps)
Post by Greg Vickers
* The Gnome panels are displayed on the S3 and the workspaces on that
display switch independently of the display on the ATI monitors. I
guess this is a xinerama thing?
Yes, because the S3 screen is not merged with the others by Xinerama,
GNOME has to treat :0.0 and :0.1 independently.
--
Earthling Michel Dänzer | Debian (powerpc), X and DRI developer
Libre software enthusiast | http://svcs.affero.net/rm.php?r=daenzer
Greg Vickers
2006-04-18 06:36:29 UTC
Permalink
Hi Michel,
Post by Michel Dänzer
Weird, the log file shows the fglrx in-driver Xinerama implementation
being enabled. Does
=20
DISPLAY=3D:0.0 xdpyinfo -ext XINERAMA
=20
or
=20
DISPLAY=3D:0.0 xdpyinfo -queryExt
=20
show anything interesting about Xinerama?
These commands show some information about Xinerama:
$ DISPLAY=3D:0.0 xdpyinfo -ext XINERAMA
... <snip> ...
XINERAMA version 1.1 opcode: 128
head #0: 1280x1024 @ 0,0
head #1: 1280x1024 @ 1280,0

The only extra information shown from the second command is:
... <snip> ...
ATIFGLEXTENSION (opcode: 149)
ATIFGLRXDRI (opcode: 148)
ATITVOUT (opcode: 150)
BIG-REQUESTS (opcode: 132)
DOUBLE-BUFFER (opcode: 145, base error: 157)
DPMS (opcode: 139)
Extended-Visual-Information (opcode: 142)
FontCache (opcode: 140, base error: 152)
GLX (opcode: 146, base event: 77, base error: 158)
LBX (opcode: 155, base event: 111, base error: 178)
MIT-SCREEN-SAVER (opcode: 134, base event: 67)
MIT-SHM (opcode: 151, base event: 94, base error: 171)
MIT-SUNDRY-NONSTANDARD (opcode: 131)
RANDR (opcode: 160, base event: 114)
RECORD (opcode: 147, base error: 170)
RENDER (opcode: 159, base error: 182)
SECURITY (opcode: 157, base event: 113, base error: 180)
SGI-GLX (opcode: 146, base event: 77, base error: 158)
SHAPE (opcode: 130, base event: 64)
SYNC (opcode: 133, base event: 65, base error: 130)
TOG-CUP (opcode: 141)
X-Resource (opcode: 144)
XC-APPGROUP (opcode: 156, base error: 179)
XC-MISC (opcode: 135)
XFree86-Bigfont (opcode: 158)
XFree86-DGA (opcode: 138, base event: 68, base error: 147)
XFree86-DRI (opcode: 129, base error: 128)
XFree86-Misc (opcode: 137, base error: 139)
XFree86-VidModeExtension (opcode: 136, base error: 132)
XINERAMA (opcode: 128)
XInputExtension (opcode: 152, base event: 95, base error: 172)
XKEYBOARD (opcode: 154, base event: 110, base error: 177)
XTEST (opcode: 153)
XVideo (opcode: 143, base event: 75, base error: 154)
,,, <snip> ...
Post by Michel Dänzer
I guess it's possible that xscreensaver gets confused by this mixed
(non-)Xinerama setup. If you start it manually, does it say anything
interesting?
Nothing interesting, no.
Post by Michel Dänzer
=20
* Option "DesktopSetup" "vertical" instead of "horizontal"
* Not enabling Option "OpenGLOverlay" (an exotic feature mostly
used by workstation class OpenGL apps)
"DesktopSetup" "vertical" made the ATI display slow down noticeably,
apart from doing what it is meant to do.
OpenGLOverlay off made no difference that I could see.
Post by Michel Dänzer
Post by Greg Vickers
* The Gnome panels are displayed on the S3 and the workspaces on that
display switch independently of the display on the ATI monitors. I
guess this is a xinerama thing?
=20
Yes, because the S3 screen is not merged with the others by Xinerama,
GNOME has to treat :0.0 and :0.1 independently.
That makes sense, thanks Michel!

I ran up X with just the S3 card configured and it was almost
excruciatingly slow compared to the ATI... so I took it out for the
meantime :p When I get my hands on a faster PCI video card (or on a
system with multiple PCIx slots and multiple PCIx video cards!) I'll
have another bash at it.

This is all a bit irritating because the setup works 100% in Windows, sig=
h.

Anyway I've found another problem which I'll start a new thread about...

Thanks,
--=20
Greg Vickers
Project Manager, IT Security
Information Technology Services
Queensland University of Technology
L12, 126 Margaret St, Brisbane

Phone: +61 7 3864 9536
Mobile: 0410 434 734
Fax: +61 7 3864 2921
Email: ***@qut.edu.au
IT Security web site: http://www.its.qut.edu.au/itsecurity/

CRICOS No. 00213J

Loading...