Go Back   Rage3D » Rage3D Discussion Area » Rage3D Computer Forum » Linux » Drivers
Rage3D Subscribe Register FAQ Members List Calendar Mark Forums Read

Drivers Discussion forum for Linux drivers.

View Poll Results: How are they!
Fantastic! 4 5.26%
They're Ok. Progressing nicely. 42 55.26%
Could be a LOT better! 21 27.63%
Terrible/unusable. 9 11.84%
Voters: 76. You may not vote on this poll

Reply
 
Thread Tools Display Modes
Old Oct 21, 2005, 11:00 PM   #121
Advertisement (Guests Only)
Login or Register to remove this ad
zhitch1
Radeon HD 4350
 
Join Date: Sep 2005
Posts: 12


Default

all I can say is mtippet and crew..you have progressed so much in a year its very refreshing. I used to beleive the hype and think ATI was anti-linux..but a year has done alot to convince me otherwise...esp since the kernel has gone through as much changes as it has over the same period.. and I have had working drivers and continue to have them to this day ...ALOT more than I had a year ago ..I can say i`m proud to own an ATI card again
zhitch1 is offline   Reply With Quote
Old Oct 22, 2005, 10:10 AM   #122
node
Radeon HD 4830
 
Join Date: Nov 2002
Posts: 148


Default

Quote:
Originally Posted by alphonsebrown
what you mean I use Duah Head, and I have 2 section Device - one for Adapter Connector 0, and one for conn 1, while all the settings sit at the first section

this is the second section
Section "Device"
# vendor=1002, device=5964
Identifier "ATI Graphics Adapter connector 1"
Driver "fglrx"
BusID "PCI:2:0:0"
Screen 1
EndSection

I tested with Option ForcedMonitors = ...

and it's not working.. when I removed it - TV out is working again..

what means this values:
Option "GammaCorrectionI" "0x02507c1f"
Option "GammaCorrectionII" "0x06419064"
?

and why fglrx-config puts TV-Out management options in first Device section?

Option "DesktopSetup" =? is DualHead a valid parameter?
Let me post my xorg.conf to hopefully make things more clear.

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 80.5
VertRefresh 60 - 85
Option "DPMS"

# === mode lines based on GTF ===
<snip>
EndSection


Section "Monitor"
Identifier "Monitor1"
# === mode lines based on GTF ===
<snip>
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.

# Chipset "generic"

# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# installed.

# BusID "PCI:0:10:0"

# VideoRam 256

# Clocks 25.2 28.3

EndSection

# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter connector 0"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "(null)"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "TVFormat" "PAL-B"
Option "TVStandard" "VIDEO"
Option "TVHSizeAdj" "63"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "-10"
Option "TVVPosAdj" "5"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
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"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=4e44
Screen 0
EndSection

Section "Device"
Identifier "ATI Graphics Adapter connector 1"
Driver "fglrx"
BusID "PCI:1:0:0" # vendor=1002, device=4e44
Screen 1
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter connector 0"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"

Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection

Section "Screen"
Identifier "Screen1"
Device "ATI Graphics Adapter connector 1"
Monitor "Monitor1"
DefaultDepth 24
#Option "backingstore"

Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
Identifier "Server Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.

Screen "Screen0"
Screen "Screen1" Below "Screen0"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###

With this config I drive both my DVI TFT aswell as a TV. Both can display XV video. (I for instance use the tv for 1024x768 mythtv/freevo whilst doing my 'normal' stuff on my tft at 1280x1024)
__________________
We are borg. We will add your biological and technological distinctiveness to our own. Resistance is futile, you will be assimilated
node is offline   Reply With Quote
Old Oct 22, 2005, 06:25 PM   #123
jec0s
Radeon HD 4830
 
Join Date: Feb 2005
Posts: 194


Default

Quote:
Originally Posted by zhitch1
all I can say is mtippet and crew..you have progressed so much in a year its very refreshing. I used to beleive the hype and think ATI was anti-linux..but a year has done alot to convince me otherwise...esp since the kernel has gone through as much changes as it has over the same period.. and I have had working drivers and continue to have them to this day ...ALOT more than I had a year ago ..I can say i`m proud to own an ATI card again
Yes I would have to agree, I just can't wait till ATI releases opengl drivers that kick nvidia's @$$.. so we can all say "whats up now!!"
__________________

jec0s is offline   Reply With Quote
Advertisement (Guests Only)
Login or Register to remove this ad
Old Oct 22, 2005, 09:40 PM   #124
tpr
Radeon HD 4830
 
Join Date: Oct 2005
Posts: 125


Default

I just can't wait till ATI releases opengl drivers that kick nvidia's @$$.. so we can all say "whats up now!!"

Nah... Recently, nVidia has had superior drivers on ANY supported OS in terms of stability and speed. ATI is getting better in that regard, but they'll both continue to battle over the top spot for the time being. I'm not a real fanatic of either company. I just have WORK to do.

Last edited by tpr : Oct 22, 2005 at 09:43 PM.
tpr is offline   Reply With Quote
Old Oct 23, 2005, 06:10 AM   #125
adamk75
Radeon HD 4850
 
Join Date: Feb 2004
Posts: 315


Angry

Well these drivers are useless. I'm running Slackware 10.2, and I have Xorg 6.8.2 installed. X crashes and burns with:

Code:
(II) fglrx(0): UMM Bus area:     0xe0801000 (size=0x077ff000)
(II) fglrx(0): UMM area:     0xe0801000 (size=0x077ff000)
(II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 6.8.2.0

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.
Since there are no unresolved symbols reported in my Xorg.0.log file, I have no idea why the drivers refuse to work.

My full Xorg log file:

Code:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/sorrow:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.13 i686 [ELF] 
Current Operating System: Linux sorrow 2.6.13.1 #1 SMP Sat Sep 17 14:38:55 EDT 2005 i686
Build Date: 26 September 2005
	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: Sat Oct 22 21:10:01 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org 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="X.Org Foundation"
	compiled for 6.8.2, 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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2578 card 1043,80f6 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2579 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1043,80a6 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1043,80a6 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1043,80a6 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1043,80a6 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1043,80f3 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4e48 card 1002,0002 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4e68 card 1002,0003 rev 00 class 03,80,00 hdr 00
(II) PCI: 02:09:0: chip 168c,0013 card 1737,0036 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:0a:0: chip 1102,0004 card 1102,0040 rev 03 class 04,01,00 hdr 80
(II) PCI: 02:0a:2: chip 1102,4001 card 0000,0000 rev 00 class 0c,00,10 hdr 80
(II) PCI: 02:0b:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
(II) PCI: 02:0b:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
(II) PCI: 02:0c:0: chip 1274,5880 card 1274,8001 rev 02 class 04,01,00 hdr 00
(II) PCI: 02:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b]
	[1] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[b]
	[2] -1	0	0x0000a800 - 0x0000a8ff (0x100) IX[b]
	[3] -1	0	0x0000ac00 - 0x0000acff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000b000 - 0x0000b0ff (0x100) IX[b]
	[1] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[b]
	[2] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[b]
	[3] -1	0	0x0000bc00 - 0x0000bcff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[b]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xf4000000 - 0xf40fffff (0x100000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon R350 [Radeon 9800] rev 0, Mem @ 0xe0000000/27, 0xf1000000/16, I/O @ 0xa000/8
(--) PCI: (1:0:1) ATI Technologies Inc Radeon R350 [Radeon 9800] (Secondary) rev 0, Mem @ 0xe8000000/27, 0xf1010000/16
--) PCI: (2:11:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xf4000000/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 0xd8000000 from 0xdfffffff to 0xd7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf3014000 - 0xf30140ff (0x100) MX[b]
	[1] -1	0	0xf4001000 - 0xf4001fff (0x1000) MX[b]
	[2] -1	0	0xf3010000 - 0xf3013fff (0x4000) MX[b]
	[3] -1	0	0xf3015000 - 0xf30157ff (0x800) MX[b]
	[4] -1	0	0xf3000000 - 0xf300ffff (0x10000) MX[b]
	[5] -1	0	0xf4102000 - 0xf41020ff (0x100) MX[b]
	[6] -1	0	0xf4101000 - 0xf41011ff (0x200) MX[b]
	[7] -1	0	0x3ff00000 - 0x3ff003ff (0x400) MX[b]
	[8] -1	0	0xf4100000 - 0xf41003ff (0x400) MX[b]
	[9] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[b]O
	[10] -1	0	0xf4000000 - 0xf4000fff (0x1000) MX[b](B)
	[11] -1	0	0xf1000000 - 0xf100ffff (0x10000) MX[b](B)
	[12] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
	[13] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[b]
	[14] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[b]
	[15] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[16] -1	0	0x0000d800 - 0x0000d83f (0x40) IX[b]
	[17] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[b]
	[18] -1	0	0x00000500 - 0x0000051f (0x20) IX[b]
	[19] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[20] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[b]
	[21] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[22] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[b]
	[23] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[b]
	[24] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0xf1010000 - 0xf101ffff (0x10000) MX[b](B)
	[1] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf3014000 - 0xf30140ff (0x100) MX[b]
	[1] -1	0	0xf4001000 - 0xf4001fff (0x1000) MX[b]
	[2] -1	0	0xf3010000 - 0xf3013fff (0x4000) MX[b]
	[3] -1	0	0xf3015000 - 0xf30157ff (0x800) MX[b]
	[4] -1	0	0xf3000000 - 0xf300ffff (0x10000) MX[b]
	[5] -1	0	0xf4102000 - 0xf41020ff (0x100) MX[b]
	[6] -1	0	0xf4101000 - 0xf41011ff (0x200) MX[b]
	[7] -1	0	0x3ff00000 - 0x3ff003ff (0x400) MX[b]
	[8] -1	0	0xf4100000 - 0xf41003ff (0x400) MX[b]
	[9] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[b]O
	[10] -1	0	0xf4000000 - 0xf4000fff (0x1000) MX[b](B)
	[11] -1	0	0xf1000000 - 0xf100ffff (0x10000) MX[b](B)
	[12] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
	[13] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[b]
	[14] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[b]
	[15] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[16] -1	0	0x0000d800 - 0x0000d83f (0x40) IX[b]
	[17] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[b]
	[18] -1	0	0x00000500 - 0x0000051f (0x20) IX[b]
	[19] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[20] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[b]
	[21] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[22] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[b]
	[23] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[b]
	[24] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xf1010000 - 0xf101ffff (0x10000) MX[b](B)
	[1] -1	0	0xe8000000 - 0xefffffff (0x8000000) 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 - 0x3fefffff (0x3fe00000) 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 - 0x3fefffff (0x3fe00000) 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	0xf3014000 - 0xf30140ff (0x100) MX[b]
	[6] -1	0	0xf4001000 - 0xf4001fff (0x1000) MX[b]
	[7] -1	0	0xf3010000 - 0xf3013fff (0x4000) MX[b]
	[8] -1	0	0xf3015000 - 0xf30157ff (0x800) MX[b]
	[9] -1	0	0xf3000000 - 0xf300ffff (0x10000) MX[b]
	[10] -1	0	0xf4102000 - 0xf41020ff (0x100) MX[b]
	[11] -1	0	0xf4101000 - 0xf41011ff (0x200) MX[b]
	[12] -1	0	0x3ff00000 - 0x3ff003ff (0x400) MX[b]
	[13] -1	0	0xf4100000 - 0xf41003ff (0x400) MX[b]
	[14] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[b]O
	[15] -1	0	0xf4000000 - 0xf4000fff (0x1000) MX[b](B)
	[16] -1	0	0xf1000000 - 0xf100ffff (0x10000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
	[18] -1	0	0xf1010000 - 0xf101ffff (0x10000) MX[b](B)
	[19] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[22] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[b]
	[23] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[b]
	[24] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[25] -1	0	0x0000d800 - 0x0000d83f (0x40) IX[b]
	[26] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[b]
	[27] -1	0	0x00000500 - 0x0000051f (0x20) IX[b]
	[28] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[29] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[b]
	[30] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[31] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[b]
	[32] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[b]
	[33] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org 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="X.Org Foundation"
	compiled for 6.8.2, 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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.8.2, 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) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.8.2, 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/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.8.2, 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/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org 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="X.Org Foundation"
	compiled for 6.8.2, 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/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org 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="FireGL - ATI Technologies Inc."
	compiled for 6.8.0, module version = 8.18.6
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:
	RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
	MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
	RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
	RADEON 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),
	MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
	FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
	RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
	RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
	RADEON 9600 PRO (RV360 4152),
	MOBILITY RADEON 9600/9700 (M10/M11 4E50),
	MOBILITY RADEON 9550 (M12 4E56), RADEON 9500 (R300 4144),
	RADEON 9600 TX (R300 4146), FireGL Z1 (R300 4147),
	RADEON 9700 PRO (R300 4E44), RADEON 9500 PRO/9700 (R300 4E45),
	RADEON 9600 TX (R300 4E46), FireGL X1 (R300 4E47),
	RADEON 9800 SE (R350 4148), RADEON 9550 (RV350 4153),
	FireGL T2 (RV350 4154), RADEON 9800 PRO (R350 4E48),
	RADEON 9800 (R350 4E49), RADEON 9800 XT (R360 4E4A),
	FireGL X2-256/X2-256t (R350 4E4B),
	MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
	RADEON X600 (RV380 5B62), FireGL V3100 (RV370 5B64),
	FireMV 2200 (RV370 5B65), MOBILITY RADEON X300 (M22 5460),
	MOBILITY FireGL V3100 (M22 5464), RADEON X600 (RV380 3E50),
	FireGL V3200 (RV380 3E54), MOBILITY RADEON X600 (M24 3150),
	MOBILITY RADEON X300 (M22 3152), MOBILITY FireGL V3200 (M24 3154),
	RADEON X800 (R420 4A48), RADEON X800 PRO (R420 4A49),
	RADEON X800 SE (R420 4A4A), RADEON X800 XT (R420 4A4B),
	RADEON X800 (R420 4A4C), FireGL X3-256 (R420 4A4D),
	MOBILITY RADEON 9800 (M18 4A4E),
	RADEON X800 XT Platinum Edition (R420 4A50), RADEON X800 (R423 5548),
	RADEON X800 PRO (R423 5549),
	RADEON X800 XT Platinum Edition (R423 554A),
	RADEON X800 SE (R423 554B), RADEON X800 XT (R423 5D57),
	FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
	MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
	RADEON X800 XL (R430 554D), RADEON X800 (R430 554F),
	RADEON X850 XT Platinum Edition (R480 5D4D),
	RADEON X850 PRO (R480 5D4F), RADEON X850 XT (R480 5D52),
	MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
	FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
	RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
	RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
	RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
	MOBILITY RADEON X700 (M26 5653), MOBILITY RADEON X700 XL,
	RADEON 9100 IGP (RS300 5834),
	RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
	MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
	RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
	RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
	RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
	RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
	FireGL (R520 7105), RADEON X900 (R520 7109)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.18.6
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.18g1                           
(II) ATI Proprietary Linux Driver Build Date: Oct 11 2005 11:03:09
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.18.1-driver-lnx-218592
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset RADEON 9800 PRO (R350 4E48) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[1] -1	0	0x00100000 - 0x3fefffff (0x3fe00000) 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	0xf3014000 - 0xf30140ff (0x100) MX[b]
	[6] -1	0	0xf4001000 - 0xf4001fff (0x1000) MX[b]
	[7] -1	0	0xf3010000 - 0xf3013fff (0x4000) MX[b]
	[8] -1	0	0xf3015000 - 0xf30157ff (0x800) MX[b]
	[9] -1	0	0xf3000000 - 0xf300ffff (0x10000) MX[b]
	[10] -1	0	0xf4102000 - 0xf41020ff (0x100) MX[b]
	[11] -1	0	0xf4101000 - 0xf41011ff (0x200) MX[b]
	[12] -1	0	0x3ff00000 - 0x3ff003ff (0x400) MX[b]
	[13] -1	0	0xf4100000 - 0xf41003ff (0x400) MX[b]
	[14] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[b]O
	[15] -1	0	0xf4000000 - 0xf4000fff (0x1000) MX[b](B)
	[16] -1	0	0xf1000000 - 0xf100ffff (0x10000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
	[18] -1	0	0xf1010000 - 0xf101ffff (0x10000) MX[b](B)
	[19] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[22] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[b]
	[23] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[b]
	[24] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[25] -1	0	0x0000d800 - 0x0000d83f (0x40) IX[b]
	[26] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[b]
	[27] -1	0	0x00000500 - 0x0000051f (0x20) IX[b]
	[28] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[29] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[b]
	[30] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[31] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[b]
	[32] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[b]
	[33] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b](B)
