Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XF86, KDE3.2 and Xinerama - VERY strange behaviour
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
finr
Tux's lil' helper
Tux's lil' helper


Joined: 24 Feb 2004
Posts: 126

PostPosted: Mon Mar 01, 2004 5:35 pm    Post subject: XF86, KDE3.2 and Xinerama - VERY strange behaviour Reply with quote

Hi all!

I'm trying to set up Xinerama with my ATI Radeon 9600Pro. So far, basically it's working - but in fact, it's not working at all ;). Here's the deal: when I take a screenshot (eg with gimp), I get the full 2048x768 (2 times 1024x768) pixels image that represents the dektop correctly, ie as it should be with Xinerama. KDE recognizes the dual monitor setup too, btw.
And now to the strange part :)... The second monitor shows the same image as the first, ie I geht the right half of the picture on both monitors, just like if there was only one desktop with 1024x768 and the screens were cloned. The even stranger thing is that this is only true for everything but the mouse cursor - the cursor can be moved across the displays' borders and shows up only on one screen - just as it would be supposed to with Xinerama.

Suming up, Xinerama works for the mouse pointer and when doing a screenshot, but for some strange reason the second monitor shows the same image as the first one (as it would be cloned), apart from the mouse pointer.

My XF86Config-4:
Code:

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.

    FontPath    "/usr/X11R6/lib/X11/fonts/local"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath    "/usr/X11R6/lib/X11/fonts/truetype"
    FontPath    "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath    "/usr/X11R6/lib/X11/fonts/ukr"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/local/share/fonts/Type1"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/freefont"
    FontPath    "/usr/share/fonts/windows"
    FontPath    "/usr/X11R6/lib/X11/fonts/sharefont"
   
   
     RgbPath "/usr/X11R6/lib/X11/rgb"
#    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
    #DontZoom  # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    #DontZap   # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "DRI"
    Mode 0666
EndSection

##########################################

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbCompat" ""
    Option "XkbOptions" ""
EndSection

##########################################

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

##########################################

Section "Monitor"
    Identifier "monitor0"
#    VendorName "Generic"
#    ModelName "Flat Panel"
    HorizSync   31.5 - 60
    VertRefresh 50 - 70
EndSection

Section "Monitor"
    Identifier "monitor1"
#    VendorName "Generic"
#    ModelName "Flat Panel"
    HorizSync   31.5 - 48.4
    VertRefresh 60 - 80
EndSection

##########################################

Section "Device"
    Identifier "device0"
    VendorName "ATI"
    BoardName  "ATI Radeon"
    Driver     "fglrx"
# === disable PnP Monitor  ===
#    Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
    Option "DesktopSetup"               "0x00000201"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "31.5-68.7"
    Option "VRefresh2"                  "40-70"
    Option "ScreenOverlap"              "0"
# === TV-out Management ===
    Option "NoTV"                       "no"
    Option "TVStandard"                 "PAL-B"
    Option "TVHSizeAdj"                 "0"
    Option "TVVSizeAdj"                 "0"
    Option "TVHPosAdj"                  "0"
    Option "TVVPosAdj"                  "0"
    Option "TVHStartAdj"                "0"
    Option "TVColorAdj"                 "0"
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"

# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "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"                 "1"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "no"
    Option "ForceGenericCPU"            "no"

    Option     "DPMS"
    BusID      "1:0:0"  ## 2mal dieselbe BusID!
    Screen 0
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI"
    BoardName  "ATI Radeon"
    Option "DesktopSetup"               "0x00000201"
    Driver     "fglrx"
    Option     "DPMS"
    BusID      "1:0:0"  ## 2mal dieselbe BusID!
    Screen 1
EndSection

##########################################

Section "Screen"
    Identifier "screen0"
    Device "device0"
    Monitor "monitor0"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 24
#       Virtual 1024 768
        Modes "1024x768"
    EndSubsection
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 24
#        Virtual 1024 768
        Modes "1027x768"
    EndSubsection
