You are not logged in.

#1 2005-10-03 13:28:34

mmccaskill
Member
From: NC
Registered: 2005-02-21
Posts: 163

XOrg problem

Since the recent merge from testing to current, XOrg no longer behaves correctly. It doesn't allow resolutions above 1280x1024 anymore. Not sure why either. Anyone else having XOrg issues since the merge?

# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# 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 X.Org Foundation 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 X.Org Foundation 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 X.Org Foundation.
#

# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# 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 font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

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

    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"

# 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><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# 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 "XkbRules"    "xorg"
    Option "XkbModel"    "pc104"
    Option "XkbLayout"    "us"

EndSection


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

Section "InputDevice"
   Identifier "Mouse1"
   Driver    "mouse"
   Option  "Protocol" "ImPS/2"
   Option  "ZAxisMapping" "4 5"
   Option  "Device" "/dev/input/mice"
EndSection


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

# Any number of monitor sections may be present

Section "Monitor"
    Identifier  "crt_monitor"
    HorizSync   30-107
    VertRefresh 48-120
    Option "DPMS"
EndSection
Section "Monitor"
    Identifier  "lcd_monitor"
    HorizSync   28-96
    VertRefresh 50-75
    Option "DPMS"
EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "lcd_device"
    Driver    "fglrx"
    Option    "no_accel"     "no"
    Option    "no_dri"    "no"
    Option    "mtrr"        "off"
    Option    "DynamicClocks" "True"
    Option      "Monitor Layout" "LVDS"
    #Option    "KernelModuleParm" "agplock=0"
EndSection
Section "Device"
    Identifier  "crt_device"
    Driver    "fglrx"
    Option    "no_accel"     "no"
    Option    "no_dri"    "no"
    Option    "mtrr"        "off"
    Option    "DynamicClocks" "True"
    Option      "Monitor Layout" "CRT"
    Option    "KernelModuleParm" "agplock=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  "crt_screen"
    Device      "crt_device"
    Monitor     "crt_monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth          24
    Modes       "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "lcd_screen"
    Device      "lcd_device"
    Monitor     "lcd_monitor"
    DefaultDepth 24
    
    Subsection "Display"
        Depth       24
        Modes       "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "lcd_layout"
    Screen "lcd_screen"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "ServerLayout"
    Identifier  "crt_layout"
    Screen "crt_screen"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
   Mode 0666
EndSection

#Section "Extensions"
#   Option "Composite" "enable"
#EndSection

Offline

#2 2005-10-03 13:39:32

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: XOrg problem

Try reinstalling your closed-source ATi drivers.

Offline

#3 2005-10-03 14:23:31

mmccaskill
Member
From: NC
Registered: 2005-02-21
Posts: 163

Re: XOrg problem

I did. I use the ati-drivers in community. I've also tried using the radeon driver as well. Same thing.

Offline

#4 2005-10-03 15:31:34

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: XOrg problem

What does /var/log/Xorg.0.log say about modes higher than 1280x1024?

Offline

#5 2005-10-03 15:46:26

mmccaskill
Member
From: NC
Registered: 2005-02-21
Posts: 163

Re: XOrg problem

Not much. Interestingly enough, I removed XOrg and reinstalled and it worked fine. I rebooted to test and it reverted back to not working.

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.13-rc6 i686 [ELF] 
Current Operating System: Linux mmccaskill-laptop 2.6.13-archck6.2 #1 Mon Oct 3 08:11:00 EDT 2005 i686
Build Date: 22 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: Mon Oct  3 11:41:51 2005
(==) Using config file: "/etc/X11/xorg.conf"
(++) ServerLayout "crt_layout"
(**) |-->Screen "crt_screen" (0)
(**) |   |-->Monitor "crt_monitor"
(**) |   |-->Device "crt_device"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,
/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,
/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,
/usr/X11R6/lib/X11/fonts/local/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/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/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(WW) xf86OpenConsole: Could not save ownership of VT
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3340 card 1028,01be rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,01be rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,01be rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,01be rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,01be rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1028,01be rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,01be rev 01 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c66 card 1028,01be rev 02 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,170c card 1028,8127 rev 02 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 1217,7113 card d001,0000 rev 20 class 06,07,00 hdr 82
(II) PCI: 02:01:1: chip 1217,7113 card 1001,0000 rev 20 class 06,07,00 hdr 82
(II) PCI: 02:03:0: chip 8086,4220 card 8086,2721 rev 05 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,7), 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    0x0000c000 - 0x0000c0ff (0x100) IX[B]
    [1] -1    0    0x0000c400 - 0x0000c4ff (0x100) IX[B]
    [2] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[B]
    [3] -1    0    0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,10), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [1] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [2] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [3] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [4] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [5] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [6] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [7] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xf6000000 - 0xfbffffff (0x6000000) MX[B]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0x40000000 - 0x43ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x0140 (VGA_EN is cleared)
