View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 3 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Mar 01, 2006 4:31 am 
Offline
Joined: Mon Nov 28, 2005 6:25 am
Posts: 88
Location: Germany
Hi,

I got my PUNDIT last weekend and set it up with Knoppmyth R5A30.2 (great work!!! :D ). I installed the newest ATI-Drivers and connected the TV-Out to my 16:9-TV the X-Config you can see at the bottom of this post.

Now I can see the Myth-GUI on my TV, but when I start watching TV, a recording or a DVD, I can only see the upper left part of the image. I can see abou the half height and 2/3 of the width on my TV. When I start TV, a recording or a DVD on my Monitor, there is no problem, everything works! :!: :?: :!: :?:

Does anybody know this problem and has a solution or a hind? :)

-Jan

XF86-Config-4:

Code:
# File: XF86Config-4
# File generated by fglrxconfig (C) ATI Research, 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"

  Option "AllowMouseOpenFail" "true"
EndSection

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

Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "Keyboard"
#   Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"   "de"
EndSection

Section "InputDevice"
    Identifier   "Mouse1"
    Driver "mouse"
    Option "Protocol"   "PS/2"
#    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/psaux"
#    Option "Device"     "/dev/input/mouse0"
EndSection


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

# Any number of monitor sections may be present

Section "Monitor"
   Identifier   "PAL TV"
   HorizSync    15 - 50
   VertRefresh  50
#   DisplaySize  525 400
EndSection

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31 - 80
    VertRefresh 56 - 75
    Option "DPMS"

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"
# === TV-out Management ===
    Option "TVFormat"                   "PAL-B"     
    Option "TVStandard"                 "VIDEO"     
    Option "TVHSizeAdj"                 "0"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    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"         "yes"
    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"
    Monitor   "PAL TV"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
    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 ###

_________________
Shuttle SN68PTG5, AMD Athlon 64 5200+, HD 2TB Seagate, Hauppage Nova-T USB-Stick, Technotrend IR Receiver, LinHES 6


Last edited by Lueddich on Wed Mar 08, 2006 2:40 am, edited 4 times in total.


Top
 Profile  
 
 Post subject: LogFile des X-Servers
PostPosted: Wed Mar 01, 2006 4:34 am 
Offline
Joined: Mon Nov 28, 2005 6:25 am
Posts: 88
Location: Germany
Here is the Log of my X-Server:

Code:
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-10.1unichrome30.1 20050205195924 glaweh@)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.10-xenU i686 [ELF]
Build Date: 05 February 2005

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

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

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

Module Loader present
OS Kernel: Linux version 2.6.13.2-chw-3 (root@dev.mysettopbox.tv) (gcc version 3.3.6 (Debian 1:3.3.6-5)) #1 SMP Wed Sep 21 08:15:54 PDT 2005
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Feb 27 22:09:22 2006
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "PAL TV"
(**) |   |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/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/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.2
   XFree86 Video Driver: 0.6
   XFree86 XInput driver : 0.4
   XFree86 Server Extension : 0.2
   XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8002703c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,5833 card 1043,8107 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,5838 card 1002,5838 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:13:0: chip 1002,4347 card 1043,8108 rev 01 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4348 card 1043,8108 rev 01 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4345 card 1043,8108 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4353 card 1043,8108 rev 1a class 0c,05,00 hdr 80
(II) PCI: 00:14:1: chip 1002,4349 card 1043,8108 rev 00 class 01,01,8a hdr 00
(II) PCI: 00:14:3: chip 1002,434c card 1043,8108 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4342 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 00:14:5: chip 1002,4341 card 1043,810d rev 01 class 04,01,00 hdr 80
(II) PCI: 01:05:0: chip 1002,5834 card 1043,8107 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:08:0: chip 10b7,9202 card 1043,8108 rev 40 class 02,00,00 hdr 00
(II) PCI: 02:0a:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 02:0c:0: chip 1524,1411 card 1000,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:0c:1: chip 1524,0510 card 1524,0510 rev 00 class 05,01,00 hdr 00
(II) PCI: 02:0e:0: chip 13d0,2103 card 13d0,2103 rev 02 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), 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: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xfd700000 - 0xfdafffff (0x400000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xe7e00000 - 0xf7dfffff (0x10000000) MX[B]
(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 2: bridge is at (0:20:4), (0,2,6), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x00001000 - 0x00002fff (0x2000) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xfdb00000 - 0xfe2fffff (0x800000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0x3c000000 - 0x3effffff (0x3000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:12:0), (2,3,6), BCTRL: 0x05c3 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x00001000 - 0x00001fff (0x1000) IX[B]
   [1] -1   0   0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0x3c000000 - 0x3dffffff (0x2000000) MX[B]
(--) PCI:*(1:5:0) ATI Technologies Inc unknown chipset (0x5834) rev 0, Mem @ 0xe8000000/27, 0xfda00000/16, I/O @ 0xd000/8, BIOS @ 0xfd900000/17
(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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) PCI Memory resource overlap reduced 0xf7f00000 from 0xf7f00fff to 0xf7efffff
(II) Active PCI resource ranges:
   [0] -1   0   0xfdf00000 - 0xfdf0ffff (0x10000) MX[B]
   [1] -1   0   0xfe000000 - 0xfe0007ff (0x800) MX[B]
   [2] -1   0   0xfe200000 - 0xfe20007f (0x80) MX[B]
   [3] -1   0   0xfe800000 - 0xfe8000ff (0x100) MX[B]
   [4] -1   0   0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [5] -1   0   0xfeb00000 - 0xfeb00fff (0x1000) MX[B]
   [6] -1   0   0xfea00000 - 0xfea00fff (0x1000) MX[B]
   [7] -1   0   0xfe900000 - 0xfe900fff (0x1000) MX[B]
   [8] -1   0   0xf7f00000 - 0xf7efffff (0x0) MX[B]O
   [9] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [10] -1   0   0xfd900000 - 0xfd91ffff (0x20000) MX[B](B)
   [11] -1   0   0xfda00000 - 0xfda0ffff (0x10000) MX[B](B)
   [12] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [13] -1   0   0x0000ef40 - 0x0000ef5f (0x20) IX[B]
   [14] -1   0   0x0000e800 - 0x0000e87f (0x80) IX[B]
   [15] -1   0   0x0000e880 - 0x0000e8ff (0x80) IX[B]
   [16] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
   [17] -1   0   0x0000ff00 - 0x0000ff0f (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   0x00000a00 - 0x00000a0f (0x10) IX[B]
   [23] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xfdf00000 - 0xfdf0ffff (0x10000) MX[B]
   [1] -1   0   0xfe000000 - 0xfe0007ff (0x800) MX[B]
   [2] -1   0   0xfe200000 - 0xfe20007f (0x80) MX[B]
   [3] -1   0   0xfe800000 - 0xfe8000ff (0x100) MX[B]
   [4] -1   0   0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [5] -1   0   0xfeb00000 - 0xfeb00fff (0x1000) MX[B]
   [6] -1   0   0xfea00000 - 0xfea00fff (0x1000) MX[B]
   [7] -1   0   0xfe900000 - 0xfe900fff (0x1000) MX[B]
   [8] -1   0   0xf7f00000 - 0xf7efffff (0x0) MX[B]O
   [9] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [10] -1   0   0xfd900000 - 0xfd91ffff (0x20000) MX[B](B)
   [11] -1   0   0xfda00000 - 0xfda0ffff (0x10000) MX[B](B)
   [12] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [13] -1   0   0x0000ef40 - 0x0000ef5f (0x20) IX[B]
   [14] -1   0   0x0000e800 - 0x0000e87f (0x80) IX[B]
   [15] -1   0   0x0000e880 - 0x0000e8ff (0x80) IX[B]
   [16] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
   [17] -1   0   0x0000ff00 - 0x0000ff0f (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   0x00000a00 - 0x00000a0f (0x10) IX[B]
   [23] -1   0   0x0000d000 - 0x0000d0ff (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 - 0x3effffff (0x3ef00000) 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 - 0x3effffff (0x3ef00000) 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   0xfdf00000 - 0xfdf0ffff (0x10000) MX[B]
   [6] -1   0   0xfe000000 - 0xfe0007ff (0x800) MX[B]
   [7] -1   0   0xfe200000 - 0xfe20007f (0x80) MX[B]
   [8] -1   0   0xfe800000 - 0xfe8000ff (0x100) MX[B]
   [9] -1   0   0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [10] -1   0   0xfeb00000 - 0xfeb00fff (0x1000) MX[B]
   [11] -1   0   0xfea00000 - 0xfea00fff (0x1000) MX[B]
   [12] -1   0   0xfe900000 - 0xfe900fff (0x1000) MX[B]
   [13] -1   0   0xf7f00000 - 0xf7efffff (0x0) MX[B]O
   [14] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [15] -1   0   0xfd900000 - 0xfd91ffff (0x20000) MX[B](B)
   [16] -1   0   0xfda00000 - 0xfda0ffff (0x10000) MX[B](B)
   [17] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x0000ef40 - 0x0000ef5f (0x20) IX[B]
   [21] -1   0   0x0000e800 - 0x0000e87f (0x80) IX[B]
   [22] -1   0   0x0000e880 - 0x0000e8ff (0x80) IX[B]
   [23] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
   [24] -1   0   0x0000ff00 - 0x0000ff0f (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   0x00000a00 - 0x00000a0f (0x10) IX[B]
   [30] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.2
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 2.0.2
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 4.3.0.1, module version = 8.22.5
   Module class: XFree86 Video Driver
   ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 XInput Driver
   ABI class: XFree86 XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:
   RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
   MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
   RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
   RADEON 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),
   MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
   FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
   RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
   RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
   RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
   MOBILITY RADEON 9600/9700 (M10/M11 4E50),
   MOBILITY RADEON 9550 (M12 4E56), RADEON 9500 (R300 4144),
   RADEON 9600 TX (R300 4146), FireGL Z1 (R300 4147),
   RADEON 9700 PRO (R300 4E44), RADEON 9500 PRO/9700 (R300 4E45),
   RADEON 9600 TX (R300 4E46), FireGL X1 (R300 4E47),
   RADEON 9800 SE (R350 4148), RADEON 9550 (RV350 4153),
   FireGL T2 (RV350 4154), RADEON 9800 PRO (R350 4E48),
   RADEON 9800 (R350 4E49), RADEON 9800 XT (R360 4E4A),
   FireGL X2-256/X2-256t (R350 4E4B),
   MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
   RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
   FireGL V3100 (RV370 5B64), MOBILITY RADEON X300 (M22 5460),
   MOBILITY RADEON X600 (M24 5462), MOBILITY FireGL V3100 (M22 5464),
   RADEON X600 (RV380 3E50), FireGL V3200 (RV380 3E54),
   MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
   MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
   RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
   RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
   FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
   RADEON X800 XT Platinum Edition (R420 4A50), RADEON X800 (R423 5548),
   RADEON X800 PRO (R423 5549),
   RADEON X800 XT Platinum Edition (R423 554A),
   RADEON X800 SE (R423 554B), RADEON X800 XT (R423 5D57),
   FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
   MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
   RADEON X800 XL (R430 554D), RADEON X800 (R430 554F),
   RADEON X850 XT Platinum Edition (R480 5D4D),
   RADEON X850 PRO (R480 5D4F), RADEON X850 XT (R480 5D52),
   MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
   FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
   RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
   RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
   RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
   MOBILITY RADEON X700 (M26 5653), MOBILITY RADEON X700 XL,
   RADEON 9100 IGP (RS300 5834),
   RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
   MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
   RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
   RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
   RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
   RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62)
(II) Primary Device is: PCI 01:05:0
(II) ATI Proprietary Linux Driver Version Identifier:8.22.5
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.22g1                           
(II) ATI Proprietary Linux Driver Build Date: Feb  7 2006 19:31:17
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.22.1-driver-lnx-244115
(--) Assigning device section with no busID to primary device
(--) Chipset RADEON 9100 IGP (RS300 5834) found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3effffff (0x3ef00000) 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   0xfdf00000 - 0xfdf0ffff (0x10000) MX[B]
   [6] -1   0   0xfe000000 - 0xfe0007ff (0x800) MX[B]
   [7] -1   0   0xfe200000 - 0xfe20007f (0x80) MX[B]
   [8] -1   0   0xfe800000 - 0xfe8000ff (0x100) MX[B]
   [9] -1   0   0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [10] -1   0   0xfeb00000 - 0xfeb00fff (0x1000) MX[B]
   [11] -1   0   0xfea00000 - 0xfea00fff (0x1000) MX[B]
   [12] -1   0   0xfe900000 - 0xfe900fff (0x1000) MX[B]
   [13] -1   0   0xf7f00000 - 0xf7efffff (0x0) MX[B]O
   [14] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [15] -1   0   0xfd900000 - 0xfd91ffff (0x20000) MX[B](B)
   [16] -1   0   0xfda00000 - 0xfda0ffff (0x10000) MX[B](B)
   [17] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x0000ef40 - 0x0000ef5f (0x20) IX[B]
   [21] -1   0   0x0000e800 - 0x0000e87f (0x80) IX[B]
   [22] -1   0   0x0000e880 - 0x0000e8ff (0x80) IX[B]
   [23] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
   [24] -1   0   0x0000ff00 - 0x0000ff0f (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   0x00000a00 - 0x00000a0f (0x10) IX[B]
   [30] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x82098e8
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3effffff (0x3ef00000) 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   0xfdf00000 - 0xfdf0ffff (0x10000) MX[B]
   [6] -1   0   0xfe000000 - 0xfe0007ff (0x800) MX[B]
   [7] -1   0   0xfe200000 - 0xfe20007f (0x80) MX[B]
   [8] -1   0   0xfe800000 - 0xfe8000ff (0x100) MX[B]
   [9] -1   0   0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [10] -1   0   0xfeb00000 - 0xfeb00fff (0x1000) MX[B]
   [11] -1   0   0xfea00000 - 0xfea00fff (0x1000) MX[B]
   [12] -1   0   0xfe900000 - 0xfe900fff (0x1000) MX[B]
   [13] -1   0   0xf7f00000 - 0xf7efffff (0x0) MX[B]O
   [14] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [15] -1   0   0xfd900000 - 0xfd91ffff (0x20000) MX[B](B)
   [16] -1   0   0xfda00000 - 0xfda0ffff (0x10000) MX[B](B)
   [17] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [18] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [19] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [20] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [21] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [22] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [23] -1   0   0x0000ef40 - 0x0000ef5f (0x20) IX[B]
   [24] -1   0   0x0000e800 - 0x0000e87f (0x80) IX[B]
   [25] -1   0   0x0000e880 - 0x0000e8ff (0x80) IX[B]
   [26] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
   [27] -1   0   0x0000ff00 - 0x0000ff0f (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   0x00000a00 - 0x00000a0f (0x10) IX[B]
   [33] -1   0   0x0000d000 - 0x0000d0ff (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/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): PCI bus 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" "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 "TVFormat" "PAL-B"
(**) fglrx(0): Option "TVStandard" "VIDEO"
(**) fglrx(0): Option "TVHSizeAdj" "0"
(**) fglrx(0): Option "TVVSizeAdj" "0"
(**) fglrx(0): Option "TVHPosAdj" "0"
(**) fglrx(0): Option "TVVPosAdj" "0"
(**) fglrx(0): Option "TVHStartAdj" "0"
(**) fglrx(0): Option "TVColorAdj" "0"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(**) fglrx(0): Option "mtrr" "off"
(--) fglrx(0): Chipset: "RADEON 9100 IGP (RS300 5834)" (Chipset = 0x5834)
(--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x8107)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xe8000000
(--) fglrx(0): MMIO registers at 0xfda00000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.1.0
   ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 65536 kB
(II) fglrx(0): VESA VBE OEM: ATI RADEON 9100 IGP
(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: RS3
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Reloading /usr/X11R6/lib/modules/linux/libdrm.a
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmGetBusid returned ''
(--) fglrx(0): VideoRAM: 65536 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): AGP card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): Connected Display1: CRT on primary DAC
(II) fglrx(0):  Display1: No EDID information from DDC.
(II) fglrx(0): Connected Display2: TV on TVDAC
(II) fglrx(0):  Display2: No EDID information from DDC.
(II) fglrx(0): Derived EDID from BIOS and internal tables for Display2:
(II) fglrx(0): Display2 EDID data ---------------------------
(II) fglrx(0): Manufacturer: PNP  Model: 9fe  Serial#: 0
(II) fglrx(0): Year: 1990  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) fglrx(0): Sync:
(II) fglrx(0): Max H-Image Size [cm]: H-Size may change,  V-Size may change
(II) fglrx(0): Gamma: 1.00
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; Non RGB Multicolor Display
(II) fglrx(0): redX: 0.000 redY: 0.000   greenX: 0.000 greenY: 0.000
(II) fglrx(0): blueX: 0.000 blueY: 0.000   whiteX: 0.000 whiteY: 0.000
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): End of Display2 EDID data --------------------
(WW) fglrx(0): DALEnableDriverInstance on secondary failed: 9
(II) fglrx(0): Primary Controller - CRT on primary DAC
(II) fglrx(0): Internal Desktop Setting: 0x00000008
(II) fglrx(0): POWERplay version 3.  1 power state available:
(II) fglrx(0):   1. 301/167MHz @ 50Hz [enable load balancing]
(**) 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 3 modes found for primary display.
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
(II) fglrx(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 772 817 interlace
(**) fglrx(0):  Default mode "800x600": 29.6 MHz (scaled from 0.0 MHz), 29.8 kHz, 47.0 Hz (I)
(II) fglrx(0): Modeline "800x600"   29.61  800 816 896 992  600 601 604 635 interlace +hsync
(**) fglrx(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 +hsync +vsync
(==) fglrx(0): 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="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.6
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.1.0
   ABI class: XFree86 Video Driver, version 0.6
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(**) fglrx(0): FSAA Gamma enabled
(**) fglrx(0): FSAA Multisample Position is fix
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
   compiled for 4.3.0.1, module version = 8.22.5
   ABI class: XFree86 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: 0x00000bb1
(WW) fglrx(0): DRI is not supported on Radeon 9000/9100 IGP (RS300/RS350) hardware.
(==) fglrx(0): OpenGL ClientDriverName: "on_igp9x00_we_do_not_support_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   0xfda00000 - 0xfda0ffff (0x10000) MX[B]
   [1] 0   0   0xe8000000 - 0xefffffff (0x8000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [3] -1   0   0x00100000 - 0x3effffff (0x3ef00000) 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   0xfdf00000 - 0xfdf0ffff (0x10000) MX[B]
   [8] -1   0   0xfe000000 - 0xfe0007ff (0x800) MX[B]
   [9] -1   0   0xfe200000 - 0xfe20007f (0x80) MX[B]
   [10] -1   0   0xfe800000 - 0xfe8000ff (0x100) MX[B]
   [11] -1   0   0x3f000000 - 0x3f0003ff (0x400) MX[B]
   [12] -1   0   0xfeb00000 - 0xfeb00fff (0x1000) MX[B]
   [13] -1   0   0xfea00000 - 0xfea00fff (0x1000) MX[B]
   [14] -1   0   0xfe900000 - 0xfe900fff (0x1000) MX[B]
   [15] -1   0   0xf7f00000 - 0xf7efffff (0x0) MX[B]O
   [16] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [17] -1   0   0xfd900000 - 0xfd91ffff (0x20000) MX[B](B)
   [18] -1   0   0xfda00000 - 0xfda0ffff (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] 0   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [24] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [25] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [26] -1   0   0x0000ef40 - 0x0000ef5f (0x20) IX[B]
   [27] -1   0   0x0000e800 - 0x0000e87f (0x80) IX[B]
   [28] -1   0   0x0000e880 - 0x0000e8ff (0x80) IX[B]
   [29] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
   [30] -1   0   0x0000ff00 - 0x0000ff0f (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   0x00000a00 - 0x00000a0f (0x10) IX[B]
   [36] -1   0   0x0000d000 - 0x0000d0ff (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:     0xe8501000 (size=0x03aff000)
(II) fglrx(0): UMM area:     0x3c501000 (size=0x03aff000)
(II) fglrx(0): driver needs XFree86 4.3.x.y with x.y >= 0.1
(II) fglrx(0): detected XFree86 4.3.0.1
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:5:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xf90ab000
(II) fglrx(0): [drm] mapped SAREA 0xf90ab000 to 0xb7a75000
(II) fglrx(0): [drm] framebuffer handle = 0xe8000000
(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.22.5
(II) fglrx(0):     Date: Feb  7 2006
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.13.2-chw-3
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            yes
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0xfda00000
(II) fglrx(0): [agp] Mode=0x1f00021b bridge: 0x1002/0x5833
(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=0x1f00031a
(II) fglrx(0): [agp] AGP protocol is enabled for graphics board. (cmd=0x1f000312)
(II) fglrx(0): [agp] graphics chipset has AGP v3.0 (native mode)
(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 = 0xf9881000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0x3c000000 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
(==) 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
(II) fglrx(0): Direct rendering enabled
(**) fglrx(0): Video overlay enabled on CRTC1
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(II) fglrx(0): Interrupt handler installed at IRQ 16.
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded

_________________
Shuttle SN68PTG5, AMD Athlon 64 5200+, HD 2TB Seagate, Hauppage Nova-T USB-Stick, Technotrend IR Receiver, LinHES 6


Top
 Profile  
 
 Post subject: Solution
PostPosted: Wed Mar 08, 2006 3:21 am 
Offline
Joined: Mon Nov 28, 2005 6:25 am
Posts: 88
Location: Germany
It was the wrong driver version. With Version 8.20.8, everything works fine...

_________________
Shuttle SN68PTG5, AMD Athlon 64 5200+, HD 2TB Seagate, Hauppage Nova-T USB-Stick, Technotrend IR Receiver, LinHES 6


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 20 guests


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 post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu