Error setting mtrr invalid argument 22

OK, if you want...     This is just the latest iteration of xorg.conf files I have tried, of which none work since yesterday morning. The references to Puppy are because I started with the Puppy xorg.conf and then modified it. Oh, I also tried those xorg.conf generators but wasn't getting anywhere so I went the Puppy route. See next post for a later version.

OK, if you want…  smile   This is just the latest iteration of xorg.conf files I have tried, of which none work since yesterday morning. The references to Puppy are because I started with the Puppy xorg.conf and then modified it. Oh, I also tried those xorg.conf generators but wasn’t getting anywhere so I went the Puppy route. See next post for a later version.

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

# This loads the DBE extension module.

    Load        "dbe"      # Double buffer extension

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

# This loads the font modules
#   Load        "type1"   # Not in arch?????
    Load        "freetype"

# This loads xtrap extension, used by xrandr
    Load       "xtrap"

# This loads the GLX module (if present)
    Load       "glx"

# This loads dri module (if present)
    Load       "dri"

EndSection

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

Section "Files"

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

#   RgbPath    "/usr/share/X11/rgb" # rgbpath not needed after v1.5 xorg-server

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/100dpi:unscaled"
    FontPath   "/usr/share/fonts/75dpi:unscaled"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/TTF/"

    ModulePath    "/usr/lib/xorg/modules"

EndSection

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

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

#   Option "RandR" "on"

# Arch Beginner's Manual says to disable "input hotplugging":

    Option "AutoAddDevices" "False"
    Option "AllowEmptyInput" "False"    # Found online

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen         0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
#    InputDevice    "Synaptics Mouse" "AlwaysCore"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbRules" "xorg"
    Option      "XkbModel" "pc102"
    Option      "XkbLayout" "us" #xkeymap0
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto" #mouse0protocol
    Option        "Device" "/dev/input/mice"
    #Option      "Emulate3Buttons"
    #Option      "Emulate3Timeout" "50"
    Option      "ZAxisMapping" "4 5" #scrollwheel
EndSection


Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
#    HorizSync    31.5-68.7
#    VertRefresh  56.2-60    # Was 60, taking hint from xrandr -q --verbose
#    #UseModes     "Modes0" #monitor0usemodes
#    Option      "PreferredMode" "1280x800"
    Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +VSync
    EndSection
    
Section "Modes"
    Identifier "Modes0"
    #modes0modeline0
EndSection

# Found in the Arch Wiki Intel GM945 page
Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option     "NoAccel"                # [<bool>]
    #Option     "SWcursor"               # [<bool>]
    #Option     "ColorKey"               # <i>
    # These options found on the Arch Wiki Intel Graphics page
    #VideoRam   229376  #Xorg.0.log says "no longer recommended"
    Option     "CacheLines" "1980"            # <i>
    #Option     "Dac6Bit"                # [<bool>]
    # These options are found on the Arch Wiki Intel GM945 page
    Option     "DRI" "True"                   # [<bool>]
    Option     "NoDDC" "True"                 # [<bool>]
    Option     "XAANoOffscreenPixmaps" "True"
    Option     "EnablePageFlip" "True"
    Option     "RenderAccel" "True"
    Option     "AccelMethod" "XAA" # For 2D performance, see Intel G. page
    #Option     "ShowCache"              # [<bool>]
    #Option     "XvMCSurfaces"           # <i>
    #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel" #card0driver
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 16
    Subsection "Display"
        Depth       16
        Modes       "1280x800"
    EndSubsection
EndSection

#PuppyHardwareProfile=Intel_r__82945GM_Chipset

Here is the latest Xorg.0.log.

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH i686 
Current Operating System: Linux vaio 2.6.28-ARCH #1 SMP PREEMPT Sun Mar 8 10:18:28 UTC 2009 i686
Build Date: 17 December 2008  08:20:05PM
 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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: Sat Mar 21 19:38:48 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(**) Option "AllowEmptyInput" "False"
