Configure a intel i915 (Solved)

I need help to configure a intel i915 chipset, I installed the 3ddesktop package, and the command "3ddesk" gives me this message:
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Daemon started.  Run 3ddesk to activate.
Server not found after waiting 5 seconds.
Could not find server.
Try starting manually (3ddeskd)
Then I tried with "3ddeskd" and got:
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Daemon started.  Run 3ddesk to activate.
And so it goes and goes, then the command glxgears gives me this other message:
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
So, I guess my card is not configured properly, so how can I make it work on xorg 7?
this is my xorg.conf:
# File generated by xorgconfig.
# Copyright 2004 The X.Org Foundation
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
Section "Module"
# This loads the DBE extension module.
    Load        "dbe"      # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
# This loads the font modules
#    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"
EndSection
# Files section.  This allows default font and rgb paths to be set
Section "Files"
# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
    RgbPath    "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/Type1"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/lib/modules"
EndSection
# Server flags section.
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#    Option "NoTrapSignals"
# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.
#    Option "DontVTSwitch"
# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#    Option "DontZap"
# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.
#    Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
#    Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
#    Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
#    Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
#    Option "AllowNonLocalModInDev"
EndSection
# Input devices
# Core keyboard's InputDevice section
Section "InputDevice"
    Identifier    "Keyboard1"
    Driver    "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#    Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option    "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"
# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""
#    Option "XkbDisable"
    Option "XkbRules"    "xorg"
    Option "XkbModel"    "pc105"
    Option "XkbLayout"    "latam"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
# Identifier and driver
    Identifier    "Mouse1"
    Driver    "mouse"
    Option "Protocol"    "Auto"    # Auto detect
    Option "Device"      "/dev/input/mouse0"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
#    Option "Protocol"    "Xqueue"
# Mouse-speed setting for PS/2 mouse.
#    Option "Resolution"    "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"    "9600"
#    Option "SampleRate"    "150"
# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
    Option "ZAxisMapping"   "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
EndSection
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
# Monitor section
# Any number of monitor sections may be present
Section "Monitor"
    Identifier  "HPvs15"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync   31.5, 35.15, 35.5
#    HorizSync    30-64         # multisync
#    HorizSync    31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync    15-25, 30-50  # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-70
EndSection
# Graphics device section
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
    Identifier    "Standard VGA"
    VendorName    "Unknown"
    BoardName    "Unknown"
# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.
#    Chipset    "generic"
# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.
#    BusID      "PCI:0:10:0"
#    VideoRam    256
#    Clocks    25.2 28.3
EndSection
# Device configured by xorgconfig:
Section "Device"
    Identifier  "** Intel i810 (generic)               [i810]"
    Driver      "i810"
    #VideoRam    131072
    # Insert Clocks lines here if appropriate
EndSection
# Screen sections
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "** Intel i810 (generic)               [i810]"
    Monitor     "HPvs15"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
# ServerLayout sections.
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
    Identifier  "Simple 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.  In this example, screen 2 is located to the
# right of screen 1.
    Screen "Screen 1"
# 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
# Section "DRI"
#    Mode 0666
# EndSection
[/list]

Here's a copy of my Xorg.conf designed for i810/i910, just copy the contents over your xorg.conf (make backup!!) and adjust it to your needs (u may want to change the keyboard layout)
This xorg conf work with nomal as well as Xinerama by doing
startx -- -layout Xinerama
:arrow: http://arch.pastebin.com/613767

