DRI on radeon 9600pro (rv350ap) and xfree86 4.3 wonīt work
From: Tim Boneko (tim.boneko_at_web.de)
Date: 02/25/04
- Next message: giacomo boffi: "Re: Gnome equivalent of startkde"
- Previous message: tom: "Re: how to get rid of XFree in the longterm (just a thought)"
- Next in thread: Didier LINK: "Re: DRI on radeon 9600pro (rv350ap) and xfree86 4.3 wonīt work"
- Reply: Didier LINK: "Re: DRI on radeon 9600pro (rv350ap) and xfree86 4.3 wonīt work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 25 Feb 2004 14:34:17 +0100
After searching the net for drivers and advice, i hope to find some answers
here. I canīt get DRI running on a debian- box with hardware like above
(nforce2 chipset, kernel 2.6.3)
I tried some drivers and combinations, the most successful was the driver
from ati (fglrx_glc22). Installation and config were rather easy and
successless. The screen turns black after startx and thereīs a nasty
message in the logs, see below. It works fine as soon as i disable dri
(Option "no_dri" set to "yes") but thatīs not what i was looking for...
Conf-files and logs are pasted below. lsmod shows "fglrx 204396 3". No
"agpgart" because i compiled it into the kernel; this fixed my former
"xf86_ENODEV" error ("Could not acquire AGP").
Any ideas welcome... I modified /lib/modules/fglrx/build_mod/firegl_public.c
according to a hint in this group, but no success (yes, i recompiled the
module and rebooted).
Any ideas welcome...
tia,
tim
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lsmod:
Module Size Used by
fglrx 204396 3
prism54 46552 0
forcedeth 12416 0
ntfs 86220 1
w83781d 32192 0
i2c_sensor 2368 1 w83781d
i2c_nforce2 5120 0
i2c_core 18756 3 w83781d,i2c_sensor,i2c_nforce2
usblp 11136 0
psmouse 18056 0
usb_storage 26432 0
ohci_hcd 16708 0
usbcore 91804 5 usblp,usb_storage,ohci_hcd
8250_pci 15488 0
8250 18528 1 8250_pci
serial_core 19840 1 8250
unix 23408 288
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/etc/X11/XF86Config-4:
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
# FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
# FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 91.1
VertRefresh 60 - 100
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
#Option "NoDDC"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off" # disable DRI mtrr mapper,
driver has its own code for mtrr
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "NoTV" "no"
Option "TVStandard" "PAL-B"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "on"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "yes"
Option "FSAAScale" "2"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:2:0:0" # vendor=1002, device=4150
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "dri"
Mode 0666
EndSection
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/var/log/syslog:
Feb 25 14:02:19 brocken kernel: fglrx: module license 'Proprietary. (C) 2002
- ATI Technologies, Starnberg, GE
RMANY' taints kernel.
Feb 25 14:02:19 brocken kernel: [fglrx] Maximum main memory to use for
locked dma buffers: 432 MBytes.
Feb 25 14:02:19 brocken kernel: [fglrx] module loaded - fglrx 3.7.0 [Dec 18
2003] on minor 0
Feb 25 14:02:19 brocken kernel: [fglrx] AGP detected, AgpState =
0x1f00421b (hardware caps of chipset)
Feb 25 14:02:19 brocken kernel: agpgart: Found an AGP 3.0 compliant device
at 0000:00:00.0.
Feb 25 14:02:19 brocken kernel: agpgart: Putting AGP V3 device at
0000:00:00.0 into 8x mode
Feb 25 14:02:19 brocken kernel: agpgart: Putting AGP V3 device at
0000:02:00.0 into 8x mode
Feb 25 14:02:19 brocken kernel: Unable to handle kernel NULL pointer
dereference at virtual address 00000001
Feb 25 14:02:19 brocken kernel: printing eip:
Feb 25 14:02:19 brocken kernel: e08b6320
Feb 25 14:02:19 brocken kernel: *pde = 1832a067
Feb 25 14:02:19 brocken kernel: *pte = 00000000
Feb 25 14:02:19 brocken kernel: Oops: 0002 [#1]
Feb 25 14:02:19 brocken kernel: CPU: 0
Feb 25 14:02:19 brocken kernel: EIP: 0060:[_end+542422216/1070150056]
Tainted: P
Feb 25 14:02:19 brocken kernel: EFLAGS: 00013296
Feb 25 14:02:19 brocken kernel: EIP is at 0xe08b6320
Feb 25 14:02:19 brocken kernel: eax: 00000001 ebx: e09e4140 ecx:
ffffffff edx: 69746e65
Feb 25 14:02:19 brocken kernel: esi: e09e3438 edi: c15190c0 ebp:
e09e4140 esp: d915bf08
Feb 25 14:02:19 brocken kernel: ds: 007b es: 007b ss: 0068
Feb 25 14:02:19 brocken kernel: Process XFree86 (pid: 1233,
threadinfo=d915a000 task=d915d8c0)
Feb 25 14:02:19 brocken kernel: Stack: e09beb54 69746e65 444d4163 00305002
e09e4140 e09e4140 e09e3438 c15190c0
Feb 25 14:02:19 brocken kernel: e09c8d5a dfe8cc00 e09e437c 1f00431a
c01e3170 1f00431a e09be77b e09e4140
Feb 25 14:02:19 brocken kernel: e09cedfd e09e4140 bffff8c4 00000004
01e010de 2a7e966d 1f00431a e09ced71
Feb 25 14:02:19 brocken kernel: Call Trace:
Feb 25 14:02:19 brocken kernel: [_end+543505660/1070150056]
__ke_amd_adv_spec_cache_feature+0x14/0x90 [fglrx]
Feb 25 14:02:19 brocken kernel: [_end+543547138/1070150056]
_r6x_CheckAGPCommand+0x145/0x190 [fglrx]
Feb 25 14:02:19 brocken kernel: [agp_enable+32/48] agp_enable+0x20/0x30
Feb 25 14:02:19 brocken kernel: [_end+543504675/1070150056] __ke_agp_enabl
+0x3b/0x40 [fglrx]
Feb 25 14:02:19 brocken kernel: [_end+543571877/1070150056] drm_agp_enabl
+0x8c/0xcd [fglrx]
Feb 25 14:02:19 brocken kernel: [_end+543571737/1070150056] drm_agp_enabl
+0x0/0xcd [fglrx]
Feb 25 14:02:19 brocken kernel: [_end+543510167/1070150056] firegl_ioct
+0x167/0x1a2 [fglrx]
Feb 25 14:02:19 brocken kernel: [sys_ioctl+243/656] sys_ioctl+0xf3/0x290
Feb 25 14:02:19 brocken kernel: [syscall_call+7/11] syscall_call+0x7/0xb
Feb 25 14:02:19 brocken kernel:
Feb 25 14:02:19 brocken kernel: Code: 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/var/log/XFree86.log.0:
XFree86 Version 4.3.0.1 (Debian 4.3.0-2 20040218145349
root@butters.hq.amellus.com)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.23-1-k7 i686 [ELF]
Build Date: 18 February 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.3 (root@brocken) (gcc version 3.3.3 (Debian))
#1 Wed Feb 25 12:57:26 CET 2004 T
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Feb 25 14:02:17 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11
fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11
fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7
(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="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8002003c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev a2 class 06,00,00 hdr
80
(II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev a2 class 05,00,00 hdr
80
(II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev a2 class 05,00,00 hdr
80
(II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev a2 class 05,00,00 hdr
80
(II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev a2 class 05,00,00 hdr
80
(II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev a2 class 05,00,00 hdr
80
(II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a3 class 06,01,00 hdr
80
(II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr
80
(II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a3 class 0c,03,10 hdr
80
(II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a3 class 0c,03,10 hdr
80
(II) PCI: 00:02:2: chip 10de,0068 card 1043,0c11 rev a3 class 0c,03,20 hdr
80
(II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr
00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr
01
(II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr
00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev a2 class 06,04,00 hdr
01
(II) PCI: 01:07:0: chip 109e,036e card 0070,13eb rev 02 class 04,00,00 hdr
80
(II) PCI: 01:07:1: chip 109e,0878 card 0070,13eb rev 02 class 04,80,00 hdr
80
(II) PCI: 01:08:0: chip 1102,0002 card 1102,8065 rev 0a class 04,01,00 hdr
80
(II) PCI: 01:08:1: chip 1102,7002 card 1102,0020 rev 0a class 09,80,00 hdr
80
(II) PCI: 01:09:0: chip 9004,8178 card 0000,0000 rev 00 class 01,00,00 hdr
00
(II) PCI: 01:0a:0: chip 1260,3890 card 10b8,2802 rev 01 class 02,80,00 hdr
00
(II) PCI: 02:00:0: chip 1002,4150 card 148c,2066 rev 00 class 03,00,00 hdr
80
(II) PCI: 02:00:1: chip 1002,4170 card 148c,2067 rev 00 class 03,80,00 hdr
00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 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-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0602 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xd3000000 - 0xd4ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xd0ffffff (0x1000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xd1000000 - 0xd2ffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xb0000000 - 0xcfffffff (0x20000000) MX[B]
(--) PCI: (1:7:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @
0xd0000000/12
(--) PCI:*(2:0:0) ATI Technologies Inc unknown chipset (0x4150) rev 0, Mem @
0xb0000000/28, 0xd2000000/16, I/O @ 0xd000/8
(--) PCI: (2:0:1) ATI Technologies Inc unknown chipset (0x4170) rev 0, Mem @
0xc0000000/28, 0xd2010000/16
(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) PCI Memory resource overlap reduced 0xa0000000 from 0xafffffff to
0x9fffffff
(II) Active PCI resource ranges:
[0] -1 0 0xd4000000 - 0xd4001fff (0x2000) MX[B]
[1] -1 0 0xd4002000 - 0xd4002fff (0x1000) MX[B]
[2] -1 0 0xd0001000 - 0xd0001fff (0x1000) MX[B]
[3] -1 0 0xd5003000 - 0xd5003fff (0x1000) MX[B]
[4] -1 0 0xd5002000 - 0xd50020ff (0x100) MX[B]
[5] -1 0 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[6] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B]
[7] -1 0 0xa0000000 - 0x9fffffff (0x0) MX[B]O
[8] -1 0 0xd2000000 - 0xd200ffff (0x10000) MX[B](B)
[9] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[10] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[B](B)
[11] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[12] -1 0 0x0000c400 - 0x0000c407 (0x8) IX[B]
[13] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[14] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[15] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[16] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[17] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0xd2010000 - 0xd201ffff (0x10000) MX[B](B)
[1] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xd4000000 - 0xd4001fff (0x2000) MX[B]
[1] -1 0 0xd4002000 - 0xd4002fff (0x1000) MX[B]
[2] -1 0 0xd0001000 - 0xd0001fff (0x1000) MX[B]
[3] -1 0 0xd5003000 - 0xd5003fff (0x1000) MX[B]
[4] -1 0 0xd5002000 - 0xd50020ff (0x100) MX[B]
[5] -1 0 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[6] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B]
[7] -1 0 0xa0000000 - 0x9fffffff (0x0) MX[B]O
[8] -1 0 0xd2000000 - 0xd200ffff (0x10000) MX[B](B)
[9] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[10] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[B](B)
[11] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[12] -1 0 0x0000c400 - 0x0000c407 (0x8) IX[B]
[13] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[14] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[15] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[16] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[17] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xd2010000 - 0xd201ffff (0x10000) MX[B](B)
[1] -1 0 0xc0000000 - 0xcfffffff (0x10000000) 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 0xd4000000 - 0xd4001fff (0x2000) MX[B]
[6] -1 0 0xd4002000 - 0xd4002fff (0x1000) MX[B]
[7] -1 0 0xd0001000 - 0xd0001fff (0x1000) MX[B]
[8] -1 0 0xd5003000 - 0xd5003fff (0x1000) MX[B]
[9] -1 0 0xd5002000 - 0xd50020ff (0x100) MX[B]
[10] -1 0 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[11] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B]
[12] -1 0 0xa0000000 - 0x9fffffff (0x0) MX[B]O
[13] -1 0 0xd2000000 - 0xd200ffff (0x10000) MX[B](B)
[14] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[15] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[B](B)
[16] -1 0 0xd2010000 - 0xd201ffff (0x10000) MX[B](B)
[17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[21] -1 0 0x0000c400 - 0x0000c407 (0x8) IX[B]
[22] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[24] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[25] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[26] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 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 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 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="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(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="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 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="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="Fire GL - ATI Research GmbH, Germany"
compiled for 4.3.0.1, module version = 3.7.0
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="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) FireGL8700/8800: Driver for chipset: ATI RV250 Id (R9000),
ATI RV250 Ie (R9000), ATI RV250 If (R9000), ATI RV250 Ig (R9000),
ATI RV250 Ld (M9), ATI RV250 Le (M9), ATI RV250 Lf (M9),
ATI RV250 Lg (M9), ATI RV280 5960 (R9200 PRO),
ATI RV280 Ya (R9200LE), ATI RV250SE Yd (R9200SE),
ATI RV250 5C61 (M9+), ATI RV250 5C63 (M9+), ATI R200 QH (R8500),
ATI R200 QL (R8500), ATI R200 QM (R9100), ATI R200 QT (R8500),
ATI R200 QU (R9100), ATI R200 BB (R8500), ATI RV350 AP (R9600),
ATI RV350SE AQ (R9600SE), ATI RV350 AR (R9600 PRO),
ATI RV350 NP (M10), ATI R300 AD (R9500), ATI R300 AE (R9500),
ATI R300 AF (R9500), ATI R300 AG (Fire GL Z1/X1),
ATI R300 ND (R9700 PRO), ATI R300 NE (R9700/R9500 PRO),
ATI R300 NF (R9600 TX), ATI R300 NG (Fire GL X1),
ATI R350SE AH (R9800SE), ATI R350 AK (Fire GL unknown),
ATI RV350 AT (Fire GL T2), ATI RV350 AU (Fire GL T2),
ATI RV350 AV (Fire GL T2), ATI RV350 AW (Fire GL T2),
ATI R350 NH (R9800), ATI R350LE NI (R9800LE), ATI R350 NJ (R9800),
ATI R350 NK (Fire GL X2), ATI RV350 NT (WS/M10)
(II) Primary Device is: PCI 02:00:0
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found
(--) Chipset ATI RV350 AP (R9600) 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 0xd4000000 - 0xd4001fff (0x2000) MX[B]
[6] -1 0 0xd4002000 - 0xd4002fff (0x1000) MX[B]
[7] -1 0 0xd0001000 - 0xd0001fff (0x1000) MX[B]
[8] -1 0 0xd5003000 - 0xd5003fff (0x1000) MX[B]
[9] -1 0 0xd5002000 - 0xd50020ff (0x100) MX[B]
[10] -1 0 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[11] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B]
[12] -1 0 0xa0000000 - 0x9fffffff (0x0) MX[B]O
[13] -1 0 0xd2000000 - 0xd200ffff (0x10000) MX[B](B)
[14] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[15] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[B](B)
[16] -1 0 0xd2010000 - 0xd201ffff (0x10000) MX[B](B)
[17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[21] -1 0 0x0000c400 - 0x0000c407 (0x8) IX[B]
[22] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[24] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[25] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[26] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x8208590
(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 0xd4000000 - 0xd4001fff (0x2000) MX[B]
[6] -1 0 0xd4002000 - 0xd4002fff (0x1000) MX[B]
[7] -1 0 0xd0001000 - 0xd0001fff (0x1000) MX[B]
[8] -1 0 0xd5003000 - 0xd5003fff (0x1000) MX[B]
[9] -1 0 0xd5002000 - 0xd50020ff (0x100) MX[B]
[10] -1 0 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[11] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B]
[12] -1 0 0xa0000000 - 0x9fffffff (0x0) MX[B]O
[13] -1 0 0xd2000000 - 0xd200ffff (0x10000) MX[B](B)
[14] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[15] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[B](B)
[16] -1 0 0xd2010000 - 0xd201ffff (0x10000) MX[B](B)
[17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[24] -1 0 0x0000c400 - 0x0000c407 (0x8) IX[B]
[25] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[26] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[27] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[28] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[29] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
[30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[31] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): PCI bus 2 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "on"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "0x00000000"
(**) fglrx(0): Option "MonitorLayout" "AUTO, AUTO"
(**) fglrx(0): Option "HSync2" "unspecified"
(**) fglrx(0): Option "VRefresh2" "unspecified"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "IgnoreEDID" "off"
(**) fglrx(0): Option "UseInternalAGPGART" "no"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "FSAAScale" "2"
(**) fglrx(0): Option "FSAAEnable" "yes"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "NoTV" "no"
(**) fglrx(0): Option "TVStandard" "PAL-B"
(**) fglrx(0): Option "TVHSizeAdj" "0"
(**) fglrx(0): Option "TVVSizeAdj" "0"
(**) fglrx(0): Option "TVHPosAdj" "0"
(**) fglrx(0): Option "TVVPosAdj" "0"
(**) fglrx(0): Option "TVHStartAdj" "0"
(**) fglrx(0): Option "TVColorAdj" "0"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(**) fglrx(0): Qbs disabled
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): initializing int10
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(**) fglrx(0): Option "mtrr" "off"
(--) fglrx(0): Chipset: "ATI RV350 AP (R9600)" (Chipset = 0x4150)
(--) fglrx(0): (PciSubVendor = 0x148c, PciSubDevice = 0x2066)
(--) fglrx(0): board vendor info: third party grafics adapter - NOT original
ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xb0000000
(--) fglrx(0): MMIO registers at 0xd2000000
(--) fglrx(0): ChipExtRevID = 0x00
(--) fglrx(0): ChipIntRevID = 0x04
(--) fglrx(0): VideoRAM: 131072 kByte (64-bit SDR SDRAM)
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): I2C bus "DDC" initialized.
(II) fglrx(0): Connector Layout from BIOS --------
(II) fglrx(0): Connector1: DDCType-3, DACType-0, TMDSType--1,
ConnectorType-2
(II) fglrx(0): Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-3
(**) fglrx(0): MonitorLayout Option:
Monitor1--Type AUTO, Monitor2--Type AUTO
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 2 with Monitor Type 1
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 3 with Monitor Type 0
(II) fglrx(0): Primary head:
Monitor -- CRT
Connector -- DVI-I
DAC Type -- TVDAC/ExtDAC
TMDS Type -- Internal
DDC Type -- DVI_DDC
(II) fglrx(0): Secondary head:
Monitor -- NONE
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- VGA_DDC
(II) fglrx(0): EDID data from the display on Primary head ----------------
(II) fglrx(0): Manufacturer: PEA Model: 6e9 Serial#: 2802
(II) fglrx(0): Year: 1997 Week: 30
(II) fglrx(0): EDID Version: 1.0
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) fglrx(0): Sync: Separate Composite SyncOnGreenSerration on. V.Sync
Pulse req. if CompSync or SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) fglrx(0): Gamma: 2.38
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): redX: 0.635 redY: 0.333 greenX: 0.280 greenY: 0.595
(II) fglrx(0): blueX: 0.152 blueY: 0.063 whiteX: 0.283 whiteY: 0.298
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) fglrx(0): #1: hsize: 1024 vsize 768 refresh: 75 vid: 20321
(II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 70 vid: 19041
(II) fglrx(0): #3: hsize: 832 vsize 624 refresh: 75 vid: 20297
(II) fglrx(0): #4: hsize: 800 vsize 600 refresh: 75 vid: 20293
(II) fglrx(0): #5: hsize: 640 vsize 480 refresh: 75 vid: 20273
(II) fglrx(0): #6: hsize: 640 vsize 480 refresh: 60 vid: 16433
(II) fglrx(0): #7: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 108.0 MHz Image Size: 286 x 229 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): Supported additional Video Mode:
(II) fglrx(0): clock: 80.0 MHz Image Size: 300 x 225 mm
(II) fglrx(0): h_active: 1024 h_sync: 1056 h_sync_end 1152 h_blank_end
1328 h_border: 0
(II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 774 v_blanking: 804
v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 78.8 MHz Image Size: 300 x 225 mm
(II) fglrx(0): h_active: 1024 h_sync: 1040 h_sync_end 1136 h_blank_end
1312 h_border: 0
(II) fglrx(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 800
v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 75.0 MHz Image Size: 300 x 225 mm
(II) fglrx(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end
1328 h_border: 0
(II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806
v_border: 0
(II) fglrx(0):
(II) fglrx(0): DesktopSetup 0x0000
(**) fglrx(0): PseudoColor visuals disabled
(**) fglrx(0): Overlay disabled
(**) fglrx(0): OpenGL Overlay enabled
(II) fglrx(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=30000
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(**) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total 4 valid mode(s) found.
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Default mode "1024x768": 80.0 MHz (scaled from 0.0 MHz),
60.2 kHz, 74.9 Hz
(II) fglrx(0): Modeline "1024x768" 80.00 1024 1056 1152 1328 768 771 774
804
(**) fglrx(0): Default mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7
kHz, 74.6 Hz
(II) fglrx(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667
-hsync -vsync
(**) fglrx(0): *Default 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
+hsync +vsync
(**) fglrx(0): Default 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): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 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="The XFree86 Project"
compiled for 4.3.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.1.0
ABI class: XFree86 Video Driver, version 0.6
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(**) fglrx(0): FSAA Gamma enabled
(**) fglrx(0): FSAA Multisample Position is fix
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="Fire GL - ATI Research GmbH, Germany"
compiled for 4.3.0.1, module version = 3.7.0
ABI class: XFree86 Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): cpuFlags: 0x4000000f
(**) fglrx(0): cpuSpeedMHz: 0x0000067b
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): using built in AGPGART module: no
(**) fglrx(0): UseFastTLS=0
(**) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(II) fglrx(0): using CAIL version [ATI LIB=CAIL.LIB,IA32,2.0024]
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xd2000000 - 0xd200ffff (0x10000) MX[B]
[1] 0 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xd4000000 - 0xd4001fff (0x2000) MX[B]
[8] -1 0 0xd4002000 - 0xd4002fff (0x1000) MX[B]
[9] -1 0 0xd0001000 - 0xd0001fff (0x1000) MX[B]
[10] -1 0 0xd5003000 - 0xd5003fff (0x1000) MX[B]
[11] -1 0 0xd5002000 - 0xd50020ff (0x100) MX[B]
[12] -1 0 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[13] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B]
[14] -1 0 0xa0000000 - 0x9fffffff (0x0) MX[B]O
[15] -1 0 0xd2000000 - 0xd200ffff (0x10000) MX[B](B)
[16] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[17] -1 0 0xd0000000 - 0xd0000fff (0x1000) MX[B](B)
[18] -1 0 0xd2010000 - 0xd201ffff (0x10000) MX[B](B)
[19] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[23] 0 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[27] -1 0 0x0000c400 - 0x0000c407 (0x8) IX[B]
[28] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[30] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[31] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[32] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM area: 0xb0500000 (size=0x07b00000)
(II) fglrx(0): driver needs XFree86 version: 4.3.x
(II) fglrx(0): detected XFree86 version: 4.3.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] loaded kernel module for "fglrx" driver
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:2:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xe08b6000
(II) fglrx(0): [drm] mapped SAREA 0xe08b6000 to 0x4022b000
(II) fglrx(0): [drm] framebuffer handle = 0xb0000000
(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: 3.7.0
(II) fglrx(0): Date: Dec 18 2003
(II) fglrx(0): Desc: ATI Fire GL 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.3
(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 = 0xd2000000
(II) fglrx(0): [agp] Mode=0x1f00421b bridge: 0x10de/0x01e0
(II) fglrx(0): [agp] AGP v1/2 disable mask 0x00000000
(II) fglrx(0): [agp] AGP v3 disable mask 0x00000000
(II) fglrx(0): [agp] enabling AGP with mode=0x1f00431a
now that was a bit of text, wasnīt it?
- Next message: giacomo boffi: "Re: Gnome equivalent of startkde"
- Previous message: tom: "Re: how to get rid of XFree in the longterm (just a thought)"
- Next in thread: Didier LINK: "Re: DRI on radeon 9600pro (rv350ap) and xfree86 4.3 wonīt work"
- Reply: Didier LINK: "Re: DRI on radeon 9600pro (rv350ap) and xfree86 4.3 wonīt work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]