Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot Downgrade Resolution to 1280?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Thu May 25, 2006 4:36 pm    Post subject: Cannot Downgrade Resolution to 1280? Reply with quote

Hi all,

I have my resolution set in xorg.conf as 1600x1200 but I need to downgrade it to 1280x1024 as my eyes are just not sharp enough for the 1600 size.

Problem is, when i change the Modes line in xorg.conf to leave out the "1600x1200" bit, and restart X, all i get is about 2inches of unused, lost space at the right and bottom of the screem?

here's the xorg.conf in its current state:

Code:

Section "dri"
    Mode 0666
EndSection

Section "Module"

    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a
EndSection

Section "Files"
    RgbPath   "/usr/X11R6/lib/X11/rgb"
    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/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"   "gb"
EndSection

Section "InputDevice"
   Identifier  "Touchpad"
   Driver      "synaptics"
    Option "SendCoreEvents"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge"      "1700"
    Option "RightEdge"     "5300"
    Option "TopEdge"       "1700"
    Option "BottomEdge"    "4200"
    Option "FingerLow" "25"
    Option "FingerHigh"    "30"
    Option "MaxTapTime"    "180"
    Option "MaxTapMove"    "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed"  "0.09"
    Option "MaxSpeed"  "0.18"
    Option "AccelFactor"   "0.0015"
    Option "PalmMinWidth" "70"
    Option "PalmMinZ" "200"
    Option "SHMConfig" "on"
EndSection

Section "InputDevice"
   Identifier  "Trackpoint"
   Driver      "mouse"
    Option      "SendCoreEvents" # needed for multiple devices
   Option       "Protocol" "ExplorerPS/2"
   Option       "Device" "/dev/input/mouse2"
EndSection

Section "InputDevice"
    Identifier "USBMouse"
    Driver  "mouse"
    Option  "Protocol" "ExplorerPS/2"
    Option  "SendCoreEvents" # needed for multiple devices
    Option  "Device" "/dev/input/mouse1"
#    Option      "EmulateWheel" "on"
#    Option      "EmulateWheelButton" "2"
    Option  "ZAxisMapping" "4 5"
    Option  "Buttons" "5"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "vga"
EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
#    Option "DesktopSetup"               "(null)"
    Option "ScreenOverlap"              "0"
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "on"
# === 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"    # vendor=1002, device=3154
    Screen 0
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

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

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

Section "ServerLayout"

    Identifier  "Server Layout"

    Screen "Screen0"
    InputDevice "Touchpad" "CorePointer"
    InputDevice "Trackpoint" "SendCoreEvents"
    InputDevice "USBMouse" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option  "BlankTime"  "5"  # Blank the screen after 5 minutes (Fake)
    Option  "StandbyTime"  "10"  # Turn off screen after 10 minutes (DPMS)
    Option  "SuspendTime"  "20"  # Full suspend after 20 minutes
    Option  "OffTime"  "30"  # Turn off after half an hour

EndSection

### EOF ###


Im not an entire stranger to X, but im a little stumped as to where to even begin on this, so any pointers would be most gratefully received, thanks!
Back to top
View user's profile Send private message
GoofballJM1
Guru
Guru


Joined: 22 Mar 2004
Posts: 392
Location: Denver, CO USA

PostPosted: Thu May 25, 2006 4:41 pm    Post subject: Reply with quote

From your xorg.conf

Code:
Subsection "Display"
        Depth       24
        Modes       "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"


Remove the "1600x1200" so it will look like this:
Code:
Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"


Restart X, you should be in business. Good luck!
_________________
"Great spirits have often encountered violent opposition from weak minds." - Albert Einstein
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Thu May 25, 2006 5:04 pm    Post subject: Reply with quote

Quote:

Problem is, when i change the Modes line in xorg.conf to leave out the "1600x1200" bit, and restart X, all i get is about 2inches of unused, lost space at the right and bottom of the screem?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54308
Location: 56N 3W

PostPosted: Thu May 25, 2006 5:17 pm    Post subject: Reply with quote

Nick W,

Thats the opposite of what I would have expected. I would expect A to drw the Virtual desktop at 1600x1200 but only show you a 1280x1024 region of it, which you can scroll by approaching the edge of the displayed area with your mouse.

Change your xorg.conf
Code:
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
#        ViewPort    0 0  # initial origin if mode is smaller than desktop
        Virtual     1280 1024
    EndSubsection
so the modes and virtual match. If that fails, post your /var/log/Xorg.0.log so we can see what X is doing.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Thu May 25, 2006 5:41 pm    Post subject: Reply with quote

OK thanks, here it is:

Code:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.15-gentoo-r1 i686 [ELF]
Current Operating System: Linux communicontent 2.6.16-gentoo-r7 #1 PREEMPT Mon May 15 14:43:17 CEST 2006 i686
Build Date: 06 May 2006
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 25 19:36:06 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Touchpad"
(**) |-->Input Device "Trackpoint"
(**) |-->Input Device "USBMouse"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "BlankTime" "5"
(**) Option "StandbyTime" "10"
(**) Option "SuspendTime" "20"
(**) Option "OffTime" "30"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 1014,0575 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1014,0565 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1014,0566 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1014,0567 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 1014,0574 rev 03 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 1014,0568 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2653 card 1014,056a rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1014,056b rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,3154 card 1014,0570 rev 80 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,167d card 1014,0577 rev 11 class 02,00,00 hdr 00
(II) PCI: 04:00:0: chip 1180,0476 card 5000,0000 rev 8d class 06,07,00 hdr 82
(II) PCI: 04:02:0: chip 8086,4220 card 8086,2712 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,5), 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   0x00003000 - 0x000030ff (0x100) IX[B]
   [1] -1   0   0x00003400 - 0x000034ff (0x100) IX[B]
   [2] -1   0   0x00003800 - 0x000038ff (0x100) IX[B]
   [3] -1   0   0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xa8100000 - 0xa81fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xa8200000 - 0xa82fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:2), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x00004000 - 0x000040ff (0x100) IX[B]
   [1] -1   0   0x00004400 - 0x000044ff (0x100) IX[B]
   [2] -1   0   0x00004800 - 0x000048ff (0x100) IX[B]
   [3] -1   0   0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xa8300000 - 0xa83fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xc8000000 - 0xc80fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
   [0] -1   0   0x00005000 - 0x000050ff (0x100) IX[B]
   [1] -1   0   0x00005400 - 0x000054ff (0x100) IX[B]
   [2] -1   0   0x00005800 - 0x000058ff (0x100) IX[B]
   [3] -1   0   0x00005c00 - 0x00005cff (0x100) IX[B]
   [4] -1   0   0x00006000 - 0x000060ff (0x100) IX[B]
   [5] -1   0   0x00006400 - 0x000064ff (0x100) IX[B]
   [6] -1   0   0x00006800 - 0x000068ff (0x100) IX[B]
   [7] -1   0   0x00006c00 - 0x00006cff (0x100) IX[B]
   [8] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [9] -1   0   0x00007400 - 0x000074ff (0x100) IX[B]
   [10] -1   0   0x00007800 - 0x000078ff (0x100) IX[B]
   [11] -1   0   0x00007c00 - 0x00007cff (0x100) IX[B]
   [12] -1   0   0x00008000 - 0x000080ff (0x100) IX[B]
   [13] -1   0   0x00008400 - 0x000084ff (0x100) IX[B]
   [14] -1   0   0x00008800 - 0x000088ff (0x100) IX[B]
   [15] -1   0   0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
   [0] -1   0   0xa8400000 - 0xb7ffffff (0xfc00000) MX[B]
(II) Bus 4 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) 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 5: bridge is at (4:0:0), (4,5,6), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 5 I/O range:
   [0] -1   0   0x00005000 - 0x000050ff (0x100) IX[B]
   [1] -1   0   0x00005400 - 0x000054ff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xaa000000 - 0xabffffff (0x2000000) MX[B]
(II) Bus 5 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd1ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x3154) rev 128, Mem @ 0xc0000000/27, 0xa8100000/16, I/O @ 0x3000/8
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [1] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [2] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [3] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [4] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [5] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [6] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [7] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [8] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [9] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [10] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [11] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [12] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [13] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [14] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [15] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [16] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [17] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [1] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [2] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [3] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [4] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [5] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [6] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [7] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [8] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [9] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [10] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [11] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [12] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [13] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [14] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [15] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [16] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [17] -1   0   0x00003000 - 0x000030ff (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   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [6] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [7] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [8] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [9] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [10] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [11] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [15] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [16] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [17] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [18] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [19] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [20] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [21] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [22] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [23] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [24] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.0, module version = 8.24.8
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/modules/input/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
   compiled for 4.2.0, module version = 1.0.0
   Module class: XFree86 XInput Driver
   ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:
   RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
   MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
   RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
   RADEON 9200 (RV280 5961), RADEON 9000 (RV280 5962),
   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 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
   RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
   FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
   RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
   FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
   RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
   FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
   RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
   RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
   MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
   RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
   FireGL V3100 (RV370 5B64), MOBILITY RADEON X300 (M22 5460),
   MOBILITY RADEON X300 (M22 5461), 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 SE (R420 4A4F),
   RADEON X800 XT Platinum Edition (R420 4A50),
   RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
   RADEON X800 PRO (R423 5549),
   RADEON X800 XT Platinum Edition (R423 554A),
   RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
   FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
   MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
   MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
   RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
   RADEON X850 XT Platinum Edition (R480 5D4D),
   RADEON X800 GTO (R480 5D4F), RADEON X850 XT (R480 5D52),
   RADEON X850 (R481 4B48), RADEON X850 XT (R481 4B49),
   RADEON X850 SE (R481 4B4A), RADEON X850 PRO (R481 4B4B),
   RADEON X850 XT Platinum Edition (R481 4B4C),
   MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
   FireGL V5000 (RV410 5E48), 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),
   RADEON X1800 (R520 7100), MOBILITY RADEON X1800 (M58 7101),
   MOBILITY RADEON X1800 (M58 7102), RADEON X1800 XT (R520 7108),
   RADEON X1800 PRO (R520 7109), RADEON X1800 SE (R520 710A),
   RADEON X1800 (R520 710B), RADEON X1800 (R520 710C),
   MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
   RADEON X1300 XT (RV515 7140), RADEON X1300 PRO (RV515 7142),
   MOBILITY RADEON X1400 (M54 7145), RADEON X1300 LE (RV515 7146),
   MOBILITY RADEON X1300 (M52 7149), MOBILITY RADEON X1300 (M52 714A),
   RADEON X1300 SE (RV515 714E), RADEON X1300 VE (RV515 715E),
   RADEON X1900 (R580 7240), RADEON X1900 (R580 7243),
   RADEON X1900 (R580 7244), RADEON X1900 (R580 7245),
   RADEON X1900 (R580 7246), RADEON X1900 (R580 7247),
   RADEON X1900 (R580 7248), RADEON X1900 (R580 7249),
   RADEON X1900 (R580 724A), RADEON X1900 (R580 724B),
   RADEON X1900 (R580 724C), RADEON X1900 (R580 724D),
   RADEON X1900 (R580 724E), RADEON X1900 (R580 724F),
   RADEON X1600 XT (RV530 71C0), RADEON X1600 PRO (RV530 71C2),
   MOBILITY RADEON X1600 (M56 71C5), RADEON (RV530 LE 71C6),
   RADEON (RV530 VE 71CE), RADEON (RV530 SE 71DE)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.24.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.24g1                           
(II) ATI Proprietary Linux Driver Build Date: Apr 11 2006 13:36:25
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.24.1-driver-lnx-259766
(--) Chipset MOBILITY FireGL V3200 (M24 3154) 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   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [6] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [7] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [8] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [9] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [10] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [11] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [15] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [16] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [17] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [18] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [19] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [20] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [21] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [22] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [23] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [24] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x81d24b8
(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   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [6] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [7] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [8] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [9] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [10] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [11] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [12] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [13] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [14] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [18] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [19] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [20] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [21] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [22] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [23] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [24] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [25] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [26] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [27] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
   [28] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [29] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "CapabilitiesEx" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "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" "on"
(**) fglrx(0): Option "FSAAScale" "1"
(**) fglrx(0): Option "FSAAEnable" "no"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/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 FireGL V3200 (M24 3154)" (Chipset = 0x3154)
(--) fglrx(0): (PciSubVendor = 0x1014, PciSubDevice = 0x0570)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xa8100000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 131008 kB
(II) fglrx(0): VESA VBE OEM: ATI MOBILITY RADEON X600   
(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: CP24
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Reloading /usr/lib/modules/linux/libdrm.a
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: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.0, module version = 8.24.8
   ABI class: X.Org Server Extension, version 0.2
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): Connected Display1: LCD on internal LVDS
(II) fglrx(0):  Display1: No EDID information from DDC.
(II) fglrx(0): Derived EDID from BIOS and internal tables for Display1:
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: MS_  Model: 6  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:Serration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) fglrx(0): Gamma: 1.00
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; Non RGB Multicolor Display
(II) fglrx(0): First detailed timing is preferred mode
(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): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 60  vid: 16433
(II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 60  vid: 16453
(II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 60  vid: 16481
(II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) fglrx(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): #5: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 162.0 MHz   Image Size:  0 x 0 mm
(II) fglrx(0): h_active: 1600  h_sync: 1656  h_sync_end 1832 h_blank_end 2160 h_border: 0
(II) fglrx(0): v_active: 1200  v_sync: 1200  v_sync_end 1200 v_blanking: 1250 v_border: 0
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Specified desktop setup not supported: 8
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000004
(II) fglrx(0): POWERplay version 3.  4 power states available:
(II) fglrx(0):   1. 398/250MHz @ 60Hz [enable load balancing]
(II) fglrx(0):   2. 105/122MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0):   3. 351/250MHz @ 60Hz [thermal diode mode]
(II) fglrx(0):   4. 209/182MHz @ 60Hz [low voltage]
(**) 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 enabled
(==) 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": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"  162.00  1280 1480 1672 2160  1024 1113 1116 1250
(**) fglrx(0): *Mode "1024x768": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"  162.00  1024 1360 1552 2160  768 985 988 1250
(**) fglrx(0): *Mode "800x600": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"  162.00  800 1248 1440 2160  600 901 904 1250
(**) fglrx(0): *Mode "640x480": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"  162.00  640 1176 1352 2160  480 841 844 1250
(**) fglrx(0):  Default mode "1152x864": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"  162.00  1152 1432 1624 2160  864 1033 1036 1250
(**) fglrx(0):  Default mode "848x480": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"  162.00  848 1288 1480 2160  480 841 844 1250
(**) fglrx(0):  Default mode "720x576": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"  162.00  720 1216 1408 2160  576 889 892 1250
(**) fglrx(0):  Default mode "640x400": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"  162.00  640 1176 1304 2160  400 801 804 1250
(**) fglrx(0):  Default mode "640x350": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"  162.00  640 1176 1368 2160  350 776 779 1250
(**) fglrx(0):  Default mode "512x384": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"  162.00  512 1112 1304 2160  384 793 796 1250
(**) fglrx(0):  Default mode "400x300": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"  162.00  400 1056 1248 2160  150 901 904 1250 doublescan
(**) fglrx(0):  Default mode "320x240": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"  162.00  320 1016 1208 2160  120 841 844 1250 doublescan
(**) fglrx(0):  Default mode "320x200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"  162.00  320 1016 1208 2160  100 801 804 1250 doublescan
(--) fglrx(0): Display dimensions: (400, 300) mm
(--) fglrx(0): DPI set to (81, 86)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(**) fglrx(0): FSAA Gamma enabled
(**) fglrx(0): FSAA Multisample Position is fix
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/modules/linux/libfglrxdrm.a
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): CapabilitiesEx: 0x00000000
(**) fglrx(0): cpuFlags: 0x8000001d
(**) fglrx(0): cpuSpeedMHz: 0x00000320
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): UseFastTLS=0
(**) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xa8100000 - 0xa810ffff (0x10000) MX[B]
   [1] 0   0   0xc0000000 - 0xc7ffffff (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   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [8] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [9] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [10] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [11] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [12] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [13] -1   0   0xc0000000 - 0xc7ffffff (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] 0   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [21] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [22] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [23] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [24] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [25] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [26] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [27] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [28] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [29] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [30] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
   [31] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [32] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM Bus area:     0xc0701000 (size=0x078ef000)
(II) fglrx(0): UMM area:     0xc0701000 (size=0x078ef000)
(II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 6.8.2.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenByBusid: drmOpenMinor returns 5
drmOpenByBusid: drmGetBusid reports
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x00002000
(II) fglrx(0): [drm] mapped SAREA 0x00002000 to 0xb7a70000
(II) fglrx(0): [drm] framebuffer handle = 0x00003000
(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.24.8
(II) fglrx(0):     Date: Apr 11 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.16-gentoo-r7
(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 = 0x00004000
(II) fglrx(0): FIREGL Board Found
(II) fglrx(0): [pcie] 65536 kB allocated with handle 0xdeadbeef
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(WW) fglrx(0): [drm] using DRM defaults (QS_ID=9650ffff)
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0x00008000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x00701000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1434)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor (scanline 1024)
(II) fglrx(0): Largest offscreen area available: 1280 x 402
(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
(II) fglrx(0): Interrupt handler installed at IRQ 11.
(==) 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
(II) Synaptics touchpad driver version 0.14.2
(--) Touchpad auto-dev sets device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1700"
(**) Option "RightEdge" "5300"
(**) Option "TopEdge" "1700"
(**) Option "BottomEdge" "4200"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(**) Option "VertScrollDelta" "100"
(**) Option "PalmMinWidth" "70"
(**) Option "PalmMinZ" "200"
(--) Touchpad touchpad found
(**) Option "SendCoreEvents"
(**) Touchpad: always reports core events
(**) Option "CorePointer"
(**) Touchpad: Core Pointer
(**) Option "Protocol" "ExplorerPS/2"
(**) Trackpoint: Device: "/dev/input/mouse2"
(**) Trackpoint: Protocol: "ExplorerPS/2"
(**) Option "SendCoreEvents"
(**) Trackpoint: always reports core events
(**) Option "Device" "/dev/input/mouse2"
(EE) xf86OpenSerial: Cannot open device /dev/input/mouse2
   No such device.
(EE) Trackpoint: cannot open input device
(EE) PreInit failed for input device "Trackpoint"
(II) UnloadModule: "mouse"
(**) Option "Protocol" "ExplorerPS/2"
(**) USBMouse: Device: "/dev/input/mouse1"
(**) USBMouse: Protocol: "ExplorerPS/2"
(**) Option "SendCoreEvents"
(**) USBMouse: always reports core events
(**) Option "Device" "/dev/input/mouse1"
(**) Option "Buttons" "5"
(==) USBMouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USBMouse: ZAxisMapping: buttons 4 and 5
(**) USBMouse: Buttons: 5
(**) USBMouse: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Keyboard1: XkbRules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) Option "XkbLayout" "gb"
(**) Keyboard1: XkbLayout: "gb"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "USBMouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Touchpad touchpad found
(II) USBMouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list!
SynapticsCtrl called.
SetClientVersion: 0 8
SetGrabKeysState - disabled
SetGrabKeysState - enabled
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54308
Location: 56N 3W

PostPosted: Thu May 25, 2006 7:04 pm    Post subject: Reply with quote

Nick W,

Heres the interesting bit:-
Code:
(II) fglrx(0): Connected Display1: LCD on internal LVDS
(II) fglrx(0):  Display1: No EDID information from DDC.
(II) fglrx(0): Derived EDID from BIOS and internal tables for Display1:
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: MS_  Model: 6  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:Serration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) fglrx(0): Gamma: 1.00
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; Non RGB Multicolor Display
(II) fglrx(0): First detailed timing is preferred mode
(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): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 60  vid: 16433
(II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 60  vid: 16453
(II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 60  vid: 16481
(II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) fglrx(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): #5: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 162.0 MHz   Image Size:  0 x 0 mm
(II) fglrx(0): h_active: 1600  h_sync: 1656  h_sync_end 1832 h_blank_end 2160 h_border: 0
(II) fglrx(0): v_active: 1200  v_sync: 1200  v_sync_end 1200 v_blanking: 1250 v_border: 0
(II) fglrx(0): End of Display1 EDID data --------------------
It tells us your graphics and display cannot exchange EDID data properly but some data appears to be availabe from the BIOS - that suggests this is a laptop. From the data that is there, the display is a 4:3 aspect ratio.

Since the EDID is broken, you must set correct HorizSync and VertRefresh parameters in your Section Monitor and in the Section Device, tell the driver to ignore the EDID data. Then you have manual control of the settings.
Enable the
Code:
     #Option                              "NoDDC"
again, but unless you have some HorizSync and VertRefresh parameters, you will only get 640x480 mode.

From the log snippet, all supported modes are @60, so it looks like
Code:
VertRefresh 60
is a good bet. You will need to look it up on the the web though.

EDID and DDC are two different acronyms for the same thing - the data exchange between the display and graphics card.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Thu May 25, 2006 7:46 pm    Post subject: Reply with quote

Damn!

I may have misunderstood you Neddy, I read your instructions a couple of times though...

Code:

(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): Connected Display1: LCD on internal LVDS
(II) fglrx(0):  Display1: No EDID information from DDC.
(II) fglrx(0): Derived EDID from BIOS and internal tables for Display1:
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: MS_  Model: 6  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:Serration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) fglrx(0): Gamma: 1.00
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; Non RGB Multicolor Display
(II) fglrx(0): First detailed timing is preferred mode
(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): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 60  vid: 16433
(II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 60  vid: 16453
(II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 60  vid: 16481
(II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) fglrx(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): #5: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 162.0 MHz   Image Size:  0 x 0 mm
(II) fglrx(0): h_active: 1600  h_sync: 1656  h_sync_end 1832 h_blank_end 2160 h_border: 0
(II) fglrx(0): v_active: 1200  v_sync: 1200  v_sync_end 1200 v_blanking: 1250 v_border: 0
(II) fglrx(0): End of Display1 EDID data --------------------


Here's the xorg.conf with vertrefresh and horizsync info found from the web (yes, laptop: t43p thinkpad)

Code:

Section "dri"
    Mode 0666
EndSection

Section "Module"

    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a
EndSection

Section "Files"
    RgbPath   "/usr/X11R6/lib/X11/rgb"
    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/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "InputDevice"
    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"   "gb"
EndSection

Section "InputDevice"
   Identifier  "Touchpad"
   Driver      "synaptics"
    Option "SendCoreEvents"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge"      "1700"
    Option "RightEdge"     "5300"
    Option "TopEdge"       "1700"
    Option "BottomEdge"    "4200"
    Option "FingerLow" "25"
    Option "FingerHigh"    "30"
    Option "MaxTapTime"    "180"
    Option "MaxTapMove"    "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed"  "0.09"
    Option "MaxSpeed"  "0.18"
    Option "AccelFactor"   "0.0015"
    Option "PalmMinWidth" "70"
    Option "PalmMinZ" "200"
    Option "SHMConfig" "on"
EndSection

Section "InputDevice"
   Identifier  "Trackpoint"
   Driver      "mouse"
    Option      "SendCoreEvents" # needed for multiple devices
   Option       "Protocol" "ExplorerPS/2"
   Option       "Device" "/dev/input/mouse2"
EndSection

Section "InputDevice"
    Identifier "USBMouse"
    Driver  "mouse"
    Option  "Protocol" "ExplorerPS/2"
    Option  "SendCoreEvents" # needed for multiple devices
    Option  "Device" "/dev/input/mouse1"
#    Option      "EmulateWheel" "on"
#    Option      "EmulateWheelButton" "2"
    Option  "ZAxisMapping" "4 5"
    Option  "Buttons" "5"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   30-90
    VertRefresh 58-70
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "vga"
EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
    Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
#    Option "DesktopSetup"               "(null)"
    Option "ScreenOverlap"              "0"
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "on"
# === 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"    # vendor=1002, device=3154
    Screen 0
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

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

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

Section "ServerLayout"

    Identifier  "Server Layout"

    Screen "Screen0"
    InputDevice "Touchpad" "CorePointer"
    InputDevice "Trackpoint" "SendCoreEvents"
    InputDevice "USBMouse" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option  "BlankTime"  "5"  # Blank the screen after 5 minutes (Fake)
    Option  "StandbyTime"  "10"  # Turn off screen after 10 minutes (DPMS)
    Option  "SuspendTime"  "20"  # Full suspend after 20 minutes
    Option  "OffTime"  "30"  # Turn off after half an hour

EndSection

### EOF ###


thanks for the help!
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Fri May 26, 2006 8:58 am    Post subject: Reply with quote

Could this have anything to do with me having a 1600x1200 framebuffer/splash-screen? (not sure of the terminology, but the nice gentoo background when it boots..)?

I cannot get *any* other resolution other than 16x12,it just defaults to 640 with DDC on or off if i try anything different now..
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54308
Location: 56N 3W

PostPosted: Fri May 26, 2006 5:10 pm    Post subject: Reply with quote

Nick W,

It shouldn't be framebuffer related - the ATI Xorg driver does not share the framebuffer driver.
Please post the /var/log/Xorg.0.log file that your new xorg.conf generated.
The xorg.conf describes what you would like Xorg to do, the Xorg.0.log shows what it actually did, so the files are a set.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Fri May 26, 2006 6:46 pm    Post subject: Reply with quote

Right,

the bit above the xorg.conf was the EDID bit of the xlog (as its very long) but here is the whole thing Neddy,

Code:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.15-gentoo-r1 i686 [ELF]
Current Operating System: Linux communicontent 2.6.16-gentoo-r7 #2 PREEMPT Fri May 26 11:11:42 CEST 2006 i686
Build Date: 06 May 2006
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri May 26 20:52:07 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Touchpad"
(**) |-->Input Device "Trackpoint"
(**) |-->Input Device "USBMouse"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "BlankTime" "5"
(**) Option "StandbyTime" "10"
(**) Option "SuspendTime" "20"
(**) Option "OffTime" "30"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 1014,0575 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1014,0565 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1014,0565 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1014,0566 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1014,0567 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 1014,0574 rev 03 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 1014,0568 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2653 card 1014,056a rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1014,056b rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,3154 card 1014,0570 rev 80 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,167d card 1014,0577 rev 11 class 02,00,00 hdr 00
(II) PCI: 04:00:0: chip 1180,0476 card 5000,0000 rev 8d class 06,07,00 hdr 82
(II) PCI: 04:02:0: chip 8086,4220 card 8086,2712 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,5), 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   0x00003000 - 0x000030ff (0x100) IX[B]
   [1] -1   0   0x00003400 - 0x000034ff (0x100) IX[B]
   [2] -1   0   0x00003800 - 0x000038ff (0x100) IX[B]
   [3] -1   0   0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xa8100000 - 0xa81fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xa8200000 - 0xa82fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:2), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x00004000 - 0x000040ff (0x100) IX[B]
   [1] -1   0   0x00004400 - 0x000044ff (0x100) IX[B]
   [2] -1   0   0x00004800 - 0x000048ff (0x100) IX[B]
   [3] -1   0   0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xa8300000 - 0xa83fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xc8000000 - 0xc80fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
   [0] -1   0   0x00005000 - 0x000050ff (0x100) IX[B]
   [1] -1   0   0x00005400 - 0x000054ff (0x100) IX[B]
   [2] -1   0   0x00005800 - 0x000058ff (0x100) IX[B]
   [3] -1   0   0x00005c00 - 0x00005cff (0x100) IX[B]
   [4] -1   0   0x00006000 - 0x000060ff (0x100) IX[B]
   [5] -1   0   0x00006400 - 0x000064ff (0x100) IX[B]
   [6] -1   0   0x00006800 - 0x000068ff (0x100) IX[B]
   [7] -1   0   0x00006c00 - 0x00006cff (0x100) IX[B]
   [8] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [9] -1   0   0x00007400 - 0x000074ff (0x100) IX[B]
   [10] -1   0   0x00007800 - 0x000078ff (0x100) IX[B]
   [11] -1   0   0x00007c00 - 0x00007cff (0x100) IX[B]
   [12] -1   0   0x00008000 - 0x000080ff (0x100) IX[B]
   [13] -1   0   0x00008400 - 0x000084ff (0x100) IX[B]
   [14] -1   0   0x00008800 - 0x000088ff (0x100) IX[B]
   [15] -1   0   0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
   [0] -1   0   0xa8400000 - 0xb7ffffff (0xfc00000) MX[B]
(II) Bus 4 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) 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 5: bridge is at (4:0:0), (4,5,6), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 5 I/O range:
   [0] -1   0   0x00005000 - 0x000050ff (0x100) IX[B]
   [1] -1   0   0x00005400 - 0x000054ff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xaa000000 - 0xabffffff (0x2000000) MX[B]
(II) Bus 5 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd1ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x3154) rev 128, Mem @ 0xc0000000/27, 0xa8100000/16, I/O @ 0x3000/8
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [1] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [2] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [3] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [4] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [5] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [6] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [7] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [8] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [9] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [10] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [11] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [12] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [13] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [14] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [15] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [16] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [17] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [1] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [2] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [3] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [4] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [5] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [6] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [7] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [8] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [9] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [10] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [11] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [12] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [13] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [14] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [15] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [16] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [17] -1   0   0x00003000 - 0x000030ff (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   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [6] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [7] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [8] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [9] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [10] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [11] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [15] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [16] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [17] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [18] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [19] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [20] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [21] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [22] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [23] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [24] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.0, module version = 8.24.8
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/modules/input/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
   compiled for 4.2.0, module version = 1.0.0
   Module class: XFree86 XInput Driver
   ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:
   RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
   MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
   RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
   RADEON 9200 (RV280 5961), RADEON 9000 (RV280 5962),
   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 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
   RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
   FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
   RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
   FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
   RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
   FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
   RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
   RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
   MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
   RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
   FireGL V3100 (RV370 5B64), MOBILITY RADEON X300 (M22 5460),
   MOBILITY RADEON X300 (M22 5461), 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 SE (R420 4A4F),
   RADEON X800 XT Platinum Edition (R420 4A50),
   RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
   RADEON X800 PRO (R423 5549),
   RADEON X800 XT Platinum Edition (R423 554A),
   RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
   FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
   MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
   MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
   RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
   RADEON X850 XT Platinum Edition (R480 5D4D),
   RADEON X800 GTO (R480 5D4F), RADEON X850 XT (R480 5D52),
   RADEON X850 (R481 4B48), RADEON X850 XT (R481 4B49),
   RADEON X850 SE (R481 4B4A), RADEON X850 PRO (R481 4B4B),
   RADEON X850 XT Platinum Edition (R481 4B4C),
   MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
   FireGL V5000 (RV410 5E48), 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),
   RADEON X1800 (R520 7100), MOBILITY RADEON X1800 (M58 7101),
   MOBILITY RADEON X1800 (M58 7102), RADEON X1800 XT (R520 7108),
   RADEON X1800 PRO (R520 7109), RADEON X1800 SE (R520 710A),
   RADEON X1800 (R520 710B), RADEON X1800 (R520 710C),
   MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
   RADEON X1300 XT (RV515 7140), RADEON X1300 PRO (RV515 7142),
   MOBILITY RADEON X1400 (M54 7145), RADEON X1300 LE (RV515 7146),
   MOBILITY RADEON X1300 (M52 7149), MOBILITY RADEON X1300 (M52 714A),
   RADEON X1300 SE (RV515 714E), RADEON X1300 VE (RV515 715E),
   RADEON X1900 (R580 7240), RADEON X1900 (R580 7243),
   RADEON X1900 (R580 7244), RADEON X1900 (R580 7245),
   RADEON X1900 (R580 7246), RADEON X1900 (R580 7247),
   RADEON X1900 (R580 7248), RADEON X1900 (R580 7249),
   RADEON X1900 (R580 724A), RADEON X1900 (R580 724B),
   RADEON X1900 (R580 724C), RADEON X1900 (R580 724D),
   RADEON X1900 (R580 724E), RADEON X1900 (R580 724F),
   RADEON X1600 XT (RV530 71C0), RADEON X1600 PRO (RV530 71C2),
   MOBILITY RADEON X1600 (M56 71C5), RADEON (RV530 LE 71C6),
   RADEON (RV530 VE 71CE), RADEON (RV530 SE 71DE)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.24.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.24g1                           
(II) ATI Proprietary Linux Driver Build Date: Apr 11 2006 13:36:25
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.24.1-driver-lnx-259766
(--) Chipset MOBILITY FireGL V3200 (M24 3154) 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   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [6] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [7] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [8] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [9] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [10] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [11] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [15] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [16] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [17] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [18] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [19] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [20] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [21] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [22] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [23] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [24] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x81d3ca8
(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   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [6] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [7] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [8] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [9] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [10] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [11] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
   [12] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [13] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [14] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [18] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [19] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [20] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [21] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [22] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [23] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [24] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [25] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [26] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [27] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
   [28] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [29] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "CapabilitiesEx" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "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" "on"
(**) fglrx(0): Option "FSAAScale" "1"
(**) fglrx(0): Option "FSAAEnable" "no"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/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 FireGL V3200 (M24 3154)" (Chipset = 0x3154)
(--) fglrx(0): (PciSubVendor = 0x1014, PciSubDevice = 0x0570)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xa8100000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 131008 kB
(II) fglrx(0): VESA VBE OEM: ATI MOBILITY RADEON X600   
(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: CP24
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Reloading /usr/lib/modules/linux/libdrm.a
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.0, module version = 8.24.8
   ABI class: X.Org Server Extension, version 0.2
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): Connected Display1: LCD on internal LVDS
(II) fglrx(0):  Display1: No EDID information from DDC.
(II) fglrx(0): Derived EDID from BIOS and internal tables for Display1:
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: MS_  Model: 6  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:Serration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 40  vert.: 30
(II) fglrx(0): Gamma: 1.00
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; Non RGB Multicolor Display
(II) fglrx(0): First detailed timing is preferred mode
(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): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 60  vid: 16433
(II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 60  vid: 16453
(II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 60  vid: 16481
(II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 60  vid: 16497
(II) fglrx(0): #4: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): #5: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 162.0 MHz   Image Size:  0 x 0 mm
(II) fglrx(0): h_active: 1600  h_sync: 1656  h_sync_end 1832 h_blank_end 2160 h_border: 0
(II) fglrx(0): v_active: 1200  v_sync: 1200  v_sync_end 1200 v_blanking: 1250 v_border: 0
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Specified desktop setup not supported: 8
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000004
(II) fglrx(0): POWERplay version 3.  4 power states available:
(II) fglrx(0):   1. 398/250MHz @ 60Hz [enable load balancing]
(II) fglrx(0):   2. 105/122MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0):   3. 351/250MHz @ 60Hz [thermal diode mode]
(II) fglrx(0):   4. 209/182MHz @ 60Hz [low voltage]
(**) 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 enabled
(==) 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": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"  162.00  1280 1480 1672 2160  1024 1113 1116 1250
(**) fglrx(0): *Mode "1024x768": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"  162.00  1024 1360 1552 2160  768 985 988 1250
(**) fglrx(0): *Mode "800x600": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"  162.00  800 1248 1440 2160  600 901 904 1250
(**) fglrx(0): *Mode "640x480": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"  162.00  640 1176 1352 2160  480 841 844 1250
(**) fglrx(0):  Default mode "1152x864": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"  162.00  1152 1432 1624 2160  864 1033 1036 1250
(**) fglrx(0):  Default mode "848x480": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480"  162.00  848 1288 1480 2160  480 841 844 1250
(**) fglrx(0):  Default mode "720x576": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576"  162.00  720 1216 1408 2160  576 889 892 1250
(**) fglrx(0):  Default mode "640x400": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"  162.00  640 1176 1304 2160  400 801 804 1250
(**) fglrx(0):  Default mode "640x350": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350"  162.00  640 1176 1368 2160  350 776 779 1250
(**) fglrx(0):  Default mode "512x384": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"  162.00  512 1112 1304 2160  384 793 796 1250
(**) fglrx(0):  Default mode "400x300": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "400x300"  162.00  400 1056 1248 2160  150 901 904 1250 doublescan
(**) fglrx(0):  Default mode "320x240": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x240"  162.00  320 1016 1208 2160  120 841 844 1250 doublescan
(**) fglrx(0):  Default mode "320x200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "320x200"  162.00  320 1016 1208 2160  100 801 804 1250 doublescan
(--) fglrx(0): Display dimensions: (400, 300) mm
(--) fglrx(0): DPI set to (81, 86)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(**) fglrx(0): FSAA Gamma enabled
(**) fglrx(0): FSAA Multisample Position is fix
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/modules/linux/libfglrxdrm.a
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): CapabilitiesEx: 0x00000000
(**) fglrx(0): cpuFlags: 0x8000001d
(**) fglrx(0): cpuSpeedMHz: 0x00000855
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): UseFastTLS=0
(**) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xa8100000 - 0xa810ffff (0x10000) MX[B]
   [1] 0   0   0xc0000000 - 0xc7ffffff (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   0xa8401000 - 0xa8401fff (0x1000) MX[B]
   [8] -1   0   0xa8200000 - 0xa820ffff (0x10000) MX[B]
   [9] -1   0   0xa8000400 - 0xa80004ff (0x100) MX[B]
   [10] -1   0   0xa8000800 - 0xa80009ff (0x200) MX[B]
   [11] -1   0   0xa8000000 - 0xa80003ff (0x400) MX[B]
   [12] -1   0   0xa8100000 - 0xa810ffff (0x10000) MX[B](B)
   [13] -1   0   0xc0000000 - 0xc7ffffff (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] 0   0   0x00003000 - 0x000030ff (0x100) IX[B]
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x000018e0 - 0x000018ff (0x20) IX[B]
   [21] -1   0   0x000018c0 - 0x000018cf (0x10) IX[B]
   [22] -1   0   0x00002000 - 0x0000207f (0x80) IX[B]
   [23] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [24] -1   0   0x00001880 - 0x000018bf (0x40) IX[B]
   [25] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [26] -1   0   0x00001860 - 0x0000187f (0x20) IX[B]
   [27] -1   0   0x00001840 - 0x0000185f (0x20) IX[B]
   [28] -1   0   0x00001820 - 0x0000183f (0x20) IX[B]
   [29] -1   0   0x00001800 - 0x0000181f (0x20) IX[B]
   [30] -1   0   0x00003000 - 0x000030ff (0x100) IX[B](B)
   [31] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [32] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM Bus area:     0xc0701000 (size=0x078ef000)
(II) fglrx(0): UMM area:     0xc0701000 (size=0x078ef000)
(II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 6.8.2.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenByBusid: drmOpenMinor returns 5
drmOpenByBusid: drmGetBusid reports
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x00074000
(II) fglrx(0): [drm] mapped SAREA 0x00074000 to 0xb7a94000
(II) fglrx(0): [drm] framebuffer handle = 0x00075000
(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.24.8
(II) fglrx(0):     Date: Apr 11 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.16-gentoo-r7
(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 = 0x00076000
(II) fglrx(0): FIREGL Board Found
(II) fglrx(0): [pcie] 65536 kB allocated with handle 0xdeadbeef
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(WW) fglrx(0): [drm] using DRM defaults (QS_ID=9650ffff)
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0x0007a000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x00701000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1434)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor (scanline 1024)
(II) fglrx(0): Largest offscreen area available: 1280 x 402
(WW) fglrx(0): Option "NoDDC" 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
(II) fglrx(0): Interrupt handler installed at IRQ 11.
(==) 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
(II) Synaptics touchpad driver version 0.14.2
(--) Touchpad auto-dev sets device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1700"
(**) Option "RightEdge" "5300"
(**) Option "TopEdge" "1700"
(**) Option "BottomEdge" "4200"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(**) Option "VertScrollDelta" "100"
(**) Option "PalmMinWidth" "70"
(**) Option "PalmMinZ" "200"
(--) Touchpad touchpad found
(**) Option "SendCoreEvents"
(**) Touchpad: always reports core events
(**) Option "CorePointer"
(**) Touchpad: Core Pointer
(**) Option "Protocol" "ExplorerPS/2"
(**) Trackpoint: Device: "/dev/input/mouse2"
(**) Trackpoint: Protocol: "ExplorerPS/2"
(**) Option "SendCoreEvents"
(**) Trackpoint: always reports core events
(**) Option "Device" "/dev/input/mouse2"
(==) Trackpoint: Emulate3Buttons, Emulate3Timeout: 50
(==) Trackpoint: Buttons: 3
(**) Trackpoint: SmartScroll: 1
(**) Option "Protocol" "ExplorerPS/2"
(**) USBMouse: Device: "/dev/input/mouse1"
(**) USBMouse: Protocol: "ExplorerPS/2"
(**) Option "SendCoreEvents"
(**) USBMouse: always reports core events
(**) Option "Device" "/dev/input/mouse1"
(EE) xf86OpenSerial: Cannot open device /dev/input/mouse1
   No such file or directory.
(EE) USBMouse: cannot open input device
(EE) PreInit failed for input device "USBMouse"
(II) UnloadModule: "mouse"
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Keyboard1: XkbRules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) Option "XkbLayout" "gb"
(**) Keyboard1: XkbLayout: "gb"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Trackpoint" (type: MOUSE)
(II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Touchpad touchpad found
(II) Trackpoint: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list!
SynapticsCtrl called.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54308
Location: 56N 3W

PostPosted: Fri May 26, 2006 7:45 pm    Post subject: Reply with quote

Nick W,

A couple of key snippets :-
Code:
(--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
(WW) fglrx(0): Option "NoDDC" is not used
so its running in 1280x1024 mode bit the option "NoDDC" is not understood by the driver.

I don't use ATI, so check that "NoDDC" is a valid option but it looked like it worked anyway.
What did you get on the screen ?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Fri May 26, 2006 8:06 pm    Post subject: Reply with quote

The xorg.conf was created aticonfig i *think*, im pretty sure i didnt not manually add the NoDDC option, but i willtry 'Option "IgnoreEDID" "true" instead in just a minute

When i run it as is, i get a centered smaller view area -- about a 2inch border between the edge of the desktop and the edge of the monitor
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Fri May 26, 2006 8:10 pm    Post subject: Reply with quote

Nope, IgnoreEDID has the same effect...

i guess imay have to back it up and try and reconfigure right from the start...
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54308
Location: 56N 3W

PostPosted: Fri May 26, 2006 8:55 pm    Post subject: Reply with quote

Nick W,

What does
Code:
    Option "CenterMode"                 "on"
do ?
Put the selected image size in the centre of the disply maybe ?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Nick W
l33t
l33t


Joined: 07 Dec 2003
Posts: 684

PostPosted: Fri May 26, 2006 9:22 pm    Post subject: Reply with quote

Ladies and gentleman, I think we have a WINNER!

Sheesh, what a long haul, thanks for sticking with it and sorting that out for me Neddy, I'm very much obliged...

all looks well, and as soon as i reconfig some of my font/icon settings it'll be a lot easier to use for sure

thanks again!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

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