(**) Option "AutoAddDevices" "False"
(**) Not automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d5fe0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0100000/0, 0xb0000000/0, 0xd0200000/0, I/O @ 0x00001800/0
(--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0180000/0
(II) System resource ranges:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
(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: "freetype"

(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "xtrap"

(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
(==) AIGLX enabled
(==) Exporting typical set of GLX visuals
(II) Loading extension GLX
(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "intel"

(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 2.4.3
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 4.1
(II) LoadModule: "kbd"

(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "mouse"

(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile Intel® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
(II) resource ranges after probing:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"

(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.1.0
    ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"

(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 0.1.0
    ABI class: X.Org Video Driver, version 4.1
(**) intel(0): Depth 16, (--) framebuffer bpp 16
(==) intel(0): RGB weight 565
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "AccelMethod" "XAA"
(**) intel(0): Option "CacheLines" "1980"
(**) intel(0): Option "DRI" "True"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(--) intel(0): Linear framebuffer at 0xB0000000
(--) intel(0): IO registers at addr 0xD0100000
(II) intel(0): 2 display pipes available.
(**) intel(0): Using XAA for acceleration
(II) Loading sub module "int10"
(II) LoadModule: "int10"

(II) Reloading /usr/lib/xorg/modules//libint10.so
(II) intel(0): initializing int10
(WW) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 7872 kB
(II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(**) intel(0): Option "NoDDC" "True"
(II) intel(0): Output TV has no monitor section
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TV disconnected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output LVDS using initial mode 1280x800
(II) intel(0): Monitoring connected displays enabled
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x83e
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Intel XvMC decoder disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"

(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"

(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.2.1
    ABI class: X.Org Video Driver, version 4.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009
(WW) intel(0): PP_STATUS before: on, ready, sequencing idle
(WW) intel(0): PP_STATUS after: on, ready, sequencing on
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x80000203 to 0x00000000
(WW) intel(0): PIPEASTAT before: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
(WW) intel(0): PIPEASTAT after: status:
(WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000202
(WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS
(WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x10000000 to 0x000c0000
(WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d
(WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104
(WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d
(WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200
(WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c
(WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200
(WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000
(WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1
(WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359
(WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022
(WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344
(WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415
(WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607
(WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001
(WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0
(WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0
(WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0
(WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0
(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088
(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8
(WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024
(WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198
(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x800010bb
(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283
(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141
(WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000
(WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060
(WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000
(WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060
(II) Loading sub module "dri"
(II) LoadModule: "dri"

(II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) intel(0): Kernel reported 238592 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 954364 kB available
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) [drm] loaded kernel module for "i915" driver.
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer mapped by ddx driver
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(**) intel(0): Framebuffer compression enabled
(**) intel(0): Tiling enabled
(==) intel(0): VideoRam: 262144 KB
(**) intel(0): Requested 1980 cache lines
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Allocating 1980 scanlines for pixmap cache
(II) intel(0): Tiled allocation successful.
(II) intel(0): [drm] Registers = 0xd0100000
(II) intel(0): [drm] ring buffer = 0xb0000000
(II) intel(0): [drm] mapped front buffer at 0xb1000000, handle = 0xb1000000
(II) intel(0): [drm] mapped back buffer at 0xb0800000, handle = 0xb0800000
(II) intel(0): [drm] mapped depth buffer at 0xb2000000, handle = 0xb2000000
(II) intel(0): [drm] mapped classic textures at 0xb2800000, handle = 0xb2800000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) intel(0): Option "XaaNoOffscreenPixmaps" "True"
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Horizontal and Vertical Lines
    Setting up tile and stipple cache:
        32 128x128 slots
        24 256x256 slots
        7 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00800000 (pgoffset 2048)
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x02800000 (pgoffset 10240)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000003f820000 physical
)
(II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000003fe20000 physical
)
(II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000003fe21000 physical
)
(II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
(II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000003fe33000 physical
)
(II) intel(0): 0x00634000-0x00643fff: xaa scratch (64 kB)
(II) intel(0): 0x007bf000:            end of stolen memory
(II) intel(0): 0x00800000-0x00ffffff: back buffer (5120 kB) X tiled
(II) intel(0): 0x01000000-0x01ffffff: front buffer (13040 kB) X tiled
(II) intel(0): 0x02000000-0x027fffff: depth buffer (5120 kB) X tiled
(II) intel(0): 0x02800000-0x047fffff: classic textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): using SSC reference clock of 96 MHz
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is off
(II) intel(0):   Display plane A is now disabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TV is connected to pipe none
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): using SSC reference clock of 96 MHz
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): DPMS enabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Enabled
(WW) intel(0): Option "EnablePageFlip" is not used
(WW) intel(0): Option "RenderAccel" is not used
(--) RandR disabled
(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 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 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
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_texture_from_pixmap with driver support
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 338 x 211
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc102"
(**) Keyboard0: XkbModel: "pc102"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Option "Device" "/dev/input/mice"
(II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Mouse0: Sensitivity: 1
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) UnloadModule: "kbd"
(II) UnloadModule: "mouse"
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf8039000 at 0xb7ab8000
(II) intel(0): [drm] Closed DRM master.

Google? I spent the whole damn day with google.

BTW, I tried using no xorg.conf at all, as apparently the defaults work for most systems in this latest version of xorg; however that did not work either.

On vesa, I’m a little shaky with that. I tried something there in the wiki, one of those xorg.conf generators (oh, yeah, it was hwd), that generates a version of xorg.conf that uses vesa, and tried that, which doesn’t work. Or do you mean something entirely different than using xorg? If the latter, I don’t know how to do that.

I don’t know about HAL. I was just stepping my way through the Beginner’s Guide and hadn’t got to that yet. The Guide does not mention HAL. My daemons list is «syslog-ng network netfs crond alsa». Anyway, as I said, it did work for a while. I did not install HAL and then take it out again. It’s almost as if some thing, a register or something, is not initialized and has been corrupted.

Maybe I’ll dig into this HAL stuff.

Last edited by PaulBx1 (2009-03-22 18:46:12)


# cat /var/log/Xorg.0.log

X.Org X Server 1.6.5

Release Date: 2009-10-11

X Protocol Version 11, Revision 0

Build Operating System: Linux 2.6.31-gentoo-r6 i686

Current Operating System: Linux coruscant 2.6.31-gentoo-r6 #1 SMP Sat Jan 30 12:37:42 EST 2010 i686

Build Date: 01 February 2010  11:37:44PM

        Before reporting problems, check http://wiki.x.org

        to make sure that you have the latest version.

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: Tue Feb  2 06:19:09 2010

(II) Loader magic: 0x7e60

(II) Module ABI versions:

        X.Org ANSI C Emulation: 0.4

        X.Org Video Driver: 5.0

        X.Org XInput driver : 4.0

        X.Org Server Extension : 2.0

(II) Loader running on linux

(—) using VT number 7

(—) PCI:*(0:1:0:0) 1002:954f:1787:2271 ATI Technologies Inc RV710 [Radeon HD 4350] rev 0, Mem @ 0xd0000000/268435456, 0xfdbe0000/65536, I/O @ 0x00009e00/256, BIOS @ 0x????????/131072

(==) Using default built-in configuration (30 lines)

(==) — Start of built-in configuration —

        Section «Device»

                Identifier      «Builtin Default ati Device 0»

                Driver  «ati»

        EndSection

        Section «Screen»

                Identifier      «Builtin Default ati Screen 0»

                Device  «Builtin Default ati Device 0»

        EndSection

        Section «Device»

                Identifier      «Builtin Default vesa Device 0»

                Driver  «vesa»

        EndSection

        Section «Screen»

                Identifier      «Builtin Default vesa Screen 0»

                Device  «Builtin Default vesa Device 0»

        EndSection

        Section «Device»

                Identifier      «Builtin Default fbdev Device 0»

                Driver  «fbdev»

        EndSection

        Section «Screen»

                Identifier      «Builtin Default fbdev Screen 0»

                Device  «Builtin Default fbdev Device 0»

        EndSection

        Section «ServerLayout»

                Identifier      «Builtin Default Layout»

                Screen  «Builtin Default ati Screen 0»

                Screen  «Builtin Default vesa Screen 0»

                Screen  «Builtin Default fbdev Screen 0»

        EndSection

(==) — End of built-in configuration —

(==) ServerLayout «Builtin Default Layout»

(**) |—>Screen «Builtin Default ati Screen 0» (0)

(**) |   |—>Monitor «<default monitor>»

(**) |   |—>Device «Builtin Default ati Device 0»

(==) No monitor specified for screen «Builtin Default ati Screen 0».

        Using a default monitor configuration.

(**) |—>Screen «Builtin Default vesa Screen 0» (1)

(**) |   |—>Monitor «<default monitor>»

(**) |   |—>Device «Builtin Default vesa Device 0»

(==) No monitor specified for screen «Builtin Default vesa Screen 0».

        Using a default monitor configuration.

(**) |—>Screen «Builtin Default fbdev Screen 0» (2)

(**) |   |—>Monitor «<default monitor>»

(**) |   |—>Device «Builtin Default fbdev Device 0»

(==) No monitor specified for screen «Builtin Default fbdev Screen 0».

        Using a default monitor configuration.

(==) Not automatically adding devices

(==) Not automatically enabling devices

(==) FontPath set to:

        /usr/share/fonts/misc/,

        /usr/share/fonts/TTF/,

        /usr/share/fonts/OTF,

        /usr/share/fonts/Type1/,

        /usr/share/fonts/100dpi/,

        /usr/share/fonts/75dpi/

(==) ModulePath set to «/usr/lib/xorg/modules»

(==) |—>Input Device «<default pointer>»

(==) |—>Input Device «<default keyboard>»

(==) The core pointer device wasn’t specified explicitly in the layout.

        Using the default mouse configuration.

(==) The core keyboard device wasn’t specified explicitly in the layout.

        Using the default keyboard configuration.

(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)

(II) No APM support in BIOS or kernel

(II) System resource ranges:

        [0] -1  0       0xffffffff — 0xffffffff (0x1) MX[B]

        [1] -1  0       0x000f0000 — 0x000fffff (0x10000) MX[B]

        [2] -1  0       0x000c0000 — 0x000effff (0x30000) MX[B]

        [3] -1  0       0x00000000 — 0x0009ffff (0xa0000) MX[B]

        [4] -1  0       0x0000ffff — 0x0000ffff (0x1) IX[B]

        [5] -1  0       0x00000000 — 0x00000000 (0x1) IX[B]

(II) LoadModule: «extmod»

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so

(II) Module extmod: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.0.0

        Module class: X.Org Server Extension

        ABI class: X.Org Server Extension, version 2.0

(II) Loading extension MIT-SCREEN-SAVER

(II) Loading extension XFree86-VidModeExtension

(II) Loading extension XFree86-DGA

(II) Loading extension DPMS

(II) Loading extension XVideo

(II) Loading extension XVideo-MotionCompensation

(II) Loading extension X-Resource

(II) LoadModule: «dbe»

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so

(II) Module dbe: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.0.0

        Module class: X.Org Server Extension

        ABI class: X.Org Server Extension, version 2.0

(II) Loading extension DOUBLE-BUFFER

(II) LoadModule: «glx»

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so

(II) Module glx: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.0.0

        ABI class: X.Org Server Extension, version 2.0

(==) AIGLX enabled

(II) Loading extension GLX

(II) LoadModule: «record»

(II) Loading /usr/lib/xorg/modules/extensions//librecord.so

(II) Module record: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.13.0

        Module class: X.Org Server Extension

        ABI class: X.Org Server Extension, version 2.0

(II) Loading extension RECORD

(II) LoadModule: «dri»

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so

(II) Module dri: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.0.0

        ABI class: X.Org Server Extension, version 2.0

(II) Loading extension XFree86-DRI

(II) LoadModule: «dri2»

(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so

(II) Module dri2: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.1.0

        ABI class: X.Org Server Extension, version 2.0

(II) Loading extension DRI2

(II) LoadModule: «ati»

(II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so

(II) Module ati: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 6.12.4

        Module class: X.Org Video Driver

        ABI class: X.Org Video Driver, version 5.0

(II) LoadModule: «radeon»

(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so

(II) Module radeon: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 6.12.4

        Module class: X.Org Video Driver

        ABI class: X.Org Video Driver, version 5.0

(II) LoadModule: «vesa»

(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so

(II) Module vesa: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 2.2.1

        Module class: X.Org Video Driver

        ABI class: X.Org Video Driver, version 5.0

(II) LoadModule: «fbdev»

(II) Loading /usr/lib/xorg/modules/drivers//fbdev_drv.so

(II) Module fbdev: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 0.4.1

        ABI class: X.Org Video Driver, version 5.0

(II) LoadModule: «mouse»

(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so

(II) Module mouse: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.5.0

        Module class: X.Org XInput Driver

        ABI class: X.Org XInput driver, version 4.0

(II) LoadModule: «kbd»

(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so

(II) Module kbd: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.4.0

        Module class: X.Org XInput Driver

        ABI class: X.Org XInput driver, version 4.0

(II) RADEON: Driver for ATI Radeon chipsets:

        ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),

        ATI Radeon Mobility X300 (M24) 3152 (PCIE),

        ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),

        ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,

        ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),

        ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),

        ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),

        ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),

        ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),

        ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),

        ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,

        ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,

        ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),

        ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,

        ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),

        ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),

        ATI Radeon X800PRO (R420) JI (AGP),

        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),

        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),

        ATI Radeon Mobility 9800 (M18) JN (AGP),

        ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),

        ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),

        ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),

        ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),

        ATI Radeon Mobility M7 LW (AGP),

        ATI Mobility FireGL 7800 M7 LX (AGP),

        ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),

        ATI FireGL Mobility 9000 (M9) Ld (AGP),

        ATI Radeon Mobility 9000 (M9) Lf (AGP),

        ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),

        ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),

        ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),

        ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),

        ATI Radeon 9800XT NJ (AGP),

        ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),

        ATI Radeon Mobility 9600 (M10) NQ (AGP),

        ATI Radeon Mobility 9600 (M11) NR (AGP),

        ATI Radeon Mobility 9600 (M10) NS (AGP),

        ATI FireGL Mobility T2 (M10) NT (AGP),

        ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),

        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),

        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),

        ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),

        ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),

        ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),

        ATI Radeon Mobility X300 (M22) 5460 (PCIE),

        ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),

        ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),

        ATI Radeon X800PRO (R423) UI (PCIE),

        ATI Radeon X800LE (R423) UJ (PCIE),

        ATI Radeon X800SE (R423) UK (PCIE),

        ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),

        ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),

        ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),

        ATI FireGL unknown (R423) UR (PCIE),

        ATI FireGL unknown (R423) UT (PCIE),

        ATI Mobility FireGL V5000 (M26) (PCIE),

        ATI Mobility FireGL V5000 (M26) (PCIE),

        ATI Mobility Radeon X700 XL (M26) (PCIE),

        ATI Mobility Radeon X700 (M26) (PCIE),

        ATI Mobility Radeon X700 (M26) (PCIE),

        ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,

        ATI Radeon Mobility 9100 IGP (U3) 5835,

        ATI Radeon XPRESS 200 5954 (PCIE),

        ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),

        ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),

        ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),

        ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),

        ATI Radeon XPRESS 200M 5975 (PCIE),

        ATI Radeon XPRESS 200 5A41 (PCIE),

        ATI Radeon XPRESS 200M 5A42 (PCIE),

        ATI Radeon XPRESS 200 5A61 (PCIE),

        ATI Radeon XPRESS 200M 5A62 (PCIE),

        ATI Radeon X300 (RV370) 5B60 (PCIE),

        ATI Radeon X600 (RV370) 5B62 (PCIE),

        ATI Radeon X550 (RV370) 5B63 (PCIE),

        ATI FireGL V3100 (RV370) 5B64 (PCIE),

        ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),

        ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),

        ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),

        ATI Mobility Radeon X800 XT (M28) (PCIE),

        ATI Mobility FireGL V5100 (M28) (PCIE),

        ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),

        ATI Radeon X850 XT PE (R480) (PCIE),

        ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),

        ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),

        ATI Radeon X850 XT (R480) (PCIE),

        ATI Radeon X800XT (R423) 5D57 (PCIE),

        ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),

        ATI Radeon X700 PRO (RV410) (PCIE),

        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),

        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,

        ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,

        ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,

        ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,

        ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,

        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,

        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,

        ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,

        ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,

        ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,

        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,

        ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,

        ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,

        ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,

        ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,

        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,

        ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,

        ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,

        ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,

        ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,

        ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,

        ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,

        ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,

        ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,

        ATI Mobility Radeon X1700 XT, ATI FireGL V5200,

        ATI Mobility Radeon X1700, ATI Radeon X2300HD,

        ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,

        ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,

        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,

        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,

        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,

        ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,

        ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,

        ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,

        ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,

        ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,

        ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,

        ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,

        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,

        ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,

        ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,

        ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,

        ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,

        ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),

        ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,

        ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,

        AMD FireStream 9250, ATI FirePro V8700 (FireGL),

        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,

        ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750,

        ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650,

        ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,

        ATI FirePro M5750, ATI Radeon RV730 (AGP),

        ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,

        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],

        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),

        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,

        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,

        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,

        ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,

        ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,

        ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,

        ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,

        ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,

        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,

        ATI Mobility Radeon HD 3850 X2, ATI RV670,

        ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,

        ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,

        ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,

        ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,

        ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,

        ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,

        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,

        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,

        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,

        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,

        ATI FireGL V3600, ATI Radeon HD 2600 LE,

        ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,

        ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,

        ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,

        ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,

        ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,

        ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,

        ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,

        ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,

        ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,

        ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,

        ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,

        ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,

        ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,

        ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,

        ATI Mobility Radeon 4100, ATI RS880

(II) VESA: driver for VESA chipsets: vesa

(II) FBDEV: driver for framebuffer: fbdev

(II) Primary Device is: PCI 01@00:00:0

(II) resource ranges after xf86ClaimFixedResources() call:

        [0] -1  0       0xffffffff — 0xffffffff (0x1) MX[B]

        [1] -1  0       0x000f0000 — 0x000fffff (0x10000) MX[B]

        [2] -1  0       0x000c0000 — 0x000effff (0x30000) MX[B]

        [3] -1  0       0x00000000 — 0x0009ffff (0xa0000) MX[B]

        [4] -1  0       0x0000ffff — 0x0000ffff (0x1) IX[B]

        [5] -1  0       0x00000000 — 0x00000000 (0x1) IX[B]

(WW) Falling back to old probe method for vesa

(WW) Falling back to old probe method for fbdev

(II) Loading sub module «fbdevhw»

(II) LoadModule: «fbdevhw»

(II) Loading /usr/lib/xorg/modules/linux//libfbdevhw.so

(II) Module fbdevhw: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 0.0.2

        ABI class: X.Org Video Driver, version 5.0

(EE) open /dev/fb0: No such file or directory

(II) resource ranges after probing:

        [0] -1  0       0xffffffff — 0xffffffff (0x1) MX[B]

        [1] -1  0       0x000f0000 — 0x000fffff (0x10000) MX[B]

        [2] -1  0       0x000c0000 — 0x000effff (0x30000) MX[B]

        [3] -1  0       0x00000000 — 0x0009ffff (0xa0000) MX[B]

        [4] 0   0       0x000a0000 — 0x000affff (0x10000) MS[B]

        [5] 0   0       0x000b0000 — 0x000b7fff (0x8000) MS[B]

        [6] 0   0       0x000b8000 — 0x000bffff (0x8000) MS[B]

        [7] -1  0       0x0000ffff — 0x0000ffff (0x1) IX[B]

        [8] -1  0       0x00000000 — 0x00000000 (0x1) IX[B]

        [9] 0   0       0x000003b0 — 0x000003bb (0xc) IS[B]

        [10] 0  0       0x000003c0 — 0x000003df (0x20) IS[B]

