Does xf86-video-intel-git work for you?

I have a Lenovo R61 laptop with intel chipset, and i used to use xf86-video-intel-git from aur :
http://aur.archlinux.org/packages.php?ID=18678
since last week it needed packages from new xorg. I installed new xorg from testing, build it and when i installed i could not use x. When i roll back to 2.9 from testing everything is fine.
Does the git driver work for you or is it broken for some chipsets(can't really remember of mine right now)?
edit: my chipset is GM965/GL960.
Last edited by mechmg93 (2009-10-18 10:31:17)

It sounds to me like either one of two things happened to you mechmg93. Either some incompatibility crept in with the new X server or your configuration became obsolete. Either way I think that this discussion is better with others that have [testing] enabled. Moving.

Similar Messages

  • Why does xf86-video-intel conflicts xf86-video-i810?

    Hello,
    I have a question. Why conflicts xf86-video-intel the xf86-video-i810 driver? Yes I know that -intel is the follow-up, but are there also another (technical) reasons? The problem is that -intel doesn't work very good for me, but sometimes I need it to get a external monitor working. If both are installed it would be no problem to switch it in the xorg.conf, but installing around everytime is a bit annoying.
    I just wanted to ask why this is so and if this could be changed
    Thanks
    PS: I don't want to start a revolution ;-) and please forgive me if this is a silly question.

    Have a look:
    $ pacman -Ql xf86-video-intel
    xf86-video-intel /usr/
    xf86-video-intel /usr/lib/
    xf86-video-intel /usr/lib/libI810XvMC.so
    xf86-video-intel /usr/lib/libI810XvMC.so.1
    xf86-video-intel /usr/lib/libI810XvMC.so.1.0.0
    xf86-video-intel /usr/lib/xorg/
    xf86-video-intel /usr/lib/xorg/modules/
    xf86-video-intel /usr/lib/xorg/modules/dri/
    xf86-video-intel /usr/lib/xorg/modules/dri/i810_dri.so
    xf86-video-intel /usr/lib/xorg/modules/dri/i915_dri.so
    xf86-video-intel /usr/lib/xorg/modules/dri/i915tex_dri.so
    xf86-video-intel /usr/lib/xorg/modules/dri/i965_dri.so
    xf86-video-intel /usr/lib/xorg/modules/drivers/
    xf86-video-intel /usr/lib/xorg/modules/drivers/ch7017.so
    xf86-video-intel /usr/lib/xorg/modules/drivers/ch7xxx.so
    xf86-video-intel /usr/lib/xorg/modules/drivers/i810_drv.so
    xf86-video-intel /usr/lib/xorg/modules/drivers/intel_drv.so
    xf86-video-intel /usr/lib/xorg/modules/drivers/ivch.so
    xf86-video-intel /usr/lib/xorg/modules/drivers/sil164.so
    xf86-video-intel /usr/lib/xorg/modules/drivers/tfp410.so
    xf86-video-intel /usr/share/
    xf86-video-intel /usr/share/man/
    xf86-video-intel /usr/share/man/man4/
    xf86-video-intel /usr/share/man/man4/i810.4.gz
    xf86-video-intel /usr/share/man/man4/intel.4.gz
    $ pacman -Ql xf86-video-i810
    xf86-video-i810 /usr/
    xf86-video-i810 /usr/lib/
    xf86-video-i810 /usr/lib/libI810XvMC.so
    xf86-video-i810 /usr/lib/libI810XvMC.so.1
    xf86-video-i810 /usr/lib/libI810XvMC.so.1.0.0
    xf86-video-i810 /usr/lib/xorg/
    xf86-video-i810 /usr/lib/xorg/modules/
    xf86-video-i810 /usr/lib/xorg/modules/dri/
    xf86-video-i810 /usr/lib/xorg/modules/dri/i810_dri.so
    xf86-video-i810 /usr/lib/xorg/modules/dri/i915_dri.so
    xf86-video-i810 /usr/lib/xorg/modules/dri/i915tex_dri.so
    xf86-video-i810 /usr/lib/xorg/modules/dri/i965_dri.so
    xf86-video-i810 /usr/lib/xorg/modules/drivers/
    xf86-video-i810 /usr/lib/xorg/modules/drivers/i810_drv.so
    xf86-video-i810 /usr/share/
    xf86-video-i810 /usr/share/man/
    xf86-video-i810 /usr/share/man/man4/
    xf86-video-i810 /usr/share/man/man4/i810.4.gz
    --> they can't coexist in the filesystem because of the file conflicts.

  • Xf86-video-intel doesn't work for direct rendering

    With xf86-video-intel, I can't use direct rendering.  With LIBGL_DEBUG=verbose, glxinfo says this:
    libGL: XF86DRIGetClientDriverName: 1.9.0 i915 (screen 0)
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri//i915_dri.so
    libGL error: dlopen /usr/lib/xorg/modules/dri//i915_dri.so failed (/usr/lib/xorg/modules/dri//i915_dri.so: undefined symbol: _glapi_tls_Context)
    libGL error: unable to load driver: i915_dri.so
    And, everything that tries to use 3d segfaults just before it closes, presumably when it unloads the driver.

    tavianator wrote:
    tavianator@antimatter> pacman -Q libdrm ~
    libdrm 2.3.0-1
    tavianator@antimatter> pacman -Q mesa ~
    mesa 7.0.3rc2-1
    tavianator@antimatter> pacman -Q xf86-video-intel ~
    xf86-video-intel 2.3.0-2
    tavianator@antimatter> pacman -Q xorg-server ~
    xorg-server 1.4.0.90-9
    tavianator@antimatter> uname -r ~
    2.6.24-ARCH
    tavianator@antimatter>
    I compiled the latest xf86-video-intel from source, but the same thing happens with 2.2.1-2, and xf86-video-i810.
    xorg-server is compiled with tls support (thread local storage, --enable-glx-tls). Your xserver is looking for a tls version of the dri driver but the driver is compiled without tls support.
    If you have libgl installed and you are not using custom packages, everything should works. I'm currently using my custom packages but i tried with the extra repo too, everything works as expected.
    [lexiw@stroggos ~]$ grep tls /var/abs/extra/xorg-server/PKGBUILD
                  --enable-glx-tls \
    [lexiw@stroggos ~]$ grep TLS /var/abs/extra/mesa/PKGBUILD
      echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    [lexiw@stroggos ~]$ grep TLS /var/abs/extra/libgl/PKGBUILD
      echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    [lexiw@stroggos ~]$ grep TLS /var/abs/extra/xf86-video-intel/PKGBUILD
      echo "ARCH_FLAGS += -DGLX_USE_TLS" >> ${CONFIG}
    My system:
    [lexiw@stroggos ~]$ pacman -Q libdrm
    libdrm 2.3.0-1
    [lexiw@stroggos ~]$ pacman -Q mesa
    mesa 7.0.3-1
    [lexiw@stroggos ~]$ pacman -Q xf86-video-intel
    xf86-video-intel 2.3.0-1
    [lexiw@stroggos ~]$ pacman -Q xorg-server
    xorg-server 1.4.0.90-10
    [lexiw@stroggos ~]$ uname -r
    2.6.25-ARCH
    [lexiw@stroggos ~]$ pacman -Q libgl
    libgl 7.0.3-1
    Never had any problem with the official packages (even with kernel 2.6.24), every time i had the "tls problem" it was my fault for recompiling with the wrong flags.
    Last edited by lexiw (2008-05-03 13:30:25)

  • Xf86-video-intel not not working with intel 82852/855GM graphics card

    I am runing arch linux on a toshiba satilite r15 s829 and have the xf86-video-intel driver installed but Xorg does mot seem to be able to use it with my intel graphics card.
    output of lspci
    00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
    00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
    00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
    00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
    00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
    00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
    00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
    00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
    01:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
    01:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (MOB) Ethernet Controller (rev 83)
    01:0b.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
    01:0b.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
    01:0b.4 SD Host controller: Texas Instruments PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller
    xorg onfig file: 10-monitor.conf
    Section "Monitor"
        Identifier    "Monitor0"
    EndSection
    Section "Device"
        Identifier    "Card0"
        Driver        "intel"
        #Option        "RandRRotation" "true"
        VendorName  "Intel Corp."
        BoardName   "82852/855GM Integrated Graphics Device"
    EndSection
    Section "Screen"
        Identifier    "Screen0"  #Collapse Monitor and Device section to Screen section
        Device        "Card0"
        Monitor       "Monitor0"
        DefaultDepth  24 #Choose the depth (16||24)
        #Option        "RandRRotation" "true"
        SubSection "Display"
                   Depth     16
                   Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                   Depth     24
                   Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                   Depth     32
                   Modes "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    Xorg log file: Xorg.0.log
    [  2900.308]
    X.Org X Server 1.9.4
    Release Date: 2011-02-04
    [  2900.308] X Protocol Version 11, Revision 0
    [  2900.308] Build Operating System: Linux 2.6.37-ARCH i686
    [  2900.308] Current Operating System: Linux dragonL 2.6.37-ARCH #1 SMP PREEMPT Fri Feb 25 09:07:57 UTC 2011 i686
    [  2900.309] Kernel command line: BOOT_IMAGE=(hd0,msdos1)//boot/vmlinuz26 root=/dev/disk/by-uuid/0cfdcd8b-eae7-4dbd-8dd6-0ff955089587 rootfstype=ext2 ro nomodeset add_efi_memmap
    [  2900.309] Build Date: 04 February 2011  09:39:45PM
    [  2900.309] 
    [  2900.309] Current version of pixman: 0.20.2
    [  2900.309]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [  2900.309] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [  2900.310] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 25 12:15:42 2011
    [  2900.310] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [  2900.310] (==) No Layout section.  Using the first Screen section.
    [  2900.310] (**) |-->Screen "Screen0" (0)
    [  2900.310] (**) |   |-->Monitor "Monitor0"
    [  2900.311] (**) |   |-->Device "Card0"
    [  2900.311] (==) Automatically adding devices
    [  2900.311] (==) Automatically enabling devices
    [  2900.311] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [  2900.311]     Entry deleted from font path.
    [  2900.311] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
    [  2900.311] (==) ModulePath set to "/usr/lib/xorg/modules"
    [  2900.311] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [  2900.311] (II) Loader magic: 0x81f3040
    [  2900.311] (II) Module ABI versions:
    [  2900.311]     X.Org ANSI C Emulation: 0.4
    [  2900.311]     X.Org Video Driver: 8.0
    [  2900.311]     X.Org XInput driver : 11.0
    [  2900.311]     X.Org Server Extension : 4.0
    [  2900.312] (--) PCI:*(0:0:2:0) 8086:3582:1179:0037 rev 2, Mem @ 0xd8000000/134217728, 0xd0000000/524288, I/O @ 0x0000eff8/8
    [  2900.312] (--) PCI: (0:0:2:1) 8086:3582:1179:0037 rev 2, Mem @ 0x40000000/134217728, 0x4c000000/524288
    [  2900.312] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [  2900.312] (II) LoadModule: "extmod"
    [  2900.312] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [  2900.312] (II) Module extmod: vendor="X.Org Foundation"
    [  2900.312]     compiled for 1.9.4, module version = 1.0.0
    [  2900.312]     Module class: X.Org Server Extension
    [  2900.312]     ABI class: X.Org Server Extension, version 4.0
    [  2900.312] (II) Loading extension MIT-SCREEN-SAVER
    [  2900.312] (II) Loading extension XFree86-VidModeExtension
    [  2900.312] (II) Loading extension XFree86-DGA
    [  2900.312] (II) Loading extension DPMS
    [  2900.312] (II) Loading extension XVideo
    [  2900.312] (II) Loading extension XVideo-MotionCompensation
    [  2900.312] (II) Loading extension X-Resource
    [  2900.312] (II) LoadModule: "dbe"
    [  2900.312] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [  2900.313] (II) Module dbe: vendor="X.Org Foundation"
    [  2900.313]     compiled for 1.9.4, module version = 1.0.0
    [  2900.313]     Module class: X.Org Server Extension
    [  2900.313]     ABI class: X.Org Server Extension, version 4.0
    [  2900.313] (II) Loading extension DOUBLE-BUFFER
    [  2900.313] (II) LoadModule: "glx"
    [  2900.313] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [  2900.313] (II) Module glx: vendor="X.Org Foundation"
    [  2900.313]     compiled for 1.9.4, module version = 1.0.0
    [  2900.313]     ABI class: X.Org Server Extension, version 4.0
    [  2900.313] (==) AIGLX enabled
    [  2900.313] (II) Loading extension GLX
    [  2900.313] (II) LoadModule: "record"
    [  2900.313] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [  2900.313] (II) Module record: vendor="X.Org Foundation"
    [  2900.313]     compiled for 1.9.4, module version = 1.13.0
    [  2900.313]     Module class: X.Org Server Extension
    [  2900.313]     ABI class: X.Org Server Extension, version 4.0
    [  2900.313] (II) Loading extension RECORD
    [  2900.313] (II) LoadModule: "dri"
    [  2900.313] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [  2900.314] (II) Module dri: vendor="X.Org Foundation"
    [  2900.314]     compiled for 1.9.4, module version = 1.0.0
    [  2900.314]     ABI class: X.Org Server Extension, version 4.0
    [  2900.314] (II) Loading extension XFree86-DRI
    [  2900.314] (II) LoadModule: "dri2"
    [  2900.314] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [  2900.314] (II) Module dri2: vendor="X.Org Foundation"
    [  2900.314]     compiled for 1.9.4, module version = 1.2.0
    [  2900.314]     ABI class: X.Org Server Extension, version 4.0
    [  2900.314] (II) Loading extension DRI2
    [  2900.314] (II) LoadModule: "intel"
    [  2900.314] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [  2900.314] (II) Module intel: vendor="X.Org Foundation"
    [  2900.314]     compiled for 1.9.4, module version = 2.14.0
    [  2900.314]     Module class: X.Org Video Driver
    [  2900.314]     ABI class: X.Org Video Driver, version 8.0
    [  2900.314] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
        Sandybridge, Sandybridge
    [  2900.314] (--) using VT number 7
    [  2900.324] (EE) No devices detected.
    [  2900.324]
    Fatal server error:
    [  2900.324] no screens found
    [  2900.324]
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    [  2900.324] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [  2900.324]

    Please use [ code ] tags for pasting code https://bbs.archlinux.org/help.php#bbcode as it makes your posts much easier to read.
    There's a problem with old Intel cards and the current Intel drivers. Unfortunately using older drivers means downgrading xorg-server and friends. Read about downgrading in the wiki.
    I'm currently using xf86-video-intel 2.13.0-4 and xorg-server 1.9.4-1 and things are OK. My card
    [karol@black ~]$ lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
    Last edited by karol (2011-04-25 21:16:37)

  • Failing to load drivers (xf86-video-intel) for Intel GMA x3100

    Heey,
    I'm installing Archlinux on my Compaq 6710b. This is the problem:
    No matter what I try, Xorg -configure fails to load the intel drivers for my 965 gma (x3100).
    Weird is that a week ago, I did an install with the pre-release iso's and it worked flawlessly detecting everything as it should and by itself. Now with the new iso's I did several installs, but I can't get the xf86-video-intel driver to work, it's giving me the following error message:
    List of video drivers:
        fglrx  <------------------- don't know when he came in
        i810  <
        intel  < ------------------- i810 and intel are both installed with the xf86-video-intel 2.1.1-2 from [testing]
        vesa < ------------------- currently using vesa as the rest ain't working
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.40.4
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "i810"
    (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
    dlopen: /usr/lib/xorg/modules/drivers//i810_drv.so: undefined symbol: xf86CrtcConfigPrivateIndex
    (EE) Failed to load /usr/lib/xorg/modules/drivers//i810_drv.so
    (II) UnloadModule: "i810"
    (EE) Failed to load module "i810" (loader failed, 7)
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    dlopen: /usr/lib/xorg/modules/drivers//intel_drv.so: undefined symbol: xf86CrtcConfigPrivateIndex
    (EE) Failed to load /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) UnloadModule: "intel"
    (EE) Failed to load module "intel" (loader failed, 7)
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.3.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.1
    When I try to set the intel driver manually by editing xorg.conf in section device, it gives an error saying the driver is not present.
    I tried installing from different sources... but nope, the error still remains.
    My question is: what is changed since the last iso's before the current that suddenly I get this weird message about the undefined symbol and all. Or am I overseeing some stupid thing here...
    Last edited by ibendiben (2007-10-15 11:53:08)

    ok,
    here is the xorg.0.log when I edit the xorg.conf so that in the section 'device' it says 'intel' in stead of 'vesa'.
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux wrj-pc 2.6.22-ARCH #1 SMP PREEMPT Wed Sep 26 21:45:47 CEST 2007 x86_64
    Build Date: 08 April 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 15 13:58:56 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (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").
    (**) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x69b5c0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.1
        X.Org XInput driver : 0.7
        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 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2a00 card 103c,30c0 rev 0c class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 8086,2a02 card 103c,30c0 rev 0c class 03,00,00 hdr 80
    (II) PCI: 00:02:1: chip 8086,2a03 card 103c,30c0 rev 0c class 03,80,00 hdr 80
    (II) PCI: 00:1a:0: chip 8086,2834 card 103c,30c0 rev 03 class 0c,03,00 hdr 80
    (II) PCI: 00:1a:1: chip 8086,2835 card 103c,30c0 rev 03 class 0c,03,00 hdr 00
    (II) PCI: 00:1a:7: chip 8086,283a card 103c,30c0 rev 03 class 0c,03,20 hdr 00
    (II) PCI: 00:1b:0: chip 8086,284b card 103c,30c0 rev 03 class 04,03,00 hdr 00
    (II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1c:1: chip 8086,2841 card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1c:2: chip 8086,2843 card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1c:4: chip 8086,2847 card 0000,0000 rev 03 class 06,04,00 hdr 81
    (II) PCI: 00:1d:0: chip 8086,2830 card 103c,30c0 rev 03 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,2831 card 103c,30c0 rev 03 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,2832 card 103c,30c0 rev 03 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,2836 card 103c,30c0 rev 03 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f3 class 06,04,01 hdr 01
    (II) PCI: 00:1f:0: chip 8086,2815 card 103c,30c0 rev 03 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,2850 card 103c,30c0 rev 03 class 01,01,8a hdr 00
    (II) PCI: 00:1f:2: chip 8086,2829 card 103c,30c0 rev 03 class 01,06,01 hdr 00
    (II) PCI: 02:04:0: chip 1180,0476 card 5000,0000 rev b6 class 06,07,00 hdr 82
    (II) PCI: 02:04:1: chip 1180,0832 card 103c,30c0 rev 02 class 0c,00,10 hdr 80
    (II) PCI: 10:00:0: chip 8086,4222 card 103c,135c rev 02 class 02,80,00 hdr 00
    (II) PCI: 18:00:0: chip 14e4,1693 card 103c,30c0 rev 02 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,40), 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 (0x100000000) MX[b]
    (II) Bus 0 prefetchable memory range:
        [0] -1    0    0x00000000 - 0xffffffff (0x100000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 8: bridge is at (0:28:0), (0,8,8), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 16: bridge is at (0:28:1), (0,16,16), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 16 non-prefetchable memory range:
        [0] -1    0    0xe4100000 - 0xe41fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 24: bridge is at (0:28:2), (0,24,24), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 24 non-prefetchable memory range:
        [0] -1    0    0xe4000000 - 0xe40fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 40: bridge is at (0:28:4), (0,40,40), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 40 I/O range:
        [0] -1    0    0x00002000 - 0x000020ff (0x100) IX[b]
        [1] -1    0    0x00002400 - 0x000024ff (0x100) IX[b]
        [2] -1    0    0x00002800 - 0x000028ff (0x100) IX[b]
        [3] -1    0    0x00002c00 - 0x00002cff (0x100) IX[b]
        [4] -1    0    0x00003000 - 0x000030ff (0x100) IX[b]
        [5] -1    0    0x00003400 - 0x000034ff (0x100) IX[b]
        [6] -1    0    0x00003800 - 0x000038ff (0x100) IX[b]
        [7] -1    0    0x00003c00 - 0x00003cff (0x100) IX[b]
    (II) Bus 40 non-prefetchable memory range:
        [0] -1    0    0xe0000000 - 0xe3ffffff (0x4000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
        [0] -1    0    0x00005000 - 0x000050ff (0x100) IX[b]
        [1] -1    0    0x00005400 - 0x000054ff (0x100) IX[b]
        [2] -1    0    0x00005800 - 0x000058ff (0x100) IX[b]
        [3] -1    0    0x00005c00 - 0x00005cff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
        [0] -1    0    0xe4200000 - 0xe45fffff (0x400000) MX[b]
    (II) Bus 2 prefetchable memory range:
        [0] -1    0    0x50000000 - 0x53ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x0580 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
        [0] -1    0    0x00005000 - 0x000050ff (0x100) IX[b]
        [1] -1    0    0x00005400 - 0x000054ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
        [0] -1    0    0x50000000 - 0x53ffffff (0x4000000) MX[b]
    (--) PCI:*(0:2:0) Intel Corporation Mobile Integrated Graphics Controller rev 12, Mem @ 0xe4600000/20, 0xd0000000/28, I/O @ 0x4000/3
    (--) PCI: (0:2:1) Intel Corporation Mobile Integrated Graphics Controller rev 12, Mem @ 0xe4700000/20
    (II) Addressable bus resource ranges are
        [0] -1    0    0x00000000 - 0xffffffff (0x100000000) 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    0xe4000000 - 0xe400ffff (0x10000) MX[b]
        [1] -1    0    0xe4100000 - 0xe4100fff (0x1000) MX[b]
        [2] -1    0    0xe4201000 - 0xe42017ff (0x800) MX[b]
        [3] -1    0    0xe4809000 - 0xe48097ff (0x800) MX[b]
        [4] -1    0    0xe4808000 - 0xe48083ff (0x400) MX[b]
        [5] -1    0    0xe4804000 - 0xe4807fff (0x4000) MX[b]
        [6] -1    0    0xe4800000 - 0xe48003ff (0x400) MX[b]
        [7] -1    0    0xe4700000 - 0xe47fffff (0x100000) MX[b](B)
        [8] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
        [9] -1    0    0xe4600000 - 0xe46fffff (0x100000) MX[b](B)
        [10] -1    0    0x00004100 - 0x0000411f (0x20) IX[b]
        [11] -1    0    0x00001574 - 0x00001577 (0x4) IX[b]
        [12] -1    0    0x00001370 - 0x00001377 (0x8) IX[b]
        [13] -1    0    0x000015f4 - 0x000015f7 (0x4) IX[b]
        [14] -1    0    0x000013f0 - 0x000013f7 (0x8) IX[b]
        [15] -1    0    0x000040c0 - 0x000040cf (0x10) IX[b]
        [16] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
        [17] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [18] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
        [19] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [20] -1    0    0x000040a0 - 0x000040bf (0x20) IX[b]
        [21] -1    0    0x00004080 - 0x0000409f (0x20) IX[b]
        [22] -1    0    0x00004060 - 0x0000407f (0x20) IX[b]
        [23] -1    0    0x00004040 - 0x0000405f (0x20) IX[b]
        [24] -1    0    0x00004020 - 0x0000403f (0x20) IX[b]
        [25] -1    0    0x00004000 - 0x00004007 (0x8) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
        [0] -1    0    0xe4000000 - 0xe400ffff (0x10000) MX[b]
        [1] -1    0    0xe4100000 - 0xe4100fff (0x1000) MX[b]
        [2] -1    0    0xe4201000 - 0xe42017ff (0x800) MX[b]
        [3] -1    0    0xe4809000 - 0xe48097ff (0x800) MX[b]
        [4] -1    0    0xe4808000 - 0xe48083ff (0x400) MX[b]
        [5] -1    0    0xe4804000 - 0xe4807fff (0x4000) MX[b]
        [6] -1    0    0xe4800000 - 0xe48003ff (0x400) MX[b]
        [7] -1    0    0xe4700000 - 0xe47fffff (0x100000) MX[b](B)
        [8] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
        [9] -1    0    0xe4600000 - 0xe46fffff (0x100000) MX[b](B)
        [10] -1    0    0x00004100 - 0x0000411f (0x20) IX[b]
        [11] -1    0    0x00001574 - 0x00001577 (0x4) IX[b]
        [12] -1    0    0x00001370 - 0x00001377 (0x8) IX[b]
        [13] -1    0    0x000015f4 - 0x000015f7 (0x4) IX[b]
        [14] -1    0    0x000013f0 - 0x000013f7 (0x8) IX[b]
        [15] -1    0    0x000040c0 - 0x000040cf (0x10) IX[b]
        [16] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
        [17] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [18] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
        [19] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [20] -1    0    0x000040a0 - 0x000040bf (0x20) IX[b]
        [21] -1    0    0x00004080 - 0x0000409f (0x20) IX[b]
        [22] -1    0    0x00004060 - 0x0000407f (0x20) IX[b]
        [23] -1    0    0x00004040 - 0x0000405f (0x20) IX[b]
        [24] -1    0    0x00004020 - 0x0000403f (0x20) IX[b]
        [25] -1    0    0x00004000 - 0x00004007 (0x8) IX[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    0xe4000000 - 0xe400ffff (0x10000) MX[b]
        [5] -1    0    0xe4100000 - 0xe4100fff (0x1000) MX[b]
        [6] -1    0    0xe4201000 - 0xe42017ff (0x800) MX[b]
        [7] -1    0    0xe4809000 - 0xe48097ff (0x800) MX[b]
        [8] -1    0    0xe4808000 - 0xe48083ff (0x400) MX[b]
        [9] -1    0    0xe4804000 - 0xe4807fff (0x4000) MX[b]
        [10] -1    0    0xe4800000 - 0xe48003ff (0x400) MX[b]
        [11] -1    0    0xe4700000 - 0xe47fffff (0x100000) MX[b](B)
        [12] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
        [13] -1    0    0xe4600000 - 0xe46fffff (0x100000) MX[b](B)
        [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
        [16] -1    0    0x00004100 - 0x0000411f (0x20) IX[b]
        [17] -1    0    0x00001574 - 0x00001577 (0x4) IX[b]
        [18] -1    0    0x00001370 - 0x00001377 (0x8) IX[b]
        [19] -1    0    0x000015f4 - 0x000015f7 (0x4) IX[b]
        [20] -1    0    0x000013f0 - 0x000013f7 (0x8) IX[b]
        [21] -1    0    0x000040c0 - 0x000040cf (0x10) IX[b]
        [22] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
        [23] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [24] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[b]
        [25] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
        [26] -1    0    0x000040a0 - 0x000040bf (0x20) IX[b]
        [27] -1    0    0x00004080 - 0x0000409f (0x20) IX[b]
        [28] -1    0    0x00004060 - 0x0000407f (0x20) IX[b]
        [29] -1    0    0x00004040 - 0x0000405f (0x20) IX[b]
        [30] -1    0    0x00004020 - 0x0000403f (0x20) IX[b]
        [31] -1    0    0x00004000 - 0x00004007 (0x8) IX[b](B)
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
        compiled for 7.2.0, 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 7.2.0, 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: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.2.0, 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: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.2.0, 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: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.2.0, 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: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    dlopen: /usr/lib/xorg/modules/drivers//intel_drv.so: undefined symbol: xf86CrtcConfigPrivateIndex
    (EE) Failed to load /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) UnloadModule: "intel"
    (EE) Failed to load module "intel" (loader failed, 7)
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
    (EE) No drivers available.
    Fatal server error:
    no screens found
    Maibe someone with more experience can look trough the errors and give me some advise on this .

  • MythArchive. Does it work for you?

    I have mythtv setup and everything working for me except this piece.  I've been fighting this for some time.  At first mytharchive simply would not start.  I outputted to a log and it said that the output to dvd had not been compiled in.  This was from the prebuilt packages in the Arch repos.  So I downloaded the source and compiled.  Then I was able to select what I wanted to archive and all, but it gave me errors when it actually got to the transcoding portion.  Some unknown variable name, sorry I've forgotten the exact because its been awhile.  So finally I decided to download the source for everything and compile that.  Well I can't get mythplugins to compile, because of unknown variable errors during the make.  At this point I have surrendered.
    My question is simply this.  Does it work for you with the latest releases?  How did you install?  Arch Packages?  Compiled from source?

    I had to get it working by compiling it myself i.e. using the mytharchive PKGBUILD, putting it in an empty directory and running makepkg.
    This version of mytharchive requires make clean on each build, or, as I did, it needs to be built from a clean directory. See this for more details..... http://www.gossamer-threads.com/lists/mythtv/dev/229431

  • Drawing with a custom profile stroke is not working for me. Does it work for you?

    Drawing with a custom profile stroke is not working for me. Does it work for you?
    I can only apply it on an existing stroke but can't draw a new one with the selected profile. In fact if I change the profile to other than the default Uniform I also can't draw a new stroke with any other width than the default 1 point. This doesn't seem normal.
    Using SC5 on a PC.

    Another question on the same topic.
    Once I add a new profile to the list is it possible to put it on top of the list. I need this because the Adobe people decided to put the list in a tiny scrollable window with only a few of the first profiles showing. If there is noting in the interface may be I have to modify some program files settings?

  • Does the RSS feed for Dev Forums work for you?

    Does the RSS feed (lower right corner of the screen)
    http://discussions.apple.com/rss.jspa?feed=rss/rssmessages.jspa?forumID=727
    work for you? I tried to add the URL to one of the RSS readers on my iPhone but none could identify a working feed. Any hints?

    Well, I think they just got the RSS image link wrong. The correct link is:
    http://discussions.apple.com/rss/rssmessages.jspa?forumID=727
    Works fine in all readers.
    (I still wonder how others have gotten the link I initially posted working... )

  • Vinagre vnc client -- does the scaling work for you?

    hello fellaz,
    i tried vinagre from aur (both vinagre and vinagre-tweak) but scaling option was disabled, although i think it should work (gtk-vnc has been compiled with --with-gtkglext=yes). does it work for you?
    thanks for reply,
    joe
    Last edited by jose1711 (2008-04-26 11:35:29)

    my self-built packages don't work with scaling aswell.
    however, vinagre should be in extra anyway, as it is officially part of gnome 2.22, so it should be in gnome-extra.

  • Does BT Openzone work for you?

    I live in Central London and work in the City so I often find that my iPhone has connected to BT Openzone or The Cloud if WiFi is on.
    The reason I usually discover this is that it is taking an age to download something or to move to the next page in Safari. I usually have to switch off WiFi in order to get the much faster connection I can get in 3G.
    There is Cloud WiFi at Arsenal's Emirates Stadium and that appears occasionally on the phone but I can never get any downloads during a match via Cloud or 3G.
    All in all, it seems to me that the public wi-fi connection to the iPhone is useless and the only useful such connection is a personal/corporate one.
    What are other people's experiences? Am I doing something wrong?

    dbir wrote:
    Has anyone been able to get "DVR Manager" (go to Verizon's web site>My Verizon>Manage My TV, scroll down to "DVR Manager", click "Manage") to work?  I always get the error"  "We are having trouble communicating to your Set Top Box.".
    I just had FIOS installed (TV, internet, phone) last week.  Everything is working great.  Except this.  I've researched/tried lots of things unsuccessfully.  "Home Agent" doesn't know DVR Manager exists.  Neither does the online Automated Agent.  I tried Verizon's online chat help, but their suggestions didn't help either.  I'm wondering if it works for anyone, or is it some discontinued-but-still-advertised feature.
    If DVR Manager works for you, please tell me what you did to get it to work.
    -dbir
    Yes, has worked for years. And while I don't use it very much, I just checked, still works fine.
    Have you gone into the Menu on the DVR and set up the FiOS TV Remote DVR dialog? If not, you need to do so. You will need to set up a Parental Control PIN to access the dialog if you have not done so.
    Menu ==> Settings ==> FiOS TV Remote DVR ==> Web Access ==> and enable it (at least that is what I remember you had to do at that point)
    Hope this helps.
    Justin
    FiOS TV, 25/25 Internet, and Digital Voice user
    QIP7232, QIP7100-P2, IMG 1.9.1
    Keller, TX 76248 (VHO 1)

  • Xf86-video-intel doesnt like my 945GME

    I run Archlinux on an HP mini 1000
    and have been having problems with anything and everything graphical.
    Namely, even 2d games lag.
    I get 6fps in super mario chronicles using
    smc -d game performance
    I get 132fps from glxgears, I do realised this is not a benchmark and all >.>
    Here is my /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "USB Mouse" "CorePointer"
    # InputDevice "Logitech MX rev" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "False"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    ##logitech MX rev
    #Section "InputDevice"
    # Identifier "Logitech MX rev"
    # Driver "evdev"
    # Option "Phys" "usb-*/input0"
    # Option "CorePointer"
    #EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Option "DRI" "True"
    Option "FramebufferCompression" "True"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BusID "PCI:0:2:0"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    # Option "AccelMethod" "UXA"
    # Option "AccelMethod" "exa"
    # Option "ExaNoComposite" "false"
    # Option "MigrationHeuristic" "greedy"
    # Option "AccelMethod" "xaa"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    I am using xf86-video-intel
    -legacy didnt work for me
    I have also tried -stable and -newest from the AUR to no prevail (same problem)
    and when I went to try -git, it didnt want to work for me.
    Here is my /var/log/Xorg.0.log
    X.Org X Server 1.6.3
    Release Date: 2009-7-31
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux minime 2.6.30-ARCH #1 SMP PREEMPT Mon Aug 17 18:04:53 CEST 2009 i686
    Build Date: 25 August 2009 09:20:48PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 29 08:46:06 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "USB Mouse"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /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,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x640
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:0:2:0) 8086:27ae:103c:361a Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xfe980000/524288, 0xd0000000/268435456, 0xfe940000/262144, I/O @ 0x0000dc80/8
    (--) PCI: (0:0:2:1) 8086:27a6:103c:361a Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xfe880000/524288
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "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) "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) "dri2" will be loaded by default.
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 2.7.99
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.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, IGD_GM, IGD_G, 965G, G35,
    965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile Intel® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
    IGDNG_M
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 7, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 7, (OK)
    drmOpenByBusid: drmOpenMinor returns 7
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (**) intel(0): Depth 16, (--) framebuffer bpp 16
    (==) intel(0): RGB weight 565
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "DRI" "True"
    (**) intel(0): Option "FramebufferCompression" "True"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    (--) intel(0): Chipset: "945GME"
    (--) intel(0): Linear framebuffer at 0xD0000000
    (--) intel(0): IO registers at addr 0xFE980000 size 524288
    (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
    (II) intel(0): No SDVO device is found in VBT
    (II) intel(0): 2 display pipes available.
    (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): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "CPT", prod id 1260
    (II) intel(0): EDID vendor "CPT", prod id 1260
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x600
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x83e
    (==) intel(0): 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.6.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (II) Loading sub module "dri2"
    (II) LoadModule: "dri2"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 238848 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 955388 kB available
    (II) intel(0): [DRI2] Setup complete
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) UXA(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): adjusting plane->pipe mappings to allow for framebuffer compression
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x005fffff: compressed frame buffer (6144 kB, 0x000000003f800000 physical
    (II) intel(0): 0x00600000-0x00600fff: compressed ll buffer (4 kB, 0x000000003fe00000 physical
    (II) intel(0): 0x00601000-0x0060afff: HW cursors (40 kB, 0x000000003fe01000 physical
    (II) intel(0): 0x0060b000-0x0060bfff: overlay registers (4 kB, 0x000000003fe0b000 physical
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x007bf000-0x0f9f3fff: DRI memory manager (248020 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): BO memory allocation layout:
    (II) intel(0): 0x007bf000: start of memory manager
    (II) intel(0): 0x00800000-0x009fffff: front buffer (2048 kB) X tiled
    (II) intel(0): 0x0f9f4000: end of memory manager
    (II) intel(0): using SSC reference clock of 100 MHz
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane B is now disabled and connected to pipe A.
    (WW) intel(0): Hardware claims pipe A is on while software believes it is off
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane A 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): RandR 1.2 enabled, ignore the following RandR disabled message.
    (**) Option "dpms" "true"
    (**) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: DRI2 Enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 222 x 130
    (**) 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"
    (WW) Option "XkbVariant" requires an string value
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (**) Option "Protocol" "IMPS/2"
    (**) USB Mouse: Device: "/dev/input/mice"
    (**) USB Mouse: Protocol: "IMPS/2"
    (**) Option "SendCoreEvents" "true"
    (**) Option "CorePointer"
    (**) USB Mouse: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Buttons" "5"
    (==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) USB Mouse: ZAxisMapping: buttons 4 and 5
    (**) USB Mouse: Buttons: 9
    (**) USB Mouse: Sensitivity: 1
    (II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
    (**) USB Mouse: (accel) keeping acceleration scheme 1
    (**) USB Mouse: (accel) filter chain progression: 2.00
    (**) USB Mouse: (accel) filter stage 0: 20.00 ms
    (**) USB Mouse: (accel) set acceleration profile 0
    (II) USB Mouse: ps2EnableDataReporting: succeeded
    If you need anymore information just ask xD
    I appologise in advance if this question has been answered elsewhere, I did try look and followed the instructions in the other threads on similar topics but none worked for me. I also would like to appologise if this is in the wrong section of the forums.
    Thanks in advance,
    Ducky.

    I'm using xf86-video-intel. All packages from core and extra. Nothing compiled by hand or from testing.
    Maybe there are small and subtle differences in the hardware? Because otherwise it's not logical that you see these performance problems and I don't. Some people have seen their problems gone with kernel 2.6.31, It should be out in a week, so hopefully that solves your problems too.
    Anyway, I post my X log and dmesg, in case you can spot something there that could give you a clue.
    Xorg.0.log
    X.Org X Server 1.6.3
    Release Date: 2009-7-31
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux hpmini 2.6.30-ARCH #1 SMP PREEMPT Mon Aug 17 18:04:53 CEST 2009 i686
    Build Date: 25 August 2009 09:20:48PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 30 15:27:50 2009
    (II) Loader magic: 0x640
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:0:2:0) 8086:27ae:103c:361a Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xfe980000/524288, 0xd0000000/268435456, 0xfe940000/262144, I/O @ 0x0000dc80/8
    (--) PCI: (0:0:2:1) 8086:27a6:103c:361a Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xfe880000/524288
    (==) Using default built-in configuration (39 lines)
    (==) --- Start of built-in configuration ---
    Section "Device"
    Identifier "Builtin Default intel Device 0"
    Driver "intel"
    EndSection
    Section "Screen"
    Identifier "Builtin Default intel Screen 0"
    Device "Builtin Default intel Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default i810 Device 0"
    Driver "i810"
    EndSection
    Section "Screen"
    Identifier "Builtin Default i810 Screen 0"
    Device "Builtin Default i810 Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default vesa Device 0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Builtin Default vesa Screen 0"
    Device "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default fbdev Device 0"
    Driver "fbdev"
    EndSection
    Section "Screen"
    Identifier "Builtin Default fbdev Screen 0"
    Device "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
    Identifier "Builtin Default Layout"
    Screen "Builtin Default intel Screen 0"
    Screen "Builtin Default i810 Screen 0"
    Screen "Builtin Default vesa Screen 0"
    Screen "Builtin Default fbdev Screen 0"
    EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default intel Screen 0" (0)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default intel Device 0"
    (==) No monitor specified for screen "Builtin Default intel Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default i810 Screen 0" (1)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default i810 Device 0"
    (==) No monitor specified for screen "Builtin Default i810 Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default vesa Screen 0" (2)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default vesa Device 0"
    (==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default fbdev Screen 0" (3)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default fbdev Device 0"
    (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 2.7.99
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "i810"
    (WW) Warning, couldn't open module i810
    (II) UnloadModule: "i810"
    (EE) Failed to load module "i810" (module does not exist, 0)
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 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, IGD_GM, IGD_G, 965G, G35,
    965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile Intel® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
    IGDNG_M
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (WW) Falling back to old probe method for vesa
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    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) intel(0): Creating default Display subsection in Screen section
    "Builtin Default intel Screen 0" for depth/fbbpp 24/32
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    (--) intel(0): Chipset: "945GME"
    (II) intel(0): Output VGA1 has no monitor section
    (II) intel(0): Output LVDS1 has no monitor section
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output LVDS1 connected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS1 using initial mode 1024x600
    (==) intel(0): video overlay key set to 0x101fe
    (==) 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.6.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) UnloadModule: "vesa"
    (II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) intel(0): [DRI2] Setup complete
    (**) intel(0): Kernel mode setting active, disabling FBC.
    (**) intel(0): Framebuffer compression disabled
    (**) intel(0): Tiling enabled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) UXA(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): No memory allocations
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): direct rendering: DRI2 Enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 270 x 158
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 2.2.5
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Synaptics touchpad driver version 1.1.2
    (**) Option "Device" "/dev/input/event4"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle
    (**) Option "VertEdgeScroll" "true"
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
    (**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
    (**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event7"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event8"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event2"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event5"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) intel(0): EDID vendor "CPT", prod id 1260
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.60 1024 1072 1104 1216 600 603 609 625 -hsync -vsync (37.5 kHz)
    (II) intel(0): EDID vendor "CPT", prod id 1260
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1024x600"x0.0 45.60 1024 1072 1104 1216 600 603 609 625 -hsync -vsync (37.5 kHz)
    dmesg
    Linux version 2.6.30-ARCH (root@artin) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Mon Aug 17 18:04:53 CEST 2009
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003f7b0000 (usable)
    BIOS-e820: 000000003f7b0000 - 000000003f7be000 (ACPI data)
    BIOS-e820: 000000003f7be000 - 000000003f7f0000 (ACPI NVS)
    BIOS-e820: 000000003f7f0000 - 000000003f800000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    DMI present.
    last_pfn = 0x3f7b0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-DFFFF uncachable
    E0000-E3FFF write-protect
    E4000-EFFFF write-through
    F0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask 0C0000000 write-back
    1 base 03F800000 mask 0FF800000 uncachable
    2 disabled
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000006000 (reserved)
    modified: 0000000000006000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000003f7b0000 (usable)
    modified: 000000003f7b0000 - 000000003f7be000 (ACPI data)
    modified: 000000003f7be000 - 000000003f7f0000 (ACPI NVS)
    modified: 000000003f7f0000 - 000000003f800000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000fff00000 - 0000000100000000 (reserved)
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 7000-c000
    RAMDISK: 3f6bb000 - 3f79f5e0
    Allocated new RAMDISK: 00628000 - 0070c5e0
    Move RAMDISK from 000000003f6bb000 - 000000003f79f5df to 00628000 - 0070c5df
    ACPI: RSDP 000f9c30 00014 (v00 ACPIAM)
    ACPI: RSDT 3f7b0000 0003C (v01 110708 RSDT1432 20081107 MSFT 00000097)
    ACPI: FACP 3f7b0200 00084 (v02 110708 FACP1432 20081107 MSFT 00000097)
    ACPI: DSDT 3f7b0430 07ECA (v01 361A0 361A0F05 00000F05 INTL 20051117)
    ACPI: FACS 3f7be000 00040
    ACPI: APIC 3f7b0390 0005C (v01 110708 APIC1432 20081107 MSFT 00000097)
    ACPI: MCFG 3f7b03f0 0003C (v01 110708 OEMMCFG 20081107 MSFT 00000097)
    ACPI: OEMB 3f7be040 00224 (v01 110708 OEMB1432 20081107 MSFT 00000097)
    ACPI: ASF! 3f7b8300 00075 (v32 LEGEND I865PASF 00000001 INTL 20051117)
    ACPI: SSDT 3f7bebe0 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    ACPI: Local APIC address 0xfee00000
    127MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    node 0 low ram: 00000000 - 377fe000
    node 0 bootmap 00008000 - 0000ef00
    (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000100000 - 0000624e44] TEXT DATA BSS ==> [0000100000 - 0000624e44]
    #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
    #5 [0000625000 - 0000627174] BRK ==> [0000625000 - 0000627174]
    #6 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
    #7 [0000628000 - 000070c5e0] NEW RAMDISK ==> [0000628000 - 000070c5e0]
    #8 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
    found SMP MP-table at [c00ff780] ff780
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0003f7b0
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x00000002
    0: 0x00000006 -> 0x0000009f
    0: 0x00000100 -> 0x0003f7b0
    On node 0 totalpages: 259915
    free_area_init_node: node 0, pgdat c04c0380, node_mem_map c1000000
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3963 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 256 pages used for memmap
    HighMem zone: 32434 pages, LIFO batch:7
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x808
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Enabling APIC mode: Flat. Using 1 I/O APICs
    Using ACPI (MADT) for SMP configuration information
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 0000000000002000 - 0000000000006000
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Allocating PCI resources starting at 40000000 (gap: 3f800000:bf600000)
    NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 11 pages at c17f4000, static data 24444 bytes
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257883
    Kernel command line: root=/dev/disk/by-uuid/1cb71ec7-3bd0-4472-a3a0-3305ac4c68c3 ro resume=/dev/sda4 rootflags=barrier=0 elevator=as i915.modeset=1
    Unknown boot option `i915.modeset=1': ignoring
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    NR_IRQS:512
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Fast TSC calibration using PIT
    Detected 1595.895 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Initializing HighMem for node 0 (000377fe:0003f7b0)
    Memory: 1024080k/1040064k available (2894k kernel code, 15256k reserved, 1050k data, 392k init, 130760k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff4e000 - 0xfffff000 ( 708 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc04e1000 - 0xc0543000 ( 392 kB)
    .data : 0xc03d3aff - 0xc04da6a8 (1050 kB)
    .text : 0xc0100000 - 0xc03d3aff (2894 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.78 BogoMIPS (lpj=5319650)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I cache: 32K, L1 D cache: 24K
    CPU: L2 cache: 512K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    using mwait in idle threads.
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20090320
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02
    Booting processor 1 APIC 0x1 ip 0x6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 3193.77 BogoMIPS (lpj=5319637)
    CPU: L1 I cache: 32K, L1 D cache: 24K
    CPU: L2 cache: 512K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#1.
    x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    CPU1: Intel(R) Atom(TM) CPU N270 @ 1.60GHz stepping 02
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Brought up 2 CPUs
    Total of 2 processors activated (6386.55 BogoMIPS).
    CPU0 attaching sched-domain:
    domain 0: span 0-1 level SIBLING
    groups: 0 1
    CPU1 attaching sched-domain:
    domain 0: span 0-1 level SIBLING
    groups: 1 0
    net_namespace: 1056 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: Not using MMCONFIG.
    PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: BIOS _OSI(Linux) query ignored
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
    PCI: updated MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
    PCI: Using MMCONFIG for extended config space
    ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in interrupt mode
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:02.0: reg 10 32bit mmio: [0xfe980000-0xfe9fffff]
    pci 0000:00:02.0: reg 14 io port: [0xdc80-0xdc87]
    pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
    pci 0000:00:02.0: reg 1c 32bit mmio: [0xfe940000-0xfe97ffff]
    pci 0000:00:02.1: reg 10 32bit mmio: [0xfe880000-0xfe8fffff]
    pci 0000:00:1b.0: reg 10 64bit mmio: [0xfe938000-0xfe93bfff]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1d.0: reg 20 io port: [0xdc00-0xdc1f]
    pci 0000:00:1d.1: reg 20 io port: [0xd880-0xd89f]
    pci 0000:00:1d.2: reg 20 io port: [0xd800-0xd81f]
    pci 0000:00:1d.3: reg 20 io port: [0xd480-0xd49f]
    pci 0000:00:1d.7: reg 10 32bit mmio: [0xfe937c00-0xfe937fff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
    pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH6 GPIO
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 0003)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
    pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
    pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
    pci 0000:00:1f.1: reg 18 io port: [0x8f0-0x8f7]
    pci 0000:00:1f.1: reg 1c io port: [0x8f8-0x8fb]
    pci 0000:00:1f.1: reg 20 io port: [0xffa0-0xffaf]
    pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
    pci 0000:01:00.0: reg 10 64bit mmio: [0xfeafc000-0xfeafffff]
    pci 0000:01:00.0: supports D1 D2
    pci 0000:00:1c.0: bridge 32bit mmio: [0xfea00000-0xfeafffff]
    pci 0000:02:00.0: reg 10 64bit mmio: [0xfebfc000-0xfebfffff]
    pci 0000:02:00.0: reg 18 io port: [0xec00-0xecff]
    pci 0000:02:00.0: supports D1 D2
    pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:00.0: PME# disabled
    pci 0000:00:1c.1: bridge io port: [0xe000-0xefff]
    pci 0000:00:1c.1: bridge 32bit mmio: [0xfeb00000-0xfebfffff]
    pci 0000:00:1e.0: transparent bridge
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    hpet clockevent registered
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
    system 00:08: ioport range 0x4d0-0x4d1 has been reserved
    system 00:08: ioport range 0x500-0x501 has been reserved
    system 00:08: ioport range 0x800-0x87f has been reserved
    system 00:08: ioport range 0x480-0x4bf has been reserved
    system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
    system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
    system 00:08: iomem range 0xfed40000-0xfed8ffff has been reserved
    system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
    system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:0a: iomem range 0xe0000000-0xe3ffffff has been reserved
    system 00:0b: iomem range 0x0-0x9ffff could not be reserved
    system 00:0b: iomem range 0xc0000-0xcffff could not be reserved
    system 00:0b: iomem range 0xe0000-0xfffff could not be reserved
    system 00:0b: iomem range 0x100000-0x3f7fffff could not be reserved
    system 00:0b: iomem range 0xfed90000-0xffffffff could not be reserved
    pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:1c.0: IO window: disabled
    pci 0000:00:1c.0: MEM window: 0xfea00000-0xfeafffff
    pci 0000:00:1c.0: PREFETCH window: disabled
    pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
    pci 0000:00:1c.1: IO window: 0xe000-0xefff
    pci 0000:00:1c.1: MEM window: 0xfeb00000-0xfebfffff
    pci 0000:00:1c.1: PREFETCH window: disabled
    pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
    pci 0000:00:1e.0: IO window: disabled
    pci 0000:00:1e.0: MEM window: disabled
    pci 0000:00:1e.0: PREFETCH window: disabled
    pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    pci_bus 0000:01: resource 1 mem: [0xfea00000-0xfeafffff]
    pci_bus 0000:02: resource 0 io: [0xe000-0xefff]
    pci_bus 0000:02: resource 1 mem: [0xfeb00000-0xfebfffff]
    pci_bus 0000:03: resource 3 io: [0x00-0xffff]
    pci_bus 0000:03: resource 4 mem: [0x000000-0xffffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 913k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: disabled - APM is not SMP safe.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1251638842.163:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1747
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered (default)
    io scheduler deadline registered
    io scheduler cfq registered
    pci 0000:00:02.0: Boot video device
    pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
    pcieport-driver 0000:00:1c.0: setting latency timer to 64
    pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
    pcieport-driver 0000:00:1c.1: setting latency timer to 64
    isapnp: Scanning for PnP cards...
    Switched to high resolution mode on CPU 1
    Switched to high resolution mode on CPU 0
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    i8042.c: Detected active multiplexing controller, rev 1.1.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX0 port at 0x60,0x64 irq 12
    serio: i8042 AUX1 port at 0x60,0x64 irq 12
    serio: i8042 AUX2 port at 0x60,0x64 irq 12
    serio: i8042 AUX3 port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 392k freed
    Linux agpgart interface v0.103
    agpgart-intel 0000:00:00.0: Intel 945GME Chipset
    agpgart-intel 0000:00:00.0: detected 7932K stolen memory
    agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [drm] Initialized drm 1.1.0 20060810
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/input/input2
    ACPI: Video Device [IGD] (multi-head: yes rom: no post: no)
    i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    i915 0000:00:02.0: setting latency timer to 64
    allocated 1024x600 fb: 0x007df000, bo f7373300
    Console: switching to colour frame buffer device 128x37
    [drm] LVDS-8: set mode 1024x600 c
    fb0: inteldrmfb frame buffer device
    registered panic notifier
    [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    pata_acpi 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    pata_acpi 0000:00:1f.1: setting latency timer to 64
    pata_acpi 0000:00:1f.1: PCI INT A disabled
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    ata1.00: ATA-7: TOSHIBA MK6028GAL, BN101C, max UDMA/100
    ata1.00: 117210240 sectors, multi 16: LBA
    ata1.00: configured for UDMA/100
    scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK6028GA BN10 PQ: 0 ANSI: 5
    ata2: port disabled. ignoring.
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 117210240 512-byte hardware sectors: (60.0 GB/55.8 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 < sda5 sda6 > sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    PM: Starting manual resume from disk
    EXT4-fs: barriers disabled
    kjournald2 starting: pid 502, dev sda2:8, commit interval 5 seconds
    EXT4-fs: delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs: mounted filesystem sda2 with ordered data mode
    rtc_cmos 00:03: RTC can wake from S4
    rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
    udev: starting version 145
    ACPI: SSDT 3f7be340 0023C (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    ACPI: SSDT 3f7be610 005D0 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    processor ACPI_CPU:00: registered as cooling_device0
    ACPI: SSDT 3f7be270 000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
    ACPI: SSDT 3f7be580 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
    processor ACPI_CPU:01: registered as cooling_device1
    intel_rng: FWH not detected
    input: PC Speaker as /devices/platform/pcspkr/input/input3
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfe937c00
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    sky2 driver version 1.22
    sky2 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    sky2 0000:02:00.0: setting latency timer to 64
    sky2 0000:02:00.0: Yukon-2 FE+ chip revision 0
    sky2 0000:02:00.0: irq 26 for MSI/MSI-X
    sky2 eth0: addr 00:22:64:71:89:f7
    iTCO_vendor_support: vendor-support=0
    usb 1-4: new high speed USB device using ehci_hcd and address 3
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x0860)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    usb 1-4: configuration #1 chosen from 1 choice
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000dc00
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d880
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d800
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.3: setting latency timer to 64
    uhci_hcd 0000:00:1d.3: UHCI Host Controller
    uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000d480
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    lib80211: common routines for IEEE802.11 drivers
    lib80211_crypt: registered algorithm 'NULL'
    Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04711/0xa00000
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input4
    usb 3-1: new full speed USB device using uhci_hcd and address 2
    usb 3-1: configuration #1 chosen from 1 choice
    wl: module license 'Mixed/Proprietary' taints kernel.
    Disabling lock debugging due to kernel taint
    wl 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    wl 0000:01:00.0: setting latency timer to 64
    eth1 (wl): not using net_device_ops yet
    ACPI: WMI: Mapper loaded
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    ACPI: Power Button [PWRF]
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0D:00/input/input6
    ACPI: Lid Switch [LID]
    input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7
    ACPI: Sleep Button [SLPB]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input8
    ACPI: Power Button [PWRB]
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    ACPI: AC Adapter [AC0] (on-line)
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (37 C)
    ACPI: Battery Slot [BAT1] (battery present)
    lib80211_crypt: registered algorithm 'TKIP'
    eth1: Broadcom BCM4315 802.11 Wireless Controller 5.10.91.9
    fuse init (API version 7.11)
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    input: HDA Intel Line In at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/input/input10
    input: HDA Intel Mic at Sep Rear Jack as /devices/pci0000:00/0000:00:1b.0/input/input11
    input: HDA Intel Mic at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/input/input12
    input: HDA Intel HP Out at Ext Rear Jack as /devices/pci0000:00/0000:00:1b.0/input/input13
    EXT4 FS on sda2, internal journal on sda2:8
    Adding 1975984k swap on /dev/sda4. Priority:-1 extents:1 across:1975984k
    platform microcode: firmware: requesting intel-ucode/06-1c-02
    platform microcode: firmware: requesting intel-ucode/06-1c-02
    Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    microcode: CPU0 updated from revision 0x20a to 0x212, date = 2008-10-06
    microcode: CPU1 updated from revision 0x20a to 0x212, date = 2008-10-06
    Microcode Update Driver: v2.00 removed.
    Clocksource tsc unstable (delta = -87068727 ns)
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    sky2 eth0: enabling interface
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    eth1: no IPv6 routers present
    CPU0 attaching NULL sched-domain.
    CPU1 attaching NULL sched-domain.
    CPU0 attaching sched-domain:
    domain 0: span 0-1 level SIBLING
    groups: 0 1
    CPU1 attaching sched-domain:
    domain 0: span 0-1 level SIBLING
    groups: 1 0

  • Xf86-video-intel disable tv

    I am on a lenovo T61 laptop.  I was running xorg 1.2 (current) without any xorg.conf with kde and everything worked fine, i had the right resolution of 1440x900, except i had no video acceleration ( intel 965 chipset/X3100). I did Xorg -configure to write an xorg.conf to disk and put it in /ext/X11/xorg.conf. I rebooted and everything was fine. I then enabled the testing repo, and updated xorg to 1.3 and installed the xf86-video-intel driver, though i didnt enable. Again i rebooted and everything was working except video acceleration. I then enable the i810 driver in xorg.conf and rebooted. It loaded, but now my screen isnt configured properly. Kde detects my screen as 1024x768, but video is still being output at 1440x900; this leads to kde taking up about 1/2 the screen and making control awkward. xrandr shows that the internal monitor is displaying at 1440x900, but that a tv is detected and playing at 1024x768. This leads me to think that kde is picking up on the tv resolution and tries to display as if that was my monitors resolution. No tv is connected.
    So I guess the question that i should be asking: how do i disable tv out on the i965/X3100 chipset with the xf86-video-intel driver?

    Well, i found the following thread which solved my problem: http://www.fedoraforum.org/forum/showth … p?t=159516
    made the following alterations:
    "One thing that you might run into (I did) is that GDM doesn't use the entire screen. Neither does gnome. This is because the TV output is enabled. You can disable it by adding the following commands to your xorg.conf
    Section "Monitor"
    Identifier "TVOutput"
    Option "Disable" "true"
    EndSection
    and then in the Device Section add the following
    Option "monitor-TV" "TVOutput""
    Now everything seems to be working. The only problem, if it is one, is that xrandr only outputs "xrandr: Output TV is not disconnected but has no modes" instead of all the modes available for my laptop screen and which one is running.

  • Intel i965 on 2.6.28 kernel --- results with xf86-video-intel 2.5.99.

    I compiled and booted into 2.6.28 and switched xorg.conf back to
    EXA.
    Ok, it worked a little bit better but it did not WOW me.  So, I compiled by hand the
    latest intel driver and DAMN! very smooth in Compiz... "lightening fast"  I don't have
    any 3d games to compare but, some "artifacts" that were happening on startup of the
    AWN dock are GONE.   I can play a movie trailer and drag it around with wobbly windows
    and it looks awesome.
    Here's what I did.... 
    use./autogen.sh --prefix=/usr  or ./configure --prefix=/usr where appropriate.
    [1] pthread-stubs
    git clone git://anongit.freedesktop.org/xcb/pthread-stubs
    ./autogen.sh --prefix=/usr
    [2] xf86driproto
    git clone git://anongit.freedesktop.org/xorg/proto/xf86driproto
    ./autogen.sh --prefix=/usr
    make install (its just headers so there's nothing to compile)
    [3] Dec 22 version of libdrm (the latest)
    http://dri.freedesktop.org/libdrm/libdrm-2.4.3.tar.bz2
    [4] Intel driver
    http://xorg.freedesktop.org/archive/ind … 9.1.tar.gz
    ./configure --prefix=/usr
    Transitions everything now in Compiz is smooth, smooth, smooth....!!!!!!
    Enjoy!!!!
    [ANNOUNCE] xf86-video-intel 2.5.99.1     Mon Dec 15 17:43:30 PST 2008
    http://lists.freedesktop.org/archives/x … 00714.html

    For those who'd like some PKGBUILDs in order of compilation and install, these are what I used and it works quite well.
    libpthread-stubs
    pkgname=libpthread-stubs
    pkgver=0.1
    pkgrel=1
    pkgdesc="stubs missing from libc for standard pthread functions"
    arch=('i686' 'x86_64')
    url="http://xcb.freedesktop.org/"
    license=('MIT')
    source=(http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2)
    md5sums=('774eabaf33440d534efe108ef9130a7d')
    build() {
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR="$pkgdir/" install
    libdrm
    pkgname=libdrm
    pkgver=2.4.3
    pkgrel=1
    pkgdesc="Userspace interface to kernel DRM services"
    arch=(i686 x86_64)
    depends=('glibc' 'libpthread-stubs')
    options=('!libtool' 'force')
    url="http://dri.freedesktop.org/"
    source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    libxcb
    pkgname=libxcb
    pkgver=1.1.93
    pkgrel=1
    pkgdesc="X11 client-side library"
    arch=(i686 x86_64)
    url="http://xcb.freedesktop.org/"
    depends=('xcb-proto>=1.2' 'libxdmcp' 'libxau')
    makedepends=('pkgconfig' 'libxslt' 'python')
    options=('!libtool')
    license=('custom')
    source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    libtoolize --force --copy || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    ./configure --prefix=/usr --enable-xinput || return 1
    make || return 1
    make DESTDIR=${pkgdir} install || return 1
    install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    libx11
    pkgname=libx11
    pkgver=1.1.99.2
    pkgrel=1
    pkgdesc="X11 client-side library"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('libxcb>=1.1.90.1' 'kbproto>=1.0.3')
    makedepends=('xproto>=7.0.13' 'xextproto>=7.0.3' 'xf86bigfontproto>=1.1.2' 'xtrans>=1.2.1' 'kbproto>=1.0.3' 'inputproto>=1.4.4' 'xorg-util-macros')
    options=('!libtool')
    license=('custom:XFREE86')
    source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
    xorg.sh)
    md5sums=()
    build() {
    cd ${srcdir}/libX11-${pkgver}
    libtoolize --force --copy || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    ./configure --prefix=/usr \
    --with-xcb || return 1
    make || return 1
    make DESTDIR=${pkgdir} install || return 1
    install -m755 -d ${pkgdir}/etc/profile.d
    install -m755 ${srcdir}/xorg.sh \
    ${pkgdir}/etc/profile.d/ || return 1
    install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    xorg.sh
    export XDG_DATA_HOME=$HOME/.local/share
    export XDG_CONFIG_HOME=$HOME/.config
    export XDG_CACHE_HOME=$HOME/.cache
    if [ -z $XDG_DATA_DIRS ]; then
    export XDG_DATA_DIRS=/usr/share:/usr/local/share
    else
    export XDG_DATA_DIRS=/usr/share:/usr/local/share:$XDG_DATA_DIRS
    fi
    if [ -z $XDG_CONFIG_DIRS ]; then
    export XDG_CONFIG_DIRS=/etc/xdg
    else
    export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
    fi
    dri2proto-git
    pkgname=dri2proto-git
    pkgver=20081228
    pkgrel=1
    pkgdesc="X11 OpenGL extension wire protocol"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    replaces=('dri2proto')
    provides=('dri2proto=1.99.3.99' 'dri2proto-git')
    conflicts=('dri2proto')
    groups=('xorg')
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/xorg/proto/dri2proto"
    _gitname="dri2proto"
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/$_gitname
    sh autogen.sh --prefix=/usr
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    xf86driproto-git
    pkgname=xf86driproto-git
    pkgver=20081228
    pkgrel=1
    pkgdesc="Xf86driproto"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    replaces=('xf86driproto')
    provides=('xf86driproto=2.0.4.99' 'xf86driproto-git')
    conflicts=('xf86driproto')
    groups=('xorg')
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/xorg/proto/xf86driproto"
    _gitname="xf86driproto"
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/$_gitname
    sh autogen.sh --prefix=/usr
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    libgl-git
    pkgname=libgl-git
    pkgver=20081224
    pkgrel=1
    pkgdesc="Mesa DRI OpenGL library and drivers from GIT repository"
    arch=(i686 x86_64)
    license=('custom')
    url="http://mesa3d.sourceforge.net"
    depends=('libxxf86vm' 'libdrm>=2.4.3' 'libx11>=1.1.99.2')
    makedepends=('imake' 'glproto' 'git')
    provides=('libgl=7.2.99')
    conflicts=('libgl')
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/git/mesa/mesa"
    _gitname="mesa"
    build() {
    cd ${startdir}/src/
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/
    cp -r ${startdir}/src/$_gitname ${startdir}/src/$_gitname-build || return 1
    cd $startdir/src/$_gitname-build/
    CONFIG="linux-dri-x86"
    if [ "${CARCH}" = "x86_64" ]; then
    CONFIG="linux-dri-x86-64"
    sed -i -e "s/lib64/lib/g" ${startdir}/src/$_gitname-build/configs/${CONFIG}
    fi
    echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
    echo "OPT_FLAGS = ${CFLAGS}" >> configs/${CONFIG}
    echo "SRC_DIRS = glx/x11 mesa" >> configs/${CONFIG}
    rm -f include/GL/glut*h
    echo "USING_EGL = 0" >> configs/${CONFIG}
    echo "PROGRAM_DIRS =" >> configs/${CONFIG}
    echo "MKDEP = makedepend" >> configs/${CONFIG}
    echo "DRI_DIRS =" >> configs/${CONFIG}
    echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
    #echo "DEFINES += -DUSE_XCB" >> configs/${CONFIG}
    #echo "X11_INCLUDES += `pkg-config --cflags-only-I xcb` `pkg-config --cflags-only-I x11-xcb` `pkg-config --cflags-only-I xcb-glx`" >> configs/${CONFIG}
    #echo "GL_LIB_DEPS += `pkg-config --libs xcb` `pkg-config --libs x11-xcb` `pkg-config --libs xcb-glx`" >> configs/${CONFIG}
    make ${CONFIG} || return 1
    mkdir -p ${startdir}/pkg/usr
    make INSTALL_DIR=${startdir}/pkg/usr install
    rm -rf ${startdir}/pkg/usr/include
    mkdir -p ${startdir}/pkg/usr/lib/xorg/modules/extensions
    cd ${startdir}/pkg/usr/lib/xorg/modules/extensions
    ln -sf libGLcore.xorg libGLcore.so
    ln -sf libglx.xorg libglx.so
    rm -r $startdir/src/$_gitname-build
    mesa-git
    pkgname=mesa-git
    pkgver=20081224
    pkgrel=1
    pkgdesc="Mesa OpenGL Library from GIT repository"
    url="http://www.mesa3d.org"
    license=""
    arch=(x86_64 i686)
    depends=('libgl>=7.2.99' 'glproto' 'gcc' 'libxt')
    makedepends=('imake' 'git')
    conflicts=('mesa-apps' 'mesa')
    replaces=('mesa-apps' 'mesa')
    provides=('mesa=7.2.99')
    backup=()
    install=
    source=()
    md5sums=()
    _gitroot="git://anongit.freedesktop.org/git/mesa/mesa"
    _gitname="mesa"
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd $startdir/src/$_gitname-build
    # Any patches you may want to add go here
    cd $startdir/src/$_gitname-build
    CONFIG="linux-dri-x86"
    if [ "${CARCH}" = "x86_64" ]; then
    CONFIG="linux-dri-x86-64"
    sed -i -e "s/lib64/lib/g" ${startdir}/src/$_gitname-build/configs/${CONFIG}
    fi
    echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
    echo "OPT_FLAGS = ${CFLAGS}" >> configs/${CONFIG}
    echo "SRC_DIRS = glx/x11 glu glw" >> configs/${CONFIG}
    rm -f include/GL/glut*h
    echo "USING_EGL = 0" >> configs/${CONFIG}
    echo "PROGRAM_DIRS =" >> configs/${CONFIG}
    echo "MKDEP = makedepend" >> configs/${CONFIG}
    echo "DRI_DIRS =" >> configs/${CONFIG}
    echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
    make ${CONFIG} || return 1
    mkdir -p ${startdir}/pkg/usr
    make INSTALL_DIR=${startdir}/pkg/usr install
    install -m644 include/GL/*.h ${startdir}/pkg/usr/include/GL/
    cp -r include/GL/* ${startdir}/pkg/usr/include/GL/
    rm -f ${startdir}/pkg/usr/lib/libGL.so*
    cd progs/xdemos
    make glxinfo glxgears
    mkdir -p ${startdir}/pkg/usr/bin
    install -m755 glxinfo glxgears ${startdir}/pkg/usr/bin/
    cd ${startdir}/src/gl-manpages-1.0.1
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=${startdir}/pkg install
    rm -r $startdir/pkg/usr/lib/xorg/
    rm -r $startdir/src/$_gitname-build
    intel-dri-git
    pkgname=intel-dri-git
    pkgver=20081224
    pkgrel=1
    pkgdesc="Mesa DRI drivers for Intel chipsets"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('libdrm>=2.4.3' 'mesa>=7.2.99' 'expat>=2.0')
    makedepends=('libdrm>=2.4.3' 'imake' 'mesa>=7.2.99' 'glproto>=1.4.9')
    options=('!libtool')
    conflicts=('intel-dri')
    provides=('intel-dri=7.2.99')
    source=()
    md5sums=()
    license=('custom')
    _gitroot="git://anongit.freedesktop.org/git/mesa/mesa"
    _gitname="mesa"
    build() {
    cd ${startdir}/src/
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/
    cp -r ${startdir}/src/$_gitname ${startdir}/src/$_gitname-build || return 1
    cd $startdir/src/$_gitname-build/
    CONFIG="linux-dri-x86"
    if [ "${CARCH}" = "x86_64" ]; then
    CONFIG="linux-dri-x86-64"
    sed -i -e "s/lib64/lib/g" ${startdir}/src/$_gitname-build/configs/${CONFIG}
    fi
    echo "EXTRA_LIB_PATH =" >> configs/${CONFIG}
    echo "OPT_FLAGS = ${CFLAGS} -fno-strict-aliasing" >> configs/${CONFIG}
    echo "SRC_DIRS = glx/x11 mesa" >> configs/${CONFIG}
    rm -f include/GL/glut*h
    echo "USING_EGL = 0" >> configs/${CONFIG}
    echo "PROGRAM_DIRS =" >> configs/${CONFIG}
    echo "MKDEP = makedepend" >> configs/${CONFIG}
    echo "DRI_DIRS = i810 i915 i915tex i965" >> configs/${CONFIG}
    echo "DRI_DRIVER_SEARCH_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "DRI_DRIVER_INSTALL_DIR = /usr/lib/xorg/modules/dri" >> configs/${CONFIG}
    echo "ARCH_FLAGS += -DGLX_USE_TLS" >> configs/${CONFIG}
    echo "X11_INCLUDES = `pkg-config --cflags-only-I x11`" >> configs/${CONFIG}
    make realclean
    make ${CONFIG} || return 1
    mkdir -p ${startdir}/pkg/usr
    cd drivers/dri
    make DESTDIR=${startdir}/pkg install || return 1
    rm -rf ${startdir}/pkg/usr/local
    inputproto
    pkgname=inputproto
    pkgver=1.5.0
    pkgrel=1
    pkgdesc="X11 Input extension wire protocol"
    arch=(i686 x86_64)
    license=('custom')
    url="http://xorg.freedesktop.org/"
    source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    pixman
    pkgname=pixman
    pkgver=0.13.2
    pkgrel=1
    pkgdesc="Pixman library"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org"
    license=()
    depends=('glibc')
    options=('!libtool')
    source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr --disable-static || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    randrproto
    pkgname=randrproto
    pkgver=1.2.99.3
    pkgrel=1
    pkgdesc="X11 RandR extension wire protocol"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org/"
    source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR=${pkgdir} install || return 1
    install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
    install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
    xorg-server
    pkgname=xorg-server
    pkgver=1.5.99.901
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libx11>=1.1.99.2' 'libxkbui>=1.0.2' 'libgl' 'libxfont>=1.3.3' 'openssl>=0.9.8h' 'libxxf86misc>=1.0.1' 'libpciaccess>=0.10.5' 'libxv>=1.0.4' 'libxaw>=1.0.4' 'pixman>=0.11.10' 'hal>=0.5.11' 'xcursor-themes' 'xkeyboard-config>=1.3' 'xorg-server-utils' 'xorg-utils' 'xorg-fonts-misc' 'xbitmaps' 'libdrm>=2.3.1' 'diffutils' 'xf86-input-evdev')
    makedepends=('glproto>=1.4.9' 'xf86driproto>=2.0.4' 'mesa>=7.2.99' 'randrproto>=1.2.99.3' 'renderproto>=0.9.3' 'scrnsaverproto>=1.1.0' 'fontsproto>=2.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'trapproto>=3.4.3' 'resourceproto>=1.0.2' 'xineramaproto>=1.1.2' 'evieext>=1.0.2' 'libxkbfile>=1.0.5' 'libxmu>=1.0.4' 'libxpm>=3.5.7' 'libxxf86dga>=1.0.2' 'inputproto>=1.4.4' 'xcmiscproto>=1.1.2' 'bigreqsproto' 'libdrm=2.4.3' 'xtrans' 'pixman>=0.13.2' 'inputproto>=1.5.0')
    options=('!libtool')
    provides=('x-server')
    groups=('xorg')
    install=xorg-server.install
    source=(${url}/releases/individual/xserver/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    # Fix dbus config path
    sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    ./configure --prefix=/usr \
    --enable-ipv6 \
    --enable-dri \
    --disable-dmx \
    --enable-xvfb \
    --enable-xnest \
    --enable-composite \
    --enable-xcsecurity \
    --enable-xorg \
    --enable-xtrap \
    --enable-xevie \
    --enable-xephyr \
    --enable-glx-tls \
    --enable-xorgcfg \
    --enable-kdrive \
    --enable-install-setuid \
    --enable-config-hal \
    --enable-config-dbus \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-kdrive-vesa \
    --disable-dri2 \
    --disable-xprint \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-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 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    --with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf "${pkgdir}/var/log" || return 1
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    # No longer needed, but as nvidia-utils mangles these files,
    # keep them like this so they can be restored
    mv "${pkgdir}/usr/lib/xorg/modules/libwfb.so" \
    "${pkgdir}/usr/lib/xorg/modules/libwfb.so.1.4" || return 1
    # Needed for non-mesa drivers, libgl will restore it
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libdri.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libdri.xorg" || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    xorg-server.install
    post_install() {
    rm -f usr/lib/xorg/modules/libwfb.so
    ln -sf libwfb.so.1.4 usr/lib/xorg/modules/libwfb.so
    cmp usr/lib/xorg/modules/extensions/libdri.so usr/lib/xorg/modules/extensions/libglx.xorg >/dev/null 2>&1 && rm -f usr/lib/xorg/modules/extensions/libdri.so
    # If the symlink is dead or non-existent, remove it and make a new one
    if [ ! -e usr/lib/xorg/modules/extensions/libdri.so ]; then
    rm -f usr/lib/xorg/modules/extensions/libdri.so
    ln -sf libdri.xorg usr/lib/xorg/modules/extensions/libdri.so
    fi
    post_upgrade() {
    if [ "`vercmp $2 1.4.99.906`" -lt 0 ]; then
    cat << _EOF
    Input device handling has changed in xorg-server 1.5.
    Please read http://wiki.archlinux.org/index.php/Xorg_input_hotplugging.
    _EOF
    fi
    post_install
    post_remove() {
    rm -f /usr/lib/xorg/modules/libwfb.so
    # If the symlink is dead, remove it
    if [ ! -e usr/lib/xorg/modules/extensions/libdri.so ]; then
    rm -f usr/lib/xorg/modules/extensions/libdri.so
    fi
    xf86-video-intel
    pkgname=xf86-video-intel
    pkgver=2.5.99.2
    pkgrel=1
    pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('intel-dri>=7.2.99' 'libpciaccess>=0.10.5' 'libdrm>=2.4.3')
    makedepends=('pkgconfig' 'xorg-server>=1.5.99.3' 'xf86driproto>=2.0.4' 'glproto>=1.4.9' 'mesa>=7.2.99' 'libdrm=2.4.3')
    conflicts=('xorg-server<1.5.99.3' 'xf86-video-i810')
    replaces=('xf86-video-i810')
    options=('!libtool' 'force')
    groups=('xorg-video-drivers')
    source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
    md5sums=()
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr \
    --enable-dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    xf86-input-evdev
    pkgname=xf86-input-evdev
    pkgver=2.1.0
    pkgrel=1
    pkgdesc="X.org evdev input driver"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    depends=('glibc')
    makedepends=('pkgconfig' 'xorg-server>=1.5.99.3' 'inputproto>=1.5.0' 'randrproto>=1.2.99.3')
    options=('!libtool')
    groups=('xorg-input-drivers')
    source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
    md5sums=('a6070ead29b2d81b5b386a96df2661b8')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    Last edited by mutlu_inek (2009-01-15 02:45:22)

  • Screen display looks fuzzy using xf86-video-intel on a HP Pavilion 23

    Hello,
    First off I want to say, thank you for Arch! Been using some distros on and off and I think I found my /home! I made a full plunge into Linux a bit ago after some Windows 8.1 issues, switched to Arch and not looking back. Anyways, So far all my computers are either Arch or Manjaro which I am moving more towards straight arch as Manjaro does have some issues when updating your system (dependency loops). All and all not bad, just liking the full control of a pure system then building from scratch.
    Ok, the issue at hand. I have removed Windows 8.1 from my HP All in One Pavilion 23 machine....what a nightmare that was.... Everything was good after turning off secure boot. I installed Arch Linux (3.14.4-1) x86_64, and I am having issues getting the xf86-video-intel driver to play nice with X.
    I have taken a screenshot:
    Screenshot
    I notice this starts right after the choosing the Arch Linux from the boot option menu. It starts the load nice and crisp but after a second the screen flickers with some lines at the top of the screen, random colors, only about the top 3rd of the screen. This modules begin to load but the terminal text looks blocky and horrible.
    I am using Openbox 3.5.2-6 with slim 1.3.6-4. Running xorg-server 1.15.1-1 and xorg-server-utils 7.6-3 with all the dependencies of course.
    Output from pacman queries for video drivers
    xf86-video-intel 2.99.911-2
    xf86-video-vesa 2.3.2-4
    lspci output
    00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
    00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
    00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
    00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5)
    00:1c.5 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #6 (rev d5)
    00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation H87 Express LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
    03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
    04:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
    my /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="i915"
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect block filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev block filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev block mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev block lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    #COMPRESSION="lz4"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    ,my /etc/default/grub.conf
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    And last my /var/log/Xorg.0.log
    [ 15.641]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 15.641] X Protocol Version 11, Revision 0
    [ 15.641] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 15.641] Current Operating System: Linux localhost 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64
    [ 15.641] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0c1916a0-b631-478f-ac6b-aa5d123f75cd rw quiet splash
    [ 15.641] Build Date: 14 April 2014 08:39:09AM
    [ 15.641]
    [ 15.641] Current version of pixman: 0.32.4
    [ 15.641] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 15.641] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 15.641] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 1 17:05:15 2014
    [ 15.687] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 15.687] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 15.739] (==) No Layout section. Using the first Screen section.
    [ 15.739] (==) No screen section available. Using defaults.
    [ 15.739] (**) |-->Screen "Default Screen Section" (0)
    [ 15.739] (**) | |-->Monitor "<default monitor>"
    [ 15.764] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 15.764] (**) | |-->Device "Intel Graphics"
    [ 15.764] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 15.764] (==) Automatically adding devices
    [ 15.764] (==) Automatically enabling devices
    [ 15.764] (==) Automatically adding GPU devices
    [ 15.793] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 15.793] Entry deleted from font path.
    [ 15.795] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 15.795] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 15.795] (**) Extension "Composite" is enabled
    [ 15.795] (**) Extension "RENDER" is enabled
    [ 15.795] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 15.795] (II) Loader magic: 0x804c80
    [ 15.795] (II) Module ABI versions:
    [ 15.795] X.Org ANSI C Emulation: 0.4
    [ 15.795] X.Org Video Driver: 15.0
    [ 15.795] X.Org XInput driver : 20.0
    [ 15.796] X.Org Server Extension : 8.0
    [ 15.796] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 15.798] (--) PCI:*(0:0:2:0) 8086:0412:103c:2b0f rev 6, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
    [ 15.798] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 15.798] Initializing built-in extension Generic Event Extension
    [ 15.798] Initializing built-in extension SHAPE
    [ 15.798] Initializing built-in extension MIT-SHM
    [ 15.798] Initializing built-in extension XInputExtension
    [ 15.798] Initializing built-in extension XTEST
    [ 15.798] Initializing built-in extension BIG-REQUESTS
    [ 15.798] Initializing built-in extension SYNC
    [ 15.798] Initializing built-in extension XKEYBOARD
    [ 15.798] Initializing built-in extension XC-MISC
    [ 15.798] Initializing built-in extension SECURITY
    [ 15.798] Initializing built-in extension XINERAMA
    [ 15.798] Initializing built-in extension XFIXES
    [ 15.798] Initializing built-in extension RENDER
    [ 15.799] Initializing built-in extension RANDR
    [ 15.799] Initializing built-in extension COMPOSITE
    [ 15.799] Initializing built-in extension DAMAGE
    [ 15.799] Initializing built-in extension MIT-SCREEN-SAVER
    [ 15.799] Initializing built-in extension DOUBLE-BUFFER
    [ 15.799] Initializing built-in extension RECORD
    [ 15.799] Initializing built-in extension DPMS
    [ 15.799] Initializing built-in extension Present
    [ 15.799] Initializing built-in extension DRI3
    [ 15.799] Initializing built-in extension X-Resource
    [ 15.799] Initializing built-in extension XVideo
    [ 15.799] Initializing built-in extension XVideo-MotionCompensation
    [ 15.799] Initializing built-in extension XFree86-VidModeExtension
    [ 15.799] Initializing built-in extension XFree86-DGA
    [ 15.799] Initializing built-in extension XFree86-DRI
    [ 15.799] Initializing built-in extension DRI2
    [ 15.799] (II) "glx" will be loaded by default.
    [ 15.799] (II) LoadModule: "dri2"
    [ 15.799] (II) Module "dri2" already built-in
    [ 15.799] (II) LoadModule: "glamoregl"
    [ 15.808] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 15.917] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 15.917] compiled for 1.15.0, module version = 0.6.0
    [ 15.917] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.917] (II) LoadModule: "glx"
    [ 15.917] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 15.928] (II) Module glx: vendor="X.Org Foundation"
    [ 15.929] compiled for 1.15.1, module version = 1.0.0
    [ 15.929] ABI class: X.Org Server Extension, version 8.0
    [ 15.929] (==) AIGLX enabled
    [ 15.929] Loading extension GLX
    [ 15.929] (II) LoadModule: "intel"
    [ 15.929] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 15.955] (II) Module intel: vendor="X.Org Foundation"
    [ 15.955] compiled for 1.15.0, module version = 2.99.911
    [ 15.955] Module class: X.Org Video Driver
    [ 15.955] ABI class: X.Org Video Driver, version 15.0
    [ 15.955] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 15.956] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
    [ 15.956] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
    [ 15.956] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
    [ 15.956] (++) using VT number 7
    [ 15.971] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
    [ 15.971] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
    [ 15.971] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 15.971] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 15.971] (==) intel(0): RGB weight 888
    [ 15.971] (==) intel(0): Default visual is TrueColor
    [ 15.971] (**) intel(0): Option "AccelMethod" "sna"
    [ 15.971] (**) intel(0): Option "DRI" "true"
    [ 15.971] (**) intel(0): Option "TearFree" "true"
    [ 15.972] (**) intel(0): Framebuffer tiled
    [ 15.972] (**) intel(0): Pixmaps tiled
    [ 15.972] (**) intel(0): "Tear free" enabled
    [ 15.972] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 15.972] (II) intel(0): Output eDP1 has no monitor section
    [ 15.972] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output eDP1
    [ 15.972] (II) intel(0): Output VGA1 has no monitor section
    [ 15.972] (II) intel(0): Output DP1 has no monitor section
    [ 15.972] (II) intel(0): Output HDMI1 has no monitor section
    [ 15.972] (II) intel(0): Output DP2 has no monitor section
    [ 15.972] (II) intel(0): Output HDMI2 has no monitor section
    [ 15.972] (II) intel(0): Output VIRTUAL1 has no monitor section
    [ 15.972] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
    [ 15.972] (==) intel(0): DPI set to (96, 96)
    [ 15.972] (II) Loading sub module "dri2"
    [ 15.972] (II) LoadModule: "dri2"
    [ 15.972] (II) Module "dri2" already built-in
    [ 15.972] (==) Depth 24 pixmap format is 32 bpp
    [ 15.986] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
    [ 15.986] (==) intel(0): Backing store enabled
    [ 15.986] (==) intel(0): Silken mouse enabled
    [ 15.986] (II) intel(0): HW Cursor enabled
    [ 15.986] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 15.987] (==) intel(0): DPMS enabled
    [ 15.987] (II) intel(0): [DRI2] Setup complete
    [ 15.987] (II) intel(0): [DRI2] DRI driver: i965
    [ 15.987] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 15.987] (II) intel(0): direct rendering: DRI2 Enabled
    [ 15.987] (==) intel(0): hotplug detection: "enabled"
    [ 15.987] (--) RandR disabled
    [ 16.067] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 16.067] (II) AIGLX: enabled GLX_ARB_create_context
    [ 16.067] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 16.067] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 16.067] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 16.067] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 16.067] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 16.067] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 16.067] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 16.067] (II) AIGLX: enabled GLX_ARB_create_context_robustness
    [ 16.067] (II) AIGLX: Loaded and initialized i965
    [ 16.067] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 16.085] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 16.107] (II) intel(0): Setting screen physical size to 508 x 285
    [ 16.375] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 16.375] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.375] (II) LoadModule: "evdev"
    [ 16.383] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 16.402] (II) Module evdev: vendor="X.Org Foundation"
    [ 16.402] compiled for 1.15.1, module version = 2.9.0
    [ 16.402] Module class: X.Org XInput Driver
    [ 16.402] ABI class: X.Org XInput driver, version 20.0
    [ 16.402] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.402] (**) Power Button: always reports core events
    [ 16.402] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 16.402] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.402] (--) evdev: Power Button: Found keys
    [ 16.402] (II) evdev: Power Button: Configuring as keyboard
    [ 16.402] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 16.402] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 16.402] (**) Option "xkb_rules" "evdev"
    [ 16.402] (**) Option "xkb_model" "pc104"
    [ 16.402] (**) Option "xkb_layout" "us"
    [ 16.442] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
    [ 16.442] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 16.442] (II) Using input driver 'evdev' for 'Video Bus'
    [ 16.442] (**) Video Bus: always reports core events
    [ 16.442] (**) evdev: Video Bus: Device: "/dev/input/event2"
    [ 16.442] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 16.442] (--) evdev: Video Bus: Found keys
    [ 16.442] (II) evdev: Video Bus: Configuring as keyboard
    [ 16.442] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input2/event2"
    [ 16.442] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 16.442] (**) Option "xkb_rules" "evdev"
    [ 16.442] (**) Option "xkb_model" "pc104"
    [ 16.442] (**) Option "xkb_layout" "us"
    [ 16.443] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 16.443] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.443] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.443] (**) Power Button: always reports core events
    [ 16.443] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 16.443] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.443] (--) evdev: Power Button: Found keys
    [ 16.443] (II) evdev: Power Button: Configuring as keyboard
    [ 16.443] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 16.443] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 16.443] (**) Option "xkb_rules" "evdev"
    [ 16.443] (**) Option "xkb_model" "pc104"
    [ 16.443] (**) Option "xkb_layout" "us"
    [ 16.444] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 16.444] (II) config/udev: Adding input device HP High Definition 1MP Webcam (/dev/input/event8)
    [ 16.444] (**) HP High Definition 1MP Webcam: Applying InputClass "evdev keyboard catchall"
    [ 16.444] (II) Using input driver 'evdev' for 'HP High Definition 1MP Webcam'
    [ 16.444] (**) HP High Definition 1MP Webcam: always reports core events
    [ 16.444] (**) evdev: HP High Definition 1MP Webcam: Device: "/dev/input/event8"
    [ 16.444] (--) evdev: HP High Definition 1MP Webcam: Vendor 0x4f2 Product 0xb40b
    [ 16.444] (--) evdev: HP High Definition 1MP Webcam: Found keys
    [ 16.444] (II) evdev: HP High Definition 1MP Webcam: Configuring as keyboard
    [ 16.444] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input8/event8"
    [ 16.444] (II) XINPUT: Adding extended input device "HP High Definition 1MP Webcam" (type: KEYBOARD, id 9)
    [ 16.444] (**) Option "xkb_rules" "evdev"
    [ 16.444] (**) Option "xkb_model" "pc104"
    [ 16.445] (**) Option "xkb_layout" "us"
    [ 16.445] (II) config/udev: Adding input device NextWindow Touchscreen (/dev/input/event14)
    [ 16.445] (**) NextWindow Touchscreen: Applying InputClass "evdev touchscreen catchall"
    [ 16.445] (II) Using input driver 'evdev' for 'NextWindow Touchscreen'
    [ 16.445] (**) NextWindow Touchscreen: always reports core events
    [ 16.445] (**) evdev: NextWindow Touchscreen: Device: "/dev/input/event14"
    [ 16.445] (--) evdev: NextWindow Touchscreen: Vendor 0x1926 Product 0x33e
    [ 16.445] (--) evdev: NextWindow Touchscreen: Found absolute axes
    [ 16.445] (--) evdev: NextWindow Touchscreen: Found absolute multitouch axes
    [ 16.445] (II) evdev: NextWindow Touchscreen: No buttons found, faking one.
    [ 16.445] (--) evdev: NextWindow Touchscreen: Found x and y absolute axes
    [ 16.445] (--) evdev: NextWindow Touchscreen: Found absolute touchscreen
    [ 16.445] (II) evdev: NextWindow Touchscreen: Configuring as touchscreen
    [ 16.445] (**) evdev: NextWindow Touchscreen: YAxisMapping: buttons 4 and 5
    [ 16.445] (**) evdev: NextWindow Touchscreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:1926:033E.0001/input/input14/event14"
    [ 16.446] (II) XINPUT: Adding extended input device "NextWindow Touchscreen" (type: TOUCHSCREEN, id 10)
    [ 16.446] (II) evdev: NextWindow Touchscreen: initialized for absolute axes.
    [ 16.446] (**) NextWindow Touchscreen: (accel) keeping acceleration scheme 1
    [ 16.446] (**) NextWindow Touchscreen: (accel) acceleration profile 0
    [ 16.446] (**) NextWindow Touchscreen: (accel) acceleration factor: 2.000
    [ 16.446] (**) NextWindow Touchscreen: (accel) acceleration threshold: 4
    [ 16.446] (II) config/udev: Adding input device NextWindow Touchscreen (/dev/input/mouse2)
    [ 16.446] (II) No input driver specified, ignoring this device.
    [ 16.446] (II) This device may have been added with another device file.
    [ 16.447] (II) config/udev: Adding input device NextWindow Touchscreen (/dev/input/event9)
    [ 16.447] (II) No input driver specified, ignoring this device.
    [ 16.447] (II) This device may have been added with another device file.
    [ 16.447] (II) config/udev: Adding input device NextWindow Touchscreen (/dev/input/event10)
    [ 16.447] (**) NextWindow Touchscreen: Applying InputClass "evdev pointer catchall"
    [ 16.447] (II) Using input driver 'evdev' for 'NextWindow Touchscreen'
    [ 16.447] (**) NextWindow Touchscreen: always reports core events
    [ 16.447] (**) evdev: NextWindow Touchscreen: Device: "/dev/input/event10"
    [ 16.447] (--) evdev: NextWindow Touchscreen: Vendor 0x1926 Product 0x33e
    [ 16.447] (--) evdev: NextWindow Touchscreen: Found 3 mouse buttons
    [ 16.447] (--) evdev: NextWindow Touchscreen: Found absolute axes
    [ 16.447] (--) evdev: NextWindow Touchscreen: Found x and y absolute axes
    [ 16.447] (--) evdev: NextWindow Touchscreen: Found absolute touchscreen
    [ 16.447] (II) evdev: NextWindow Touchscreen: Configuring as touchscreen
    [ 16.447] (**) evdev: NextWindow Touchscreen: YAxisMapping: buttons 4 and 5
    [ 16.447] (**) evdev: NextWindow Touchscreen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.2/0003:1926:033E.0003/input/input10/event10"
    [ 16.448] (II) XINPUT: Adding extended input device "NextWindow Touchscreen" (type: TOUCHSCREEN, id 11)
    [ 16.448] (II) evdev: NextWindow Touchscreen: initialized for absolute axes.
    [ 16.448] (**) NextWindow Touchscreen: (accel) keeping acceleration scheme 1
    [ 16.448] (**) NextWindow Touchscreen: (accel) acceleration profile 0
    [ 16.448] (**) NextWindow Touchscreen: (accel) acceleration factor: 2.000
    [ 16.448] (**) NextWindow Touchscreen: (accel) acceleration threshold: 4
    [ 16.448] (II) config/udev: Adding input device NextWindow Touchscreen (/dev/input/js0)
    [ 16.448] (II) No input driver specified, ignoring this device.
    [ 16.448] (II) This device may have been added with another device file.
    [ 16.449] (II) config/udev: Adding input device NextWindow Touchscreen (/dev/input/mouse0)
    [ 16.449] (II) No input driver specified, ignoring this device.
    [ 16.449] (II) This device may have been added with another device file.
    [ 16.449] (II) config/udev: Adding input device Hewlett Packard HP Wireless Keyboard Kit (/dev/input/event11)
    [ 16.449] (**) Hewlett Packard HP Wireless Keyboard Kit: Applying InputClass "evdev keyboard catchall"
    [ 16.449] (II) Using input driver 'evdev' for 'Hewlett Packard HP Wireless Keyboard Kit'
    [ 16.449] (**) Hewlett Packard HP Wireless Keyboard Kit: always reports core events
    [ 16.449] (**) evdev: Hewlett Packard HP Wireless Keyboard Kit: Device: "/dev/input/event11"
    [ 16.449] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Vendor 0x461 Product 0x4e25
    [ 16.449] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found keys
    [ 16.449] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: Configuring as keyboard
    [ 16.449] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0461:4E25.0004/input/input11/event11"
    [ 16.449] (II) XINPUT: Adding extended input device "Hewlett Packard HP Wireless Keyboard Kit" (type: KEYBOARD, id 12)
    [ 16.449] (**) Option "xkb_rules" "evdev"
    [ 16.449] (**) Option "xkb_model" "pc104"
    [ 16.449] (**) Option "xkb_layout" "us"
    [ 16.450] (II) config/udev: Adding input device Hewlett Packard HP Wireless Keyboard Kit (/dev/input/event12)
    [ 16.450] (**) Hewlett Packard HP Wireless Keyboard Kit: Applying InputClass "evdev keyboard catchall"
    [ 16.450] (II) Using input driver 'evdev' for 'Hewlett Packard HP Wireless Keyboard Kit'
    [ 16.450] (**) Hewlett Packard HP Wireless Keyboard Kit: always reports core events
    [ 16.450] (**) evdev: Hewlett Packard HP Wireless Keyboard Kit: Device: "/dev/input/event12"
    [ 16.450] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Vendor 0x461 Product 0x4e25
    [ 16.450] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found 1 mouse buttons
    [ 16.450] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found scroll wheel(s)
    [ 16.450] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found relative axes
    [ 16.450] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: Forcing relative x/y axes to exist.
    [ 16.450] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found absolute axes
    [ 16.450] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: Forcing absolute x/y axes to exist.
    [ 16.450] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found keys
    [ 16.450] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: Configuring as mouse
    [ 16.450] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: Configuring as keyboard
    [ 16.450] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: Adding scrollwheel support
    [ 16.450] (**) evdev: Hewlett Packard HP Wireless Keyboard Kit: YAxisMapping: buttons 4 and 5
    [ 16.450] (**) evdev: Hewlett Packard HP Wireless Keyboard Kit: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.450] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0461:4E25.0005/input/input12/event12"
    [ 16.450] (II) XINPUT: Adding extended input device "Hewlett Packard HP Wireless Keyboard Kit" (type: KEYBOARD, id 13)
    [ 16.450] (**) Option "xkb_rules" "evdev"
    [ 16.450] (**) Option "xkb_model" "pc104"
    [ 16.450] (**) Option "xkb_layout" "us"
    [ 16.451] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: initialized for relative axes.
    [ 16.451] (WW) evdev: Hewlett Packard HP Wireless Keyboard Kit: ignoring absolute axes.
    [ 16.451] (**) Hewlett Packard HP Wireless Keyboard Kit: (accel) keeping acceleration scheme 1
    [ 16.451] (**) Hewlett Packard HP Wireless Keyboard Kit: (accel) acceleration profile 0
    [ 16.451] (**) Hewlett Packard HP Wireless Keyboard Kit: (accel) acceleration factor: 2.000
    [ 16.451] (**) Hewlett Packard HP Wireless Keyboard Kit: (accel) acceleration threshold: 4
    [ 16.451] (II) config/udev: Adding input device Hewlett Packard HP Wireless Keyboard Kit (/dev/input/event13)
    [ 16.451] (**) Hewlett Packard HP Wireless Keyboard Kit: Applying InputClass "evdev pointer catchall"
    [ 16.451] (II) Using input driver 'evdev' for 'Hewlett Packard HP Wireless Keyboard Kit'
    [ 16.451] (**) Hewlett Packard HP Wireless Keyboard Kit: always reports core events
    [ 16.451] (**) evdev: Hewlett Packard HP Wireless Keyboard Kit: Device: "/dev/input/event13"
    [ 16.452] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Vendor 0x461 Product 0x4e25
    [ 16.452] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found 3 mouse buttons
    [ 16.452] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found scroll wheel(s)
    [ 16.452] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found relative axes
    [ 16.452] (--) evdev: Hewlett Packard HP Wireless Keyboard Kit: Found x and y relative axes
    [ 16.452] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: Configuring as mouse
    [ 16.452] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: Adding scrollwheel support
    [ 16.452] (**) evdev: Hewlett Packard HP Wireless Keyboard Kit: YAxisMapping: buttons 4 and 5
    [ 16.452] (**) evdev: Hewlett Packard HP Wireless Keyboard Kit: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.452] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:0461:4E25.0006/input/input13/event13"
    [ 16.452] (II) XINPUT: Adding extended input device "Hewlett Packard HP Wireless Keyboard Kit" (type: MOUSE, id 14)
    [ 16.452] (II) evdev: Hewlett Packard HP Wireless Keyboard Kit: initialized for relative axes.
    [ 16.452] (**) Hewlett Packard HP Wireless Keyboard Kit: (accel) keeping acceleration scheme 1
    [ 16.452] (**) Hewlett Packard HP Wireless Keyboard Kit: (accel) acceleration profile 0
    [ 16.452] (**) Hewlett Packard HP Wireless Keyboard Kit: (accel) acceleration factor: 2.000
    [ 16.452] (**) Hewlett Packard HP Wireless Keyboard Kit: (accel) acceleration threshold: 4
    [ 16.452] (II) config/udev: Adding input device Hewlett Packard HP Wireless Keyboard Kit (/dev/input/mouse1)
    [ 16.452] (II) No input driver specified, ignoring this device.
    [ 16.452] (II) This device may have been added with another device file.
    [ 16.453] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
    [ 16.453] (II) No input driver specified, ignoring this device.
    [ 16.453] (II) This device may have been added with another device file.
    [ 16.453] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event5)
    [ 16.453] (II) No input driver specified, ignoring this device.
    [ 16.453] (II) This device may have been added with another device file.
    [ 16.453] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event4)
    [ 16.453] (II) No input driver specified, ignoring this device.
    [ 16.453] (II) This device may have been added with another device file.
    [ 16.453] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 16.453] (II) No input driver specified, ignoring this device.
    [ 16.453] (II) This device may have been added with another device file.
    [ 16.454] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
    [ 16.454] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 16.454] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 16.454] (**) HP WMI hotkeys: always reports core events
    [ 16.454] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event7"
    [ 16.454] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    [ 16.454] (--) evdev: HP WMI hotkeys: Found keys
    [ 16.454] (II) evdev: HP WMI hotkeys: Configuring as keyboard
    [ 16.454] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
    [ 16.454] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 15)
    [ 16.454] (**) Option "xkb_rules" "evdev"
    [ 16.454] (**) Option "xkb_model" "pc104"
    [ 16.454] (**) Option "xkb_layout" "us"
    [ 1192.410] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 1811.202] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 5455.421] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none

    I saw your post, and had found it incredulous that you have a 1920x1080 display.  A bit of research and I found I was wrong.
    So, it appears you are driving the panel at its native resolution.  Unfortunately, trying to determine what you mean by "Fuzzy" is probably going to be like trying to nail Jello to a tree.  But, let's give it a shot.  Is it fuzzy before you start X?  Are lines and shapes fuzzy? Or is it just text that is fuzzy?
    If it is just fonts, it could be a problem with hinting.  Hinting is where the edges of fonts are deliberately fuzzed and feathered to get the kerning correct when the physical pixels of the display don't quite line up.  This works well, unless the thing doing the hinting does not understand the geometry of the display.  In a color LCD, each pixel is actually made up of smaller sub pixels, generally three -- A red, a green, and a blue.  Green is usually in the middle.  Some displays have Two greens per pixel, arranged RGBG.  Some displays even have yellow subpixels.  Sometimes the subpixels are arranged left to right, sometimes they are arranged top to bottom.  Long story short, if you have hinting enabled, but the geometry is configured incorrectly, bad things happen.   Take a look at this wiki article

  • How to make xf86-video-intel Stable (crashing every day now)

    Hi.
    Having major issues with the new intel driver.
    It crashes randomly  (every day), when it crashes - machine has locked up, I cannot get to console (ctrl+alt+f1, etc), I can see the mouse pointer and move it , but am unable to do anything else.
    I have a bug report here
    http://bugs.archlinux.org/task/17123
    Does anyone know anything I can do to make it more stable, it is a really important desktop that is our office gateway - crashing is not good.
    I have tried nopat and also disabling composite and GLX, still crashes...
    The xf86-video-intel-legacy driver was much more stable but it has now gone...
    Any one got any ideas ?
    Cheers

    I fear, you will wait in vain for that.
    This is my fourth notebook with intel-chipset in about five years and in that whole time I never experienced a driver which was usable. performance has gone from bad to worse with change to UXA acceleration. When I start openarena, it takes about five minutes until whole machine freezes (this is my only way to make the crashes reproducable). On every of my machines for the last years. And every of them had a different chipset.
    I get no messages in any log file and the crash is not reproducable but completely random. Sometimes my machine has no crash for two or three weeks and then it crashes about 10 times a day.
    Meanwhile I am extremely f*ing annoyed by this f*ing drivers, but there's no alternative, especially not in the segment of subnotebooks.
    But, if anyone knows a possibility to get this shitty drivers stable, please let me know.
    Btw. on intel GMA945 it worked much better for me with the following lines in your xorg.conf Device section:
    Option          "AccelMethod" "XAA"
    Option          "MigrationHeuristic" "greedy"
    Give it a try and wait for your next kernel panic
    (Sorry for my possibly bad english and also for my cynicism )

Maybe you are looking for

  • My HP Printer HP Officejet Pro 8600 Problem

    My printer is not scanning, faxing and copying. Once I press the copy option it give me an error message stating that "unable to scan, fax and copy".

  • Where do I find the new converted Videora file?

    I used the Videora Ipod convertor to convert a DIVX codex movie in Windows. When the process finished, I still only see the original Divx file. Does Videora put the converted file somewhere else?

  • Elements 7.0 and 5.4 plug-in download issues

    I cannot download the 5.4 or 5.5 plug-in to use the RAW feature for my Canon G10 camera in Elements 7.0. Adobe tech support is of no assistance after numerous e-mails and four tech support discussions, one of which ended with the technician hanging u

  • ESS Delivered Country Services!

    Hi All, I am working on ESS Implementation and I am encountering a problem where we have 99 country grouping. Is there any SAP delivered Address services for 99 country grouping or should it be developed? Any pointers in this direction would be of mu

  • [SwingWorker] how to return a jPane from SwingWorker

    Lets say I have a table on left split plane. When a user clicks on it, I and the right pane to be populated w/ data (its a JGoodies builder repeater). Since I access data, I use swing worker. So... the right pane needs to return a jPane that I comput