Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HP zv6000 ATI RADEON EXPRESS 200M HELP! [Partially Solved!]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
rancor
n00b
n00b


Joined: 07 Mar 2003
Posts: 11

PostPosted: Thu Apr 21, 2005 5:59 am    Post subject: HP zv6000 ATI RADEON EXPRESS 200M HELP! [Partially Solved!] Reply with quote

Ok, I'm a bit on the bleeding edge here. I just got one of those new zv6000 HP laptops. Here are the specs:

AMD64 (3200+)
512MB RAM
80GB Hard disk
RealTek 8139 NIC
802.11 b/g wireless

8X DVD/CD RW
15.4" LCD
Card reader

And so on.

The problem is X and the ATI card, which is an "ATI RADEON Express 200M MOBILITY". The ATI chipset on the MB has this integrated and is on a PCI Express bus, so no AGP. I can't for the life of me figure out how to configure X for this puppy. I tried:

Code:
emerge ati-drivers


I followed the instructions, but the kernel driver won't load, probably because I'm using the gentoo-sources kernel.

I then tried:

Code:
emerge x11-drm


but compilation fails because one of the source files is trying to include info about AGP, but their ain't none.

Help would be nice.

UPDATE Apr-22-2005 12:19 pm EDT
After much Googleing around I found that ubuntu Linux supports this card.

I downloaded the ubuntu LiveCD and, after some figuring and going through expert mode, was able to get the card operational

I dug through their xorg repository at http://archive.ubuntu.com/ubuntu/pool/main/x/xorg/xorg_6.8.2-10.diff.gz and retrieved their patch set. They apparently made a patch from the CVS head of xorg that adds support for this chip.

I manually went through an ebuild process applying this patch and I built an xorg X server. Well, it worked! Mostly. It's not too stable; I have to disable hardware acceleration right now to keep it going. Now, if it weren't for that damned x11-drm problem where they removed stuff from 2.6.11 that breaks the build.

Also, I found that I had enabled IOMM (or some such, not access right now to the laptop) that prohibited building AGP support into the kernel.

Anyone have a patch for x11-drm that works with 2.6.11?

I'll give more details later about the patch I got from ubuntu.
_________________
--
Jim Powers
Back to top
View user's profile Send private message
WindowMaker
n00b
n00b


Joined: 16 Mar 2003
Posts: 2
Location: Brandon, Manitoba