(II) RADEON(0): TOTO SAYS 00000000fdbe0000

(II) RADEON(0): MMIO registers at 0x00000000fdbe0000: size 64KB

(II) RADEON(0): PCI bus 1 card 0 func 0

(II) RADEON(0): Creating default Display subsection in Screen section

        «Builtin Default ati Screen 0» for depth/fbbpp 24/32

(==) RADEON(0): Depth 24, (—) framebuffer bpp 32

(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)

(==) RADEON(0): Default visual is TrueColor

(II) Loading sub module «vgahw»

(II) LoadModule: «vgahw»

(II) Loading /usr/lib/xorg/modules//libvgahw.so

(II) Module vgahw: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 0.1.0

        ABI class: X.Org Video Driver, version 5.0

(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000

(==) RADEON(0): RGB weight 888

(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)

(—) RADEON(0): Chipset: «ATI Radeon HD 4350» (ChipID = 0x954f)

(—) RADEON(0): Linear framebuffer at 0x00000000d0000000

(II) RADEON(0): PCIE card detected

(II) Loading sub module «int10»

(II) LoadModule: «int10»

(II) Loading /usr/lib/xorg/modules//libint10.so

(II) Module int10: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.0.0

        ABI class: X.Org Video Driver, version 5.0

(II) RADEON(0): initializing int10

(II) RADEON(0): Primary V_BIOS segment is: 0xc000

(II) RADEON(0): ATOM BIOS detected

(II) RADEON(0): ATOM BIOS Rom:

        SubsystemVendorID: 0x1787 SubsystemID: 0x2271

        IOBaseAddress: 0x9e00

        Filename: 90B04EBA.SEK

        BIOS Bootup Message:

113-AAXXXXX-XXX RV710 DDR2 64bit 600e/400m

(II) RADEON(0): Framebuffer space used by Firmware (kb): 20

(II) RADEON(0): Start of VRAM area used by Firmware: 0x3ffec

(II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space

(II) RADEON(0): AtomBIOS VRAM scratch base: 0x3ffec

(II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead

(II) RADEON(0): Default Engine Clock: 600000

(II) RADEON(0): Default Memory Clock: 400000

(II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1200000

(II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0

(II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 16000

(II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 6000

(II) RADEON(0): Maximum Pixel Clock: 400000

(II) RADEON(0): Reference Clock: 27000

drmOpenDevice: node name is /dev/dri/card0

[drm] failed to load kernel module «radeon»

(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM

[dri] Disabling DRI.

(II) RADEON(0): using shadow framebuffer

(II) Loading sub module «shadow»

(II) LoadModule: «shadow»

(II) Loading /usr/lib/xorg/modules//libshadow.so

(II) Module shadow: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.1.0

        ABI class: X.Org ANSI C Emulation, version 0.4

(II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K)

(—) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)

(II) RADEON(0): Color tiling disabled

(II) Loading sub module «ddc»

(II) LoadModule: «ddc»

(II) Module «ddc» already built-in

(II) Loading sub module «i2c»

(II) LoadModule: «i2c»

(II) Module «i2c» already built-in

(II) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 120000, min_in_pll: 600, max_in_pll: 1600, xclk: 40000, sclk: 600.000000, mclk: 400.000000

(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=64800 max=120000; xclk=40000

Shared DDC line: 1 3

(II) RADEON(0): Output VGA-0 has no monitor section

(II) RADEON(0): I2C bus «VGA-0» initialized.

(II) RADEON(0): Output HDMI-0 has no monitor section

(II) RADEON(0): I2C bus «HDMI-0» initialized.

(II) RADEON(0): Output DVI-0 has no monitor section

(II) RADEON(0): I2C bus «DVI-0» initialized.

(II) RADEON(0): Port0:

  XRANDR name: VGA-0

  Connector: VGA

  CRT2: INTERNAL_KLDSCP_DAC2

  DDC reg: 0x7e50

(II) RADEON(0): Port1:

  XRANDR name: HDMI-0

  Connector: HDMI-A

  DFP1: INTERNAL_UNIPHY

  DDC reg: 0x7e40

(II) RADEON(0): Port2:

  XRANDR name: DVI-0

  Connector: DVI-I

  CRT1: INTERNAL_KLDSCP_DAC1

  DFP2: INTERNAL_UNIPHY2

  DDC reg: 0x7f10

(II) RADEON(0): I2C device «VGA-0:E-EDID segment register» registered at address 0x60.

(II) RADEON(0): I2C device «VGA-0:ddc2» registered at address 0xA0.

Dac detection success

(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0

finished output detect: 0

(II) RADEON(0): I2C device «HDMI-0:E-EDID segment register» registered at address 0x60.

(II) RADEON(0): I2C device «HDMI-0:ddc2» registered at address 0xA0.

(II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0

finished output detect: 1

(II) RADEON(0): I2C device «DVI-0:E-EDID segment register» registered at address 0x60.

(II) RADEON(0): I2C device «DVI-0:ddc2» registered at address 0xA0.

(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1

(II) RADEON(0): EDID data from the display on output: DVI-0 ———————-

(II) RADEON(0): Manufacturer: AOC  Model: a990  Serial#: 40373

(II) RADEON(0): Year: 2002  Week: 17

(II) RADEON(0): EDID Version: 1.3

(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V

(II) RADEON(0): Sync:  Separate

(II) RADEON(0): Max Image Size [cm]: horiz.: 36  vert.: 27

(II) RADEON(0): Gamma: 2.20

(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display

(II) RADEON(0): First detailed timing is preferred mode

(II) RADEON(0): redX: 0.631 redY: 0.329   greenX: 0.276 greenY: 0.600

(II) RADEON(0): blueX: 0.143 blueY: 0.057   whiteX: 0.283 whiteY: 0.297

(II) RADEON(0): Supported established timings:

(II) RADEON(0): 720×400@70Hz

(II) RADEON(0): 640×480@60Hz

(II) RADEON(0): 640×480@75Hz

(II) RADEON(0): 800×600@75Hz

(II) RADEON(0): 1024×768@75Hz

(II) RADEON(0): 1280×1024@75Hz

(II) RADEON(0): Manufacturer’s mask: 0

(II) RADEON(0): Supported standard timings:

(II) RADEON(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833

(II) RADEON(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853

(II) RADEON(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881

(II) RADEON(0): #3: hsize: 1280  vsize 960  refresh: 85  vid: 22913

(II) RADEON(0): #4: hsize: 1280  vsize 1024  refresh: 85  vid: 39297

(II) RADEON(0): #5: hsize: 1600  vsize 1200  refresh: 75  vid: 20393

(II) RADEON(0): Supported detailed timing:

(II) RADEON(0): clock: 157.5 MHz   Image Size:  360 x 270 mm

(II) RADEON(0): h_active: 1280  h_sync: 1344  h_sync_end 1504 h_blank_end 1728 h_border: 0

(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1072 v_border: 0

(II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 95 kHz, PixClock max 200 MHz

(II) RADEON(0): Monitor name: AOC Spectrum

(II) RADEON(0): Monitor name: 9K

(II) RADEON(0): EDID (in hex):

(II) RADEON(0):         00ffffffffffff0005e390a9b59d0000

(II) RADEON(0):         110c010368241b782a9ea8a154469924

(II) RADEON(0):         0e484ca4430031594559615981598199

(II) RADEON(0):         a94f01010101863d00c05100304040a0

(II) RADEON(0):         1300680e1100001e000000fd0032a01e

(II) RADEON(0):         5f14000a202020202020000000fc0041

(II) RADEON(0):         4f4320537065637472756d20000000fc

(II) RADEON(0):         00394b0a20202020202020202020005e

finished output detect: 2

finished all detect

before xf86InitialConfiguration

Dac detection success

(II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0

(II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0

(II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1

(II) RADEON(0): EDID data from the display on output: DVI-0 ———————-

(II) RADEON(0): Manufacturer: AOC  Model: a990  Serial#: 40373

(II) RADEON(0): Year: 2002  Week: 17

(II) RADEON(0): EDID Version: 1.3

(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V

(II) RADEON(0): Sync:  Separate

(II) RADEON(0): Max Image Size [cm]: horiz.: 36  vert.: 27

(II) RADEON(0): Gamma: 2.20

(II) RADEON(0): DPMS capabilities: Off; RGB/Color Display

(II) RADEON(0): First detailed timing is preferred mode

(II) RADEON(0): redX: 0.631 redY: 0.329   greenX: 0.276 greenY: 0.600

(II) RADEON(0): blueX: 0.143 blueY: 0.057   whiteX: 0.283 whiteY: 0.297

(II) RADEON(0): Supported established timings:

(II) RADEON(0): 720×400@70Hz

(II) RADEON(0): 640×480@60Hz

(II) RADEON(0): 640×480@75Hz

(II) RADEON(0): 800×600@75Hz

(II) RADEON(0): 1024×768@75Hz

(II) RADEON(0): 1280×1024@75Hz

(II) RADEON(0): Manufacturer’s mask: 0

(II) RADEON(0): Supported standard timings:

(II) RADEON(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833

(II) RADEON(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853

(II) RADEON(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881

(II) RADEON(0): #3: hsize: 1280  vsize 960  refresh: 85  vid: 22913

(II) RADEON(0): #4: hsize: 1280  vsize 1024  refresh: 85  vid: 39297

(II) RADEON(0): #5: hsize: 1600  vsize 1200  refresh: 75  vid: 20393

(II) RADEON(0): Supported detailed timing:

(II) RADEON(0): clock: 157.5 MHz   Image Size:  360 x 270 mm

(II) RADEON(0): h_active: 1280  h_sync: 1344  h_sync_end 1504 h_blank_end 1728 h_border: 0

(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1072 v_border: 0

(II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 95 kHz, PixClock max 200 MHz

(II) RADEON(0): Monitor name: AOC Spectrum

(II) RADEON(0): Monitor name: 9K

(II) RADEON(0): EDID (in hex):

(II) RADEON(0):         00ffffffffffff0005e390a9b59d0000

(II) RADEON(0):         110c010368241b782a9ea8a154469924

(II) RADEON(0):         0e484ca4430031594559615981598199

(II) RADEON(0):         a94f01010101863d00c05100304040a0

(II) RADEON(0):         1300680e1100001e000000fd0032a01e

(II) RADEON(0):         5f14000a202020202020000000fc0041

(II) RADEON(0):         4f4320537065637472756d20000000fc

(II) RADEON(0):         00394b0a20202020202020202020005e

(II) RADEON(0): EDID vendor «AOC», prod id 43408

(II) RADEON(0): Output VGA-0 disconnected

(II) RADEON(0): Output HDMI-0 disconnected

(II) RADEON(0): Output DVI-0 connected

(II) RADEON(0): Using exact sizes for initial modes

(II) RADEON(0): Output DVI-0 using initial mode 1280×1024

after xf86InitialConfiguration

(==) RADEON(0): DPI set to (96, 96)

(II) Loading sub module «fb»

(II) LoadModule: «fb»

(II) Loading /usr/lib/xorg/modules//libfb.so

(II) Module fb: vendor=»X.Org Foundation»

        compiled for 1.6.5, module version = 1.0.0

        ABI class: X.Org ANSI C Emulation, version 0.4

(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)

(II) Loading sub module «ramdac»

(II) LoadModule: «ramdac»

(II) Module «ramdac» already built-in

(!!) RADEON(0): For information on using the multimedia capabilities

        of this adapter, please see http://gatos.sf.net.

(!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support

(II) UnloadModule: «vesa»

(II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so

(II) UnloadModule: «fbdev»

(II) Unloading /usr/lib/xorg/modules/drivers//fbdev_drv.so

(II) UnloadModule: «fbdevhw»

(II) Unloading /usr/lib/xorg/modules/linux//libfbdevhw.so

(—) Depth 24 pixmap format is 32 bpp

(II) do I need RAC?  No, I don’t.

(II) resource ranges after preInit:

        [0] -1  0       0xffffffff — 0xffffffff (0x1) MX[B]

        [1] -1  0       0x000f0000 — 0x000fffff (0x10000) MX[B]

        [2] -1  0       0x000c0000 — 0x000effff (0x30000) MX[B]

        [3] -1  0       0x00000000 — 0x0009ffff (0xa0000) MX[B]

        [4] 0   0       0x000a0000 — 0x000affff (0x10000) MS[B]

        [5] 0   0       0x000b0000 — 0x000b7fff (0x8000) MS[B]

        [6] 0   0       0x000b8000 — 0x000bffff (0x8000) MS[B]

        [7] -1  0       0x0000ffff — 0x0000ffff (0x1) IX[B]

        [8] -1  0       0x00000000 — 0x00000000 (0x1) IX[B]

        [9] 0   0       0x000003b0 — 0x000003bb (0xc) IS[B]

        [10] 0  0       0x000003c0 — 0x000003df (0x20) IS[B]

(II) RADEON(0): RADEONScreenInit d0000000 0 0

Output CRT1 disable success

Blank CRTC 0 success

Disable CRTC 0 success

Disable CRTC memreq 0 success

Blank CRTC 1 success

Disable CRTC 1 success

Disable CRTC memreq 1 success

mc fb loc is 00df00d0

(II) RADEON(0): RADEONInitMemoryMap() :

(II) RADEON(0):   mem_size         : 0x10000000

(II) RADEON(0):   MC_FB_LOCATION   : 0x00df00d0

(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000

(II) RADEON(0): Depth moves disabled by default

(II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)

(II) RADEON(0): Reserved area from (0,1280) to (1280,1282)

(II) RADEON(0): Largest offscreen area available: 1280 x 6909

(II) RADEON(0): RADEONRestoreMemMapRegisters() :

(II) RADEON(0):   MC_FB_LOCATION   : 0x00df00d0 0x000f0000

(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000

(==) RADEON(0): Backing store disabled

(WW) RADEON(0): Direct rendering disabled

(EE) RADEON(0): Acceleration initialization failed

(II) RADEON(0): Acceleration disabled

(II) RADEON(0): DPMS enabled

(==) RADEON(0): Silken mouse enabled

(II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00643000

(II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00648000

(II) RADEON(0): Largest offscreen area available: 1280 x 6901

(II) RADEON(0): Textured video requires CP on R5xx/R6xx/R7xx/IGP

Output CRT2 disable success

(II) RADEON(0): UNIPHY0 transmitter: Coherent Mode enabled

Output UNIPHY0 transmitter setup success

Output CRT1 disable success

Blank CRTC 0 success

Disable CRTC 0 success

Disable CRTC memreq 0 success

Blank CRTC 1 success

Disable CRTC 1 success

Disable CRTC memreq 1 success

Output CRT1 disable success

Blank CRTC 0 success

Disable CRTC 0 success

Disable CRTC memreq 0 success

Mode 1280×1024 — 1728 1072 5

(II) RADEON(0): RADEONRestoreMemMapRegisters() :

(II) RADEON(0):   MC_FB_LOCATION   : 0x00df00d0 0x00df00d0

(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000

freq: 157500000

best_freq: 157500000

best_feedback_div: 70

best_ref_div: 2

best_post_div: 6

(II) RADEON(0): crtc(0) Clock: mode 157500, PLL 157500

(II) RADEON(0): crtc(0) PLL  : refdiv 2, fbdiv 0x46(70), pdiv 6

Set CRTC 0 PLL success

Set CRTC Timing success

Set CRTC 0 Overscan success

Not using RMX

scaler 0 setup success

Set CRTC 0 Source success

crtc 0 YUV disable setup success

Output DAC1 setup success

Output CRT1 enable success

Enable CRTC memreq 0 success

Enable CRTC 0 success

Unblank CRTC 0 success

Output CRT2 disable success

(II) RADEON(0): UNIPHY0 transmitter: Coherent Mode enabled

Output UNIPHY0 transmitter setup success

Blank CRTC 1 success

Disable CRTC 1 success

Disable CRTC memreq 1 success

(II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.

Output CRT1 disable success

Blank CRTC 0 success

Disable CRTC 0 success

Disable CRTC memreq 0 success

Mode 1280×1024 — 1728 1072 5

(II) RADEON(0): RADEONRestoreMemMapRegisters() :

(II) RADEON(0):   MC_FB_LOCATION   : 0x00df00d0 0x00df00d0

(II) RADEON(0):   MC_AGP_LOCATION  : 0x003f0000

freq: 157500000

best_freq: 157500000

best_feedback_div: 70

best_ref_div: 2

best_post_div: 6

(II) RADEON(0): crtc(0) Clock: mode 157500, PLL 157500

(II) RADEON(0): crtc(0) PLL  : refdiv 2, fbdiv 0x46(70), pdiv 6

Set CRTC 0 PLL success

Set CRTC Timing success

Set CRTC 0 Overscan success

Not using RMX

scaler 0 setup success

Set CRTC 0 Source success

crtc 0 YUV disable setup success

Output DAC1 setup success

Output CRT1 enable success

Enable CRTC memreq 0 success

Enable CRTC 0 success

Unblank CRTC 0 success

(—) RandR disabled

(II) Initializing built-in extension Generic Event Extension

(II) Initializing built-in extension SHAPE

(II) Initializing built-in extension MIT-SHM

(II) Initializing built-in extension XInputExtension

(II) Initializing built-in extension XTEST

(II) Initializing built-in extension BIG-REQUESTS

(II) Initializing built-in extension SYNC

(II) Initializing built-in extension XKEYBOARD

(II) Initializing built-in extension XC-MISC

(II) Initializing built-in extension XINERAMA

(II) Initializing built-in extension XFIXES

(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) AIGLX: Screen 0 is not DRI2 capable

(II) AIGLX: Screen 0 is not DRI capable

(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so

(II) GLX: Initialized DRISWRAST GL provider for screen 0

(II) RADEON(0): Setting screen physical size to 360 x 270

(WW) <default pointer>: No Device specified, looking for one…

(II) <default pointer>: Setting Device option to «/dev/input/mice»

(—) <default pointer>: Device: «/dev/input/mice»

(==) <default pointer>: Protocol: «Auto»

(**) Option «CorePointer»

(**) <default pointer>: always reports core events

(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50

(**) <default pointer>: ZAxisMapping: buttons 4 and 5

(**) <default pointer>: Buttons: 9

(**) <default pointer>: Sensitivity: 1

(II) XINPUT: Adding extended input device «<default pointer>» (type: MOUSE)

(**) <default pointer>: (accel) keeping acceleration scheme 1

(**) <default pointer>: (accel) filter chain progression: 2.00

(**) <default pointer>: (accel) filter stage 0: 20.00 ms

(**) <default pointer>: (accel) set acceleration profile 0

(II) <default pointer>: Setting mouse protocol to «ExplorerPS/2»

(II) <default pointer>: ps2EnableDataReporting: succeeded

(**) Option «CoreKeyboard»

(**) <default keyboard>: always reports core events

(**) Option «Protocol» «standard»

(**) <default keyboard>: Protocol: standard

(**) Option «XkbRules» «base»

(**) <default keyboard>: XkbRules: «base»

(**) Option «XkbModel» «pc105»

(**) <default keyboard>: XkbModel: «pc105»

(**) Option «XkbLayout» «us»

(**) <default keyboard>: XkbLayout: «us»

(**) Option «CustomKeycodes» «off»

(**) <default keyboard>: CustomKeycodes disabled

(II) XINPUT: Adding extended input device «<default keyboard>» (type: KEYBOARD)

(II) UnloadModule: «mouse»

(II) UnloadModule: «kbd»

Output CRT1 disable success

Blank CRTC 0 success

Disable CRTC 0 success

Disable CRTC memreq 0 success

Blank CRTC 1 success

Disable CRTC 1 success

Disable CRTC memreq 1 success

(II) RADEON(0): RADEONRestoreMemMapRegisters() :

(II) RADEON(0):   MC_FB_LOCATION   : 0x000f0000 0x00df00d0

(II) RADEON(0):   MC_AGP_LOCATION  : 0x00000000

(II) RADEON(0): avivo_restore !

Enable CRTC memreq 0 success

Enable CRTC 0 success

Unblank CRTC 0 success

simon22543

Posts: 17
Joined: 2008-01-22 08:06
Location: China

Fail to start xwindow,error setting MTRR (base = 0xd0000000…

#1

Post

by simon22543 » 2009-11-01 15:40

Hi,everybody!I have just got some trouble when trying to startx.Several days ago,I found many files and libraries broken in my /usr and fail to run startx,then I reinstalled xfce4 and xwindow.However,I failed to enter my xfce.Here are some messages:

Code: Select all

waiting for X server to shut down Dropping master 
error setting MTRR (base = 0xd0000000, size = 0x10000000, type = 1) Invalid argument (22)

I googled it,someone said it’s a bug in intel’s driver(I use Intel g41 motherboard with a integrated graphics card),and another view was that this error wasn’t a fatal reson which caused X11’s failure.What’s more,I haven’t found any errors else in /var/log/Xorg.0.log.Any ideas?Thanks in advance.

Go Hard Or Go Home!


User avatar

julian67

Posts: 4648
Joined: 2007-04-06 14:39
Location: Just hanging around
Been thanked: 2 times

Re: Fail to start xwindow,error setting MTRR (base = 0xd0000000…

#2

Post

by julian67 » 2009-11-01 17:51

The important thing is probably the message «Invalid argument (22)»

It may not be a problem with the Intel driver, it’s just as likely to be an xsession error which should be shown in ~/.xsession-errors. It can be caused by an invalid .xinitrc which can happen if you’ve done something like run a different desktop environment like KDE, or you have a problem with a session/log-in manager like GDM or Slim or KDM.

Threads on same issue: http://bbs.archlinux.org/viewtopic.php?pid=571927

Wisdom from my inbox: «do not mock at your pottenocy»



#
9 лет, 11 месяцев назад

Темы:

2

Сообщения:

12

Участник с: 18 сентября 2012

добрый день!
После обновления отвалились иксы. После startx черный экран, потом возвращение в консоль и сообщения типа

xinit: connection to X server lost
waiting for X server to shut down error setting MTRR (base=, size=, type=1)
Invalid argument (22)
server terminated successfully (0). Closing log file.

смысл проблемы по-ходу точно такой же: http://archlinux.org.ru/forum/topic/657/
однако установка catalyst-dkms не помогает
ati 5650

aert

#
9 лет, 11 месяцев назад

Темы:

2

Сообщения:

12

Участник с: 18 сентября 2012

эээ, прошу прощения, уважаемые форумчане, но проблема прям сейчас решилась правкой /etc/inittab

только вопрос, а чего это он слетел (до этого не раз система обновлялась, и иксы тоже, и ничего такого)? у меня даже мысли не возникло бьюсь второй вечер…

да и startx не работает (почему?), так бы заподозрил раньше.

cucullus

#
9 лет, 11 месяцев назад

cucullus avatar

Темы:

258

Сообщения:

3460

Участник с: 06 июня 2007

какой иниттаб? вы новости вообще читаете?

такие дела.

aert

#
9 лет, 11 месяцев назад

Темы:

2

Сообщения:

12

Участник с: 18 сентября 2012

вы новости вообще читаете?

Про арч редко),
По роду деятельности никак не связан с IT, поэтому читаю, как правило, в случае острой необходимости, после какой-нибудь баги.
Понял, исправлюсь.

Kycok

#
9 лет, 11 месяцев назад

Kycok avatar

Темы:

32

Сообщения:

1585

Участник с: 09 января 2013

aert

вы новости вообще читаете?

Про арч редко),
По роду деятельности никак не связан с IT, поэтому читаю, как правило, в случае острой необходимости, после какой-нибудь баги.
Понял, исправлюсь.

При использовании Арча чтение новостей — критически важное занятие

GitHub, ArchWiki, AUR

I am trying to install VMtools from a vCenter Server 4.1 server to a SLES 11 SP1 VM running on ESX 3.5. I have included the development tools in the VM inlcuding gcc, binutils, make and the kernel source. I keep getting the following error:

Using compiler «/usr/bin/gcc». Use environment variable CC to override.
+ What is the location of the directory of C header files that match your running+
+ kernel? +
+ Extracting the sources of the vmmemctl module.+
+ Building the vmmemctl module.+
+ Using 2.6.x kernel build system.+
+ make: Entering directory `/tmp/vmware-config5/vmmemctl-only’+
+ make -C /lib/modules/2.6.32.19-0.3-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules+
+ make[1]: Entering directory `/usr/src/linux-2.6.32.19-0.3-obj/x86_64/default’+
+ make -C ../../../linux-2.6.32.19-0.3 O=/usr/src/linux-2.6.32.19-0.3-obj/x86_64/default/. modules+
+ CC /tmp/vmware-config5/vmmemctl-only/backdoorGcc64.o+
+ CC /tmp/vmware-config5/vmmemctl-only/os.o+
+ In file included from /tmp/vmware-config5/vmmemctl-only/os.c:51:+
+ /tmp/vmware-config5/vmmemctl-only/compat_wait.h:78: error: conflicting types for ‘poll_initwait’+
+ /usr/src/linux-2.6.32.19-0.3/include/linux/poll.h:70: error: previous declaration of ‘poll_initwait’ was here+
+ make[4]: *** Error 1+
+ make[3]: *** Error 2+
+ make[2]: *** Error 2+
+ make[1]: *** Error 2+
+ make[1]: Leaving directory `/usr/src/linux-2.6.32.19-0.3-obj/x86_64/default’+
+ make: *** http://vmmemctl.ko Error 2+
+ make: Leaving directory `/tmp/vmware-config5/vmmemctl-only’+
+ Unable to build the vmmemctl module.+

Although this is for the vmmemctl module, I keep getting this error over and over for all the modules. What is causing ‘Error 2’?

Then at the end of the VMtools install I get:

X is running fine with the new config file.
+ error setting MTRR (base = 0xf8000000, size = 0x00400000, type = 1) Invalid argument (22)+
+ Starting VMware Tools services in the virtual machine:+
+ Switching to guest configuration: done+
+ DMA setup: done+
+ Guest operating system daemon: done+
+ The configuration of VMware Tools 3.5.0 build-184236 for Linux for this running+
+ kernel completed successfully.+

How can the install have completed successfully if I keep getting errors for the various components?

Thanks,

Dan

Понравилась статья? Поделить с друзьями:
  • Error speedfan driver not installed is speedfan service started что делать
  • Error setting display mode no acceptable display modes found d3d ok
  • Error specialization of after instantiation
  • Error spawnsync adb enoent
  • Error spawn webpack enoent