(II) Bus 3 I/O range:
    [0] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [1] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [2] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [3] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [4] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [5] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [6] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [7] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
    [0] -1    0    0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
    [0] -1    0    0x40000000 - 0x41ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:1:1), (2,7,10), BCTRL: 0x0140 (VGA_EN is cleared)
(II) Bus 7 non-prefetchable memory range:
    [0] -1    0    0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
(II) Bus 7 prefetchable memory range:
    [0] -1    0    0x42000000 - 0x43ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] rev 2, Mem @ 0xe8000000/27, 0xfcff0000/16, I/O @ 0xc000/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) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xfaffd000 - 0xfaffdfff (0x1000) MX[B]
    [1] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [2] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [3] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [4] -1    0    0x44000000 - 0x440003ff (0x400) MX[B]
    [5] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [6] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [7] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [8] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [9] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [10] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [11] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [12] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [13] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [14] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [16] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [17] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [18] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [19] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xfaffd000 - 0xfaffdfff (0x1000) MX[B]
    [1] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [2] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [3] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [4] -1    0    0x44000000 - 0x440003ff (0x400) MX[B]
    [5] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [6] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [7] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [8] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [9] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [10] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [11] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [12] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [13] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [14] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [15] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [16] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [17] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [18] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [19] -1    0    0x0000c000 - 0x0000c0ff (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    0xfaffd000 - 0xfaffdfff (0x1000) MX[B]
    [6] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [7] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [8] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [9] -1    0    0x44000000 - 0x440003ff (0x400) MX[B]
    [10] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [11] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [12] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [13] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [16] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [17] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [18] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [19] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [20] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [21] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [22] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [23] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [24] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [25] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [26] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 6.8.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 6.8.0, module version = 8.16.20
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:
    RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
    MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
    RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
    RADEON 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),
    MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
    FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
    RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
    RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
    RADEON 9600 PRO (RV360 4152),
    MOBILITY RADEON 9600/9700 (M10/M11 4E50),
    MOBILITY RADEON 9550 (M12 4E56), RADEON 9500 (R300 4144),
    RADEON 9600 TX (R300 4146), FireGL Z1 (R300 4147),
    RADEON 9700 PRO (R300 4E44), RADEON 9500 PRO/9700 (R300 4E45),
    RADEON 9600 TX (R300 4E46), FireGL X1 (R300 4E47),
    RADEON 9800 SE (R350 4148), RADEON 9550 (RV350 4153),
    FireGL T2 (RV350 4154), RADEON 9800 PRO (R350 4E48),
    RADEON 9800 (R350 4E49), RADEON 9800 XT (R360 4E4A),
    FireGL X2-256/X2-256t (R350 4E4B),
    MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
    RADEON X600 (RV380 5B62), FireGL V3100 (RV370 5B64),
    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:00: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 MOBILITY RADEON 9000 (M9 4C66) 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    0xfaffd000 - 0xfaffdfff (0x1000) MX[B]
    [6] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [7] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [8] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [9] -1    0    0x44000000 - 0x440003ff (0x400) MX[B]
    [10] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [11] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [12] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [13] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [16] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [17] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [18] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [19] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [20] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [21] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [22] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [23] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [24] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [25] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [26] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x8222908