PostPosted: Fri May 13, 2005 2:40 pm    Post subject: Re: HP zv6000 ATI RADEON EXPRESS 200M HELP! [Partially Solve Reply with quote

[quote="rancor"]Ok, I'm a bit on the bleeding edge here. I just got one of those new zv6000 HP laptops. Here are the specs:

Hello:

Have you had any more success in configuring the video on the new zv6000? I have been trying to get a R4000 series compaq going, but have not purchased one yet. Since I've been testing in the store, I don't have the option of spending the time required to patch and then emerge the packages with gentoo. Plus that would mean altering the HDD.

So far I have been booting with livecd from gentoo, ubuntu and knoppix, without getting a working X environment. I presume the patch you used was not included.

Any advice appreciated.
Back to top
View user's profile Send private message
Andriod
n00b
n00b


Joined: 15 May 2005
Posts: 1

PostPosted: Tue May 17, 2005 4:50 pm    Post subject: Reply with quote

Can you detail your configuration for Ubuntu? I tried to bring it up naively and got nowhere. Currently I'm using the Mandrake VESA drivers to get 1024x768 but that blocks out all the direct rendering that I'd like to get up here. My box is the same as yours except I'm running a Semperon. (Pavillion zv600 ATI Radeon Xpress 200M)
Back to top
View user's profile Send private message
UpooPoo
n00b
n00b


Joined: 18 Jun 2003
Posts: 10
Location: Utah

PostPosted: Wed Jun 15, 2005 4:11 pm    Post subject: Reply with quote

The ati driver for this new chipset is in portage but I believe it is probably still masked, the version that you need is 8.13.3.

Check in /usr/portage/profiles/package.mask and un mask it if need be then just emerge ati-drivers. After that run fglrxconfig.
Back to top
View user's profile Send private message
charli
n00b
n00b


Joined: 15 Jun 2005
Posts: 3

PostPosted: Wed Jun 15, 2005 7:54 pm    Post subject: Re: ATI RADEON EXPRESS 200 Reply with quote

Hi,

I've installed gentoo on a ST20G5 (a Shuttle). That is using an On board XPress 200.

I've managed to make it working with the ati-driver 8.13.3 (after having unmasked it in the file /usr/portage/profiles/package.mask)

I had to remove the agpgart and the direct rendering from the kernel config (Kernel linux-2.6.11-gentoo-r11)

The direct rendering is not working. Windows make so long to pop on the screen... I'm longing for a better support of this graphic chipset.

Charli.
Back to top
View user's profile Send private message
UpooPoo
n00b
n00b


Joined: 18 Jun 2003
Posts: 10
Location: Utah

PostPosted: Thu Jun 16, 2005 4:18 pm    Post subject: Reply with quote

Quote:

Hi,

I've installed gentoo on a ST20G5 (a Shuttle). That is using an On board XPress 200.

I've managed to make it working with the ati-driver 8.13.3 (after having unmasked it in the file /usr/portage/profiles/package.mask)

I had to remove the agpgart and the direct rendering from the kernel config (Kernel linux-2.6.11-gentoo-r11)

The direct rendering is not working. Windows make so long to pop on the screen... I'm longing for a better support of this graphic chipset.

Charli.


I've got direct rendering working on my machine, but I do have various annoying problems with the display driver. Since it is a proprietary driver the best idea is probably letting ATI know about this hunk of junk. I've sent them a few bug reports and recieved a positive response. Did you use fglrxconfig to configure X after you installed the drivers? That helped me get DRI up in a jiffy.
Back to top
View user's profile Send private message
charli
n00b
n00b


Joined: 15 Jun 2005
Posts: 3

PostPosted: Sun Jul 10, 2005 6:43 pm    Post subject: Reply with quote

Finaly, the last update of my gentoo (among other package, it upgarded the xorg-x11 to 6.8.2-r2) solved the windows slowlyness problem.

Now, windows are oppening very quickly.

Charli
Back to top
View user's profile Send private message
cyberpnk
n00b
n00b


Joined: 02 Jun 2005
Posts: 12

PostPosted: Wed Sep 07, 2005 3:36 am    Post subject: dont emerge --sync if you are using ati-drivers-8.13* !!!! Reply with quote

Quote:
UpooPoo
PostPosted: Wed Jun 15, 2005 9:11 am Post subject:
The ati driver for this new chipset is in portage but I believe it is probably still masked, the version that you need is 8.13.3.

Check in /usr/portage/profiles/package.mask and un mask it if need be then just emerge ati-drivers. After that run fglrxconfig.


I followed your suggestion about using ati-drivers-8.13*. I recently ran an

Code:
emerge --update --deep world


and it had gotten rid of the 8.13* drivers and now I'm stuck with 8.14. Grrrr :evil:

I am now using vesa drivers until I can get this to work. Anyone have any ideas?
_________________
HP Pavilion zv6000, AMD Athlon 64, ATI Radeon Express 200m, gcc-3.3.5, xorg-x11-6.8.2-r2
Back to top
View user's profile Send private message
charli
n00b
n00b


Joined: 15 Jun 2005
Posts: 3

PostPosted: Wed Sep 07, 2005 2:31 pm    Post subject: Re: ati-drivers version for XPress 200 Reply with quote

cyberpnk wrote:


I followed your suggestion about using ati-drivers-8.13*. I recently ran an

Code:
emerge --update --deep world


and it had gotten rid of the 8.13* drivers and now I'm stuck with 8.14. Grrrr :evil:

I am now using vesa drivers until I can get this to work. Anyone have any ideas?


The current working version for me is 8.16.20
Today, this version is masked by the key word -* becaused it do cause some problem to people using other video card (see https://forums.gentoo.org//viewtopic-t-373422-highlight-atidrivers.html)

To unmask the version, add the following line to the file /etc/portage/package.keywords
Code:
media-video/ati-drivers -*
Back to top
View user's profile Send private message
cyberpnk
n00b
n00b


Joined: 02 Jun 2005
Posts: 12

PostPosted: Wed Sep 07, 2005 3:31 pm    Post subject: getting a black screen with 8.16.20 Reply with quote

I was way ahead of you. I figured I would give 8.16.20 a shot even when it was -*. But now all I get is a black screen. I can't ctrl+alt+backspace or ctrl+alt+f1 out of it. I have to ssh into my laptop from another computer and kill the process.

Her is my xorg.conf file

Code:

# File: xorg.conf
# File generated by fglrxconfig (C) ATI Technologies, a substitute for xf86config.

# Note by ATI: the below copyright notice is there for servicing possibly
# pending third party rights on the file format and the instance of this file.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath   "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option "Protocol"   "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option "Xleds"      "1 2 3"

#    Option "LeftAlt"    "Meta"
#    Option "RightAlt"   "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"   "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"   "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"  "de"
# or:
#    Option "XkbLayout"  "de"
#    Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions" "ctrl:swapcaps"

# These are the default XKB settings for XFree86
#    Option "XkbRules"   "xfree86"
#    Option "XkbModel"   "pc101"
#    Option "XkbLayout"  "us"
#    Option "XkbVariant" ""
#    Option "XkbOptions" ""

#    Option "XkbDisable"

    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"   "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/psaux"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"   "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"   "9600"
#    Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "1412"
#    Option     "MaxX"           "15184"
#    Option     "MinY"           "15372"
#    Option     "MaxY"           "1230"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "231"
#    Option     "MaxX"           "3868"
#    Option     "MinY"           "3858"
#    Option     "MaxY"           "272"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonThreshold"    "17"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection

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

# Any number of monitor sections may be present

Section "Monitor"
    Identifier  "Monitor0"
# === mode lines based on GTF ===
# VGA @ 100Hz
# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
# SVGA @ 100Hz
# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
# XVGA @ 100Hz
# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
# 1152x864 @ 60Hz
# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
# 1152x864 @ 85Hz
# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
# 1152x864 @ 100Hz
# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
# 1280x960 @ 75Hz
# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
# 1280x960 @ 100Hz
# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync
# SXGA @ 100Hz
# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
# Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync
# 1600x1000 @ 60Hz
# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
# 1600x1000 @ 75Hz
# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
# 1600x1000 @ 85Hz
# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
# 1600x1000 @ 100Hz
# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
# 1600x1024 @ 60Hz
# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
# 1600x1024 @ 75Hz
# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
# 1600x1024 @ 76Hz
# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
# 1600x1024 @ 85Hz
# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
# 1920x1080 @ 60Hz
# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
# 1920x1080 @ 75Hz
# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
# 1920x1200 @ 60Hz
# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
# 1920x1200 @ 75Hz
# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 2048x1536 @ 60
# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
# 1400x1050 @ 60Hz M9 Laptop mode
# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync

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"
    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"
    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"                 "2"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "no"
    Option "ForceGenericCPU"            "no"
#    BusID "PCI:1:0:0"    # no device found at config time
    Screen 0
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"
    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

# **********************************************************************
# 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"

# 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 ###

_________________
HP Pavilion zv6000, AMD Athlon 64, ATI Radeon Express 200m, gcc-3.3.5, xorg-x11-6.8.2-r2
Back to top
View user's profile Send private message
cyberpnk
n00b
n00b


Joined: 02 Jun 2005
Posts: 12

PostPosted: Wed Sep 07, 2005 4:15 pm    Post subject: ati-drivers-8.16.20 cont. Reply with quote

and here is my log file.

Code:


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.12-gentoo-r9 i686 [ELF]
Current Operating System: Linux nebuchadnezzar 2.6.12-gentoo-r9 #1 SMP Sat Sep 3 07:54:23 PDT 2005 i686
Build Date: 23 August 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: Wed Sep  7 01:54:56 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/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(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/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/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 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,5950 card 103c,3085 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,5a3f card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 1002,5a36 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:13:0: chip 1002,4374 card 1002,4374 rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4375 card 1002,4375 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4373 card 1002,4373 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4372 card 103c,3085 rev 10 class 0c,05,00 hdr 80
(II) PCI: 00:14:1: chip 1002,4376 card 103c,3085 rev 00 class 01,01,8a hdr 00
(II) PCI: 00:14:3: chip 1002,4377 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 00:14:5: chip 1002,4370 card 103c,3085 rev 01 class 04,01,00 hdr 80
(II) PCI: 00:14:6: chip 1002,4378 card 103c,3085 rev 01 class 07,03,00 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:05:0: chip 1002,5955 card 103c,3085 rev 00 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 104c,8023 card 103c,3085 rev 00 class 0c,00,10 hdr 00
(II) PCI: 03:02:0: chip 14e4,4320 card 103c,12f8 rev 03 class 02,80,00 hdr 00
(II) PCI: 03:04:0: chip 104c,8031 card 4000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 03:04:3: chip 104c,8033 card 103c,3085 rev 00 class 01,80,00 hdr 80
(II) PCI: 03:04:4: chip 104c,8034 card 103c,3085 rev 00 class 08,05,00 hdr 80
(II) PCI: 03:06:0: chip 10ec,8139 card 103c,3085 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,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [1] -1   0   0x00009400 - 0x000094ff (0x100) IX[B]
   [2] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [3] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xb0100000 - 0xb01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:4:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:20:4), (0,3,7), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xb0200000 - 0xb02fffff (0x100000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 4: bridge is at (3:4:0), (3,4,7), BCTRL: 0x05c0 (VGA_EN is cleared)
(--) PCI:*(1:5:0) ATI Technologies Inc unknown chipset (0x5955) rev 0, Mem @ 0xc0000000/28, 0xb0100000/16, I/O @ 0x9000/8
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xb020a400 - 0xb020a4ff (0x100) MX[B]
   [1] -1   0   0xb0208800 - 0xb02088ff (0x100) MX[B]
   [2] -1   0   0xb0208c00 - 0xb0208cff (0x100) MX[B]
   [3] -1   0   0xb020a000 - 0xb020a0ff (0x100) MX[B]
   [4] -1   0   0xb0206000 - 0xb0207fff (0x2000) MX[B]
   [5] -1   0   0xb0204000 - 0xb0205fff (0x2000) MX[B]
   [6] -1   0   0xb0200000 - 0xb0203fff (0x4000) MX[B]
   [7] -1   0   0xb0208000 - 0xb02087ff (0x800) MX[B]
   [8] -1   0   0xb0003800 - 0xb00038ff (0x100) MX[B]
   [9] -1   0   0xb0003400 - 0xb00034ff (0x100) MX[B]
   [10] -1   0   0xb0003000 - 0xb00033ff (0x400) MX[B]
   [11] -1   0   0xb0002000 - 0xb0002fff (0x1000) MX[B]
   [12] -1   0   0xb0001000 - 0xb0001fff (0x1000) MX[B]
   [13] -1   0   0xb0000000 - 0xb0000fff (0x1000) MX[B]
   [14] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [15] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [16] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [17] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [18] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [19] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [20] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [21] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [22] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [23] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xb020a400 - 0xb020a4ff (0x100) MX[B]
   [1] -1   0   0xb0208800 - 0xb02088ff (0x100) MX[B]
   [2] -1   0   0xb0208c00 - 0xb0208cff (0x100) MX[B]
   [3] -1   0   0xb020a000 - 0xb020a0ff (0x100) MX[B]
   [4] -1   0   0xb0206000 - 0xb0207fff (0x2000) MX[B]
   [5] -1   0   0xb0204000 - 0xb0205fff (0x2000) MX[B]
   [6] -1   0   0xb0200000 - 0xb0203fff (0x4000) MX[B]
   [7] -1   0   0xb0208000 - 0xb02087ff (0x800) MX[B]
   [8] -1   0   0xb0003800 - 0xb00038ff (0x100) MX[B]
   [9] -1   0   0xb0003400 - 0xb00034ff (0x100) MX[B]
   [10] -1   0   0xb0003000 - 0xb00033ff (0x400) MX[B]
   [11] -1   0   0xb0002000 - 0xb0002fff (0x1000) MX[B]
   [12] -1   0   0xb0001000 - 0xb0001fff (0x1000) MX[B]
   [13] -1   0   0xb0000000 - 0xb0000fff (0x1000) MX[B]
   [14] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [15] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [16] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [17] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [18] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [19] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [20] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [21] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [22] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [23] -1   0   0x00009000 - 0x000090ff (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   0xb020a400 - 0xb020a4ff (0x100) MX[B]
   [6] -1   0   0xb0208800 - 0xb02088ff (0x100) MX[B]
   [7] -1   0   0xb0208c00 - 0xb0208cff (0x100) MX[B]
   [8] -1   0   0xb020a000 - 0xb020a0ff (0x100) MX[B]
   [9] -1   0   0xb0206000 - 0xb0207fff (0x2000) MX[B]
   [10] -1   0   0xb0204000 - 0xb0205fff (0x2000) MX[B]
   [11] -1   0   0xb0200000 - 0xb0203fff (0x4000) MX[B]
   [12] -1   0   0xb0208000 - 0xb02087ff (0x800) MX[B]
   [13] -1   0   0xb0003800 - 0xb00038ff (0x100) MX[B]
   [14] -1   0   0xb0003400 - 0xb00034ff (0x100) MX[B]
   [15] -1   0   0xb0003000 - 0xb00033ff (0x400) MX[B]
   [16] -1   0   0xb0002000 - 0xb0002fff (0x1000) MX[B]
   [17] -1   0   0xb0001000 - 0xb0001fff (0x1000) MX[B]
   [18] -1   0   0xb0000000 - 0xb0000fff (0x1000) MX[B]
   [19] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [20] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [21] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [22] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [23] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [24] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [25] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [26] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [27] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [28] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [29] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [30] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/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/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 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/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/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/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/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/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/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/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.0, module version = 8.16.20
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/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/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),
   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), 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)
(II) Primary Device is: PCI 01:05:0
(II) ATI Proprietary Linux Driver Version Identifier:8.16.20
(II) ATI Proprietary Linux Driver Release Identifier: @@UNRELEASED_AND_UNSUPPORTED_DRIVER@@
(II) ATI Proprietary Linux Driver Build Date: Aug 16 2005 00:15:14
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.16.1-driver-lnx-206829
(--) Assigning device section with no busID to primary device
(--) Chipset RADEON XPRESS 200M (RS480 5955) 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   0xb020a400 - 0xb020a4ff (0x100) MX[B]
   [6] -1   0   0xb0208800 - 0xb02088ff (0x100) MX[B]
   [7] -1   0   0xb0208c00 - 0xb0208cff (0x100) MX[B]
   [8] -1   0   0xb020a000 - 0xb020a0ff (0x100) MX[B]
   [9] -1   0   0xb0206000 - 0xb0207fff (0x2000) MX[B]
   [10] -1   0   0xb0204000 - 0xb0205fff (0x2000) MX[B]
   [11] -1   0   0xb0200000 - 0xb0203fff (0x4000) MX[B]
   [12] -1   0   0xb0208000 - 0xb02087ff (0x800) MX[B]
   [13] -1   0   0xb0003800 - 0xb00038ff (0x100) MX[B]
   [14] -1   0   0xb0003400 - 0xb00034ff (0x100) MX[B]
   [15] -1   0   0xb0003000 - 0xb00033ff (0x400) MX[B]
   [16] -1   0   0xb0002000 - 0xb0002fff (0x1000) MX[B]
   [17] -1   0   0xb0001000 - 0xb0001fff (0x1000) MX[B]
   [18] -1   0   0xb0000000 - 0xb0000fff (0x1000) MX[B]
   [19] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [20] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [21] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [22] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [23] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [24] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [25] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [26] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [27] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [28] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [29] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [30] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x821f5f0
(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   0xb020a400 - 0xb020a4ff (0x100) MX[B]
   [6] -1   0   0xb0208800 - 0xb02088ff (0x100) MX[B]
   [7] -1   0   0xb0208c00 - 0xb0208cff (0x100) MX[B]
   [8] -1   0   0xb020a000 - 0xb020a0ff (0x100) MX[B]
   [9] -1   0   0xb0206000 - 0xb0207fff (0x2000) MX[B]
   [10] -1   0   0xb0204000 - 0xb0205fff (0x2000) MX[B]
   [11] -1   0   0xb0200000 - 0xb0203fff (0x4000) MX[B]
   [12] -1   0   0xb0208000 - 0xb02087ff (0x800) MX[B]
   [13] -1   0   0xb0003800 - 0xb00038ff (0x100) MX[B]
   [14] -1   0   0xb0003400 - 0xb00034ff (0x100) MX[B]
   [15] -1   0   0xb0003000 - 0xb00033ff (0x400) MX[B]
   [16] -1   0   0xb0002000 - 0xb0002fff (0x1000) MX[B]
   [17] -1   0   0xb0001000 - 0xb0001fff (0x1000) MX[B]
   [18] -1   0   0xb0000000 - 0xb0000fff (0x1000) MX[B]
   [19] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [20] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [21] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [22] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [23] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [24] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [25] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [26] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [27] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [28] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [29] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [30] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [31] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [32] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [33] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
   [34] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [35] 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/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 5 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" "(null)"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "UseInternalAGPGART" "no"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "2"
(**) 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): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/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 XPRESS 200M (RS480 5955)" (Chipset = 0x5955)
(--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x3085)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xb0100000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/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 MOBILITY RADEON Xpress 200G Series
(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: MS48
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/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: LCD on internal LVDS
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LPL  Model: 0  Serial#: 0
(II) fglrx(0): Year: 2004  Week: 0
(II) fglrx(0): EDID Version: 1.2
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 33  vert.: 21
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.590 redY: 0.344   greenX: 0.323 greenY: 0.534
(II) fglrx(0): blueX: 0.156 blueY: 0.138   whiteX: 0.312 whiteY: 0.328
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 71.2 MHz   Image Size:  289 x 21 mm
(II) fglrx(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) fglrx(0): v_active: 800  v_sync: 802  v_sync_end 808 v_blanking: 823 v_border: 0
(II) fglrx(0):  LGPhilipsLCD
(II) fglrx(0):  LP154W01-A5
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Specified desktop setup not supported: 8
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000004
(**) 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 12 modes found for primary display.
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Mode "1024x768": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"   71.25  1024 1200 1232 1440  768 786 792 823
(**) fglrx(0): *Mode "800x600": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"   71.25  800 1088 1120 1440  600 702 708 823
(**) fglrx(0): *Mode "640x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"   71.25  640 1008 1040 1440  480 642 648 823
(**) fglrx(0):  Default mode "848x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"   71.25  848 1112 1144 1440  480 642 648 823 +csync
(**) fglrx(0):  Default mode "720x576": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"   71.25  720 1048 1080 1440  576 690 696 823 +csync
(**) fglrx(0):  Default mode "720x480": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"   71.25  720 1048 1080 1440  480 642 648 823 +csync
(**) fglrx(0):  Default mode "640x400": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"   71.25  640 1008 1040 1440  400 602 608 823 -hsync
(**) fglrx(0):  Default mode "640x350": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"   71.25  640 1008 1040 1440  350 577 583 823 -hsync +csync
(**) fglrx(0):  Default mode "512x384": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"   71.25  512 944 976 1440  384 594 600 823 -hsync
(**) fglrx(0):  Default mode "400x300": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"   71.25  400 888 920 1440  600 702 708 823 -hsync
(**) fglrx(0):  Default mode "320x240": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"   71.25  320 848 880 1440  480 642 648 823 -hsync
(**) fglrx(0):  Default mode "320x200": 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"   71.25  320 848 880 1440  400 602 608 823 -hsync
(--) fglrx(0): Display dimensions: (330, 210) mm
(--) fglrx(0): DPI set to (78, 92)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/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/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/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/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.0, module version = 8.16.20
   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: 0x4000001f
(**) fglrx(0): cpuSpeedMHz: 0x000007ca
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): UseFastTLS=2
(**) 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   0xb0100000 - 0xb010ffff (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   0xb020a400 - 0xb020a4ff (0x100) MX[B]
   [8] -1   0   0xb0208800 - 0xb02088ff (0x100) MX[B]
   [9] -1   0   0xb0208c00 - 0xb0208cff (0x100) MX[B]
   [10] -1   0   0xb020a000 - 0xb020a0ff (0x100) MX[B]
   [11] -1   0   0xb0206000 - 0xb0207fff (0x2000) MX[B]
   [12] -1   0   0xb0204000 - 0xb0205fff (0x2000) MX[B]
   [13] -1   0   0xb0200000 - 0xb0203fff (0x4000) MX[B]
   [14] -1   0   0xb0208000 - 0xb02087ff (0x800) MX[B]
   [15] -1   0   0xb0003800 - 0xb00038ff (0x100) MX[B]
   [16] -1   0   0xb0003400 - 0xb00034ff (0x100) MX[B]
   [17] -1   0   0xb0003000 - 0xb00033ff (0x400) MX[B]
   [18] -1   0   0xb0002000 - 0xb0002fff (0x1000) MX[B]
   [19] -1   0   0xb0001000 - 0xb0001fff (0x1000) MX[B]
   [20] -1   0   0xb0000000 - 0xb0000fff (0x1000) MX[B]
   [21] -1   0   0xb0100000 - 0xb010ffff (0x10000) MX[B](B)
   [22] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [23] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [24] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [25] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [26] 0   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [27] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [28] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [29] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [30] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [31] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [32] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [33] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [34] -1   0   0x000001f0 - 0x000001f0 (0x1) IX[B]
   [35] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [36] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
   [37] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [38] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM Bus area:     0xc0501000 (size=0x07aef000)
(II) fglrx(0): UMM area:     0x20501000 (size=0x07aef000)
(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
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenByBusid: drmOpenMinor returns 5
drmOpenByBusid: drmGetBusid reports
drmOpenDevice: node name is /dev/dri/card1
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/card2
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/card3
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/card4
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/card5
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/card6
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/card7
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/card8
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/card9
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/card10
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/card11
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/card12
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/card13
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/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 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:5:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xe0f95000
(II) fglrx(0): [drm] mapped SAREA 0xe0f95000 to 0xb7b24000
(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.16.20
(II) fglrx(0):     Date: Aug 16 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.12-gentoo-r9
(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 = 0xb0100000
(II) fglrx(0): [pcie] 65536 kB allocated with handle 0xdeadbeef
(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 = 0xe12b7000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0x20000000 FBMappedSize: 0x00501000
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,1281)
(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
(II) fglrx(0): Using hardware cursor (scanline 768)
(II) fglrx(0): Largest offscreen area available: 1024 x 505
(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:
      24 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x00000001
(II) fglrx(0): [DRI] installation complete

_________________
HP Pavilion zv6000, AMD Athlon 64, ATI Radeon Express 200m, gcc-3.3.5, xorg-x11-6.8.2-r2
Back to top
View user's profile Send private message
lelik
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2005
Posts: 81
Location: Treasure Island

PostPosted: Wed Sep 07, 2005 4:40 pm    Post subject: Reply with quote

Change Option "no_dri" from "no" to "yes" and you will get at least 2D.
Back to top
View user's profile Send private message
cyberpnk
n00b
n00b


Joined: 02 Jun 2005
Posts: 12

PostPosted: Wed Sep 07, 2005 5:12 pm    Post subject: it works!......sorta Reply with quote

It works. I set "n0_dri" "yes"

Although, now whenever I exit out of Xorg it does the same exact thing. It freezes up and hangs on a black screen. I cant ctrl+alt+backspace or ctrl+alt+f1. any clue as to why this might be? I am using fluxbox as my desktop and it happens with openbox as well.
_________________
HP Pavilion zv6000, AMD Athlon 64, ATI Radeon Express 200m, gcc-3.3.5, xorg-x11-6.8.2-r2
Back to top
View user's profile Send private message
cyberpnk
n00b
n00b


Joined: 02 Jun 2005
Posts: 12

PostPosted: Wed Sep 07, 2005 9:09 pm    Post subject: ati-drivers-8.20.16 cont. Reply with quote

Actually, the one thing I have noticed is that when I exit out of my Xwindows and get the black screen, I can type startx and go back in. I can even run other commands like reboot or what not. It just seems as though my screen does not refresh. :?
_________________
HP Pavilion zv6000, AMD Athlon 64, ATI Radeon Express 200m, gcc-3.3.5, xorg-x11-6.8.2-r2
Back to top
View user's profile Send private message
cyberpnk
n00b
n00b


Joined: 02 Jun 2005
Posts: 12

PostPosted: Wed Sep 07, 2005 11:23 pm    Post subject: ati-drivers works now without 3d acceleration Reply with quote

ati-drivers works now without 3d acceleration. Which I can live with for now. The previous issue was the frame buffer. I disabled it through the kernel and the issue went away. But now I am stuck with another situation which I will search in other threads for, or start a new one. my dvd plays fine in mplayer but I prefer to play it in xine. However xine plays is twice as fast. I pass noapictimer throught the kernel and it plays fine, but then that breaks dhcpcd and I cannot get on-line. Grrrr :evil:
_________________
HP Pavilion zv6000, AMD Athlon 64, ATI Radeon Express 200m, gcc-3.3.5, xorg-x11-6.8.2-r2
Back to top
View user's profile Send private message
peralta_jm
n00b
n00b


Joined: 24 Aug 2005
Posts: 5

PostPosted: Fri Sep 23, 2005 5:02 pm    Post subject: DRI workaround.... Reply with quote

Hi. I just found this post:

http://www.zv6000forums.com/viewtopic.php?t=1024&sid=4079bccead5104c5ca14b5d437d7c55c

And I can confirm that I got DRI working again, using ATI drivers 8.16.20 and Gentoo Sources 2.6.13, after changing the BIOS setting of the video memory allocation to UMA (32/64/128Mb). Using SIDEPORT or SIDEPORT+UMA ends up hanging the X server, which results in a blank screen and truncated X logs.

This is the output of glrxinfo in my zv6000:

Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
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_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 extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON XPRESS 200M Series SW TCL Generic
OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)
OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
    GL_S3_s3tc, GL_ARB_depth_texture, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_multisample, GL_ARB_occlusion_query, GL_ARB_point_parameters,
    GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100,
    GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix,
    GL_ARB_vertex_blend, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program,
    GL_ARB_vertex_shader, GL_ARB_window_pos, GL_ATI_draw_buffers,
    GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader, GL_ATI_separate_stencil,
    GL_ATI_texture_env_combine3, GL_ATI_texture_float,
    GL_ATI_texture_mirror_once, GL_ATI_vertex_streams,
    GL_ATIX_texture_env_combine3, GL_ATIX_texture_env_route,
    GL_ATIX_vertex_shader_output_point_size, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_minmax,
    GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
    GL_EXT_texgen_reflection, GL_EXT_texture3D,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
    GL_EXT_vertex_shader, GL_HP_occlusion_test, GL_NV_blend_square,
    GL_NV_occlusion_query, GL_NV_texgen_reflection, GL_SGI_color_matrix,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   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 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  1 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  1 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  1 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  1 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  1 0 None
0x2c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  1 0 None
0x2d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  1 0 None
0x2e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  1 0 None
0x2f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x30 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x31 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x32 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None


Hope this helps somebody else!
Back to top
View user's profile Send private message
cyberpnk
n00b
n00b


Joined: 02 Jun 2005
Posts: 12

PostPosted: Sat Sep 24, 2005 6:27 am    Post subject: wow cool, I'll check this out Reply with quote

wow cool, I'll check this out this weekend. I have just gotten back on a business trip and I am completly jet lagged. I'll try this out and post back soon to let you know!

:o
_________________
HP Pavilion zv6000, AMD Athlon 64, ATI Radeon Express 200m, gcc-3.3.5, xorg-x11-6.8.2-r2
Back to top
View user's profile Send private message
cyberpnk
n00b
n00b


Joined: 02 Jun 2005
Posts: 12

PostPosted: Sat Sep 24, 2005 10:17 pm    Post subject: It %95 percent works!!! Reply with quote

I did what this forum suggested. Changing the system BIOS to use UMA-only and it works. I tested it by playing armagetronad. The resolution was on low but it played really smooth. However, I am still failing in the 3d-acceleration test with Cedega. I tried playing Guild Wars but my characters and scenery were partially drawn. I may need to post something in Transgamer to get an answer in this.

Thanks!!!!
_________________
HP Pavilion zv6000, AMD Athlon 64, ATI Radeon Express 200m, gcc-3.3.5, xorg-x11-6.8.2-r2
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum