Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Witam, mam problemy z uruchomieniem akceleracji w swoich X-ach.
Używam Xorga w wersji 7.0.0, i Debiana w wersji unstable/sid
Jajko 2.6.16.20 (próbowałem również 2.6.16.16 i kilka wcześniejszych)
Sterowniki ATI: 8.27.10-x86 (próbowałem również 8.26.18-x86)
Moja karta to ATI Radeon 9100 ( /Saphire/ 128 MB)
gcc 4.1.2
Próbowałem zainstalować sterowniki ATI, uprzednio przygotowując odpowiednio system:
- posiadałem wszelkie pakiety do kompilacji jądra
- wyłączyłem X-y
Po instalacji dostałem następujący log (/usr/share/fglrx/fglrx-install.log - patrz niżej), z którego jasno wynika, że niby moduł został skompilowany.
Uruchamiając modconf nie widziałem nic takiego jak moduł fglrx. Spróbowałem więc ręcznie przekopiować wynikowy plik (jakiś tam fglrx..wersja...ko) i ponownie uruchomiłem modconfa.
Jednak to również nie pomogło. Moduł nie został załadowany.
Postąpiłem więc tak, jak życzy sobie tego producent - czyli uruchomiłem
aticonf --initial
Skrypt spaczował mi /etc/X11/xorg.conf Po moich małych przeróbkach uzyskałem coś takiego (patrz xorg.conf)
Po uruchomieniu X-ów o dziwo zmieniło się odświerzanie, które na driverach vesy (przy ustawionych wcześniej parametrach monitora) nie chodziło jak trzeba.
Sprawdziłem więc fglrxinfo glxinfo i otrzymałem następujący rezultat (patrz niżej). Akceleracji nie było. W obu przypadkach pojawiło się coś takiego:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Oglądnąłem więc logi Xorga. A tam: (patrz /var/log/Xorg.0.log)
A tam kilka ciekawych pozycji:
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
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
[drm] failed to load kernel module "fglrx"
(WW) fglrx(0): Failed to open DRM connection
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): AGP card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(...)
[b](II) fglrx(0): Acceleration enabled [/b]
[b](II) fglrx(0): Direct rendering disabled [/b]
Wygląda mi na to, że stery ATI niepoprawnie skompilowały moduł fglrx.
I tu moje pytanie. Czy dobrze myślę? I ewentualnie co z tym zrobić?
Proszę o podpowiedź.
##########################################################
/usr/share/fglrx/fglrx-install.log
[Message] Kernel Module : Trying to install a precompiled kernel module.
[Message] Kernel Module : Precompiled kernel module version mismatched.
[Message] Kernel Module : Found kernel module build environment, generating kernel module now.
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
Assuming default VMAP API
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.16.20/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Wejście do katalogu `/usr/src/linux-2.6.16.20'
CC [M] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2230: warning: 'deferred_flush' defined but not used
LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.o
Building modules, stage 2.
MODPOST
CC /lib/modules/fglrx/build_mod/2.6.x/fglrx.mod.o
LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.ko
make[1]: Opuszczenie katalogu `/usr/src/linux-2.6.16.20'
build succeeded with return value 0
duplicating results into driver repository...
done.
==============================
- recreating module dependency list
- trying a sample load of the kernel modules
failed.
[Error] Kernel Module : Failed to install compiled kernel module - please consult readme.
#########################################################
/etc/X 11/xorg.conf
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
#usunac ttf, otf, cid
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Secti on "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "GLcore"
EndSection
Section "ServerFlags"
# Option "DontZoom" "false"
# Option "AllowClosedownGrabs" "true"
Option "DontVTSwitch" "false"
# Option "DontZap" "false"
Option "HandleSpecialKeys" "Never"
# Option "HandleSpecialKeys" "WhenNeeded"
Option "XkbDisable" "false"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "MAG 796FD"
Option "DPMS" "true"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
# Identifier "Radeon 9100"
# Driver "vesa"
# VendorName "ATI Technologies Inc"
# BoardName "Radeon R200 QM [Radeon 9100]"
# BusID "PCI:1:0:0"
# Identifier "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
# Driver "nv"
# BusID "PCI:1:0:0"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
# Identifier "Default Screen"
# Device "Radeon 9100"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
# SubSection "Display"
# Viewport 0 0
# Depth 24
# EndSubSection
SubSection "Display"
Depth 1
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
########################################## ##############
po wpisaniu polecenia:
> fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
#######################################################
po wpisaniu polecenia:
> glxinfo
name of display: :0.0
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x3c 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
########################################################
i cały Xorg.0.conf
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux neverland 2.6.16.20 #46 PREEMPT Sat Aug 12 17:59:12 CEST 2006 i686
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 13 14:09:30 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) | |-->Monitor "aticonfig-Monitor[0]"
(**) | |-->Device "aticonfig-Device[0]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/misc".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/misc").
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11 /75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X 11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/share/fonts/X11/misc/,/usr/ share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts /X11/CID/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "DontVTSwitch" "false"
(**) Option "XkbDisable" "false"
(**) Option "HandleSpecialKeys" "Never"
(**) Xkb enabled
(**) Never handling special keys in DDX
(**) Extension "Composite" is enabled
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1462,5700 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0080 card 1462,5700 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0084 card 1462,5700 rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0087 card 1462,5700 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0087 card 1462,5700 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0088 card 1462,5700 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,008c card 1462,570c rev a3 class 06,80,00 hdr 00
(II) PCI: 00:06:0: chip 10de,008a card 1462,0080 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,008b card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0085 card 1462,5700 rev a3 class 01,01,8a hdr 00
(II) PCI: 00:0b:0: chip 10de,008e card 1462,5700 rev a3 class 01,01,85 hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:00:0: chip 1002,514d card 174b,7149 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:07:0: chip 14f1,1056 card 14f1,1056 rev 08 class 07,80,00 hdr 00
(II) PCI: 02:08:0: chip 109e,036e card 107d,6606 rev 11 class 04,00,00 hdr 80
(II) PCI: 02:08:1: chip 109e,0878 card 107d,6606 rev 11 class 04,80,00 hdr 80
(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 2: bridge is at (0:8:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xd5000000 - 0xd5ffffff (0x1000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xd6000000 - 0xd7ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon R200 QM [Radeon 9100] rev 0, Mem @ 0xc0000000/28, 0xd7000000/16, I/O @ 0xa000/8
(--) PCI: (2:8:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xd5000000/12
(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 0xd0000000 from 0xd3ffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[1] -1 0 0xd4000000 - 0xd400ffff (0x10000) MX[B]
[2] -1 0 0xd8004000 - 0xd8004fff (0x1000) MX[B]
[3] -1 0 0xd8000000 - 0xd8000fff (0x1000) MX[B]
[4] -1 0 0xd8003000 - 0xd80030ff (0x100) MX[B]
[5] -1 0 0xd8002000 - 0xd8002fff (0x1000) MX[B]
[6] -1 0 0xd8001000 - 0xd8001fff (0x1000) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
[9] -1 0 0xd7000000 - 0xd700ffff (0x10000) MX[B](B)
[10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[11] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[12] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
[13] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
[14] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[15] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[16] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[17] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[18] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[19] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[20] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[21] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[22] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[1] -1 0 0xd4000000 - 0xd400ffff (0x10000) MX[B]
[2] -1 0 0xd8004000 - 0xd8004fff (0x1000) MX[B]
[3] -1 0 0xd8000000 - 0xd8000fff (0x1000) MX[B]
[4] -1 0 0xd8003000 - 0xd80030ff (0x100) MX[B]
[5] -1 0 0xd8002000 - 0xd8002fff (0x1000) MX[B]
[6] -1 0 0xd8001000 - 0xd8001fff (0x1000) MX[B]
[7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[8] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
[9] -1 0 0xd7000000 - 0xd700ffff (0x10000) MX[B](B)
[10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[11] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[12] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
[13] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
[14] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[15] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[16] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[17] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[18] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[19] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[20] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[21] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[22] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[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 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[6] -1 0 0xd4000000 - 0xd400ffff (0x10000) MX[B]
[7] -1 0 0xd8004000 - 0xd8004fff (0x1000) MX[B]
[8] -1 0 0xd8000000 - 0xd8000fff (0x1000) MX[B]
[9] -1 0 0xd8003000 - 0xd80030ff (0x100) MX[B]
[10] -1 0 0xd8002000 - 0xd8002fff (0x1000) MX[B]
[11] -1 0 0xd8001000 - 0xd8001fff (0x1000) MX[B]
[12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[13] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
[14] -1 0 0xd7000000 - 0xd700ffff (0x10000) MX[B](B)
[15] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[19] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
[20] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
[21] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[22] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[23] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[24] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[26] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[27] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[28] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[29] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[30] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org 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 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/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.0.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "GLcore"
(II) Reloading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 6.8.99.8, module version = 8.27.10
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.4
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(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 9250/9200 Series (RV280 5961),
RADEON 9250/9200 Series (RV280 5962),
RADEON 9250/9200 Series (RV280 5964), FireMV 2200 PCI (RV280 5965),
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 9500 (M11 4E52), 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 9500 (R350 4149), RADEON 9550 (RV350 4153),
FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
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/X550 (RV370 5B60),
RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),
MOBILITY RADEON X600 SE (M24 5462), MOBILITY FireGL V3100 (M22 5464),
RADEON X600/X550 Series (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 SE (R420 4A4F),
RADEON X800 XT Platinum Edition (R420 4A50),
RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
RADEON X800 GTO (R423 5549),
RADEON X800 XT Platinum Edition (R423 554A),
RADEON X800 GT (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),
MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
RADEON X850 XT Platinum Edition (R480 5D4D),
RADEON X800 GTO (R480 5D4F), FireGL V7200 (R480 5D50),
RADEON X850 XT (R480 5D52), 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),
MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
FireGL V5000 (RV410 5E48), RADEON X700 XT (RV410 5E4A),
RADEON X700 PRO (RV410 5E4B), RADEON X700 SE (RV410 5E4C),
RADEON X700 (RV410 5E4D), RADEON X700/X550 Series (RV410 5E4F),
MOBILITY RADEON X700 (M26 5652), MOBILITY RADEON X700 (M26 5653),
MOBILITY RADEON X700 XL (M26-XC 564F),
RADEON 9000/9100 IGP Series (RS300 5834),
RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
MOBILITY RADEON 9000 IGP (RL300MB 7835),
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 X1800 (R520 7100), MOBILITY RADEON X1800 XT (M58 7101),
MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),
FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),
MOBILITY FireGL V7100 (M58 7106), RADEON X1800 Series (R520 7108),
RADEON X1800 Series (R520 7109), RADEON X1800 Series (R520 710A),
RADEON X1800 Series (R520 710B), RADEON X1800 Series (R520 710C),
FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),
RADEON X1300 PRO (RV505 7143), RADEON X1300 (RV505 7147),
MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
RADEON X1300 Series (RV505 715F), RADEON X1600 Series (RV515 7140),
RADEON X1300 Series (RV515 7142), MOBILITY FireGL (M54 GL 7144),
MOBILITY RADEON X1400 (M54 7145), RADEON X1300 Series (RV515 7146),
MOBILITY RADEON X1300 (M52 7149), MOBILITY RADEON X1300 (M52 714A),
RADEON X1300 Series (RV515 714D), RADEON X1300 Series (RV515 714E),
FireGL V3300 (RV515 7152), RADEON X1300 Series (RV515 715E),
FireStream 2U (R580 724E), FireStream 2U (R580 724F),
RADEON X1600 Series (RV530 71C0), RADEON X1600 Series (RV530 71C2),
MOBILITY FireGL V5200 (M56 71C4), MOBILITY RADEON X1600 (M56 71C5),
RADEON X1600 Series (RV530 LE 71C6),
RADEON X1600 Series (RV530 VE 71CE), FireGL V3400 (RV530 71D2),
FireGL V5200 (RV530 71DA), RADEON X1600 Series (RV530 SE 71DE),
RADEON X1900 (R580 7240), RADEON X1900 (R580 7243),
RADEON X1900 (R580 7244), RADEON X1900 (R580 7245),
RADEON X1900 (R580 7246), RADEON X1900 (R580 7247),
RADEON X1900 (R580 7248), RADEON X1900 (R580 7249),
RADEON X1900 (R580 724A), RADEON X1900 (R580 724B),
RADEON X1900 (R580 724C), RADEON X1900 (R580 724D)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.27.10
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.27g1
(II) ATI Proprietary Linux Driver Build Date: Jul 27 2006 21:57:31
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.27.1.1.2.3-driver-lnx-282878
(--) Assigning device section with no busID to primary device
(--) Chipset RADEON 9100 (R200 514D) 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 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[6] -1 0 0xd4000000 - 0xd400ffff (0x10000) MX[B]
[7] -1 0 0xd8004000 - 0xd8004fff (0x1000) MX[B]
[8] -1 0 0xd8000000 - 0xd8000fff (0x1000) MX[B]
[9] -1 0 0xd8003000 - 0xd80030ff (0x100) MX[B]
[10] -1 0 0xd8002000 - 0xd8002fff (0x1000) MX[B]
[11] -1 0 0xd8001000 - 0xd8001fff (0x1000) MX[B]
[12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[13] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
[14] -1 0 0xd7000000 - 0xd700ffff (0x10000) MX[B](B)
[15] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[19] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
[20] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
[21] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[22] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[23] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[24] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[26] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[27] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[28] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[29] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[30] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x81e5530
(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 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[6] -1 0 0xd4000000 - 0xd400ffff (0x10000) MX[B]
[7] -1 0 0xd8004000 - 0xd8004fff (0x1000) MX[B]
[8] -1 0 0xd8000000 - 0xd8000fff (0x1000) MX[B]
[9] -1 0 0xd8003000 - 0xd80030ff (0x100) MX[B]
[10] -1 0 0xd8002000 - 0xd8002fff (0x1000) MX[B]
[11] -1 0 0xd8001000 - 0xd8001fff (0x1000) MX[B]
[12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[13] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
[14] -1 0 0xd7000000 - 0xd700ffff (0x10000) MX[B](B)
[15] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[22] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
[23] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
[24] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[25] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[26] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[27] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[28] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[29] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[30] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[31] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[32] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[33] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
[34] 0 0 0xd60003b0 - 0xd60003bb (0xc) IS[B]
[35] 0 0 0xd60003c0 - 0xd60003df (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/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(II) fglrx(0): PCI bus 1 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 "DPMS" "true"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "RADEON 9100 (R200 514D)" (Chipset = 0x514d)
(--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0x7149)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xd7000000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/lib/xorg/modules/libvbe.so
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 131072 kB
(II) fglrx(0): VESA VBE OEM: ATI RADEON 8500
(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: R200
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
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
[drm] failed to load kernel module "fglrx"
(WW) fglrx(0): Failed to open DRM connection
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): AGP card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) fglrx(0): Connected Display1: CRT on primary DAC
(II) fglrx(0): Display1: No EDID information from DDC.
(II) fglrx(0): Display1: Failed to get EDID information.
(WW) fglrx(0): Specified desktop setup not supported: 8
(II) fglrx(0): Primary Controller - CRT on primary DAC
(II) fglrx(0): Internal Desktop Setting: 0x00000004
(II) fglrx(0): POWERplay not supported on this hardware
(==) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): PseudoColor visuals disabled
(==) 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 of 34 modes found for primary display.
(--) fglrx(0): Virtual size is 1024x768 (pitch 0)
(**) fglrx(0): *Mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz
(II) fglrx(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808
(**) fglrx(0): Default 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): Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768 772 817 interlace
(**) fglrx(0): Default mode "1024x768": 113.3 MHz (scaled from 0.0 MHz), 81.4 kHz, 100.0 Hz
(II) fglrx(0): Modeline "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 +hsync
(**) fglrx(0): Default mode "1024x768": 100.2 MHz (scaled from 0.0 MHz), 72.8 kHz, 90.0 Hz
(II) fglrx(0): Modeline "1024x768" 100.19 1024 1088 1200 1376 768 769 772 809 +hsync
(**) fglrx(0): *Mode "800x600": 56.2 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.0 Hz
(II) fglrx(0): Modeline "800x600" 56.25 800 832 896 1048 600 601 604 631
(**) 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
(**) 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): Default mode "800x600": 84.0 MHz (scaled from 0.0 MHz), 77.2 kHz, 120.0 Hz
(II) fglrx(0): Modeline "800x600" 83.95 800 856 944 1088 600 601 604 643 +hsync
(**) fglrx(0): Default mode "800x600": 68.2 MHz (scaled from 0.0 MHz), 63.6 kHz, 100.0 Hz
(II) fglrx(0): Modeline "800x600" 68.18 800 848 936 1072 600 601 604 636 +hsync
(**) fglrx(0): Default mode "800x600": 60.1 MHz (scaled from 0.0 MHz), 56.9 kHz, 90.0 Hz
(II) fglrx(0): Modeline "800x600" 60.06 800 840 928 1056 600 601 604 632 +hsync
(**) fglrx(0): Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
(II) fglrx(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 +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): 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 "640x480": 72.8 MHz (scaled from 0.0 MHz), 84.3 kHz, 160.0 Hz
(II) fglrx(0): Modeline "640x480" 72.85 640 680 752 864 480 481 484 527 +hsync
(**) fglrx(0): Default mode "640x480": 52.4 MHz (scaled from 0.0 MHz), 61.8 kHz, 120.0 Hz
(II) fglrx(0): Modeline "640x480" 52.41 640 680 744 848 480 481 484 515 +hsync
(**) fglrx(0): Default mode "640x480": 43.2 MHz (scaled from 0.0 MHz), 50.9 kHz, 100.0 Hz
(II) fglrx(0): Modeline "640x480" 43.16 640 680 744 848 480 481 484 509 +hsync
(**) fglrx(0): Default mode "640x480": 37.9 MHz (scaled from 0.0 MHz), 45.5 kHz, 90.0 Hz
(II) fglrx(0): Modeline "640x480" 37.89 640 672 736 832 480 481 484 506 +hsync
(**) 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 449
(**) 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 525
(**) 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 416
(**) 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 300 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 300 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 240 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 240 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 200 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 200 457 459 524 doublescan
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz
(II) fglrx(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808
(**) fglrx(0): Default 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): Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768 772 817 interlace
(**) fglrx(0): Default mode "1024x768": 113.3 MHz (scaled from 0.0 MHz), 81.4 kHz, 100.0 Hz
(II) fglrx(0): Modeline "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 +hsync
(**) fglrx(0): Default mode "1024x768": 100.2 MHz (scaled from 0.0 MHz), 72.8 kHz, 90.0 Hz
(II) fglrx(0): Modeline "1024x768" 100.19 1024 1088 1200 1376 768 769 772 809 +hsync
(**) fglrx(0): *Mode "800x600": 56.2 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.0 Hz
(II) fglrx(0): Modeline "800x600" 56.25 800 832 896 1048 600 601 604 631
(**) 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
(**) 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): Default mode "800x600": 84.0 MHz (scaled from 0.0 MHz), 77.2 kHz, 120.0 Hz
(II) fglrx(0): Modeline "800x600" 83.95 800 856 944 1088 600 601 604 643 +hsync
(**) fglrx(0): Default mode "800x600": 68.2 MHz (scaled from 0.0 MHz), 63.6 kHz, 100.0 Hz
(II) fglrx(0): Modeline "800x600" 68.18 800 848 936 1072 600 601 604 636 +hsync
(**) fglrx(0): Default mode "800x600": 60.1 MHz (scaled from 0.0 MHz), 56.9 kHz, 90.0 Hz
(II) fglrx(0): Modeline "800x600" 60.06 800 840 928 1056 600 601 604 632 +hsync
(**) fglrx(0): Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
(II) fglrx(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 +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): 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 "640x480": 72.8 MHz (scaled from 0.0 MHz), 84.3 kHz, 160.0 Hz
(II) fglrx(0): Modeline "640x480" 72.85 640 680 752 864 480 481 484 527 +hsync
(**) fglrx(0): Default mode "640x480": 52.4 MHz (scaled from 0.0 MHz), 61.8 kHz, 120.0 Hz
(II) fglrx(0): Modeline "640x480" 52.41 640 680 744 848 480 481 484 515 +hsync
(**) fglrx(0): Default mode "640x480": 43.2 MHz (scaled from 0.0 MHz), 50.9 kHz, 100.0 Hz
(II) fglrx(0): Modeline "640x480" 43.16 640 680 744 848 480 481 484 509 +hsync
(**) fglrx(0): Default mode "640x480": 37.9 MHz (scaled from 0.0 MHz), 45.5 kHz, 90.0 Hz
(II) fglrx(0): Modeline "640x480" 37.89 640 672 736 832 480 481 484 506 +hsync
(**) 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 449
(**) 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 525
(**) 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 416
(**) 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 300 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 300 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 240 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 240 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 200 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 200 457 459 524 doublescan
(==) fglrx(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.8
(==) 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/lib/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 6.8.99.8, module version = 8.27.10
ABI class: X.Org Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x4000000f
(==) fglrx(0): cpuSpeedMHz: 0x000007c8
(==) fglrx(0): OpenGL ClientDriverName: "atiogl_a_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xd7000000 - 0xd700ffff (0x10000) MX[B]
[1] 0 0 0xc0000000 - 0xcfffffff (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 0xd5001000 - 0xd5001fff (0x1000) MX[B]
[8] -1 0 0xd4000000 - 0xd400ffff (0x10000) MX[B]
[9] -1 0 0xd8004000 - 0xd8004fff (0x1000) MX[B]
[10] -1 0 0xd8000000 - 0xd8000fff (0x1000) MX[B]
[11] -1 0 0xd8003000 - 0xd80030ff (0x100) MX[B]
[12] -1 0 0xd8002000 - 0xd8002fff (0x1000) MX[B]
[13] -1 0 0xd8001000 - 0xd8001fff (0x1000) MX[B]
[14] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[15] -1 0 0xd5000000 - 0xd5000fff (0x1000) MX[B](B)
[16] -1 0 0xd7000000 - 0xd700ffff (0x10000) MX[B](B)
[17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[21] 0 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[24] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[25] -1 0 0x0000d000 - 0x0000d07f (0x80) IX[B]
[26] -1 0 0x0000cc00 - 0x0000cc0f (0x10) IX[B]
[27] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[28] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[29] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[30] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[31] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[32] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[33] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[34] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[35] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[36] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
[37] 0 0 0xd60003b0 - 0xd60003bb (0xc) IS[B](OprU)
[38] 0 0 0xd60003c0 - 0xd60003df (0x20) IS[B](OprU)
(II) fglrx(0): UMM Bus area: 0xc0501000 (size=0x07aff000)
(II) fglrx(0): UMM area: 0xc0501000 (size=0x07aff000)
(II) fglrx(0): Composite extension enabled, disabling direct rendering
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x08000000
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(**) fglrx(0): DPMS enabled
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
(==) fglrx(0): Using hardware cursor
(II) fglrx(0): Largest offscreen area available: 1024 x 7419
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(==) RandR enabled
(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 XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
error opening security policy file /etc/X11/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "pl"
(**) Generic Keyboard: XkbLayout: "pl"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "Explore
Offline
Hmmmm....z tego co ja tu widze to instalacja nie poszła dobrze ;)
/usr/share/fglrx/fglrx-install.log [Message] Kernel Module : Trying to install a precompiled kernel module. [Message] Kernel Module : Precompiled kernel module version mismatched. [Message] Kernel Module : Found kernel module build environment, generating kernel module now. ATI module generator V 2.0 ========================== initializing... cleaning... patching 'highmem.h'... assuming new VMA API since we do have kernel 2.6.x... Assuming default VMAP API doing Makefile based build for kernel 2.6.x and higher make -C /lib/modules/2.6.16.20/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules make[1]: Wejście do katalogu `/usr/src/linux-2.6.16.20' CC [M] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2230: warning: 'deferred_flush' defined but not used LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.o Building modules, stage 2. MODPOST CC /lib/modules/fglrx/build_mod/2.6.x/fglrx.mod.o LD [M] /lib/modules/fglrx/build_mod/2.6.x/fglrx.ko make[1]: Opuszczenie katalogu `/usr/src/linux-2.6.16.20' build succeeded with return value 0 duplicating results into driver repository... done. ============================== - recreating module dependency list - trying a sample load of the kernel modules failed. [Error] Kernel Module : Failed to install compiled kernel module - please consult readme.
W ostatniej linijce masz error ;) nie zrobił modulu jądra.Zainstaluj kernel-headers i spróbój ponownie.
Offline
Sądzę, że błąd polega na konflikcie z inny modułem, radeon i coś tam jeszcze.
Offline
Dlaczego wypisuje mi tylko te jądra? Czy one są uniwersalne dla całej serii?
apt-cache search kernel headers | grep K7 | grep 2.6 linux-headers-2.6.16-2-k7 - Header files for Linux kernel 2.6.16 on AMD K7 machines linux-headers-2.6.16-2-k7-smp - Header files for Linux kernel 2.6.16 on AMD K7 SMP machines linux-headers-2.6.16-2-vserver-k7 - Header files for Linux kernel 2.6.16 on AMD K7 machines linux-headers-2.6.16-2-xen-k7 - Header files for Linux kernel 2.6.16 on AMD K7 machines linux-headers-2.6.17-1-k7 - Header files for Linux kernel 2.6.17 on AMD K7 machines linux-headers-2.6.17-1-vserver-k7 - Header files for Linux kernel 2.6.17 on AMD K7 machines
O co chodzi z tym kernel headers?
Offline
Sądzę, że błąd polega na konflikcie z inny modułem, radeon i coś tam jeszcze.[/quote]
Kod:
#lsmod | grep radeon nic nie wypluwaDo jądra nie wkompilowywałem obsługę radka. Nie ma więc takiego modułu.
Offline
Ja mam wkompilowaną obsługe redeona i nie mam modułu radeon ;) ja tak miałem to zrobilem make-kpkg kernel-headers w katalogu ze źródłem jądra i poszło ;) ale ja jestem początkujący więc za dużo nie wiem jednak tak miałem warto spróbować ;D
Offline
A tak robil czy zapomnial
Kod:
xorg-driver-fglrx
fglrx-control poszukaj w repro,teraz robimy takie cos apt-get install xorg-driver-fglrx fglrx-control
/etc/X11/xorg.conf ,w sekcji Device Kod:
Driver "ati"
na
Kod:
Driver "fglrx"
Kod:
glxinfo | grep direct
A tu taki skromny linkacz taki orientacyjny http://clx.anet.fr/spip/article.php3?id_article=278
Offline
A tak robil czy zapomnial[/quote]
Troszeczke szacunku. Poza tym język polska być bardzo łatwa.
Kod:
xorg-driver-fglrx
fglrx-control poszukaj w repro,teraz robimy takie cos apt-get install xorg-driver-fglrx fglrx-control
[/quote]
Nie ma takiego pakietu. Jest tylko xorg-driver-ati, ale ten z kolei nie należy do oficjalnych sterów ATI, pochodzi z opensorcorowego projektu AIGLX.
Co do reszty to zainstalowałem i dalej to samo.
/etc/X11/xorg.conf ,w sekcji Device Kod:
Driver "ati"
na
Kod:
Driver "fglrx"
[/quote]
Przecież pisałem, że tak już mam w xorg.conf
A tu taki skromny linkacz taki orientacyjny http://clx.anet.fr/spip/article.php3?id_article=278[/quote]
To jest do jądra 2.4 i do xfree86 serweraOffline
Cholera coś jest z tym forum nie tak, bo nie mogę wysłać postu
Offline
Cholera coś jest z tym forum nie tak, bo nie mogę wysłać postu[/quote]
udalo CI sie az za dobrze jak na razie :P
Offline
POD Xorg Ati prosze bardzo http://debian.linux.pl/viewtopic.php?t=32
P.S co to sie dzieje z tym wysylaniem postow jakies tam bledy ??????
Offline
ZNALAZŁEM ROZWIĄZANIE !!!
testowałem to na jajku: 2.6.17.2 & 2.6.17.9
sterowniki ATI:
ati-driver-installer-8.27.10-x86.run oraz
ati-driver-installer-8.26.18-x86.run
Gdyby coś nie chodziło polecam linki:
[url]http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html#4_composite[/url]
[url]http://xoomer.alice.it/flavio.stanchina/debian/fglrx-installer.html[/url]
MAŁY TUTORIAL:
1) Odpowiednio kompilujemy kernel: ( .config )
CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_KMOD=y
CONFIG_AGP=m CONFIG_AGP_NVIDIA=m //w moim przypadku ten chipset CONFIG_DRM_RADEON=m (...)
2) Instalujemy linux-headers odpowiednio dla naszego kernela
3) Ściągamy sterowniki w postaci binarnej z naszego 'kochanego' ATI
4) wyłączamy x-y
5) instalujemy binarki
6) sprawdzamy czy dobrze się skompilował moduł
cat pliku /usr/share/fglrx/fglrx-install.log i szukamy następujących linii:
build succeeded with return value 0 (...) - recreating module dependency list - trying a sample load of the kernel modules done.
7) wykonujemy polecenie:
aticonfig --initial //albo ręcznie dokonujemy zmian w xorg.conf
8) TERAZ BARDZO WAŻNY KROK:
w xorg.conf zakomentowujemy sekcję Extensions:
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
9) Sprawdzamy czy mamy powiązanie symboliczne
z /usr/lib/dri do /usr/X11R6/lib/modules/dri/fglrx_dri.so
jeśli nie to takowe tworzymy.
10) Jeżeli mamy starszą kartę, tzn. Radeon 8500 - Radeon 9200
musimy podmienić plik /usr/lib/fglrx/libGL.so.1.2
to akurat można ściągnąć ze strony ATI.
11) Odpalamy X-y i sprawdzamy
fglrxinfo czy mamy:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9100 DDR Generic
OpenGL version string: 1.3.1091 (X4.3.0-8.27.6)
Pozdrawiam
gontek
Offline
I fragment, który wysłałem do ATI:
Ticket #: 737-1086503
Date Created: 8/20/2006 10:41 AM EDT
I've found the answer! without your bloody help.
You can publish it or use just a part of it only with my authorship. I give my permission to correct the text after my confirmation.
I tested it with:
-kernel: 2.6.17.2 and 2.6.17.9
-distribution: Debian unstable
-X.ORG: 7.023
and your drivers:
ati-driver-installer-8.27.10-x86.run
ati-driver-installer-8.26.18-x86.run
If something goes wrong:
http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html#4_composite
http://xoomer.alice.it/flavio.stanchina/debian/fglrx-installer.html
MY SOLUTION:
1) Compile your kernel properly ( .config ):
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_KMOD=y
CONFIG_AGP=m
CONFIG_AGP_NVIDIA=m //that's my chipset
CONFIG_DRM_RADEON=m
2) Install linux-headers with necessary dependences
3) download ati driver from bloody ATI which doesn't support linux O/S
4) tern off your xserver
5) install binary driver
6) check the file: /usr/share/fglrx/fglrx-install.log and try to find:
build succeeded with return value 0
(...)
- recreating module dependency list
- trying a sample load of the kernel modules
done.
7) aticonfig --initial //or do it manually changes in your xorg.conf
8) THATS VERY IMPORTENT
delete expensions section from your xorg.conf file
9) check if you have a symbolic link
from /usr/lib/dri to /usr/X11R6/lib/modules/dri/fglrx_dri.so
if you don't have it make it.
10) if we have older graphic card
Radeon 8500 - Radeon 9200
we have to change the file /usr/lib/fglrx/libGL.so.1.2
you can download it from ATI server.
Offline
Witam, a ja mam taki problem:
skaner@debian:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200 Series DDR Generic
OpenGL version string: 1.3.1080 (X4.3.0-8.26.6)
skaner@debian:~$[/quote]
A jak zapodam coś na 3D to mi wiesza kompa
Offline
Witam, a ja mam taki problem:
skaner@debian:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200 Series DDR Generic
OpenGL version string: 1.3.1080 (X4.3.0-8.26.6)
skaner@debian:~$[/quote]
A jak zapodam coś na 3D to mi wiesza kompa[/quote]
Proponuję prześledzić dokładnie całego Xorga. Tam większość rzeczy jest napisana.
vim /var/log/Xorg.0.log
Jak niczego nie znajdziesz, to po prostu wklej go tutaj.Offline
dobra, a ja ma mtroszke inne pytanie, udalo mi sie zainstalowac stery od ati, po dlugiej walce. Moja grafa to aktualnie rradeon 9550XT rev2.0 kernel 2.6.17-2 (z repo) . flgrxinfo pokazuje:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.5946 (8.27.10)
[/quote]
wyniki fgl_glxgears sa nastepujace:
Using GLX_SGIX_pbuffer
1911 frames in 6.0 seconds = 318.500 FPS
1771 frames in 5.0 seconds = 354.200 FPS
2241 frames in 5.0 seconds = 448.200 FPS
[/quote] wiec jak na celerona 1200 jest chyba niezle. natomiast dziwia mnie bardzo niskie wyniki w sammy glxgears. Takze wydajnosc w Q3 nie podskoczyla (wczesniej mialem GF4MX440 i nadal mam 120 klatek srednio) wyniki glxgears:1559 frames in 5.0 seconds = 311.656 FPS
1515 frames in 5.0 seconds = 302.981 FPS
1531 frames in 5.0 seconds = 306.170 FPS
[/quote]
o co chodzi? dlaczego te wyniki sa takie niskie?Offline
Też używałem tego sterownika i miałem jakieś zaniżone wyniki w glxgears, nie wiem co jest tego przyczyną bo akceleracja działa normalnie. Podobnie jest na najnowszym sterowniku 8.28.8.
Offline
Strony: 1
Time (s) | Query |
---|---|
0.00013 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00154 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.188.63.71' WHERE u.id=1 |
0.00083 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.188.63.71', 1732315968) |
0.00028 | SELECT * FROM punbb_online WHERE logged<1732315668 |
0.00085 | DELETE FROM punbb_online WHERE ident='185.191.171.3' |
0.00021 | SELECT topic_id FROM punbb_posts WHERE id=39197 |
0.00123 | SELECT id FROM punbb_posts WHERE topic_id=4853 ORDER BY posted |
0.00103 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=4853 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00241 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=4853 ORDER BY p.id LIMIT 0,25 |
0.00074 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=4853 |
Total query time: 0.00934 s |