EndSection

##########################################

Section "ServerLayout"
    Identifier "DualHead"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen 0 "screen0"
    Screen 1 "screen1" LeftOf "screen0"  ## weitere Positionierungsoptionen siehe 'man XF86Config'
    Option "BlankTime" "5"
    Option "Xinerama" "true"
    Option "TwinView" "on"
    ## Xinerama ermoeglicht z.b. Fenster von einem Monitor zum anderen zu schieben...
    ## fuehrt aber auch dazu, dass das Hintergrundbild auf beide (alle) Monitore gestreckt wird.
EndSection



The XF86 Log output:
[code:1:fa70c793e8]

This is a pre-release version of XFree86, and is not supported in any
way. Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org. Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.22 i686 [ELF]
Build Date: 20 February 2004
Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Mon Mar 1 18:22:31 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "DualHead"
(**) |-->Screen "screen0" (0)
(**) | |-->Monitor "monitor0"
(**) | |-->Device "device0"
(**) |-->Screen "screen1" (1)
(**) | |-->Monitor "monitor1"
(**) | |-->Device "device1"
(**) |-->Input Device "Keyboard1"
(WW) Option "XkbCompat" requires an string value
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(WW) Option "XkbOptions" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse1"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/local/share/fonts,/usr/X11R6/lib/X11/fonts,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/TTF,/usr/X11R6/lib/X11/fonts/ukr,/usr/share/fonts,/usr/local/share/fonts/Type1,/usr/share/fonts/corefonts,/usr/share/fonts/freefont,/usr/share/fonts/windows,/usr/X11R6/lib/X11/fonts/sharefont"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(**) Option "BlankTime" "5"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1462,7280 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 8086,2573 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1462,7280 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1462,7280 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1462,7280 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1462,7280 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1462,7280 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1462,7280 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1462,7280 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1462,7280 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4150 card 174b,7c19 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4170 card 174b,7c18 rev 00 class 03,80,00 hdr 00
(II) PCI: 02:01:0: chip 8086,1019 card 1462,728c rev 00 class 02,00,00 hdr 00
(II) PCI: 03:02:0: chip 9710,9835 card 1000,0012 rev 01 class 07,80,00 hdr 00
(II) PCI: 03:09:0: chip 105a,3373 card 1462,728f rev 02 class 01,04,00 hdr 00
(II) PCI: 03:0a:0: chip 1106,3044 card 1462,728d rev 46 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000d (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
[1] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[2] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xff700000 - 0xff7fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xb7f00000 - 0xf7efffff (0x40000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:3:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xff800000 - 0xff8fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
[4] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[5] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]
[6] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[7] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[8] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[9] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[10] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[11] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xff900000 - 0xff9fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x4150) rev 0, Mem @ 0xe0000000/28, 0xff7f0000/16, I/O @ 0x8800/8, BIOS @ 0xff7c0000/17
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x4170) rev 0, Mem @ 0xd0000000/28, 0xff7e0000/16
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xff9fe800 - 0xff9fefff (0x800) MX[B]
[1] -1 0 0xff9c0000 - 0xff9dffff (0x20000) MX[B]
[2] -1 0 0xff9ff000 - 0xff9fffff (0x1000) MX[B]
[3] -1 0 0xff8e0000 - 0xff8fffff (0x20000) MX[B]
[4] -1 0 0xffaffd00 - 0xffaffdff (0x100) MX[B]
[5] -1 0 0xffaffe00 - 0xffafffff (0x200) MX[B]
[6] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[7] -1 0 0xffaff800 - 0xffaffbff (0x400) MX[B]
[8] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[9] -1 0 0xff7e0000 - 0xff7effff (0x10000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B)
[12] -1 0 0xff7f0000 - 0xff7fffff (0x10000) MX[B](B)
[13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[14] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[B]
[15] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[16] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[17] -1 0 0x0000cc00 - 0x0000cc3f (0x40) IX[B]
[18] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B]
[19] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[20] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[21] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B]
[22] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[23] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[24] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[25] -1 0 0x0000d800 - 0x0000d83f (0x40) IX[B]
[26] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[27] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[28] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[29] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[30] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[31] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[32] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[33] -1 0 0x00008800 - 0x000088ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xff9fe800 - 0xff9fefff (0x800) MX[B]
[1] -1 0 0xff9c0000 - 0xff9dffff (0x20000) MX[B]
[2] -1 0 0xff9ff000 - 0xff9fffff (0x1000) MX[B]
[3] -1 0 0xff8e0000 - 0xff8fffff (0x20000) MX[B]
[4] -1 0 0xffaffd00 - 0xffaffdff (0x100) MX[B]
[5] -1 0 0xffaffe00 - 0xffafffff (0x200) MX[B]
[6] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[7] -1 0 0xffaff800 - 0xffaffbff (0x400) MX[B]
[8] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[9] -1 0 0xff7e0000 - 0xff7effff (0x10000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B)
[12] -1 0 0xff7f0000 - 0xff7fffff (0x10000) MX[B](B)
[13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[14] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[B]
[15] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[16] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[17] -1 0 0x0000cc00 - 0x0000cc3f (0x40) IX[B]
[18] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B]
[19] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[20] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[21] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B]
[22] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[23] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[24] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[25] -1 0 0x0000d800 - 0x0000d83f (0x40) IX[B]
[26] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[27] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[28] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[29] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[30] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[31] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[32] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[33] -1 0 0x00008800 - 0x000088ff (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 - 0x1fffffff (0x1ff00000) 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 - 0x1fffffff (0x1ff00000) 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 0xff9fe800 - 0xff9fefff (0x800) MX[B]
[6] -1 0 0xff9c0000 - 0xff9dffff (0x20000) MX[B]
[7] -1 0 0xff9ff000 - 0xff9fffff (0x1000) MX[B]
[8] -1 0 0xff8e0000 - 0xff8fffff (0x20000) MX[B]
[9] -1 0 0xffaffd00 - 0xffaffdff (0x100) MX[B]
[10] -1 0 0xffaffe00 - 0xffafffff (0x200) MX[B]
[11] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[12] -1 0 0xffaff800 - 0xffaffbff (0x400) MX[B]
[13] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[14] -1 0 0xff7e0000 - 0xff7effff (0x10000) MX[B](B)
[15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[16] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B)
[17] -1 0 0xff7f0000 - 0xff7fffff (0x10000) MX[B](B)
[18] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[B]
[22] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[23] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[24] -1 0 0x0000cc00 - 0x0000cc3f (0x40) IX[B]
[25] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B]
[26] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[27] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[28] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B]
[29] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[30] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[31] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[32] -1 0 0x0000d800 - 0x0000d83f (0x40) IX[B]
[33] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[34] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[35] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[36] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[37] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[38] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[39] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[40] -1 0 0x00008800 - 0x000088ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 0.0.1
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 2.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="Fire GL - ATI Research GmbH, Germany"
compiled for 4.3.0, module version = 3.2.8
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) v4l driver for Video4Linux
(II) FireGL8700/8800: Driver for chipset: ATI RV250 Id (R9000),
ATI RV250 Ie (R9000), ATI RV250 If (R9000), ATI RV250 Ig (R9000),
ATI RV250 Ld (M9), ATI RV250 Le (M9), ATI RV250 Lf (M9),
ATI RV250 Lg (M9), ATI RV280 5960 (R9200 PRO),
ATI RV280 Ya (R9200LE), ATI RV250SE Yd (R9200SE),
ATI RV250 5C61 (M9+), ATI RV250 5C63 (M9+), ATI R200 QH (R8500),
ATI R200 QL (R8500), ATI R200 QM (R9100), ATI R200 QT (R8500),
ATI R200 QU (R9100), ATI R200 BB (R8500), ATI RV350 AP (R9600),
ATI RV350SE AQ (R9600SE), ATI RV350 AR (R9600 PRO),
ATI RV350 NP (M10), ATI R300 AD (R9500), ATI R300 AE (R9500),
ATI R300 AF (R9500), ATI R300 AG (Fire GL Z1/X1),
ATI R300 ND (R9700 PRO), ATI R300 NE (R9700/R9500 PRO),
ATI R300 NF (R9600 TX), ATI R300 NG (Fire GL X1),
ATI R350SE AH (R9800SE), ATI R350 AK (Fire GL unknown),
ATI RV350 AT (Fire GL T2), ATI RV350 AU (Fire GL T2),
ATI RV350 AV (Fire GL T2), ATI RV350 AW (Fire GL T2),
ATI R350 NH (R9800), ATI R350LE NI (R9800LE), ATI R350 NJ (R9800),
ATI R350 NK (Fire GL unknown)
(II) Primary Device is: PCI 01:00:0
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset ATI RV350 AP (R9600) found
(--) Chipset ATI RV350 AP (R9600) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) 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 0xff9fe800 - 0xff9fefff (0x800) MX[B]
[6] -1 0 0xff9c0000 - 0xff9dffff (0x20000) MX[B]
[7] -1 0 0xff9ff000 - 0xff9fffff (0x1000) MX[B]
[8] -1 0 0xff8e0000 - 0xff8fffff (0x20000) MX[B]
[9] -1 0 0xffaffd00 - 0xffaffdff (0x100) MX[B]
[10] -1 0 0xffaffe00 - 0xffafffff (0x200) MX[B]
[11] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[12] -1 0 0xffaff800 - 0xffaffbff (0x400) MX[B]
[13] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[14] -1 0 0xff7e0000 - 0xff7effff (0x10000) MX[B](B)
[15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[16] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B)
[17] -1 0 0xff7f0000 - 0xff7fffff (0x10000) MX[B](B)
[18] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[B]
[22] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[23] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[24] -1 0 0x0000cc00 - 0x0000cc3f (0x40) IX[B]
[25] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B]
[26] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[27] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[28] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B]
[29] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[30] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[31] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[32] -1 0 0x0000d800 - 0x0000d83f (0x40) IX[B]
[33] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[34] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[35] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[36] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[37] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[38] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[39] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[40] -1 0 0x00008800 - 0x000088ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x0821fc98
(II) fglrx(1): pEnt->device->identifier=0x0821fc98
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) 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 0xff9fe800 - 0xff9fefff (0x800) MX[B]
[6] -1 0 0xff9c0000 - 0xff9dffff (0x20000) MX[B]
[7] -1 0 0xff9ff000 - 0xff9fffff (0x1000) MX[B]
[8] -1 0 0xff8e0000 - 0xff8fffff (0x20000) MX[B]
[9] -1 0 0xffaffd00 - 0xffaffdff (0x100) MX[B]
[10] -1 0 0xffaffe00 - 0xffafffff (0x200) MX[B]
[11] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[12] -1 0 0xffaff800 - 0xffaffbff (0x400) MX[B]
[13] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[14] -1 0 0xff7e0000 - 0xff7effff (0x10000) MX[B](B)
[15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[16] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B)
[17] -1 0 0xff7f0000 - 0xff7fffff (0x10000) MX[B](B)
[18] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[19] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[20] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[21] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[24] -1 0 0x0000a800 - 0x0000a87f (0x80) IX[B]
[25] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[26] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[27] -1 0 0x0000cc00 - 0x0000cc3f (0x40) IX[B]
[28] -1 0 0x0000ac00 - 0x0000ac0f (0x10) IX[B]
[29] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
[30] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[B]
[31] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B]
[32] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[33] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B]
[34] -1 0 0x00009c00 - 0x00009c1f (0x20) IX[B]
[35] -1 0 0x0000d800 - 0x0000d83f (0x40) IX[B]
[36] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[37] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B]
[38] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[39] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
[40] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[41] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[42] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[43] -1 0 0x00008800 - 0x000088ff (0x100) IX[B](B)
[44] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[45] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): PCI bus 1 card 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 "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "0x00000201"
(**) fglrx(0): Option "MonitorLayout" "AUTO, AUTO"
(**) fglrx(0): Option "HSync2" "31.5-68.7"
(**) fglrx(0): Option "VRefresh2" "40-70"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "IgnoreEDID" "off"
(**) fglrx(0): Option "UseInternalAGPGART" "no"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "1"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "FSAAScale" "1"
(**) 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 "NoTV" "no"
(**) fglrx(0): Option "TVStandard" "PAL-B"
(**) fglrx(0): Option "TVHSizeAdj" "0"
(**) fglrx(0): Option "TVVSizeAdj" "0"
(**) fglrx(0): Option "TVHPosAdj" "0"
(**) fglrx(0): Option "TVVPosAdj" "0"
(**) fglrx(0): Option "TVHStartAdj" "0"
(**) fglrx(0): Option "TVColorAdj" "0"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(**) fglrx(0): Qbs disabled
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): initializing int10
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "ATI RV350 AP (R9600)" (Chipset = 0x4150)
(--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0x7c19)
(--) fglrx(0): board vendor info: third party grafics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
(--) fglrx(0): MMIO registers at 0xff7f0000
(--) fglrx(0): ROM-BIOS at 0xff7c0000
(--) fglrx(0): ChipExtRevID = 0x00
(--) fglrx(0): ChipIntRevID = 0x04
(--) fglrx(0): VideoRAM: 131072 kByte (64-bit SDR SDRAM)
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): I2C bus "DDC" initialized.
(II) fglrx(0): Connector Layout from BIOS --------
(II) fglrx(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(II) fglrx(0): Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-3
(**) fglrx(0): MonitorLayout Option:
Monitor1--Type AUTO, Monitor2--Type AUTO

(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 2 with Monitor Type 1
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 3 with Monitor Type 1
(II) fglrx(0): Primary head:
Monitor -- CRT
Connector -- DVI-I
DAC Type -- TVDAC/ExtDAC
TMDS Type -- Internal
DDC Type -- DVI_DDC
(II) fglrx(0): Secondary head:
Monitor -- CRT
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- VGA_DDC
(II) fglrx(0): EDID data from the display on Primary head ----------------
(II) fglrx(0): Manufacturer: DPC Model: 1770 Serial#: 0
(II) fglrx(0): Year: 1998 Week: 38
(II) fglrx(0): EDID Version: 1.0
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) fglrx(0): Sync: Separate Composite
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) fglrx(0): Gamma: 2.65
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): redX: 0.650 redY: 0.312 greenX: 0.273 greenY: 0.608
(II) fglrx(0): blueX: 0.143 blueY: 0.055 whiteX: 0.281 whiteY: 0.311
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 720x400@88Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@87Hz (interlaced)
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1152x870@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) fglrx(0): #1: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) fglrx(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) fglrx(0): #3: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) fglrx(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 108.0 MHz Image Size: 281 x 225 mm
(II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 35.5 MHz Image Size: 300 x 225 mm
(II) fglrx(0): h_active: 720 h_sync: 756 h_sync_end 828 h_blank_end 936 h_border: 0
(II) fglrx(0): v_active: 400 v_sync: 401 v_sync_end 404 v_blanking: 446 v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 31.5 MHz Image Size: 300 x 225 mm
(II) fglrx(0): h_active: 640 h_sync: 672 h_sync_end 736 h_blank_end 832 h_border: 0
(II) fglrx(0): v_active: 400 v_sync: 401 v_sync_end 404 v_blanking: 445 v_border: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 31.5 MHz Image Size: 300 x 225 mm
(II) fglrx(0): h_active: 640 h_sync: 672 h_sync_end 736 h_blank_end 832 h_border: 0
(II) fglrx(0): v_active: 350 v_sync: 382 v_sync_end 385 v_blanking: 445 v_border: 0
(II) fglrx(0): EDID data from the display on Secondary head ---------------------------
(II) fglrx(0): Manufacturer: CMO Model: 150 Serial#: 1
(II) fglrx(0): Year: 2002 Week: 18
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.714/0.286 V
(II) fglrx(0): Sync: Separate Composite
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 31 vert.: 23
(II) fglrx(0): Gamma: 1.35
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): redX: 0.622 redY: 0.345 greenX: 0.295 greenY: 0.574
(II) fglrx(0): blueX: 0.138 blueY: 0.092 whiteX: 0.303 whiteY: 0.322
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 65.0 MHz Image Size: 304 x 228 mm
(II) fglrx(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
(II) fglrx(0): Ranges: V min: 48 V max: 78 Hz, H min: 28 H max: 64 kHz, PixClock max 80 MHz
(II) fglrx(0): Monitor name: A150X1
(II) fglrx(0): Serial No: 0000000001
(II) fglrx(0):
(**) fglrx(0): Screen Overlap 0 pixel
(II) fglrx(0): DesktopSetup 0x0002
(WW) fglrx(0): DesktopOption will be ignored for dual-screen configuration
(**) fglrx(0): PseudoColor visuals disabled
(**) fglrx(0): Overlay disabled
(**) fglrx(0): Overlay disabled
(II) fglrx(0): PLL parameters: rf=2700 rd=12 min=20000 max=50000; xclk=29700
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(**) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Validating modes on Primary head ---------
(II) fglrx(0): Total 7 valid mode(s) found.
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Default mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz
(II) fglrx(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
(**) fglrx(0): Default mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
(II) fglrx(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync
(**) fglrx(0): Default mode "800x600": 56.3 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
(II) fglrx(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
(**) fglrx(0): Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
(II) fglrx(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
(**) fglrx(0): Default mode "720x400": 35.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.0 Hz
(II) fglrx(0): Modeline "720x400" 35.50 720 756 828 936 400 401 404 446
(**) fglrx(0): Default mode "640x400": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
(II) fglrx(0): Modeline "640x400" 31.50 640 672 736 832 400 401 404 445
(**) fglrx(0): Default mode "640x350": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
(II) fglrx(0): Modeline "640x350" 31.50 640 672 736 832 350 382 385 445
(--) fglrx(0): Display dimensions: (320, 240) mm
(--) fglrx(0): DPI set to (81, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.1.0
ABI class: XFree86 Video Driver, version 0.6
(**) fglrx(0): FSAAScale=1
(**) fglrx(0): FSAA Gamma 139455171
(**) fglrx(0): FSAA Multisample Position is 139457043
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="Fire GL - ATI Research GmbH, Germany"
compiled for 4.3.0, module version = 3.2.8
ABI class: XFree86 Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): cpuFlags: 0x8000001d
(**) fglrx(0): cpuSpeedMHz: 0x00000cb2
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): using built in AGPGART module: no
(**) fglrx(0): UseFastTLS=1
(**) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(II) fglrx(0): using CAIL version [ATI LIB=CAIL.LIB,IA32,2.0024]
(II) fglrx(1): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) fglrx(1): PCI bus 1 card 0 func 0
(**) fglrx(1): Depth 24, (--) framebuffer bpp 32
(II) fglrx(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(1): Default visual is TrueColor
(**) fglrx(1): Option "DesktopSetup" "0x00000201"
(==) fglrx(1): RGB weight 888
(II) fglrx(1): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(1): Buffer Tiling is ON (copy from primary)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) fglrx(1): initializing int10
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(1): Chipset: "ATI RV350 AP (R9600)" (Chipset = 0x4150)
(--) fglrx(1): (PciSubVendor = 0x174b, PciSubDevice = 0x7c19)
(--) fglrx(1): board vendor info: third party grafics adapter - NOT original ATI
(--) fglrx(1): ROM-BIOS at 0xff7c0000
(--) fglrx(1): ChipExtRevID = 0x00
(--) fglrx(1): ChipIntRevID = 0x04
(--) fglrx(1): VideoRAM: 65536 kByte (64-bit SDR SDRAM)
(WW) fglrx(1): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(II) fglrx(1): I2C bus "DDC" initialized.
(==) fglrx(1): Screen Overlap 0 pix
Back to top
View user's profile Send private message
finr
Tux's lil' helper
Tux's lil' helper


Joined: 24 Feb 2004
Posts: 126

PostPosted: Mon Mar 01, 2004 10:20 pm    Post subject: Reply with quote

Hi again..

I did a bit of research and figured maybe mergedfb could save me? I have no idea how to set it up though :/...

Any input still very appreciated!

finr
Back to top
View user's profile Send private message
bens
n00b
n00b


Joined: 03 Mar 2004
Posts: 37
Location: MIT

PostPosted: Wed Mar 03, 2004 1:56 am    Post subject: Same Problem Under Gnome Reply with quote

I'm running Gnome, with both monitors at 1600x1200, on an ATi M9 with 64 MB.
I have the exact same symptoms: the right half (the half designated as Screen0 in XF86Config-4) is duplicated on both monitors, while the left half (Screen1) is not visible anywhere.

One small quirk: Most of the time, clicking in the left monitor will just result in losing focus. However, the date button on the top bar and the clear-desktop button on the bottom bar respond (the rest of the gnome bar buttons do not).

Strange enough for ya?

Relevant snippets from my XF86Config-4:

Code:

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

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

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

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

 


Code:

Section "ServerLayout"

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

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

    Screen "Screen0"
    Screen "Screen1" LeftOf "Screen0"
Option "Xinerama" "true" #added this myself
Option "Clone" "off"  #and this
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

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

EndSection


Everything by the Option "Xinerama" "true" line and the Option "clone" "off" line was generated by fglrxconfig.

Can anyone see why this shouldn't work?

-Ben
Back to top
View user's profile Send private message
Cwiiis
n00b
n00b


Joined: 19 Feb 2004
Posts: 16

PostPosted: Tue Mar 16, 2004 12:18 pm    Post subject: Reply with quote

I have this same problem with drivers 3.2.8, 3.7.0 and 3.7.6 (I've not tried any other ati binary drivers). I have an ATi M9 with 64 megs, same as the first person who posted. Using the XFree86 or DRI drivers, I have no problems with xinerama. Also, oddly, if I use dual-head or wide desktop, I have no problems with the ATi binary driver, only with xinerama does it start getting funny... If anyone fiinds out what causes this, that'd be nice, although a lot of other bugs in the binary driver would have to be fixed before I use it as my primary driver (xv acceleration corrupting Qt elements being one of the biggies).
Back to top
View user's profile Send private message
artoo
Developer
Developer


Joined: 16 Mar 2003
Posts: 31

PostPosted: Sat Mar 20, 2004 5:26 am    Post subject: Reply with quote

xinerama and the fglrx drivers will not work. The best you may get is a cloned setup, which a mouse that seems to transverse to desktops. The best you can seem to do is BigDesktop, or mergedfb things. The following site has a fair bit of useful info:

http://www.rage3d.com/content/articles/atilinuxhowto/Linux_ATI.html
Back to top
View user's profile Send private message
Lews_Therin
l33t
l33t


Joined: 03 Oct 2003
Posts: 657
Location: Banned

PostPosted: Sat Mar 20, 2004 5:35 am    Post subject: Reply with quote

The fglrx drivers work with dual head, just set it to use "big desktop" in the configuration. I don't know how xinerama would affect this, since I have never had to use it.
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