Similar Messages

  • [SOLVED] Audio over HDMI stopped working? (Intel/i915)

    My audio over HDMI was working fine until recently and I can't figure out what's stopped it from working... My configs haven't changed and aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav gives no errors, but no sound can be heard. There are no errors/messages in dmesg either.
    My graphics card uses the Intel i915 chipset (Asus laptop).
    Config stuff:
    /etc/asound.conf:
    pcm.!default {
    type hw
    card 0
    device 3
    ctl.!default {
    type hw
    card 0
    device 3
    aplay -l:
    **** List of PLAYBACK Hardware Devices ****
    card 0: MID [HDA Intel MID], device 0: CONEXANT Analog [CONEXANT Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Any ideas?
    Last edited by Minsc (2014-06-19 01:04:29)

    Yeah I checked and everything is fine... this is really weird!
    I've tested audio over HDMI on windows, so I know it's not the cable/HDMI port. I've looked through my pacman.log (I tend to update daily) and the only thing I can see which could affect it is a kernel update and intel-dri. I tried downgrading those and re-tested, to no avail.
    I also installed pulseaudio and pulseaudio-alsa before it stopped working. This could have broken it, but I've since uninstalled them and replaced /etc/asound.conf with my original, so that rules those out; unless there is something else that pulse could have broken?
    Cheers
    Last edited by Minsc (2013-01-28 07:42:59)

  • No Direct Rendering - Intel 915GM [SOLVED]

    When it comes to Xorg stuff, I get lost in a hurry.  I'm trying to squeeze a little more 3d performance out of this laptop, and while I know I won't get far with the integrated Intel graphics, I've read I can do better than I am getting.  Glxgears gets around 650fps.  ioUrbanTerror with very low settings gets 10-18 fps. 
    I think part of the problem is I can't get direct rendering (and no I'm not using compiz/fusion):
    $ glxinfo | grep direct
    direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
    Doing export LIBGL_ALWAYS_INDIRECT=0 doesn't fix this. I'd be very appreciative of any suggestions!
    HWD -s
    HARDWARE DETECT ver 5.3.3 (simple mode)
    Kernel : 2.6.24-ARCH
    CPU & Cache: Processor 0: Intel(R) Pentium(R) M processor 1.73GHz 1733MHz, 2048 KB Cache
    Sound(m) : 82801FB/FBM/FR/FW/FRW ICH6 Family AC'97 Audio Controller module: snd_intel8x0
    Video : Mobile 915GM/GMS/910GML Express Graphics Controller server: Xorg (i810)
    Driver : xf86-video-i810 module: -
    Monitor : Generic Monitor H: 28.0-96.0kHz V: 50.0-75.0Hz
    Mouse : Microsoft Corp. Wireless Optical Mouse 3.0 xtype: IMPS2 device: /dev/input/mice
    HDD : 82801FB/FBM/FR/FW/FRW ICH6 Family IDE Controller module: ata_piix
    USB Storage: PCIxx21 Integrated FlashMedia Controller module: tifm_7xx1
    USB : 82801FB/FBM/FR/FW/FRW ICH6 Family USB UHCI #4 module: uhci_hcd
    USB2 : 82801FB/FBM/FR/FW/FRW ICH6 Family USB2 EHCI Controller module: ehci_hcd
    SD Slot : PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller module: sdhci
    Ethernet : RTL8139/8139C/8139C+ module: 8139too
    Network : PRO/Wireless 2200BG Network Connection module: ipw2200
    Modem : 82801FB/FBM/FR/FW/FRW ICH6 Family AC'97 Modem Controller module: Intel ICH Modem
    Firewire : OHCI Compliant IEEE 1394 Host Controller module: ohci1394
    PCMCIA slot: PCIxx21/x515 Cardbus Controller module: yenta_cardbus
    Menu : Main menu: hwd
    All : Detect all hardwares: hwd -e
    X sample : Generate X sample: hwd -x
    glxinfo
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
    client glx vendor string: SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
    GLX version: 1.2
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group,
    GLX_EXT_texture_from_pixmap
    OpenGL vendor string: Tungsten Graphics, Inc
    OpenGL renderer string: Mesa DRI Intel(R) 915GM 20061017 x86/MMX/SSE2
    OpenGL version string: 1.3 Mesa 7.0.3-rc2
    OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging,
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters,
    GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_program,
    GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1,
    GL_APPLE_packed_pixels, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_NV_vertex_program, GL_NV_vertex_program1_1,
    GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SUN_multi_draw_arrays
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x23 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x24 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x27 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
    0x28 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
    0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x2c 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
    0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x2e 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
    0x2f 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
    0x30 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
    0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
    0x67 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "glx"
    #Load "type1"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse2"
    #Option "Protocol" "auto-dev"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "120"
    Option "RightEdge" "830"
    Option "TopEdge" "120"
    Option "BottomEdge" "650"
    Option "FingerLow" "14"
    Option "FingerHigh" "15"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "0"
    #Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    #Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.3"
    Option "MaxSpeed" "0.75"
    Option "AccelFactor" "0.015"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    #Option "UpDownScrolling" "1"
    #Option "CircularScrolling" "1"
    #Option "CircScrollDelta" "0.1"
    #Option "CircScrollTrigger" "2"
    Option "SendCoreEvents" "true"
    #Option "SHMConfig" "on"
    EndSection
    Section "Monitor"
    DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "LPL"
    ModelName "0"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    Option "VideoRam" "131072"
    #Option "CacheLines" "1980"
    Option "CacheLines" "1024"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    Option "RenderAccel" "true"
    #Option "AllowGLXWithComposite" "true"
    Option "LinearAlloc" "8160"
    #Xtras
    Option "AccelMethod" "EXA"
    Option "ExaNoComposite" "false"
    Option "EXANoUploadToScreen" "true"
    Option "MigrationHeuristic" "greedy"
    #Option "EnablePageFlip" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x800" "1024x768" "800x600" "640x480" "320x240"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "GLX" "Enable"
    #Option "RENDER" "true"
    EndSection
    Section "DRI"
    #Group 0
    Mode 0666
    EndSection
    /var/log/Xorg.0.log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-ARCH i686
    Current Operating System: Linux amstel 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686
    Build Date: 23 March 2008 11:53:09AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 31 11:01:54 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Touchpad"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "AIGLX" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (==) 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/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (**) Extension "GLX" is enabled
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d77c0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2590 card 103c,3081 rev 04 class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 8086,2592 card 103c,3081 rev 04 class 03,00,00 hdr 80
    (II) PCI: 00:02:1: chip 8086,2792 card 103c,3081 rev 04 class 03,80,00 hdr 80
    (II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 04 class 06,04,00 hdr 81
    (II) PCI: 00:1d:0: chip 8086,2658 card 103c,3081 rev 04 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,2659 card 103c,3081 rev 04 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,265a card 103c,3081 rev 04 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:3: chip 8086,265b card 103c,3081 rev 04 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,265c card 103c,3081 rev 04 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d4 class 06,04,01 hdr 81
    (II) PCI: 00:1e:2: chip 8086,266e card 103c,3081 rev 04 class 04,01,00 hdr 00
    (II) PCI: 00:1e:3: chip 8086,266d card 103c,3081 rev 04 class 07,03,00 hdr 00
    (II) PCI: 00:1f:0: chip 8086,2641 card 103c,3081 rev 04 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,266f card 103c,3081 rev 04 class 01,01,8a hdr 00
    (II) PCI: 00:1f:3: chip 8086,266a card 103c,3081 rev 04 class 0c,05,00 hdr 00
    (II) PCI: 06:05:0: chip 8086,4220 card 103c,12f5 rev 05 class 02,80,00 hdr 00
    (II) PCI: 06:06:0: chip 104c,8031 card 3400,0000 rev 00 class 06,07,00 hdr 82
    (II) PCI: 06:06:2: chip 104c,8032 card 103c,3081 rev 00 class 0c,00,10 hdr 80
    (II) PCI: 06:06:3: chip 104c,8033 card 103c,3081 rev 00 class 01,80,00 hdr 80
    (II) PCI: 06:06:4: chip 104c,8034 card 103c,3081 rev 00 class 08,05,00 hdr 80
    (II) PCI: 06:07:0: chip 10ec,8139 card 103c,3081 rev 10 class 02,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 6: bridge is at (0:30:0), (0,6,10), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 6 I/O range:
    [0] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1 0 0x00003400 - 0x000034ff (0x100) IX[b]
    [2] -1 0 0x00003800 - 0x000038ff (0x100) IX[b]
    [3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[b]
    (II) Bus 6 non-prefetchable memory range:
    [0] -1 0 0xb0100000 - 0xb01fffff (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)
    (II) PCI-to-CardBus bridge:
    (II) Bus 7: bridge is at (6:6:0), (6,7,10), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 7 I/O range:
    [0] -1 0 0x00003400 - 0x000034ff (0x100) IX[b]
    [1] -1 0 0x00003800 - 0x000038ff (0x100) IX[b]
    (--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 4, Mem @ 0xb0080000/19, 0xc0000000/28, 0xb0000000/18, I/O @ 0x1800/3
    (--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 4, Mem @ 0x50000000/19
    (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 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [1] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [2] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [3] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [4] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [5] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [6] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [7] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [8] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [9] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [10] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [11] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [12] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [13] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [14] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [15] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [16] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [22] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [23] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [24] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [25] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [26] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [29] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [1] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [2] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [3] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [4] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [5] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [6] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [7] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [8] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [9] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [10] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [11] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [12] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [13] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [14] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [15] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [16] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [22] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [23] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [24] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [25] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [26] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [29] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [5] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [6] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [7] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [8] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [9] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [10] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [11] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [12] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [13] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [14] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [15] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [16] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [17] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [18] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [22] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [23] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [29] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [30] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [31] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [32] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [33] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [34] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [35] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [36] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](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) "record" 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: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (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 TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (**) AIGLX enabled
    (II) Loading extension GLX
    (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.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 2.2.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    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, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00:02:0
    (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
    (--) Chipset 915GM found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [5] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [6] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [7] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [8] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [9] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [10] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [11] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [12] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [13] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [14] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [15] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [16] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [17] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [18] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [22] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [23] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [29] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [30] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [31] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [32] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [33] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [34] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [35] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [36] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [5] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [6] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [7] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [8] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [9] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [10] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [11] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [12] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [13] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [14] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [15] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [16] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [17] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [18] -1 0 0x50000000 - 0x5007ffff (0x80000) 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 0x00003000 - 0x000030ff (0x100) IX[b]
    [25] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [26] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [32] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [33] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [34] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [35] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [36] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [37] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [38] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [39] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (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.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (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.4.0.90, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
    (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.4.0.90, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
    (**) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "AccelMethod" "EXA"
    (**) intel(0): Option "CacheLines" "1024"
    (**) intel(0): Option "DRI" "true"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
    (--) intel(0): Chipset: "915GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xB0080000
    (II) intel(0): 2 display pipes available.
    (**) intel(0): Using EXA for acceleration
    (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): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "LPL", prod id 0
    (II) intel(0): EDID quirk: Detailed timings give horizontal size in cm.
    (II) intel(0): EDID quirk: Detailed timings give sizes in cm.
    (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)915GM/910ML/915MS 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)915GM/910ML/915MS Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): EDID vendor "LPL", prod id 0
    (II) intel(0): EDID quirk: Detailed timings give horizontal size in cm.
    (II) intel(0): EDID quirk: Detailed timings give sizes in cm.
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (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 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering 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.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 2.2.0
    ABI class: X.Org Video Driver, version 2.0
    (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 0xd0000009 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing on
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00020000 to 0x00020207
    (WW) intel(0): PIPEASTAT before: status: VBLANK_INT_ENABLE
    (WW) intel(0): PIPEASTAT after: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x8000085e to 0x800010bb
    (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00012d2d to 0x00028283
    (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00009696 to 0x00014141
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xb0000000 - 0xb003ffff (0x40000) MS[b]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MS[b]
    [2] 0 0 0xb0080000 - 0xb00fffff (0x80000) MS[b]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1 0 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [8] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [9] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [10] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [11] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [12] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [13] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [14] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [15] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [16] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [17] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [18] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [19] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [20] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [21] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    [22] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [23] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [24] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [25] 0 0 0x00001800 - 0x00001807 (0x8) IS[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [28] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [29] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [30] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [34] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [35] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [36] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [37] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [38] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [39] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [40] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [41] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [42] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [43] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    [44] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [45] 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 8, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (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): VideoRam: 262144 KB
    (**) intel(0): Requested 1024 cache lines
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Success.
    (II) intel(0): Increasing the scanline pitch to allow tiling mode (1280 -> 2048).
    (II) intel(0): [drm] Registers = 0xb0080000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] mapped front buffer at 0xc1000000, handle = 0xc1000000
    (II) intel(0): [drm] mapped back buffer at 0xc4000000, handle = 0xc4000000
    (II) intel(0): [drm] mapped depth buffer at 0xc5000000, handle = 0xc5000000
    (II) intel(0): [drm] mapped classic textures at 0xc6000000, handle = 0xc6000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (==) intel(0): Write-combining range (0xc0000000,0x10000000)
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (**) intel(0): Option "MigrationHeuristic" "greedy"
    (**) intel(0): Option "EXANoComposite" "false"
    (**) intel(0): Option "EXANoUploadToScreen" "true"
    (II) intel(0): EXA: Disabling Composite operation (RENDER acceleration)
    (II) intel(0): EXA: Disabling UploadToScreen
    (II) EXA(0): Offscreen pixmap area of 31457280 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (==) 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 0 at 0x01000000 (pgoffset 4096)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x06000000 (pgoffset 24576)
    (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): 0x007bf000: end of stolen memory
    (II) intel(0): 0x01000000-0x01ffffff: front buffer (10240 kB) X tiled
    (II) intel(0): 0x02000000-0x03dfffff: exa offscreen (30720 kB)
    (II) intel(0): 0x04000000-0x04ffffff: back buffer (10240 kB) X tiled
    (II) intel(0): 0x05000000-0x05ffffff: depth buffer (10240 kB) X tiled
    (II) intel(0): 0x06000000-0x07ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): fbc disabled on plane a
    (II) intel(0): fbc enabled on plane a
    (II) intel(0): fbc disabled on plane a
    (II) intel(0): fbc disabled on plane a
    (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 22
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (WW) intel(0): Option "VideoRam" is not used
    (WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
    (WW) intel(0): Option "RenderAccel" is not used
    (WW) intel(0): Option "LinearAlloc" 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 XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (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
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Touchpad auto-dev sets device to /dev/input/event10
    (**) Option "Device" "/dev/input/event10"
    (**) Option "LeftEdge" "120"
    (**) Option "RightEdge" "830"
    (**) Option "TopEdge" "120"
    (**) Option "BottomEdge" "650"
    (**) Option "VertScrollDelta" "20"
    (**) Option "EdgeMotionMinSpeed" "200"
    (**) Option "EdgeMotionMaxSpeed" "200"
    (**) Option "FingerLow" "14"
    (**) Option "FingerHigh" "15"
    (**) Option "MaxTapTime" "0"
    (**) Option "MaxTapMove" "0"
    (--) Touchpad touchpad found
    (**) Option "SendCoreEvents"
    (**) Touchpad: always reports core events
    (**) Option "Protocol" "auto"
    (**) 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
    (**) 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" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (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) evaluating device (Touchpad)
    (II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
    (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (--) Touchpad auto-dev sets device to /dev/input/event10
    (**) Option "Device" "/dev/input/event10"
    (--) Touchpad touchpad found
    Last edited by Tido (2008-04-05 05:57:17)

    Thanks for answering, schivmeister!  Sadly, it hasn't changed things much.
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    #Option "AIGLX" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Subsection "extmod"
    Option "omit xfree86-dga"
    EndSubsection
    Load "xtrap"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "glx"
    #Load "type1"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse2"
    #Option "Protocol" "auto-dev"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "120"
    Option "RightEdge" "830"
    Option "TopEdge" "120"
    Option "BottomEdge" "650"
    Option "FingerLow" "14"
    Option "FingerHigh" "15"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "0"
    #Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    #Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.3"
    Option "MaxSpeed" "0.75"
    Option "AccelFactor" "0.015"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    #Option "UpDownScrolling" "1"
    #Option "CircularScrolling" "1"
    #Option "CircScrollDelta" "0.1"
    #Option "CircScrollTrigger" "2"
    Option "SendCoreEvents" "true"
    #Option "SHMConfig" "on"
    EndSection
    Section "Monitor"
    DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "LPL"
    ModelName "0"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    #Driver "i810"
    VendorName "Intel Corporation"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID "PCI:0:2:0"
    #Option "VideoRam" "131072"
    #Option "CacheLines" "1980"
    #Option "CacheLines" "1024"
    #Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    #Option "LinearAlloc" "8160"
    #Xtras
    #Option "AccelMethod" "XAA"
    #Option "ExaNoComposite" "false"
    #Option "EXANoUploadToScreen" "true"
    #Option "MigrationHeuristic" "greedy"
    #Option "EnablePageFlip" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x800" "1024x768" "800x600" "640x480" "320x240"
    EndSubSection
    EndSection
    Section "Extensions"
    #Option "Composite" "Enable"
    Option "GLX" "Enable"
    #Option "RENDER" "true"
    EndSection
    Section "DRI"
    #Group 0
    Mode 0666
    EndSection
    (logout, restart x, login)
    $ glxinfo | grep direct
    direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
    $ glxinfo | grep render
    direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
    OpenGL renderer string: Mesa DRI Intel(R) 915GM 20061017 x86/MMX/SSE2
    /var/log/Xorg.0.log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-ARCH i686
    Current Operating System: Linux amstel 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686
    Build Date: 23 March 2008 11:53:09AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 1 10:25:30 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Touchpad"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (==) 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/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "GLX" is enabled
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d77c0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2590 card 103c,3081 rev 04 class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 8086,2592 card 103c,3081 rev 04 class 03,00,00 hdr 80
    (II) PCI: 00:02:1: chip 8086,2792 card 103c,3081 rev 04 class 03,80,00 hdr 80
    (II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 04 class 06,04,00 hdr 81
    (II) PCI: 00:1d:0: chip 8086,2658 card 103c,3081 rev 04 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,2659 card 103c,3081 rev 04 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,265a card 103c,3081 rev 04 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:3: chip 8086,265b card 103c,3081 rev 04 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,265c card 103c,3081 rev 04 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d4 class 06,04,01 hdr 81
    (II) PCI: 00:1e:2: chip 8086,266e card 103c,3081 rev 04 class 04,01,00 hdr 00
    (II) PCI: 00:1e:3: chip 8086,266d card 103c,3081 rev 04 class 07,03,00 hdr 00
    (II) PCI: 00:1f:0: chip 8086,2641 card 103c,3081 rev 04 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,266f card 103c,3081 rev 04 class 01,01,8a hdr 00
    (II) PCI: 00:1f:3: chip 8086,266a card 103c,3081 rev 04 class 0c,05,00 hdr 00
    (II) PCI: 06:05:0: chip 8086,4220 card 103c,12f5 rev 05 class 02,80,00 hdr 00
    (II) PCI: 06:06:0: chip 104c,8031 card 3400,0000 rev 00 class 06,07,00 hdr 82
    (II) PCI: 06:06:2: chip 104c,8032 card 103c,3081 rev 00 class 0c,00,10 hdr 80
    (II) PCI: 06:06:3: chip 104c,8033 card 103c,3081 rev 00 class 01,80,00 hdr 80
    (II) PCI: 06:06:4: chip 104c,8034 card 103c,3081 rev 00 class 08,05,00 hdr 80
    (II) PCI: 06:07:0: chip 10ec,8139 card 103c,3081 rev 10 class 02,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 6: bridge is at (0:30:0), (0,6,10), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 6 I/O range:
    [0] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [1] -1 0 0x00003400 - 0x000034ff (0x100) IX[b]
    [2] -1 0 0x00003800 - 0x000038ff (0x100) IX[b]
    [3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[b]
    (II) Bus 6 non-prefetchable memory range:
    [0] -1 0 0xb0100000 - 0xb01fffff (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)
    (II) PCI-to-CardBus bridge:
    (II) Bus 7: bridge is at (6:6:0), (6,7,10), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 7 I/O range:
    [0] -1 0 0x00003400 - 0x000034ff (0x100) IX[b]
    [1] -1 0 0x00003800 - 0x000038ff (0x100) IX[b]
    (--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 4, Mem @ 0xb0080000/19, 0xc0000000/28, 0xb0000000/18, I/O @ 0x1800/3
    (--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 4, Mem @ 0x50000000/19
    (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 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [1] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [2] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [3] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [4] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [5] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [6] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [7] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [8] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [9] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [10] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [11] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [12] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [13] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [14] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [15] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [16] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [22] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [23] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [24] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [25] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [26] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [29] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [1] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [2] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [3] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [4] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [5] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [6] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [7] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [8] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [9] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [10] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [11] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [12] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [13] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [14] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [15] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [16] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [22] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [23] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [24] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [25] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [26] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [29] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [5] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [6] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [7] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [8] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [9] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [10] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [11] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [12] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [13] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [14] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [15] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [16] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [17] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [18] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [22] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [23] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [29] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [30] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [31] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [32] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [33] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [34] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [35] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [36] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](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) "record" 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: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (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 TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "extmod"
    (II) Reloading /usr/lib/xorg/modules/extensions//libextmod.so
    (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: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (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.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 2.2.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    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, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00:02:0
    (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
    (--) Chipset 915GM found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [5] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [6] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [7] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [8] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [9] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [10] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [11] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [12] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [13] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [14] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [15] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [16] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [17] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [18] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [22] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [23] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [29] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [30] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [31] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [32] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [33] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [34] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [35] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [36] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [5] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [6] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [7] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [8] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [9] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [10] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [11] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [12] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [13] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [14] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [15] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [16] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [17] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [18] -1 0 0x50000000 - 0x5007ffff (0x80000) 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 0x00003000 - 0x000030ff (0x100) IX[b]
    [25] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [26] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [32] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [33] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [34] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [35] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [36] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [37] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [38] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [39] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (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.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (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.4.0.90, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
    (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.4.0.90, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
    (**) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "DRI" "true"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
    (--) intel(0): Chipset: "915GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xB0080000
    (II) intel(0): 2 display pipes available.
    (==) intel(0): Using EXA for acceleration
    (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): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "LPL", prod id 0
    (II) intel(0): EDID quirk: Detailed timings give horizontal size in cm.
    (II) intel(0): EDID quirk: Detailed timings give sizes in cm.
    (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)915GM/910ML/915MS 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)915GM/910ML/915MS Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): EDID vendor "LPL", prod id 0
    (II) intel(0): EDID quirk: Detailed timings give horizontal size in cm.
    (II) intel(0): EDID quirk: Detailed timings give sizes in cm.
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (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 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering 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.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 2.2.0
    ABI class: X.Org Video Driver, version 2.0
    (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 0xd0000009 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing on
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x8000085e to 0x800010bb
    (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00012d2d to 0x00028283
    (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00009696 to 0x00014141
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xb0000000 - 0xb003ffff (0x40000) MS[b]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MS[b]
    [2] 0 0 0xb0080000 - 0xb00fffff (0x80000) MS[b]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1 0 0xb0109400 - 0xb01094ff (0x100) MX[b]
    [8] -1 0 0xb0108800 - 0xb01088ff (0x100) MX[b]
    [9] -1 0 0xb0108c00 - 0xb0108cff (0x100) MX[b]
    [10] -1 0 0xb0109000 - 0xb01090ff (0x100) MX[b]
    [11] -1 0 0xb0104000 - 0xb0105fff (0x2000) MX[b]
    [12] -1 0 0xb0100000 - 0xb0103fff (0x4000) MX[b]
    [13] -1 0 0xb0108000 - 0xb01087ff (0x800) MX[b]
    [14] -1 0 0xb0106000 - 0xb0106fff (0x1000) MX[b]
    [15] -1 0 0xb0040400 - 0xb00404ff (0x100) MX[b]
    [16] -1 0 0xb0040800 - 0xb00409ff (0x200) MX[b]
    [17] -1 0 0xb0040000 - 0xb00403ff (0x400) MX[b]
    [18] -1 0 0xb0000000 - 0xb003ffff (0x40000) MX[b](B)
    [19] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [20] -1 0 0xb0080000 - 0xb00fffff (0x80000) MX[b](B)
    [21] -1 0 0x50000000 - 0x5007ffff (0x80000) MX[b](B)
    [22] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [23] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [24] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [25] 0 0 0x00001800 - 0x00001807 (0x8) IS[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [28] -1 0 0x00003000 - 0x000030ff (0x100) IX[b]
    [29] -1 0 0x000018a0 - 0x000018bf (0x20) IX[b]
    [30] -1 0 0x00001810 - 0x0000181f (0x10) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [34] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [35] -1 0 0x00002000 - 0x0000207f (0x80) IX[b]
    [36] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    [37] -1 0 0x000018c0 - 0x000018ff (0x40) IX[b]
    [38] -1 0 0x00001c00 - 0x00001cff (0x100) IX[b]
    [39] -1 0 0x00001880 - 0x0000189f (0x20) IX[b]
    [40] -1 0 0x00001860 - 0x0000187f (0x20) IX[b]
    [41] -1 0 0x00001840 - 0x0000185f (0x20) IX[b]
    [42] -1 0 0x00001820 - 0x0000183f (0x20) IX[b]
    [43] -1 0 0x00001800 - 0x00001807 (0x8) IX[b](B)
    [44] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [45] 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 8, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 8, (OK)
    drmOpenByBusid: drmOpenMinor returns 8
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (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): VideoRam: 262144 KB
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Success.
    (II) intel(0): Increasing the scanline pitch to allow tiling mode (1280 -> 2048).
    (II) intel(0): [drm] Registers = 0xb0080000
    (II) intel(0): [drm] ring buffer = 0xc0000000
    (II) intel(0): [drm] mapped front buffer at 0xc1000000, handle = 0xc1000000
    (II) intel(0): [drm] mapped back buffer at 0xc4000000, handle = 0xc4000000
    (II) intel(0): [drm] mapped depth buffer at 0xc5000000, handle = 0xc5000000
    (II) intel(0): [drm] mapped classic textures at 0xc6000000, handle = 0xc6000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (==) intel(0): Write-combining range (0xc0000000,0x10000000)
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) EXA(0): Offscreen pixmap area of 31457280 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) 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 0 at 0x01000000 (pgoffset 4096)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x06000000 (pgoffset 24576)
    (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): 0x007bf000: end of stolen memory
    (II) intel(0): 0x01000000-0x01ffffff: front buffer (10240 kB) X tiled
    (II) intel(0): 0x02000000-0x03dfffff: exa offscreen (30720 kB)
    (II) intel(0): 0x04000000-0x04ffffff: back buffer (10240 kB) X tiled
    (II) intel(0): 0x05000000-0x05ffffff: depth buffer (10240 kB) X tiled
    (II) intel(0): 0x06000000-0x07ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): fbc disabled on plane a
    (II) intel(0): fbc enabled on plane a
    (II) intel(0): fbc disabled on plane a
    (II) intel(0): fbc disabled on plane a
    (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 22
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (WW) intel(0): Option "RenderAccel" is not used
    (WW) intel(0): Option "AllowGLXWithComposite" 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 XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (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
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Touchpad auto-dev sets device to /dev/input/event10
    (**) Option "Device" "/dev/input/event10"
    (**) Option "LeftEdge" "120"
    (**) Option "RightEdge" "830"
    (**) Option "TopEdge" "120"
    (**) Option "BottomEdge" "650"
    (**) Option "VertScrollDelta" "20"
    (**) Option "EdgeMotionMinSpeed" "200"
    (**) Option "EdgeMotionMaxSpeed" "200"
    (**) Option "FingerLow" "14"
    (**) Option "FingerHigh" "15"
    (**) Option "MaxTapTime" "0"
    (**) Option "MaxTapMove" "0"
    (--) Touchpad touchpad found
    (**) Option "SendCoreEvents"
    (**) Touchpad: always reports core events
    (**) Option "Protocol" "auto"
    (**) 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
    (**) 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" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (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) evaluating device (Touchpad)
    (II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
    (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (--) Touchpad auto-dev sets device to /dev/input/event10
    (**) Option "Device" "/dev/input/event10"
    (--) Touchpad touchpad found

  • Can SSD which is configured for intel rapid start be used to store data files as a normal drive

    Can SSD which is configured for intel rapid start(No Smart Response) be used to store data files as a normal drive
    Lenovo ideapad u310 with 24 GB SSD Partition , only 4GB has been configured as Hibernate partition for Intel rapid start, rest of the 18.36 GB has been labelled as Healthy(Primary partition).Can this 18.36 GB of SSD be configured to store data files on it without affecting Intel rapid start.

    I think I have discovered the answer to my own question!
    I have disabled Adobe Reader plug-in, and can now see PDFs in Chrome.
    (Steps: Chrome Menu, Settings option, Click Advanced Settings link, then Content Settings button, then select Disable Individual Plug-Ins, and a list of plug-ins is offered to enable or disable).
    I then get a different result depending on whether or not Chrome PDF viewer is enabled - with it enabled I see the PDF document in Chrome, or with it disabled then the option is offered to download it, but either way I can get it it via Chrome without having to run Internet explorer in another browser window.

  • [SOLVED] Configuring Network (Intel 82577LM not recognized by udev)

    I was attempting to install an Arch system on my X201i notebook a couple months back when I ran into a wall compiling the driver/firmware for the wifi card. I then had to take care of much other life stuff and had no time to address the issue. Now I'm returning to it but have lost track of where I was so am attempting a fresh reinstall.
    This time however, I am not recalling how to set up my ethernet connection. The Beginners Guide says:
    Beginners Guide wrote:
    Available Interfaces will be presented. If an interface and HWaddr (HardWare address) is listed, then your module has already been loaded. If your interface is not listed, you may probe it from the installer, or manually do so from another virtual console.
    The following screen will prompt you to Select the interface, Probe, or Cancel. Choose the appropriate interface and continue.
    I have no interface except lo. The curses installer does not give an option to probe, but just tells me I need to load the module myself in another VT. Would it make sense to have some instructions on this process here or at least a link to more information?
    The same goes for the regular guide:
    Install Guide wrote:A list of all currently available network devices is presented to you. If no ethernet device is available yet, or the one you wish to use is missing, either hit OK and go on to probe for it, or switch to another console and load the module manually. If you still can't configure your network card, make sure it's physically been properly installed, and that it is supported by the Linux kernel.
    I have an Intel Gigabit Ethernet (10/100/1000) PCI-Express (ethernet chip Intel 82577LM) for the adapter. This uses the included e1000e driver and I've read of other x201 with the same chip being mounted automatically in Arch, so I'm wondering why my udev is being uncooperative?
    Last edited by Don Coyote (2010-11-19 19:21:02)

    Trying to continue on with installation, when trying to set up network (interface selection) I'm getting a failure to run dhcpcd. I tried it a few times and then rebooted and it worked once. after moving on to partition the hard drive, manually setting the mount points and labels fails to work when the script runs to write the changes to each of the partitions (each one gives an error). I had to auto-prepare the drive to get the mounting scheme to write without giving errors. Then as I moved to install packages the script failed to connect to the mirror. Now dhcpcd doesn't come up even after a reboot. It looks like the router is offereing an address, but the daemon times out without acknowledging it.
    I didn't have most of these problems the first time I set up the base system. What could cause so many aspects of the install system to fail now? Would shutting down the notebook in the middle of the install program do something to lead to these problems? If so what would I need to change to recover, redo the usb flash drive?

  • Cant record in stereo , mono input (aux in) intel ALC270 [Solved]

    Hi there, i've been reading the forum but i cannot get the right answer to this issue.
    I am trying to capture audio with the microphone input connector.
    I tried it using audacity (as i always did with other distros but now is not working) and with this command arecord -vv -fdat foo.wav
    The thing is, i always end up with a mono audio file. I see in alsamixer the input/capture connector is stereo, i can see the Left and Right volume levels
    but modifing those make no difference.
    Something seems to tell the whole system to translate the stereo microphone into a mono microphone or something like that... i am no quiet sure, cause in audacity the recording track shows a stereo track although both channels have the same audio track, the right channel one...
    i was using this same computer not long ago with fedora, and for like 2 years with slackware and always worked fine... i've been using archlinux for 4 months now and i came across with this while trying to rip some new cassettes i got.
    Thanks in advance for your help pals.
    Cheers!
    Last edited by federico7979 (2015-04-18 23:34:36)

    upload=true&script=true&cardinfo=
    !!ALSA Information Script v 0.4.64
    !!Script ran on: Fri Apr 17 11:43:53 UTC 2015
    !!Linux Distribution
    Arch Linux \r (\l) DISTRIB_ID=Arch DISTRIB_DESCRIPTION="Arch Linux" NAME="Arch Linux" ID=arch PRETTY_NAME="Arch Linux" HOME_URL="https://www.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/"
    !!DMI Information
    Manufacturer: ASUSTeK COMPUTER INC.
    Product Name: K55A
    Product Version: 1.0
    Firmware Version: K55A.407
    !!Kernel Information
    Kernel release: 3.19.3-3-ARCH
    Operating System: GNU/Linux
    Architecture: x86_64
    Processor: unknown
    SMP Enabled: Yes
    !!ALSA Version
    Driver version: k3.19.3-3-ARCH
    Library version: 1.0.29
    Utilities version: 1.0.29
    !!Loaded ALSA modules
    snd_hda_intel
    !!Sound Servers on this system
    Pulseaudio:
    Installed - Yes (/usr/bin/pulseaudio)
    Running - Yes
    Jack:
    Installed - Yes (/usr/bin/jackd)
    Running - No
    !!Soundcards recognised by ALSA
    0 [PCH ]: HDA-Intel - HDA Intel PCH
    HDA Intel PCH at 0xf7e10000 irq 29
    !!PCI Soundcards installed in the system
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    !!Advanced information - PCI Vendor/Device/Subsystem ID's
    00:1b.0 0403: 8086:1e20 (rev 04)
    Subsystem: 1043:1457
    !!Modprobe options (Sound related)
    snd_hda_intel: model=laptop-amic
    !!Loaded sound module options
    !!Module: snd_hda_intel
    align_buffer_size : -1
    bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    beep_mode : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable_msi : -1
    id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    jackpoll_ms : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    model : laptop-amic,(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    power_save : 0
    power_save_controller : Y
    probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    single_cmd : N
    snoop : -1
    !!HDA-Intel Codec information
    --startcollapse--
    Codec: Realtek ALC270
    Address: 0
    AFG Function Id: 0x1 (unsol 1)
    Vendor Id: 0x10ec0270
    Subsystem Id: 0x10431457
    Revision Id: 0x100100
    No Modem Function Group found
    Default PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    State of AFG node 0x01:
    Power states: D0 D1 D2 D3 CLKSTOP EPSS
    Power: setting=D0, actual=D0
    GPIO: io=2, o=0, i=0, unsolicited=1, wake=0
    IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    Node 0x02 [Audio Output] wcaps 0x1d: Stereo Amp-Out
    Control: name="Headphone Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Device: name="ALC270 Analog", type="Audio", device=0
    Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
    Amp-Out vals: [0x00 0x00]
    Converter: stream=8, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Node 0x03 [Audio Output] wcaps 0x1d: Stereo Amp-Out
    Control: name="Speaker Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
    Amp-Out vals: [0x57 0x57]
    Converter: stream=8, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Node 0x04 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x05 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x06 [Audio Output] wcaps 0x211: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Node 0x07 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x08 [Audio Input] wcaps 0x10011b: Stereo Amp-In
    Control: name="Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Device: name="ALC270 Analog", type="Audio", device=0
    Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x08 0x08]
    Converter: stream=4, channel=0
    SDI-Select: 0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Connection: 1
    0x23
    Node 0x09 [Audio Input] wcaps 0x10011b: Stereo Amp-In
    Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x8b 0x8b]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Connection: 1
    0x22
    Node 0x0a [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Control: name="Internal Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
    Control: name="Internal Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=1, ofs=0
    Control: name="Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x17 0x17] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80]
    Connection: 5
    0x18 0x19 0x1a 0x1b 0x1d
    Node 0x0c [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00]
    Connection: 2
    0x02 0x0b
    Node 0x0d [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00]
    Connection: 2
    0x03 0x0b
    Node 0x0e [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0f [Audio Mixer] wcaps 0x20010a: Mono Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00] [0x80]
    Connection: 2
    0x02 0x0b
    Node 0x10 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x11 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x12 [Pin Complex] wcaps 0x40000b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Pincap 0x00000020: IN
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x00:
    Node 0x13 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x14 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Control: name="Speaker Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Control: name="Speaker Phantom Jack", index=0, device=0
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Pincap 0x00010014: OUT EAPD Detect
    EAPD 0x2: EAPD
    Pin Default 0x90170110: [Fixed] Speaker at Int N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 2
    0x0c 0x0d*
    Node 0x15 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x16 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x17 [Pin Complex] wcaps 0x40010c: Mono Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80]
    Pincap 0x00000010: OUT
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x00:
    Connection: 1
    0x0f
    Node 0x18 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
    Control: name="Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Mic Jack", index=0, device=0
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x00001734: IN OUT Detect
    Vref caps: HIZ 50 GRD 80
    Pin Default 0x04a11840: [Jack] Mic at Ext Right
    Conn = 1/8, Color = Black
    DefAssociation = 0x4, Sequence = 0x0
    Pin-ctls: 0x24: IN VREF_80
    Unsolicited: tag=02, enabled=1
    Connection: 1
    0x0d
    Node 0x19 [Pin Complex] wcaps 0x40008b: Stereo Amp-In
    Control: name="Internal Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Internal Mic Phantom Jack", index=0, device=0
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Pincap 0x00001724: IN Detect
    Vref caps: HIZ 50 GRD 80
    Pin Default 0x90a70930: [Fixed] Mic at Int N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x24: IN VREF_80
    Unsolicited: tag=00, enabled=0
    Node 0x1a [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000003c: IN OUT HP Detect
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Unsolicited: tag=00, enabled=0
    Connection: 2
    0x0c* 0x0d
    Node 0x1b [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x00000034: IN OUT Detect
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Unsolicited: tag=00, enabled=0
    Connection: 2
    0x0c* 0x0d
    Node 0x1c [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x1d [Pin Complex] wcaps 0x400000: Mono
    Pincap 0x00000020: IN
    Pin Default 0x40089d2d: [N/A] Line Out at Ext N/A
    Conn = DIN, Color = Pink
    DefAssociation = 0x2, Sequence = 0xd
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Node 0x1e [Pin Complex] wcaps 0x400381: Stereo Digital
    Pincap 0x00000014: OUT Detect
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x06
    Node 0x1f [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
    Processing caps: benign=0, ncoeff=25
    Node 0x21 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Control: name="Headphone Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Control: name="Headphone Jack", index=0, device=0
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000001c: OUT HP Detect
    Pin Default 0x04211020: [Jack] HP Out at Ext Right
    Conn = 1/8, Color = Black
    DefAssociation = 0x2, Sequence = 0x0
    Pin-ctls: 0xc0: OUT HP
    Unsolicited: tag=01, enabled=1
    Connection: 2
    0x0c* 0x0d
    Node 0x22 [Audio Selector] wcaps 0x30010b: Stereo Amp-In
    Amp-In caps: N/A
    Amp-In vals: [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00]
    Connection: 7
    0x18* 0x19 0x1a 0x1b 0x1d 0x0b 0x12
    Node 0x23 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
    Connection: 6
    0x18 0x19 0x1a 0x1b 0x1d 0x0b
    Codec: Intel PantherPoint HDMI
    Address: 3
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x80862806
    Subsystem Id: 0x80860101
    Revision Id: 0x100000
    No Modem Function Group found
    Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    State of AFG node 0x01:
    Power states: D0 D3 CLKSTOP EPSS
    Power: setting=D0, actual=D0, Clock-stop-OK
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x02 [Audio Output] wcaps 0x6611: 8-Channels Digital
    Converter: stream=0, channel=0
    Digital: Enabled
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Node 0x03 [Audio Output] wcaps 0x6611: 8-Channels Digital
    Converter: stream=0, channel=0
    Digital: Enabled
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Node 0x04 [Audio Output] wcaps 0x6611: 8-Channels Digital
    Converter: stream=0, channel=0
    Digital: Enabled
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Node 0x05 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x80]
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x58560010: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Connection: 1
    0x02
    Node 0x06 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
    Control: name="HDMI/DP,pcm=3 Jack", index=0, device=0
    Control: name="IEC958 Playback Con Mask", index=0, device=0
    Control: name="IEC958 Playback Pro Mask", index=0, device=0
    Control: name="IEC958 Playback Default", index=0, device=0
    Control: name="IEC958 Playback Switch", index=0, device=0
    Control: name="ELD", index=0, device=3
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x18560020: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=01, enabled=1
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Connection: 1
    0x03
    Node 0x07 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x80]
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x58560030: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Connection: 1
    0x04
    Node 0x08 [Vendor Defined Widget] wcaps 0xf00000: Mono
    --endcollapse--
    !!ALSA Device nodes
    crw-rw----+ 1 root audio 116, 2 Apr 17 08:14 /dev/snd/controlC0
    crw-rw----+ 1 root audio 116, 6 Apr 17 08:14 /dev/snd/hwC0D0
    crw-rw----+ 1 root audio 116, 7 Apr 17 08:14 /dev/snd/hwC0D3
    crw-rw----+ 1 root audio 116, 4 Apr 17 08:15 /dev/snd/pcmC0D0c
    crw-rw----+ 1 root audio 116, 3 Apr 17 08:39 /dev/snd/pcmC0D0p
    crw-rw----+ 1 root audio 116, 5 Apr 17 08:15 /dev/snd/pcmC0D3p
    crw-rw----+ 1 root audio 116, 1 Apr 17 08:14 /dev/snd/seq
    crw-rw----+ 1 root audio 116, 33 Apr 17 08:14 /dev/snd/timer
    /dev/snd/by-path:
    total 0
    drwxr-xr-x 2 root root 60 Apr 17 08:14 .
    drwxr-xr-x 3 root root 220 Apr 17 08:14 ..
    lrwxrwxrwx 1 root root 12 Apr 17 08:14 pci-0000:00:1b.0 -> ../controlC0
    !!ALSA configuration files
    !!System wide config file (/etc/asound.conf)
    # Use PulseAudio by default
    pcm.!default {
    type pulse
    fallback "sysdefault"
    hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
    ctl.!default {
    type pulse
    fallback "sysdefault"
    # vim:set ft=alsaconf:
    !!Aplay/Arecord output
    APLAY
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC270 Analog [ALC270 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    ARECORD
    **** List of CAPTURE Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC270 Analog [ALC270 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    !!Amixer output
    !!-------Mixer controls for card 0 [PCH]
    Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e10000 irq 29'
    Mixer name : 'Intel PantherPoint HDMI'
    Components : 'HDA:10ec0270,10431457,00100100 HDA:80862806,80860101,00100000'
    Controls : 30
    Simple ctrls : 12
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 87
    Mono: Playback 87 [100%] [0.00dB] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 87
    Mono:
    Front Left: Playback 0 [0%] [-65.25dB] [off]
    Front Right: Playback 0 [0%] [-65.25dB] [off]
    Simple mixer control 'Speaker',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 87
    Mono:
    Front Left: Playback 87 [100%] [0.00dB] [on]
    Front Right: Playback 87 [100%] [0.00dB] [on]
    Simple mixer control 'PCM',0
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'Mic',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 23 [74%] [0.00dB] [on]
    Front Right: Playback 23 [74%] [0.00dB] [on]
    Simple mixer control 'Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 31
    Front Left: Capture 8 [26%] [-4.50dB] [on]
    Front Right: Capture 8 [26%] [-4.50dB] [on]
    Simple mixer control 'Auto-Mute Mode',0
    Capabilities: enum
    Items: 'Disabled' 'Enabled'
    Item0: 'Enabled'
    Simple mixer control 'Digital',0
    Capabilities: cvolume
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 120
    Front Left: Capture 0 [0%] [-30.00dB]
    Front Right: Capture 0 [0%] [-30.00dB]
    Simple mixer control 'Internal Mic',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [on]
    Front Right: Playback 0 [0%] [-34.50dB] [on]
    Simple mixer control 'Internal Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    !!Alsactl output
    --startcollapse--
    state.PCH {
    control.1 {
    iface MIXER
    name 'Headphone Playback Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 87'
    dbmin -6525
    dbmax 0
    dbvalue.0 -6525
    dbvalue.1 -6525
    control.2 {
    iface MIXER
    name 'Headphone Playback Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.3 {
    iface MIXER
    name 'Speaker Playback Volume'
    value.0 87
    value.1 87
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 87'
    dbmin -6525
    dbmax 0
    dbvalue.0 0
    dbvalue.1 0
    control.4 {
    iface MIXER
    name 'Speaker Playback Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.5 {
    iface MIXER
    name 'Internal Mic Playback Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -3450
    dbmax 1200
    dbvalue.0 -3450
    dbvalue.1 -3450
    control.6 {
    iface MIXER
    name 'Internal Mic Playback Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.7 {
    iface MIXER
    name 'Mic Playback Volume'
    value.0 23
    value.1 23
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -3450
    dbmax 1200
    dbvalue.0 0
    dbvalue.1 0
    control.8 {
    iface MIXER
    name 'Mic Playback Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.9 {
    iface MIXER
    name 'Auto-Mute Mode'
    value Enabled
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 Disabled
    item.1 Enabled
    control.10 {
    iface MIXER
    name 'Capture Volume'
    value.0 8
    value.1 8
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -1650
    dbmax 3000
    dbvalue.0 -450
    dbvalue.1 -450
    control.11 {
    iface MIXER
    name 'Capture Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.12 {
    iface MIXER
    name 'Internal Mic Boost Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 3'
    dbmin 0
    dbmax 3600
    dbvalue.0 0
    dbvalue.1 0
    control.13 {
    iface MIXER
    name 'Mic Boost Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 3'
    dbmin 0
    dbmax 3600
    dbvalue.0 0
    dbvalue.1 0
    control.14 {
    iface MIXER
    name 'Master Playback Volume'
    value 87
    comment {
    access 'read write'
    type INTEGER
    count 1
    range '0 - 87'
    dbmin -6525
    dbmax 0
    dbvalue.0 0
    control.15 {
    iface MIXER
    name 'Master Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.16 {
    iface CARD
    name 'Internal Mic Phantom Jack'
    value true
    comment {
    access read
    type BOOLEAN
    count 1
    control.17 {
    iface CARD
    name 'Mic Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.18 {
    iface CARD
    name 'Headphone Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.19 {
    iface CARD
    name 'Speaker Phantom Jack'
    value true
    comment {
    access read
    type BOOLEAN
    count 1
    control.20 {
    iface PCM
    name 'Playback Channel Map'
    value.0 0
    value.1 0
    comment {
    access read
    type INTEGER
    count 2
    range '0 - 36'
    control.21 {
    iface PCM
    name 'Capture Channel Map'
    value.0 0
    value.1 0
    comment {
    access read
    type INTEGER
    count 2
    range '0 - 36'
    control.22 {
    iface CARD
    name 'HDMI/DP,pcm=3 Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.23 {
    iface MIXER
    name 'IEC958 Playback Con Mask'
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.24 {
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.25 {
    iface MIXER
    name 'IEC958 Playback Default'
    value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access 'read write'
    type IEC958
    count 1
    control.26 {
    iface MIXER
    name 'IEC958 Playback Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.27 {
    iface PCM
    device 3
    name ELD
    value ''
    comment {
    access 'read volatile'
    type BYTES
    count 0
    control.28 {
    iface PCM
    device 3
    name 'Playback Channel Map'
    value.0 0
    value.1 0
    value.2 0
    value.3 0
    value.4 0
    value.5 0
    value.6 0
    value.7 0
    comment {
    access 'read write'
    type INTEGER
    count 8
    range '0 - 36'
    control.29 {
    iface MIXER
    name 'PCM Playback Volume'
    value.0 255
    value.1 255
    comment {
    access 'read write user'
    type INTEGER
    count 2
    range '0 - 255'
    tlv '0000000100000008ffffec1400000014'
    dbmin -5100
    dbmax 0
    dbvalue.0 0
    dbvalue.1 0
    control.30 {
    iface MIXER
    name 'Digital Capture Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write user'
    type INTEGER
    count 2
    range '0 - 120'
    tlv '0000000100000008fffff44800000032'
    dbmin -3000
    dbmax 3000
    dbvalue.0 -3000
    dbvalue.1 -3000
    --endcollapse--
    !!All Loaded Modules
    Module
    fuse
    ctr
    ccm
    bnep
    bluetooth
    nls_iso8859_1
    nls_cp437
    vfat
    fat
    arc4
    brcmsmac
    cordic
    uvcvideo
    brcmutil
    videobuf2_vmalloc
    coretemp
    videobuf2_memops
    videobuf2_core
    snd_hda_codec_hdmi
    v4l2_common
    intel_rapl
    videodev
    iosf_mbi
    media
    b43
    x86_pkg_temp_thermal
    snd_hda_codec_realtek
    snd_hda_codec_generic
    intel_powerclamp
    mac80211
    kvm_intel
    cfg80211
    i915
    snd_hda_intel
    snd_hda_controller
    ssb
    rng_core
    pcmcia
    snd_hda_codec
    pcmcia_core
    snd_hwdep
    kvm
    r8169
    snd_pcm
    rtsx_pci_ms
    drm_kms_helper
    bcma
    asus_nb_wmi
    drm
    asus_wmi
    joydev
    iTCO_wdt
    crct10dif_pclmul
    mii
    memstick
    mousedev
    snd_timer
    sparse_keymap
    snd
    crc32_pclmul
    iTCO_vendor_support
    intel_gtt
    soundcore
    crc32c_intel
    led_class
    rfkill
    hwmon
    shpchp
    wmi
    i2c_i801
    i2c_algo_bit
    i2c_core
    ghash_clmulni_intel
    cryptd
    pcspkr
    evdev
    mac_hid
    psmouse
    serio_raw
    mei_me
    mei
    lpc_ich
    thermal
    video
    button
    ac
    processor
    battery
    sch_fq_codel
    nfs
    lockd
    grace
    sunrpc
    fscache
    ext4
    crc16
    mbcache
    jbd2
    sr_mod
    cdrom
    sd_mod
    rtsx_pci_sdmmc
    mmc_core
    atkbd
    libps2
    ahci
    xhci_pci
    libahci
    libata
    scsi_mod
    ehci_pci
    rtsx_pci
    ehci_hcd
    xhci_hcd
    usbcore
    usb_common
    i8042
    serio
    !!Sysfs Files
    /sys/class/sound/hwC0D0/init_pin_configs:
    0x12 0x411111f0
    0x14 0x90170110
    0x17 0x411111f0
    0x18 0x04a11840
    0x19 0x90a70930
    0x1a 0x411111f0
    0x1b 0x411111f0
    0x1d 0x40089d2d
    0x1e 0x411111f0
    0x21 0x04211020
    /sys/class/sound/hwC0D0/driver_pin_configs:
    0x14 0x99130110
    0x15 0x0121401f
    0x18 0x01a19c20
    0x19 0x99a3092f
    /sys/class/sound/hwC0D0/user_pin_configs:
    /sys/class/sound/hwC0D0/init_verbs:
    /sys/class/sound/hwC0D0/hints:
    /sys/class/sound/hwC0D3/init_pin_configs:
    0x05 0x58560010
    0x06 0x18560020
    0x07 0x58560030
    /sys/class/sound/hwC0D3/driver_pin_configs:
    /sys/class/sound/hwC0D3/user_pin_configs:
    /sys/class/sound/hwC0D3/init_verbs:
    /sys/class/sound/hwC0D3/hints:
    !!ALSA/HDA dmesg
    [ 12.098095] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
    [ 12.151130] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    [ 12.151132] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 12.151134] sound hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 12.151135] sound hdaudioC0D0: mono: mono_out=0x0
    [ 12.151137] sound hdaudioC0D0: inputs:
    [ 12.151139] sound hdaudioC0D0: Internal Mic=0x19
    [ 12.151141] sound hdaudioC0D0: Mic=0x18
    [ 12.294566] Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
    [ 12.463347] i915 0000:00:02.0: registered panic notifier
    [ 12.472923] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 12.473056] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    [ 12.473157] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
    [ 12.569375] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b354)
    Last edited by federico7979 (2015-04-18 23:04:59)

  • VM Server installer does not recognize RAID configuration in Intel ESRT2

    Hello,
    I'm having a big issue here trying to deploy my third Oracle VM Server.
    I have:
    - A Intel Server Board S3420GPLC
    - A Intel Xeon X3440 processor
    - 16GB DDR3 ECC Memory
    - Six 1TB Hard Drives
    What I'm trying to do:
    - Create a RAID array using Intel ESRT2 (Embedded Server RAID Technology II) using all the discs (done)
    - Install Oracle VM Server into the array
    - Install some VMs....
    The problems:
    - When I boot the VM Server installer from USB stick I got an error saying that there is not enought memory. This issue is solved by typing "linux mem=15GB"
    - I got a screen per disk warning me about that the discs need to be initialized and all the data will be lost
    - When I go to the disk partitioning screen all the disks are listed separated, the installer simply don't recognize the RAID configured before.
    What I already tryied:
    - Change the RAID controller from ESRT2 to Intel Matrix
    -> Didn't solve.
    - Create a Driver Disk with the disk images supplied by Intel here
    -> I launch the installer using "linux mem=15GB noprobe=ata1 noprobe=ata2 ....". When Im asked by the installer to load the drivers it doesn't recognize the disk, so i couldn't load the drivers.
    Now, the questions:
    - Is there another driver I can use do make the vm server installer recognize the RAId configured?
    - Is there a better way to setup this server, considering that it needs to be "self contanied" (store and run vms)?
    Edited by: xyp on 14/10/2010 11:37

    So...
    - I have installed VM Server into ordinary linux partitions on the first disk.
    - I have created a big partition in the first disc with the space not used for the VM Server
    - I have created five equal partitions on the other discs
    - I have configured software raid 10 using mdadm
    Now the problem seems to be solved, i have a storage repository with almost 3TB and can deploy my VMs.
    Unfortunatelly only my windows 2008 r2 hardware virtualized vm is working, the linux paravitualized guests not. but this new issue will be a subject for another topic.

  • Screen won't dim w/ Intel KMS [SOLVED]

    I have a rather obscure Gateway T-series laptop, with an Intel 965 chip. To get backlight working I had to use acpi_backlight=vendor in Grub, but if KMS is on I can't dim anymore, either with the keys or xbacklight. The keys have no effect, and xbacklight says "No outputs have backlight property".
    I haven't noticed any benefits from using KMS, so before now I usually had it off, but it seems that that isn't going to be an option anymore. Am I just SOL now? Anyone dealt with this before?
    Last edited by JohnnyRogers (2010-03-14 17:38:00)

    JohnnyRogers wrote:I've found a workaround, in this post: http://ubuntuforums.org/showpost.php?p= … ostcount=9 Marking as solved.
    Might be smart to copy that forumpost here for future reference, in case the link becomes invalid for w/e reason.
    Re: No brightness adjustment on samsun n210 (Intel GMA 3150)
    Hi,
    you can adjust brightness level by sending values directly to device, by setpci:
    setpci -s 00:02.0 f4.b=ff
    where 00:02.0 is the device address returned by lspci,and ff is a hexadecimal value <0,ff>. I have n210 running Debian, works well
    Because it wasn't easy to control brightness this way, I've written a program that adjusts brightness, you can download source from here:
    ftp://x.servebeer.com:51300/bright.c
    or here:
    http://info.wsisiz.edu.pl/~sieluzyc/bright.c
    It's a _very simple_ program, but it allows you to increase/decrease brightness by predefinied step, check actual brightness level and set level to a specific value.
    It uses the same method that setpci does (write to file in /sys), so plz remember this can be dangerous - use at your own risk.
    App does not assign any key shourtcuts, you have to do this manually.
    Wcale

  • Database standby configuration using Intel and Risk processors

    Hi
    We are planning to configure a standby database, but we want to use a DELL 2950 server with processors Intel. Our primary database version is Oracle RAC 10gR2 10.2.0.3 64 bits (the standby server has the same oracle version) with two nodes using IBM P550 boxes with processors P6 (RISK) server. Both databases (primary and standby databases) have Linux Red Hat 4 – 64 Bits. But I don’t know if is possible to make this configuration, could you tell me about it.
    Thanks

    Thanks a lot for your help.
    I’ll start with the configuration. Our client decided to use that server (Intel proccesor) as standby server, he knows the possible performance degradation

  • Xorg crash in dual monitor (intel video) - Solved

    I update my system today, and install xorg-server 1.12.0-1, but xorg crash when gnome-session start.
    /var/log/Xorg.0.log output:
    [   202.639] (II) intel(0): Allocated new frame buffer 3840x1080 stride 15360, tiled
    [   202.813] BUG: triggered 'if (!dev->valuator || dev->valuator->numAxes < 2)'
    [   202.813] BUG: getevents.c:843 in scale_to_desktop()
    [   202.813]
    [   202.813] Backtrace:
    [   202.813] 0: /usr/bin/Xorg (xorg_backtrace+0x49) [0x81c3209]
    [   202.813] 1: /usr/bin/Xorg (0x8048000+0x436bd) [0x808b6bd]
    [   202.813] 2: /usr/bin/Xorg (0x8048000+0x441fb) [0x808c1fb]
    [   202.814] 3: /usr/bin/Xorg (GetPointerEvents+0x109) [0x808d649]
    [   202.814] 4: /usr/bin/Xorg (0x8048000+0x16468a) [0x81ac68a]
    [   202.814] 5: /usr/bin/Xorg (miPointerWarpCursor+0xd3) [0x81acac3]
    Work fine when only one monitor is connected.
    Video is Intel (core i5-2500K).
    Last edited by mapintar (2012-04-04 15:12:44)

    supermihi wrote:I am experiencing similar problems: Since yesterday's xf86-video-intel upgrade, the display manager does not start if an external monitor is connected. However in my case I don't even get to see a login screen, the X server crashes immediately.
    I have tried installing xf86-input-evdev-git from AUR after I found your launchpad link, but unfortunatelly this didn't help. Have you solved the problem yet?
    No. I using only one monitor now until the problem is solved.
    I googled but could not find any solution.

  • Intel i915 Video Artifacts with Xorg 1.9

    Hey everyone.  I set up Arch with my girlfriend on her Asus U81A earlier tonight, but we're getting some terrible video artifacting and I can't seem to find us a solution.  Basically the screen often fails to refresh after things even as simple as typing - lots of black boxes.  Is anyone getting the same behavior?  Has anyone come across a solution?  Here are her versions of the pertinent packages.  I'm not sure if this is just a conflict with the new xorg 1.9 or what...  I tried specifying the intel driver manually via both mkinitcpio.conf and GRUB (where you modeset=1).  Neither helps at all.
    gnome-desktop 2.32.0-1
    xorg-server 1.9.0-1
    xf86-video-intel 2.12.0-3
    Thanks to anyone who has info on this subject.

    commonmanthemes wrote: I think she's going to be rather annoyed until somebody updates one of those packages.  ;-)
    ouch...noone wants an angry gf
    the 60ish fps is perfectly right since the intel drivers are now syncing to vblank

  • DRM Intel i915 errors

    Hi,
    After going out of blank mode, my external VGA monitor will randomly refuse to work (the primary laptop monitor works fine). This seems to be fixable only by rebooting.
    Those errors show up in dmesg just after booting the computer :
    [lun. avril 20 09:15:34 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 09:15:35 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 09:15:53 2015] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe A
    [lun. avril 20 09:15:53 2015] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
    Those show up every few minutes or so :
    [lun. avril 20 12:35:30 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 12:38:29 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 13:15:04 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 13:23:17 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 13:23:30 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 13:23:49 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 13:24:03 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 13:57:58 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    [lun. avril 20 13:58:11 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    When coming out of blank mode, those show up :
    [lun. avril 20 14:16:06 2015] [drm:intel_dp_start_link_train [i915]] *ERROR* failed to enable link training
    [lun. avril 20 14:16:06 2015] [drm:intel_dp_complete_link_train [i915]] *ERROR* failed to start channel equalization
    [lun. avril 20 14:16:07 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    I've already changed the acceleration method to UXA, without results (although I believe the problem show up less frequently but I'm unsure).
    Any idea ?
    Thanks in advance

    Hi gentledevil,
    There is a similar thread here https://bbs.archlinux.org/viewtopic.php?id=184857 and also a couple of bug reports [1]  [2]. Unfortunately there is no solution yet.
    gentledevil wrote:[lun. avril 20 12:35:30 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
    Also, searching the kernel bug tracker for the error above leads to the the following report that may be related https://bugzilla.kernel.org/show_bug.cgi?id=90951

  • Mail SMTP configuration error: how to solve?

    I have two problems with configuring SMTP accounts on my iPhone (4s, with IOS7):
    1) the SMTP is configured, but iOS puts the wrong username together, so login fails. Here is, how:
    SMTP server: smtp.myprovider.com (this is the SMTP of my provider)
    username: [email protected] (mydomain.com is the domain I host there, and the EMAIL is my username!)
    All other settings are trivial and correct.
    ... And now my iPhone connects (correctly) to the SMTP smtp.somewhere.com, but logs in with the username "[email protected]@smtp.myprovider.com" which obviously must fail.
    Any suggestions?
    2) I have several accounts (POP and IMAP), all of which need THEIR SPECIFIC SMTP account. Why?
    Because an increasing number of providers have their SPAM filters configured so as they throw away (they don't even reject sometimes) all mail which is not sent by the SMTP of the provider where the domain is hosted (quite sensibly, though).
    iOS lets me configure a primary SMTP and other SMTP, but does not let me configure ONE SMTP per ACCOUNT each. Or did I miss something?
    The result: All mail is sent via the primary SMTP (which accepts mails from any email to any email as long as I am authentified), and some mails get thrown away by SPAM filters because the SMTP does not match the mail address.
    Any suggestions would be deeply appreciated!
    These things just threw my iPhone useless for mail for any mail account with is (what a shame!) not a MS Exchange account ... Steve would rotate in his grave if he heared that.

    watch on sun forum.

  • Y530 virtualization (Intel VT) [SOLVED]

    Hi all.I've developed VT activation procedure for Lenovo Ideapad Y530. But provided that your notebook corresponds to the following requirements: - Your CPU MUST support Intel virtualization Technology otherwise you'll get nonfunctioning laptop.
    - CPU MSR-register 0x0000003A MUST have zero value on BOTH CPU cores.
    If your machine doesn't fit these conditions then my procedure can't help you.If you want to try then you have to send me a request by email ([email protected]) with the following information: - CPU model.- Operating system version (32 or 64 bit).- BIOS version.

    Nice work ~You are the man.Unfortunately my core P7450 doesn't support VT.Recently I'm working on overlocking CPU through SETFSB(by modifying specific clock generator.I naked the motherboard figured out that Y530's is ICS9LPR363EGLF but only to find  ICS9LPR363DGLF option in setfsb,luckily it worked) and succeeded in reaching 2.4Ghz which is the highest stable frequency(run 104million super pai in 20 seconds).I tested system stability using EVEREST for over an hour without any hard errors.It seems that P8* series have higher voltage so they can reach higher frequency.So do you also have methods to gain the CPU voltage and get ICS9LPR363EGLF‘s datasheet(*.pll file)

  • Intel i915 hangs

    Hi,
    Recently my system has been exhibiting seemingly random freezes once every couple days. All of a sudden, nothing responds except I can still move the mouse cursor around; typing has no effect, trying to switch to a tty does nothing. The system still responds to ping though. Sshd isn't running by default so I couldn't try logging in from another machine.
    For what it's worth it happened once when I used Firefox, and another time when I was doing Java development.
    When it's stuck like that I just force reboot the thing. I don't really know what's going on -- although if I had to guess, the most likely culprit would be something related to X, bumblebee or bbswitch. How could I be sure though? In what log files (or other things) could I look to find out what has crashed?
    Thanks for any input!
    Last edited by ilikepie (2012-02-29 19:25:37)

    I do have RC6 enabled but I only see the hangcheck errors with the mainline kernel, not the lts version. Although my laptop may have overheated on Monday evening (when it woke up from suspend in transit and I didn't realise), I didn't get any of these errors at that time even though the mainline kernel was in use. Rather I got such errors earlier in the day. Generally speaking, my laptop does not run especially hot (at least in comparison with my old one!) and so I certainly don't think it is an overheating issue in my case. grepping i915 in kernel.log:
    Mar 25 16:27:30 localhost kernel: [125351.620968] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 25 16:27:30 localhost kernel: [125351.620982] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 25 16:27:30 localhost kernel: [125351.622711] i915 0000:00:02.0: setting latency timer to 64
    Mar 25 21:05:36 localhost kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=<UUID> ro quiet add_efi_memmap resume=/dev/disk/by-uuid/<UUID> pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 i915.semaphores=1
    Mar 25 21:05:36 localhost kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=<UUID> ro quiet add_efi_memmap resume=/dev/disk/by-uuid/<UUID> pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 i915.semaphores=1
    Mar 25 21:05:36 localhost kernel: [ 2.786357] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Mar 25 21:05:36 localhost kernel: [ 2.786364] i915 0000:00:02.0: setting latency timer to 64
    Mar 25 21:05:36 localhost kernel: [ 2.879557] i915 0000:00:02.0: irq 40 for MSI/MSI-X
    Mar 25 21:05:36 localhost kernel: [ 3.693054] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    Mar 26 12:27:16 localhost kernel: [18335.425865] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 26 12:27:16 localhost kernel: [18335.425879] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 26 12:27:16 localhost kernel: [18335.427586] i915 0000:00:02.0: setting latency timer to 64
    Mar 26 12:35:32 localhost kernel: [18834.108099] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 12:35:38 localhost kernel: [18840.120747] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 12:35:45 localhost kernel: [18847.936499] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 12:35:45 localhost kernel: [18847.936513] [drm] capturing error event; look for more information in /debug/dri/0/i915_error_state
    Mar 26 12:35:45 localhost kernel: [18847.954065] [drm:i915_wait_request] *ERROR* i915_wait_request returns -11 (awaiting 291299 at 291290, next 291304)
    Mar 26 12:55:28 localhost kernel: [20030.749987] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 12:55:34 localhost kernel: [20036.762624] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 12:55:40 localhost kernel: [20042.778602] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 12:55:40 localhost kernel: [20042.778667] [drm:i915_wait_request] *ERROR* i915_wait_request returns -11 (awaiting 991598 at 991589, next 991605)
    Mar 26 13:25:31 localhost kernel: [21832.875276] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 13:25:37 localhost kernel: [21838.887919] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 13:25:43 localhost kernel: [21844.900559] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 13:25:43 localhost kernel: [21844.900594] [drm:i915_wait_request] *ERROR* i915_wait_request returns -11 (awaiting 2053554 at 2053551, next 2053574)
    Mar 26 13:25:49 localhost kernel: [21851.246493] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 13:25:55 localhost kernel: [21857.259141] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 13:26:01 localhost kernel: [21863.271772] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
    Mar 26 13:26:01 localhost kernel: [21863.271839] [drm:i915_wait_request] *ERROR* i915_wait_request returns -11 (awaiting 2053595 at 2053575, next 2053597)
    Mar 26 13:59:50 localhost kernel: [23892.078870] Modules linked in: fuse aes_x86_64 cryptd aes_generic cpufreq_ondemand coretemp rfcomm bnep ip6t_REJECT ip6t_LOG nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables ipt_REJECT ipt_LOG xt_limit xt_recent xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_conexant joydev snd_hda_intel uvcvideo snd_hda_codec arc4 snd_hwdep snd_pcm snd_page_alloc snd_timer iwlwifi thinkpad_acpi videodev nvram snd v4l2_compat_ioctl32 mac80211 iTCO_wdt tpm_tis btusb bluetooth media atl1c iTCO_vendor_support cfg80211 serio_raw soundcore rts_pstor(C) mei(C) rfkill tpm psmouse wmi i2c_i801 thermal battery evdev pcspkr tpm_bios ac acpi_cpufreq mperf processor freq_table ext4 crc16 jbd2 mbcache usbhid hid sd_mod ahci libahci libata scsi_mod ehci_hcd usbcore usb_common i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Mar 26 22:17:49 localhost kernel: [ 2.562799] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Mar 26 22:17:49 localhost kernel: [ 2.562806] i915 0000:00:02.0: setting latency timer to 64
    Mar 26 22:17:49 localhost kernel: [ 2.664602] i915 0000:00:02.0: irq 40 for MSI/MSI-X
    Mar 26 22:17:49 localhost kernel: [ 3.488876] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    Mar 26 22:24:41 localhost kernel: [ 463.839027] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 26 22:24:41 localhost kernel: [ 463.839041] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 26 22:24:41 localhost kernel: [ 463.840793] i915 0000:00:02.0: setting latency timer to 64
    Mar 26 22:48:29 localhost kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=<UUID> ro quiet add_efi_memmap resume=/dev/disk/by-uuid/<UUID> pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 i915.semaphores=1
    Mar 26 22:48:29 localhost kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=<UUID> ro quiet add_efi_memmap resume=/dev/disk/by-uuid/<UUID> pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 i915.semaphores=1
    Mar 26 22:48:29 localhost kernel: [ 3.836110] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Mar 26 22:48:29 localhost kernel: [ 3.836117] i915 0000:00:02.0: setting latency timer to 64
    Mar 26 22:48:29 localhost kernel: [ 3.927448] i915 0000:00:02.0: irq 40 for MSI/MSI-X
    Mar 26 22:48:29 localhost kernel: [ 4.683794] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    Mar 27 11:54:37 localhost kernel: [12884.470794] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 27 11:54:37 localhost kernel: [12884.470808] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 27 11:54:37 localhost kernel: [12884.472925] i915 0000:00:02.0: setting latency timer to 64
    Mar 27 13:07:42 localhost kernel: [17265.136961] Modules linked in: fuse aes_x86_64 cryptd aes_generic coretemp rfcomm bnep ip6t_REJECT ip6t_LOG nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables ipt_REJECT ipt_LOG xt_limit xt_recent xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nls_cp437 vfat fat joydev snd_hda_codec_hdmi snd_hda_codec_conexant arc4 uvcvideo videodev v4l2_compat_ioctl32 media iwlagn thinkpad_acpi snd_hda_intel snd_hda_codec mac80211 snd_hwdep snd_pcm nvram snd_page_alloc snd_timer snd iTCO_wdt btusb soundcore rts_pstor(C) bluetooth mei(C) wmi cfg80211 atl1c i2c_i801 serio_raw psmouse rfkill iTCO_vendor_support pcspkr tpm_tis thermal battery tpm tpm_bios evdev ac acpi_cpufreq mperf processor ext4 crc16 jbd2 mbcache usbhid hid sd_mod ahci libahci libata scsi_mod ehci_hcd usbcore i915 video button i2c_algo_bit intel_agp intel_gtt drm_kms_helper drm i2c_core
    Mar 27 20:39:37 localhost kernel: [41052.392955] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 27 20:39:37 localhost kernel: [41052.392969] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 27 20:39:37 localhost kernel: [41052.395084] i915 0000:00:02.0: setting latency timer to 64
    Mar 28 09:46:36 localhost kernel: [60281.034170] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 28 09:46:36 localhost kernel: [60281.034184] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 28 09:46:36 localhost kernel: [60281.036271] i915 0000:00:02.0: setting latency timer to 64
    Mar 28 13:57:51 localhost kernel: [75063.283483] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 28 13:57:51 localhost kernel: [75063.283507] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 28 13:57:51 localhost kernel: [75063.285919] i915 0000:00:02.0: setting latency timer to 64
    Mar 28 22:56:56 localhost kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=<UUID> ro quiet add_efi_memmap resume=/dev/disk/by-uuid/<UUID> pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 i915.semaphores=1
    Mar 28 22:56:56 localhost kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=<UUID> ro quiet add_efi_memmap resume=/dev/disk/by-uuid/<UUID> pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 i915.semaphores=1
    Mar 28 22:56:56 localhost kernel: [ 3.833207] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Mar 28 22:56:56 localhost kernel: [ 3.833214] i915 0000:00:02.0: setting latency timer to 64
    Mar 28 22:56:56 localhost kernel: [ 3.924413] i915 0000:00:02.0: irq 40 for MSI/MSI-X
    Mar 28 22:56:56 localhost kernel: [ 4.710371] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    Mar 29 15:51:17 localhost kernel: [17898.288307] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 29 15:51:17 localhost kernel: [17898.288322] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 29 15:51:17 localhost kernel: [17898.290403] i915 0000:00:02.0: setting latency timer to 64
    Mar 29 21:58:24 localhost kernel: [37602.220789] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 29 21:58:24 localhost kernel: [37602.220813] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 29 21:58:24 localhost kernel: [37602.223185] i915 0000:00:02.0: setting latency timer to 64
    Mar 30 15:13:57 localhost kernel: [51582.920102] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Mar 30 15:13:57 localhost kernel: [51582.920116] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
    Mar 30 15:13:57 localhost kernel: [51582.922059] i915 0000:00:02.0: setting latency timer to 64
    The only plausible overheating occurred between around 19:30 and 22:30/23:00 on 25 March. And, as I say, I get these problems repeatedly with the mainline kernel when the machine is nowhere near overheating. (The laptop doesn't feel especially hot, the fan isn't especially fast, reported temperatures are typically below 50, with a critical level being 100.)
    Last edited by cfr (2012-03-30 16:30:30)

Maybe you are looking for

  • Apps / Game Center / Iphone 6 Plus wont sync

    I received my new iPhone yesterday , I synced my "old" iPhone 4s to iTunes , then proceeded to transfer the data to my new iPhone 6 plus. Game Center transferred fine , however when I open a game app , it's starts me, as if I just downloaded the app

  • Brush pop-up on wrong monitor CS5

    PS5 12.0 x64 on Dual-Quad 2.93 Intel Xeon w/ 16GB RAM. MacOS 10.6.3 When using the control key to get my brush modifying pop-up window, said window will only show up on the monitor with the menu bar. If the menu bar is switched to the large primary m

  • Trying to find the sidebar icons

    I'm in the process of replacing the folders in my home (the blue on blue all look too similar to me), but I haven't found icons I like for music and movies that look better than the ones in the sidebar (and when I replace the blue folder image it rep

  • How to use add image in HTML tag

    Hello frndz                  i  m working on text chat application in adobe  air.using <mx:html/> tag for dispalying text and  images(smiley).but the font size fo flex is diffrent and html diffrent.i  mean i m using 10 font size but it looks too larg

  • How to setup Collaboration Server

    Hello, I found that Sun studio provides Collaboration tools that allow developers to share data. But problem is, how can I set up one? What should I write on the server? Thank you.