(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    0xfaffd000 - 0xfaffdfff (0x1000) MX[B]
    [6] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [7] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [8] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [9] -1    0    0x44000000 - 0x440003ff (0x400) MX[B]
    [10] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [11] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [12] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [13] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [14] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [15] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [16] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [17] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [18] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [19] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [20] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [21] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [22] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [23] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [24] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [25] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [26] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [27] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [28] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [29] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    [30] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [31] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "KernelModuleParm" "agplock=0"
(**) fglrx(0): Option "DesktopSetup" "0x00000000"
(**) fglrx(0): Option "ForceMonitors" "CRT"
(==) 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 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(**) fglrx(0): Option "mtrr" "off"
(--) fglrx(0): Chipset: "MOBILITY RADEON 9000 (M9 4C66)" (Chipset = 0x4c66)
(--) fglrx(0): (PciSubVendor = 0x1028, PciSubDevice = 0x01be)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xe8000000
(--) fglrx(0): MMIO registers at 0xfcff0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.1.0
    ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 65472 kB
(II) fglrx(0): VESA VBE OEM: ATI MOBILITY RADEON 9000
(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: M9  
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(--) 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
(**) fglrx(0): ForceMonitors Settings: 0
(WW) fglrx(0): The hex number setting for DesktopSetup is deprecated,
               it will be dropped in future versions of the driver.
               Please refer to the Release Notes for the new setting.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): Connected Display1: CRT on primary DAC
(II) fglrx(0): No EDID information available.
(II) fglrx(0): Connected Display2: LCD on internal LVDS
(II) fglrx(0): No EDID information available.
(II) fglrx(0): For single mode, CRT on primary DAC is disabled
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(==) 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 13 modes found for primary display.
(--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
(**) fglrx(0): *Mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"  108.00  1280 1376 1488 1688  1024 1037 1040 1066
(**) fglrx(0): *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"  108.00  1024 1248 1360 1688  768 909 912 1066
(**) fglrx(0): *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"  108.00  800 1136 1248 1688  600 825 828 1066
(**) fglrx(0): *Mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"  108.00  640 1056 1168 1688  480 765 768 1066
(**) fglrx(0):  Default mode "848x480": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"  108.00  848 1160 1272 1688  480 765 768 1066 +csync
(**) fglrx(0):  Default mode "720x576": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"  108.00  720 1096 1208 1688  576 813 816 1066 +csync
(**) fglrx(0):  Default mode "720x480": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"  108.00  720 1096 1208 1688  480 765 768 1066 +csync
(**) fglrx(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"  108.00  640 1056 1168 1688  400 725 728 1066 -hsync
(**) fglrx(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"  108.00  640 1056 1168 1688  350 700 703 1066 -hsync +csync
(**) fglrx(0):  Default mode "512x384": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"  108.00  512 992 1104 1688  384 717 720 1066 -hsync
(**) fglrx(0):  Default mode "400x300": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"  108.00  400 936 1048 1688  600 825 828 1066 -hsync
(**) fglrx(0):  Default mode "320x240": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"  108.00  320 896 1008 1688  480 765 768 1066 -hsync
(**) fglrx(0):  Default mode "320x200": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"  108.00  320 896 1008 1688  400 725 728 1066 -hsync
(==) fglrx(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.7
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.2.0
    ABI class: X.Org Video Driver, version 0.7
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(==) fglrx(0): FSAA Gamma enabled
(==) fglrx(0): FSAA Multisample Position is fix
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.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: 0x8000001d
(==) fglrx(0): cpuSpeedMHz: 0x00000256
(==) fglrx(0): OpenGL ClientDriverName: "atiogl_a_dri.so"
(**) fglrx(0): KernelModuleParm: "agplock=0"
(==) 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    0xfcff0000 - 0xfcffffff (0x10000) MX[B]
    [1] 0    0    0xe8000000 - 0xefffffff (0x8000000) 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    0xfaffd000 - 0xfaffdfff (0x1000) MX[B]
    [8] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [9] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [10] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [11] -1    0    0x44000000 - 0x440003ff (0x400) MX[B]
    [12] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [13] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [14] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [15] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [19] 0    0    0x0000c000 - 0x0000c0ff (0x100) IX[B]
    [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [22] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [23] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [24] -1    0    0x0000bfa0 - 0x0000bfaf (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    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [30] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [31] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [32] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    [33] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [34] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM Bus area:     0xe8701000 (size=0x038ff000)
(II) fglrx(0): UMM area:     0xe8701000 (size=0x038ff000)
(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 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
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 7, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xf0838000
(II) fglrx(0): [drm] mapped SAREA 0xf0838000 to 0x3aac9000
(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.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.13-archck6.2
(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 = 0xfcff0000
(II) fglrx(0): [agp] Mode=0x1f000217 bridge: 0x8086/0x3340
(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=0x1f000314
(II) fglrx(0): [agp] AGP protocol is enabled for graphics board. (cmd=0x1f000314)
(II) fglrx(0): [agp] graphics chipset has AGP v2.0
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0xf1a01000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xe8000000 FBMappedSize: 0x00701000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1434)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 1024)
(II) fglrx(0): Largest offscreen area available: 1280 x 402
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(WW) fglrx(0): Option "DynamicClocks" is not used
(WW) fglrx(0): Option "IgnoreEDID" is not used
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Solid Lines
    Dashed Lines
    Offscreen Pixmaps
    Setting up tile and stipple cache:
        30 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x00000001
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(==) 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 XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "ImPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(**) Mouse1: SmartScroll: 1 
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Keyboard1: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list!

*edited to fit to page -Penguin

Offline

#6 2005-10-03 17:35:38

mmccaskill
Member
From: NC
Registered: 2005-02-21
Posts: 163

Re: XOrg problem

Seems to be an issue with the 8.16.20 ati-drivers. I can't roll back to the working 8.14.13 since they won't compile with GCC4. So I will have to use the radeon driver until then (which I got to work).

Offline

Board footer

Powered by FluxBB