(II) fglrx(0): pEnt->device->identifier=0x821efc8
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[1] -1	0	0x00100000 - 0x3fefffff (0x3fe00000) 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	0xf3014000 - 0xf30140ff (0x100) MX[b]
	[6] -1	0	0xf4001000 - 0xf4001fff (0x1000) MX[b]
	[7] -1	0	0xf3010000 - 0xf3013fff (0x4000) MX[b]
	[8] -1	0	0xf3015000 - 0xf30157ff (0x800) MX[b]
	[9] -1	0	0xf3000000 - 0xf300ffff (0x10000) MX[b]
	[10] -1	0	0xf4102000 - 0xf41020ff (0x100) MX[b]
	[11] -1	0	0xf4101000 - 0xf41011ff (0x200) MX[b]
	[12] -1	0	0x3ff00000 - 0x3ff003ff (0x400) MX[b]
	[13] -1	0	0xf4100000 - 0xf41003ff (0x400) MX[b]
	[14] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[b]O
	[15] -1	0	0xf4000000 - 0xf4000fff (0x1000) MX[b](B)
	[16] -1	0	0xf1000000 - 0xf100ffff (0x10000) MX[b](B)
	[17] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
	[18] -1	0	0xf1010000 - 0xf101ffff (0x10000) MX[b](B)
	[19] -1	0	0xe8000000 - 0xefffffff (0x8000000) 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] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[24] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[25] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[b]
	[26] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[b]
	[27] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[28] -1	0	0x0000d800 - 0x0000d83f (0x40) IX[b]
	[29] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[b]
	[30] -1	0	0x00000500 - 0x0000051f (0x20) IX[b]
	[31] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[32] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[b]
	[33] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[34] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[b]
	[35] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[b]
	[36] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b](B)
	[37] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[38] 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="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(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 "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "CapabilitiesEx" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "horizontal"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "UseInternalAGPGART" "yes"
(**) 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" "1"
(**) fglrx(0): Option "FSAAEnable" "no"
(**) 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 "PseudoColorVisuals" "off"
(==) 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="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(**) fglrx(0): Option "mtrr" "off"
(--) fglrx(0): Chipset: "RADEON 9800 PRO (R350 4E48)" (Chipset = 0x4e48)
(--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x0002)
(--) fglrx(0): board vendor info: original ATI graphics adapter
(--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
(--) fglrx(0): MMIO registers at 0xf1000000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.7
(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 R350
(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: R350
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): AGP card detected
(II) fglrx(0): board/chipset is supported by this driver (original ATI board)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): Connected Display1: CRT on primary DAC
(II) fglrx(0):  Display1: No EDID information from DDC.
(II) fglrx(0): Connected Display2: CRT on secondary DAC
(II) fglrx(0):  Display2: No EDID information from DDC.
(II) fglrx(0): Primary Controller - CRT on primary DAC
(II) fglrx(0): Secondary Controller - CRT on secondary DAC
(II) fglrx(0): Internal Desktop Setting: 0x00000010
(**) 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 9 modes found for primary display.
(--) fglrx(0): Virtual size is 2048x768 (pitch 2048)
(**) fglrx(0): *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
(**) fglrx(0):  Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz
(II) fglrx(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 772 817 +hsync
(**) fglrx(0): *Mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
(**) fglrx(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
(II) fglrx(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625
(**) fglrx(0): *Mode "640x480": 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
(**) 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 -hsync -vsync
(**) fglrx(0):  Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"   22.33  400 416 480 496  600 601 605 742 -hsync
(**) fglrx(0):  Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"   12.59  320 328 376 400  480 491 493 525 -hsync
(**) fglrx(0):  Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"   12.59  320 336 384 400  400 457 459 524 -hsync -vsync
(II) fglrx(0): Total of 9 modes found for secondary display.
(--) fglrx(0): Virtual size is 2048x768 (pitch 2048)
(**) fglrx(0): *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
(**) fglrx(0):  Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz
(II) fglrx(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 772 817 +hsync
(**) fglrx(0): *Mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628
(**) fglrx(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
(II) fglrx(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625
(**) fglrx(0): *Mode "640x480": 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
(**) 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 -hsync -vsync
(**) fglrx(0):  Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"   22.33  400 416 480 496  600 601 605 742 -hsync
(**) fglrx(0):  Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"   12.59  320 328 376 400  480 491 493 525 -hsync
(**) fglrx(0):  Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"   12.59  320 336 384 400  400 457 459 524 -hsync -vsync
(==) fglrx(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.2, 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/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.7
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.2.0
	ABI class: X.Org Video Driver, version 0.7
(==) 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.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
	compiled for 6.8.99.8, module version = 8.18.6
	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: 0x8000001d
(**) fglrx(0): cpuSpeedMHz: 0x00000af6
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): using built in AGPGART module: yes
(**) 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	0xf1000000 - 0xf100ffff (0x10000) MX[b]
	[1] 0	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[b]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[b](B)
	[3] -1	0	0x00100000 - 0x3fefffff (0x3fe00000) 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	0xf3014000 - 0xf30140ff (0x100) MX[b]
	[8] -1	0	0xf4001000 - 0xf4001fff (0x1000) MX[b]
	[9] -1	0	0xf3010000 - 0xf3013fff (0x4000) MX[b]
	[10] -1	0	0xf3015000 - 0xf30157ff (0x800) MX[b]
	[11] -1	0	0xf3000000 - 0xf300ffff (0x10000) MX[b]
	[12] -1	0	0xf4102000 - 0xf41020ff (0x100) MX[b]
	[13] -1	0	0xf4101000 - 0xf41011ff (0x200) MX[b]
	[14] -1	0	0x3ff00000 - 0x3ff003ff (0x400) MX[b]
	[15] -1	0	0xf4100000 - 0xf41003ff (0x400) MX[b]
	[16] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[b]O
	[17] -1	0	0xf4000000 - 0xf4000fff (0x1000) MX[b](B)
	[18] -1	0	0xf1000000 - 0xf100ffff (0x10000) MX[b](B)
	[19] -1	0	0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
	[20] -1	0	0xf1010000 - 0xf101ffff (0x10000) MX[b](B)
	[21] -1	0	0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
	[22] 0	0	0x000a0000 - 0x000affff (0x10000) MS[b]
	[23] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[b]
	[24] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[b]
	[25] 0	0	0x0000a000 - 0x0000a0ff (0x100) IX[b]
	[26] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[b]
	[27] -1	0	0x00000000 - 0x000000ff (0x100) IX[b]
	[28] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[b]
	[29] -1	0	0x0000b400 - 0x0000b43f (0x40) IX[b]
	[30] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[b]
	[31] -1	0	0x0000d800 - 0x0000d83f (0x40) IX[b]
	[32] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[b]
	[33] -1	0	0x00000500 - 0x0000051f (0x20) IX[b]
	[34] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[b]
	[35] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[b]
	[36] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[b]
	[37] -1	0	0x0000c000 - 0x0000c01f (0x20) IX[b]
	[38] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[b]
	[39] -1	0	0x0000a000 - 0x0000a0ff (0x100) IX[b](B)
	[40] 0	0	0x000003b0 - 0x000003bb (0xc) IS[b]
	[41] 0	0	0x000003c0 - 0x000003df (0x20) IS[b]
(II) fglrx(0): UMM Bus area:     0xe0801000 (size=0x077ff000)
(II) fglrx(0): UMM area:     0xe0801000 (size=0x077ff000)
(II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 6.8.2.0

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 4.  Server aborting


Please consult the The X.Org Foundation support 
	 at http://wiki.X.Org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
adamk75 is offline   Reply With Quote
Old Oct 23, 2005, 01:49 PM   #126
mmacka
Newbie
 
Join Date: Oct 2005
Posts: 2


Default

I'm also using Slackware (10.2 with kernel 2.6.13.4) Just after ati driver installation they were working ok for few days. Now when i try to start xorg it stops while loading and only thing i see is a black screen. I cant kill xserver by pressing ctrl alt backspace. Only thing that works then is a reset button

Here is last part of my xorg.log file, just before it hangs

Code:
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] loaded kernel module for "fglrx" driver
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xf8da0000
(II) fglrx(0): [drm] mapped SAREA 0xf8da0000 to 0xb7aa4000
(II) fglrx(0): [drm] framebuffer handle = 0xc0000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.18.6
(II) fglrx(0):     Date: Oct 11 2005
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.13.4
(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 = 0xfcaf0000
(II) fglrx(0): [agp] Mode=0x1f000207 bridge: 0x1106/0x0269
(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=0x1f000304
(II) fglrx(0): [agp] AGP protocol is enabled for graphics board. (cmd=0x1f000304)
(II) fglrx(0): [agp] graphics chipset has AGP v2.0
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0xfa001000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x00701000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1434)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor (scanline 1024)
(II) fglrx(0): Largest offscreen area available: 1280 x 402
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Solid Lines
	Dashed Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		30 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x00000001
(II) fglrx(0): [DRI] installation complete
I really don't know what to do now, where should i search for more information what's the problem . As You can see, last part of log file looks good - no error message, just hangs with black screen.
Here is a full log file.

Thanks for any help.
mmacka is offline   Reply With Quote
Old Oct 23, 2005, 04:01 PM   #127
adamk75
Radeon HD 4850
 
Join Date: Feb 2004
Posts: 315


Default

Well I got them working on my system finally. Turns out that I had an old fglrx library floating around and that's what was causing X to crash.

Now I can revise my vote and say that these drivers are, in fact, excellent :-)

Adam
adamk75 is offline   Reply With Quote
Old Oct 24, 2005, 01:25 AM   #128
alphonsebrown
Radeon HD 4600
 
Join Date: Oct 2005
Location: Sofia, Bulgaria
Posts: 88


Default

I had to reinstall - (use of pyvaulth repo - totally messed python)

so now I simply installed for 2 kernels the ati-fglrx, kernel-module.. etc. made fglrxconfig examined xorg.conf.. etc.

now X starts with mesa although Driver section explicitly specifies fglrx, modprobe fglrx - no error, lsmod - fglrx-used=0

any idea?
__________________
Fedora 5 (Powered by Redhat since I know myself ;), FX5200 , Samsung TFT, Athlon XP-M 2,4 Ghz
alphonsebrown is offline   Reply With Quote
Old Oct 24, 2005, 12:43 PM   #129
kahuna
Radeon HD 4550
 
Join Date: Oct 2005
Posts: 29


Default

These drivers really are getting better!

Now how about XvMC? Will ATI ever support it in it's drivers? I can only hope so, as I do alot of mpeg2 decoding on my PVR box.
kahuna is offline   Reply With Quote
Old Oct 25, 2005, 02:24 AM   #130
mlau
Newbie
 
Join Date: Dec 2004
Posts: 497


Default

Quote:
Originally Posted by kahuna
These drivers really are getting better!

Now how about XvMC? Will ATI ever support it in it's drivers? I can only hope so, as I do alot of mpeg2 decoding on my PVR box.
You should check out xorg6.9 / 7.0. The radeon driver's xv support got a
major speed improvement: I can now watch 1080i mpeg2 hd material
on my 1800MHz laptop with ~70% cpu load, previously I got ~15-20 fps
out of it, with most of the time spent inside the X server. Ati's windows
driver does not even come close to that video performance!
__________________
*Microsoft, developing tools for the clueless masses so that they may
maintain that delightful state of cluelessness.
mlau is offline   Reply With Quote
Old Oct 25, 2005, 10:57 AM   #131
kahuna
Radeon HD 4550
 
Join Date: Oct 2005
Posts: 29


Default

Quote:
Originally Posted by mlau
You should check out xorg6.9 / 7.0. The radeon driver's xv support got a
major speed improvement: I can now watch 1080i mpeg2 hd material
on my 1800MHz laptop with ~70% cpu load, previously I got ~15-20 fps
out of it, with most of the time spent inside the X server. Ati's windows
driver does not even come close to that video performance!
I've installed the xorg driver when I had my monitor hooked up and I'd actually prefer to use it, as I only use 2D acceleration. Unfortunately I need the proprietary driver for TV out on my 9100 IGP.

The plus side is that the drivers are getting better.
kahuna is offline   Reply With Quote
Old Oct 26, 2005, 12:49 AM   #132
Merc248
Radeon HD 4350
 
Join Date: Jan 2003
Posts: 15


Default

Anyone get Quake 4 working properly on a dual head setup?

I always end up having Q4 display only on the left hand side of my first monitor. :\
__________________
Ubuntu 5.04 Hoary Hedgehog User
Slackware 10.1 User
Fedora Core 3 User
Arch Linux 0.7 User
Ubuntu 5.10 Breezy Badger User
ARCH LINUX 0.71-pre1 NOODLE USER!
Merc248 is offline   Reply With Quote
Old Oct 26, 2005, 11:56 AM   #133
alphonsebrown
Radeon HD 4600
 
Join Date: Oct 2005
Location: Sofia, Bulgaria
Posts: 88


Default

what's UMM driver?
only if I start second X session I get a fatal error and messy view on it.. while X:0 is working just fine with 3D accel

(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.13-1.1532_FC4 (II) fglrx(0): Build-Kernel MODVERSIONS: yes (II) fglrx(0): Build-Kernel __SMP__: yes (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 (II) fglrx(0): [drm] register handle = 0xe9000000 (EE) fglrx(0): Failed to initialize UMM driver. (II) fglrx(0): [drm] removed 1 reserved context for kernel (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0xe097b000 at 0xb7d1e000 (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): ********************************************* *
__________________
Fedora 5 (Powered by Redhat since I know myself ;), FX5200 , Samsung TFT, Athlon XP-M 2,4 Ghz
alphonsebrown is offline   Reply With Quote
Old Oct 26, 2005, 12:06 PM   #134
jec0s
Radeon HD 4830
 
Join Date: Feb 2005
Posts: 194


Default

Quote:
Originally Posted by Merc248
Anyone get Quake 4 working properly on a dual head setup?

I always end up having Q4 display only on the left hand side of my first monitor. :\
Sounds like your running BigDesktop and not Dual-head. If thats the case Don't use fglrxcontrol panel to set up two screens, use fglrxconfig.
__________________

jec0s is offline   Reply With Quote
Old Oct 26, 2005, 09:03 PM   #135
Septor
Rage3D Veteran
 
Join Date: Feb 2004
Location: Canada Greater Toronto Area
Posts: 1,388


Default

Quote:
Originally Posted by alphonsebrown
what's UMM driver?
only if I start second X session I get a fatal error and messy view on it.. while X:0 is working just fine with 3D accel

(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.13-1.1532_FC4 (II) fglrx(0): Build-Kernel MODVERSIONS: yes (II) fglrx(0): Build-Kernel __SMP__: yes (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 (II) fglrx(0): [drm] register handle = 0xe9000000 (EE) fglrx(0): Failed to initialize UMM driver. (II) fglrx(0): [drm] removed 1 reserved context for kernel (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0xe097b000 at 0xb7d1e000 (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): ********************************************* *
UMM is probably "Unified memory manager" or something like that... but who knows.

Why are you trying to run 2 instances of X? Perhaps you should try dual head, that might work better for you.
__________________
Desktop: Core 2 Duo E6400, P965 chipset, 2GB, Radeon X1900GT 256MB, Ubuntu Edgy (am64)
Notebook: NEC LaVie RX, Pentium-M 1.5GHz, i855 chipset, 768MB, Mobility Radeon 9600 64MB, Ubuntu (Dapper)
HTPC: Shuttle ST20G5, Athlon64 3000+, 1GB, Radeon Xpress 200 chipset, Radeon X550 128MB PCIe, Gentoo (amd64) [+Debian(sid) +Ubuntu(breezy)]
Septor is offline   Reply With Quote
Old Oct 26, 2005, 09:28 PM   #136
Septor
Rage3D Veteran
 
Join Date: Feb 2004
Location: Canada Greater Toronto Area
Posts: 1,388


Default

Just to note, there is a new 8.18 release up at www.ati.com. 8.18.8 is now available. As far as I know there are just a couple little fixes for some distributions (SuSE, Debian, Ubuntu).
__________________
Desktop: Core 2 Duo E6400, P965 chipset, 2GB, Radeon X1900GT 256MB, Ubuntu Edgy (am64)
Notebook: NEC LaVie RX, Pentium-M 1.5GHz, i855 chipset, 768MB, Mobility Radeon 9600 64MB, Ubuntu (Dapper)
HTPC: Shuttle ST20G5, Athlon64 3000+, 1GB, Radeon Xpress 200 chipset, Radeon X550 128MB PCIe, Gentoo (amd64) [+Debian(sid) +Ubuntu(breezy)]
Septor is offline   Reply With Quote
Old Oct 26, 2005, 11:48 PM   #137
alphonsebrown
Radeon HD 4600
 
Join Date: Oct 2005
Location: Sofia, Bulgaria
Posts: 88


Default

no second X has nothing to do with dual head config - right now I used clone mode, second X is when my screen is locked for other family members.. (:1) but it was working with previous drivers 100%
__________________
Fedora 5 (Powered by Redhat since I know myself ;), FX5200 , Samsung TFT, Athlon XP-M 2,4 Ghz
alphonsebrown is offline   Reply With Quote
Old Oct 27, 2005, 12:46 PM   #138
markelo
Radeon HD 4830
 
Join Date: Sep 2003
Posts: 112


Default

Ok 64-bit ut2004demo has crashed once during gameplay as has tux racer. Those crashes might have something to do with sound driver though as it is really buggy. Found out that adjusting sound levels through mixer could mute all sound and also found out that volume levels work very weird.

Anyway blank screen problems is still there even without using sound drivers. I mean I log in and then shut down and get blank screen. I have observed little color variation in monitor. say from black to really dark grey. Looks like monitor is out of sync or doesn't get any singal from graphics card. Bad thing is that this blank screen happens so randomly.

Next time logging in and then shutting down I could see normal green text. Anybody got any ideas?
markelo is offline   Reply With Quote
Old Oct 27, 2005, 04:33 PM   #139
zhitch1
Radeon HD 4350
 
Join Date: Sep 2005
Posts: 12


Default

what hardware..kernel and what distro and maybe a logfile would be of help
zhitch1 is offline   Reply With Quote
Old Oct 27, 2005, 04:39 PM   #140
zhitch1
Radeon HD 4350
 
Join Date: Sep 2005
Posts: 12


Default

Quote:
Originally Posted by jec0s
Yes I would have to agree, I just can't wait till ATI releases opengl drivers that kick nvidia's @$$.. so we can all say "whats up now!!"
I would say maybe ATI has some things to work out... but I am not feeling like
our comments are falling on deaf ears anymore...all I can say is I can play UT2003 with all the settings turned up and its entirely playable with no random lockups on my 9700 Pro
zhitch1 is offline   Reply With Quote
Old Oct 28, 2005, 12:26 AM   #141
macleod199
Radeon HD 4870 X2
 
Join Date: Sep 2002
Location: Ottawa, ON
Posts: 714


Default

Quote:
Originally Posted by black hole sun
Why is ubuntu moving everything into /usr instead of /usr/X11R6?

BTW Sept, you work for ATI?
Because we're not going to be using R6 any more, very soon. R7 is imminent, and the whole naming scheme has changed due to maintainers changing, etc., etc. It's quite the soap opera.
macleod199 is offline   Reply With Quote
Old Oct 28, 2005, 12:53 AM   #142
Septor
Rage3D Veteran
 
Join Date: Feb 2004
Location: Canada Greater Toronto Area
Posts: 1,388


Default

Quote:
Originally Posted by macleod199
Because we're not going to be using R6 any more, very soon. R7 is imminent, and the whole naming scheme has changed due to maintainers changing, etc., etc. It's quite the soap opera.
And fglrx fell through the cracks which is why it won't work out of the box on amd64 Ubuntu/breezy Oh well, at least there is a work-around. Anyways I am looking forward to 7.0... hope it gets into Breezy soon after release.
__________________
Desktop: Core 2 Duo E6400, P965 chipset, 2GB, Radeon X1900GT 256MB, Ubuntu Edgy (am64)
Notebook: NEC LaVie RX, Pentium-M 1.5GHz, i855 chipset, 768MB, Mobility Radeon 9600 64MB, Ubuntu (Dapper)
HTPC: Shuttle ST20G5, Athlon64 3000+, 1GB, Radeon Xpress 200 chipset, Radeon X550 128MB PCIe, Gentoo (amd64) [+Debian(sid) +Ubuntu(breezy)]
Septor is offline   Reply With Quote
Old Oct 28, 2005, 05:48 AM   #143
feeling
Radeon HD 4350
 
Join Date: Mar 2005
Posts: 17


Default kernel 2.6.14

the driver seems to be unusable with the new kernel 2.6.14 ... is their any patches ?
thanx
feeling is offline   Reply With Quote
Old Oct 28, 2005, 06:37 AM   #144
Septor
Rage3D Veteran
 
Join Date: Feb 2004
Location: Canada Greater Toronto Area
Posts: 1,388


Default

I think you can just find&replace all verify_access() with access_ok() in the fglrx source... check the bugzilla, there might be a patch there.
__________________
Desktop: Core 2 Duo E6400, P965 chipset, 2GB, Radeon X1900GT 256MB, Ubuntu Edgy (am64)
Notebook: NEC LaVie RX, Pentium-M 1.5GHz, i855 chipset, 768MB, Mobility Radeon 9600 64MB, Ubuntu (Dapper)
HTPC: Shuttle ST20G5, Athlon64 3000+, 1GB, Radeon Xpress 200 chipset, Radeon X550 128MB PCIe, Gentoo (amd64) [+Debian(sid) +Ubuntu(breezy)]
Septor is offline   Reply With Quote
Old Oct 28, 2005, 01:57 PM   #145
l3m3t
Newbie
 
Join Date: Oct 2005
Posts: 2


Default

Quote:
Originally Posted by agios
The driver would not compile under 2.6.14 complaining about unkown symbol verify_area. Just replacing it with access_ok fixed it, on my system at least.

Is this indeed the correct way to fix it?

What i did was:

Code:
diff -urp ati-driver-original/common/lib/modules/fglrx/build_mod/drm_os_linux.h ati-driver/common/lib/modules/fglrx/build_mod/drm_os_linux.h
--- ati-driver-original/common/lib/modules/fglrx/build_mod/drm_os_linux.h	 2005-10-11 20:42:31.000000000 +0300
+++ ati-driver/common/lib/modules/fglrx/build_mod/drm_os_linux.h	 2005-10-16 18:44:46.000000000 +0300
@@ -75,7 +75,7 @@ typedef void irqreturn_t;
		copy_to_user(arg1, arg2, arg3)
/* Macros for copyfrom user, but checking readability only once */
#define DRM_VERIFYAREA_READ( uaddr, size )			 \
-	 verify_area( VERIFY_READ, uaddr, size )
+	 access_ok( VERIFY_READ, uaddr, size )
#define DRM_COPY_FROM_USER_UNCHECKED(arg1, arg2, arg3)		 \
		__copy_from_user(arg1, arg2, arg3)
#define DRM_COPY_TO_USER_UNCHECKED(arg1, arg2, arg3) \
diff -urp ati-driver-original/common/lib/modules/fglrx/build_mod/firegl_public.c ati-driver/common/lib/modules/fglrx/build_mod/firegl_public.c
--- ati-driver-original/common/lib/modules/fglrx/build_mod/firegl_public.c	 2005-10-11 20:42:31.000000000 +0300
+++ ati-driver/common/lib/modules/fglrx/build_mod/firegl_public.c	 2005-10-16 18:44:16.000000000 +0300
@@ -1473,9 +1473,9 @@ int ATI_API_CALL __ke_copy_to_user(void*
	 return copy_to_user(to, from, size);
}

-int ATI_API_CALL __ke_verify_area(int type, const void * addr, unsigned long size)
+int ATI_API_CALL __ke_access_ok(int type, const void * addr, unsigned long size)
{
-	return verify_area(type, addr, size);
+	return access_ok(type, addr, size);
}

int ATI_API_CALL __ke_get_pci_device_info(__ke_pci_dev_t* dev, __ke_pci_device_info_t *pinfo)
diff -urp ati-driver-original/common/lib/modules/fglrx/build_mod/firegl_public.h ati-driver/common/lib/modules/fglrx/build_mod/firegl_public.h
--- ati-driver-original/common/lib/modules/fglrx/build_mod/firegl_public.h	 2005-10-11 20:42:31.000000000 +0300
+++ ati-driver/common/lib/modules/fglrx/build_mod/firegl_public.h	 2005-10-16 18:45:09.000000000 +0300
@@ -400,7 +400,7 @@ extern unsigned long ATI_API_CALL __ke_r

extern int ATI_API_CALL __ke_copy_from_user(void* to, const void* from, __ke_size_t size);
extern int ATI_API_CALL __ke_copy_to_user(void* to, const void* from, __ke_size_t size);
-extern int ATI_API_CALL __ke_verify_area(int type, const void * addr, unsigned long size);
+extern int ATI_API_CALL __ke_access_ok(int type, const void * addr, unsigned long size);

extern void* ATI_API_CALL __ke_malloc(__ke_size_t size);
extern void ATI_API_CALL __ke_free_s(void* p, __ke_size_t size);
Thank you agios for your patch! It recovered dri in my new kernel 2.6.14 compilation. I had the similar problem loading fglrx module: falure in kernel verify area

Last edited by l3m3t : Oct 28, 2005 at 02:00 PM.
l3m3t is offline   Reply With Quote
Old Oct 28, 2005, 05:27 PM   #146
mmacka
Newbie
 
Join Date: Oct 2005
Posts: 2


Default

Can you tell me how did you apply this patch ? Should i cut off ati-driver/common/ from it and then in /lib/modules run patch -p0 < patchname ?
Sorry guys , im newbe
mmacka is offline   Reply With Quote
Old Oct 28, 2005, 08:08 PM   #147
l3m3t
Newbie
 
Join Date: Oct 2005
Posts: 2


Default

I didn't bother to use the command-line patch (might missmatch exactly de lines and paths). Just change the lines indicated in the 3 files located in /lib/modules/fglrx/build_mod(already installed), rebuild and reinstall the module from this path.

Last edited by l3m3t : Oct 28, 2005 at 08:13 PM.
l3m3t is offline   Reply With Quote
Old Oct 28, 2005, 09:03 PM   #148
Septor
Rage3D Veteran
 
Join Date: Feb 2004
Location: Canada Greater Toronto Area
Posts: 1,388


Default

Quote:
Originally Posted by l3m3t
Thank you agios for your patch! It recovered dri in my new kernel 2.6.14 compilation. I had the similar problem loading fglrx module: falure in kernel verify area
Hmmm I think you only need to modify the single verify_area() inside the function... i.e.:
Code:
int ATI_API_CALL __ke_verify_area(int type, const void * addr, unsigned long size)
{
-	return verify_area(type, addr, size);
+	return access_ok(type, addr, size);
}
Renaming the function seems like a bad thing to me, especially since it might be called directly from the binary-only part of the driver (but maybe not if you have it running already).
__________________
Desktop: Core 2 Duo E6400, P965 chipset, 2GB, Radeon X1900GT 256MB, Ubuntu Edgy (am64)
Notebook: NEC LaVie RX, Pentium-M 1.5GHz, i855 chipset, 768MB, Mobility Radeon 9600 64MB, Ubuntu (Dapper)
HTPC: Shuttle ST20G5, Athlon64 3000+, 1GB, Radeon Xpress 200 chipset, Radeon X550 128MB PCIe, Gentoo (amd64) [+Debian(sid) +Ubuntu(breezy)]
Septor is offline   Reply With Quote
Old Oct 29, 2005, 04:44 AM   #149
dopehouse
Radeon HD 4600
 
Join Date: Jan 2005
Location: Hildesheim(Germany)
Posts: 52


Linux

That is not the correct handling of this function. You should better exchange the dreprecated function like this:
Code:
int ATI_API_CALL __ke_verify_area(int type, const void * addr, unsigned long size)
{
    //return verify_area(type, addr, size);
    return access_ok(type, addr, size) ? 0 : -EFAULT;
}


----
EDIT: replaced QUOTE with CODE
__________________
You are my sunshine, you are my daylight
but don't try to see me befor it's midnight

Workstation: ASUS A7N8X-X (NF2), K7 XP 2500+, 1,5GB-Ram, 80GB-HDD, Radeon X850 XT, Debian Sarge
Server: VIA KT233, K7 XP 2000+, 768MB-Ram, 80GB-HDD, Radeon 7000, Debian Sarge
Notebook: Pentium III 500MHz, 128MB-Ram, 10GB-HDD, Rage 128, Debian Sarge

www.dopehouse.dyndns.org (german)

Last edited by dopehouse : Oct 29, 2005 at 07:27 PM.
dopehouse is offline   Reply With Quote
Old Oct 29, 2005, 05:06 AM   #150
crvendramini
Radeon HD 4350
 
Join Date: Mar 2005
Location: Brazil Sao Paulo SP
Posts: 18


Default

Quote:
Originally Posted by dopehouse
That is not the correct handling of this function. You should better exchange the dreprecated function like this:


Yeah!!! Works like a charm..

Slackware 10.2 kernel 2.6.14 + ck8 (con kolivas patchset).

__________________

abit nf7 v2.0 - amd sempron 2800 - 1024mb ddr 333 - samsung 80gb/seagate 250gb - ati radeon 9600 XT AIW 128mb - lg flatron ez 17"
crvendramini is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 06:46 PM.



Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
All trademarks used are properties of their respective owners. Copyright ©1998-2009 Rage3D.com