Broken Unicode

Never thought I would have a problem with unicode, but here
it is.
The web site I am working on is ColdFusion MX7 and mySQL
5.0.45. The data in the DB is UTF-8 encoded, collation is set to
utf8_general_ci. The output of the data from DB is valid, all
characters are displayed properly.
Problem starts when I try to update records via site's web
interface. I have attached a piece of code as an example (the whole
query is rather large) to show that there is no charset messing in
the query itself. However, whenever I post unicode characters (the
site is bilingual, English and Russian) they get converted to
something weird. For example, small Russia letters "a" converted
into number 0, "b" into number 1 and so on. So whenever I try to
post something like
"Колбаса" - I get a bunch
of numbers and symbols, some of which are invisible.
I talked to the hosting support for 2 days already, but they
still "investigating", which sort of leads me to think they have no
clue.

application.cfm already has:
<cfcontent type="text/html; charset=UTF-8">
<cfset setEncoding("URL", "UTF-8")>
<cfset setEncoding("Form", "UTF-8")>
I also tried using in the page that posts data to the server,
common include and application.cfm
<cfquery datasource="skazkaf_skazka">
SET CHARACTER SET UTF8
</cfquery>
<cfquery datasource="skazkaf_skazka">
SET NAMES 'UTF8' COLLATE 'utf8_general_ci'
</cfquery>
How do I tell the driver version? This is a shared hosting,
the DSN connection was set up by support.

Similar Messages

  • Unicode conversion in bw

    Hello,
    anybody knows about unicode conversion in BW? please provide some links and send me some documents..it's urgent for me.
    [email protected]
    Rakesh.

    Dear Rakesh,
    There are similar discussion on unicode conversions already.
    Foll are link for them.
    character conversion Unicode - clarification
    /message/1791980#1791980 [original link is broken]
    Unicode in BW
    extraction unicode  BW & unicode R/3 source system
    Unicode: File upload
    Re: Unicode enabled
    Thanks,
    Raj

  • JSF encoding problem with Russian

    Hi,
    I am new to JSF, trying to build prototype i18n JSF app with MyFaces 1.1.5
    Mostly care about IE6/7, do not officially support other browsers.
    I do have resource bundles, it is localized and internationalized.
    So user is supposed to work in either English or Russian.
    It all works except a few issues:
    1) When user enters something in Russian in inputText field on the first page,
    trying to pass it to the next page via managed bean.
    But instead of showing it in Russian, it shows some garbled text in outputText or outputLabel: Îëåã
    FF3 & Chrome show it as: &#1054;&#1083;&#1077;&#1075; [&#xxxx, where xxxx us a 4 digits]
    It does pick up labels from correct bundle on the next page, so locale is changed correctly.
    Actually, when I switch locale on the same first page, getting the same problem (after it's refreshed).
    Seems to work OK with Spanish
    Is that incorrect Cyrillic encoding, JSF encoding or broken Unicode or locale?
    How can we fix that ?
    Less important issues:
    2) When we switch locale (correct values in bundles), on the screen it can not change currencyCode, currencySymbol, TimeZone,
    it always shows the first one it picked, although dateTime and Number formatting changes correctly;
    3) In IE6 "alt" tag attribute produces garbled characters in Russian (black vertical squares), looks like IE6 bug; FF3 & Chrome work fine.
    Please help !
    TIA,
    Oleg.

    For 1, you are not passing the characters in the correct encoding from one page to the next when you pass the parameter (most likely).

  • CRM2007 unicode system display broken charactor downloaded non-unicode R/3.

    Hi all
    CRM2007 is only unicode system and R/3 is 620 non_unicode system.
    CRM2007 unicode system display broken charactor downloaded data from non-unicode R/3.
    how can I do??
    any help
    thanks

    Lee,
    Technically it is not supported.  You could change a few middleware settings to transmit the bdocs as XML to prevent issues, but really if your CRM is unicode then ERP needs to be unicode and vice-versa.
    Only exception is that generally the english code-page non-unicode works okay with unicode english.
    You can adjust CRMRFCPAR for the bdoc to transmit in xml vs native.
    Take care,
    Stephen

  • TextEdit's Unicode broken?

    I know it sounds ridiculous, but a year ago, when I saved TextEdit documents as Unicode (UTF-8) text files (.txt), everything worked fine. And when using non-Roman fonts everything looked great.
    Plus, I could drop those text files in my iPod's Notes section and could see the non-Roman fonts as they should be.
    But now using the same Unicode saving preference, the text files do not seem to be saved with Unicode "tags". When opening and viewing the text file, yes, I see the non-Roman font. But when viewing the little snippet in a "quick-preview" in the info column, the fonts are all gibberish. And when viewing these text files in my iPod, it's also gibberish.
    I have tried trashing the TextEdit preference plist, but that doesn't help.
    Incidentally, I was able to resolve this issue by using TextWrangler's "Reopen using UTF Encoding" and saving as UTF-8 text with TextWrangler.
    But I was a bit disturbed by TextEdit's behavior. Anyone else experiencing this too?

    I experimented more and found, oddly, that if I saved
    TextEdit documents as UTF16 and dropped them into
    iPod Notes, they displayed Chinese characters
    properly.
    There is nothing odd about this. It is the way things are supposed to work.
    I also found from this page
    http://docs.info.apple.com/article.html?artnum=61894
    that iPod should be able to read UTF8.
    That note is pretty clear than anything besides Latin-1 (or Chinese, Japanese, Korean if your iPod interface is set that way) requires an xml encoding tag. The iPod can certainly read UTF8. But it only knows a text is UTF8 if there is either such a tag (or a BOM) to tell it so. Otherwise it thinks the text is Latin-1 (the default setting).
    I think such a universally used app like TextEdit
    really should save with BOM if Apple really wants the
    whole world to use its iPods, though.
    There is no need for that, because UTF-16 does the job. A BOM really does not belong with UTF-8, it being used there is historical Windows garbage. Either the software should use UTF8 as its default or the text should have an xml tag.

  • Unicode broken?

    So my Arch partition has gone unloved for a while before I decided I wanted to use it again. I've been using it for a few days and I just noticed this
    I'm pretty sure that used to be displayed properly. It's not just KDE/Dolphin, it isn't displayed properly in GNOME or even in the terminal. Ideas? It's displayed fine in Windows 7. A lot of applications won't open the files.

    Now this is strange. When I open the zip where these files originally came from using file-roller or ark the names are of course messed up. So I opened the zip using WinRAR on my Windows XP guest and I added my home folder as a shared folder and extracted the files to it. They names are displayed correctly now.
    Maybe this is happening because the Linux version of unzip does not support unicode filenames? Just a guess.
    Last edited by ernesto (2011-04-29 21:25:27)

  • [SOLVED] X11 hid support broken on fresh macbook install

    Hi!
    The solution was elementary indeed, I was missing xf86-input-keyboard and xf86-input-mouse. (looooooooooool)
    What bugs me though, is how this could happen to an already working system. From what I remember I didn't touch those drivers on my previuos system, I guess I installed them and forgot about them, but why would they break from a system update? Anyway, I guess that's nobody's concern by now. Thread solved.
    Old title: X11 hid support completely broken after system update. Now, I've completely reinstalled the system but the error remains. Please read the post below.
    I've a problem with X11 support for input devices since running pacman -Syu 2 days ago. This post contains error logs and a description of my attempts to counter the problem. The hardware is a MacBook, first generation. I'm a novice linux user but seasoned with GNU and a quick learner. The solution to this might be simple, but google didn't give me anything usable. All forum threads I found were either unsolved or irrelevant. 
    This is what has passed. (long story short, may or may not be relevant, my current problem is explained below)
    * After the first reboot since the system update, X11 didn't give me anything except a movable cursor. The screen was completely black using the xmonad wm, and when using twm, it was completely distorted with blue patterns. I start searching for sources of the trouble.
    * ALSA and pommed complain about driver errors during boot. I can't read the messages because they skip by too quickly. I remove them from rc.conf because I prefer dealing with one problem at a time.
    * modprobe complained about framebuffer_blacklist.pacsave having an erroneous extension in /etc/modprobe.d. It actually loaded both the .conf and the .pacsave. I tried swapping between this .pacsave (is it the same or opposite of a .pacorig, btw?) and the .conf. Obviously modprobe stopped complaining when there was no erroneous extension, but I didn't notice it fixing anything else. I'm unsure whether the framebuffer is even relevant.
    * I decide that the problem didn't have anything to do with modprobe. I don't know what happened exactly during this phase, but for some strange reason, the graphics cease to be jumbled. twm starts the default programs, but is not interactive. I could move the mouse, but no mouse buttons were working. Keyboard not working at all.
    * I decide to wipe X11 and hal. I also rm -rf:ed /usr/share/hal, /etc/hal, /usr/share/X11 and /etc/X11 (yeah, I got angry).
    * Reinstalled X11 and hal. Also rm -rf:ed /usr/share/hal, /etc/X11 and /usr/share/X11 (I got really angry). Stuff works now! However, setxkbmap made everything break again, both mouse and keyboard. I read the output of startx and realise evdev hasn't been loaded, since /usr/share/X11/xkb/rules/evdev is missing. The whole folder structure /usr/share/X11/xkb is actually missing. I randomly hit the target and run pacman -S xkeyboard-configure, which creates the folder structure along with the evdev ruleset.
    * The keyboard does not work when using evdev. Temporarily renaming it so that it doesn't get loaded fixes the problem. If I'm not mistaken this makes X11 revert to not-hotplugged keyboard and mouse preferences in xorg.conf (which is auto-generated). The keyboard and mouse then works again (but, obviously, not setxkbmap, and I really need input hotplugging as a laptop user).
    * It's getting late, so I shutdown and go to bed.
    Waking up today, neither keyboard nor mouse is working - also when not using evdev! I've really no idea where to go from here. I've some output for you to analyze:
    xorg.conf (auto-generated except for some commented lines I tried)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    # Section "ServerFlags"
    # Option "AutoAddDevices" "True"
    # Option "AllowEmptyInput" "False"
    # EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "glx"
    Load "extmod"
    Load "dri2"
    Load "dri"
    Load "record"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    # Option "XkbOptions" "terminate:ctrl_alt_bksp" (this didn't work)
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Xorg.0.log
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux robban 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009 i686
    Build Date: 18 July 2009 08:27:13PM
    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: Wed Jul 22 18:07:42 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) 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,
    /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"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x7a40
    (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:27a2:8086:7270 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90380000/524288, 0x80000000/268435456, 0x90400000/262144, I/O @ 0x000020f0/8
    (--) PCI: (0:0:2:1) 8086:27a6:8086:7270 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90300000/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. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, 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.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, 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: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, 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: "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) 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.2, 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 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (--) intel(0): Linear framebuffer at 0x80000000
    (--) intel(0): IO registers at addr 0x90380000 size 524288
    (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
    (II) intel(0): the SDVO device with slave addr 70 is found on DVO 1 port
    (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 "APP", prod id 40028
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
    (II) intel(0): Output TMDS-1 has no monitor section
    (II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz
    (II) intel(0): SDVOB: 1 input channel
    (II) intel(0): SDVOB: TMDS0 output reported
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): EDID vendor "APP", prod id 40028
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TMDS-1 disconnected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1280x800
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 16124 kB stolen memory.
    (==) 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.2, 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 0xd0000009
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000000 to 0x00000020
    (WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x00000203
    (WW) intel(0): PIPEASTAT before: status:
    (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000202
    (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
    (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS
    (==) 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](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 483584 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1934332 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): Current clock rate multiplier: 1
    (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, 0x000000007f000000 physical
    (II) intel(0): 0x00600000-0x00600fff: compressed ll buffer (4 kB, 0x000000007f600000 physical
    (II) intel(0): 0x00601000-0x0060afff: HW cursors (40 kB, 0x000000007f601000 physical
    (II) intel(0): 0x0060b000-0x0060bfff: overlay registers (4 kB, 0x000000007f60b000 physical
    (II) intel(0): 0x00fbf000: end of stolen memory
    (II) intel(0): 0x00fbf000-0x0f9f3fff: DRI memory manager (239828 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): BO memory allocation layout:
    (II) intel(0): 0x00fbf000: start of memory manager
    (II) intel(0): 0x01000000-0x017fffff: front buffer (8192 kB) X tiled
    (II) intel(0): 0x0f9f4000: end of memory manager
    (WW) intel(0): ESR is 0x00000010, page table error
    (WW) intel(0): PGTBL_ER is 0x00000102, host pte data, display B pte
    (WW) intel(0): Existing errors found in hardware state.
    (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.
    (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): Output TMDS-1 is connected to pipe none
    (II) intel(0): Output TV is connected to pipe none
    (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): 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 286 x 179
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) 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) config/hal: Adding input device HID 05ac:1000
    (**) HID 05ac:1000: always reports core events
    (**) HID 05ac:1000: Device: "/dev/input/event2"
    (II) HID 05ac:1000: Found 5 mouse buttons
    (II) HID 05ac:1000: Found x and y relative axes
    (II) HID 05ac:1000: Configuring as mouse
    (**) HID 05ac:1000: YAxisMapping: buttons 4 and 5
    (**) HID 05ac:1000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE)
    (**) HID 05ac:1000: (accel) keeping acceleration scheme 1
    (**) HID 05ac:1000: (accel) filter chain progression: 2.00
    (**) HID 05ac:1000: (accel) filter stage 0: 20.00 ms
    (**) HID 05ac:1000: (accel) set acceleration profile 0
    (II) config/hal: Adding input device HID 05ac:1000
    (**) HID 05ac:1000: always reports core events
    (**) HID 05ac:1000: Device: "/dev/input/event1"
    (II) HID 05ac:1000: Found keys
    (II) HID 05ac:1000: Configuring as keyboard
    (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
    (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
    (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event3"
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event15"
    (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" "us"
    (WW) Apple Computer Apple Internal Keyboard / Trackpad: unable to handle keycode 464
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) HID 05ac:1000: Close
    (II) UnloadModule: "evdev"
    (II) HID 05ac:1000: Close
    (II) UnloadModule: "evdev"
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    startx_output.log (generated from startx &> startx_output.log)
    hostname: Host name lookup failure
    xauth: creating new authority file /root/.serverauth.5083
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux robban 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009 i686
    Build Date: 18 July 2009 08:27:13PM
    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: Wed Jul 22 18:07:42 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    Setting master
    expected keysym, got XF86_Switch_VT_1: line 8 of xfree86
    expected keysym, got XF86_Switch_VT_2: line 11 of xfree86
    expected keysym, got XF86_Switch_VT_3: line 14 of xfree86
    expected keysym, got XF86_Switch_VT_4: line 17 of xfree86
    expected keysym, got XF86_Switch_VT_5: line 20 of xfree86
    / ... (There are literally hundreds of lines like this, so I'm cutting most of them) ... /
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)"
    > Using last definition for duplicate fields
    / ... (The above two lines repeated about 20 times) .../
    expected keysym, got XF86Display: line 68 of pc
    expected keysym, got XF86KbdLightOnOff: line 69 of pc
    expected keysym, got XF86KbdBrightnessDown: line 70 of pc
    expected keysym, got XF86_Ungrab: line 90 of keypad
    expected keysym, got XF86_ClearGrab: line 96 of keypad
    expected keysym, got XF86AudioMedia: line 26 of inet
    expected keysym, got XF86AudioPrev: line 27 of inet
    expected keysym, got XF86MonBrightnessUp: line 1806 of inet
    expected keysym, got XF86MonBrightnessDown: line 1807 of inet
    Errors from xkbcomp are not fatal to the X server
    expected keysym, got XF86_Switch_VT_1: line 8 of xfree86
    expected keysym, got XF86_Switch_VT_2: line 11 of xfree86
    expected keysym, got XF86_Prev_VMode: line 54 of xfree86
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Multiple interpretations of "NoSymbol+AnyOfOrNone(all)"
    > Using last definition for duplicate fields
    / ... (Above two lines repeated alot again) ... /
    / ... (What looks like everything above repeated once) ... /
    expected keysym, got XF86MonBrightnessUp: line 1806 of inet
    expected keysym, got XF86MonBrightnessDown: line 1807 of inet
    Errors from xkbcomp are not fatal to the X server
    /root/.xmonad/xmonad-i386-linux: executeFile: does not exist (No such file or directory)
    [i](Yeah, I know this is bad, but twm doesn't work either. I'm quite sure it has nothing to do with xmonad)[/i]
    Warning: locale not supported by Xlib, locale set to C
    Warning: X locale modifiers not supported, using default
    Failed to open input method
    Warning: locale not supported by Xlib, locale set to C
    Warning: X locale modifiers not supported, using default
    Failed to open input method
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    after 662 requests (662 known processed) with 5 events remaining.
    [i](This is from "killall X". My xinitrc has "sleep 8;killall X" appended since these problems started appearing)[/i]
    xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0.0"
    xinit: connection to X server lost.
    waiting for X server to shut down .Dropping master
    error setting MTRR (base = 0x80000000, size = 0x10000000, type = 1) Invalid argument (22)
    Output of pacman -Q: (maybe there are some conflicting drivers or something?)
    a52dec 0.7.4-4
    aalib 1.4rc5-6
    acl 2.2.47-2
    alsa-lib 1.0.20-1
    alsa-oss 1.0.17-1
    alsa-utils 1.0.20-2
    apache 2.2.11-3
    apr 1.3.5-1
    apr-util 1.3.7-1
    aspell 0.60.6-4
    at-spi 1.26.0-1
    atk 1.26.0-1
    attr 2.4.43-1
    aubio 0.3.2-3
    audiofile 0.2.6-4
    autoconf 2.63-1
    automake 1.11-1
    avahi 0.6.25-1
    bash 4.0.024-1
    bin86 0.16.17-4
    binutils 2.19.1-5
    bison 2.4.1-1
    blas 20070405-2
    bluez 4.39-1
    bzip2 1.0.5-4
    ca-certificates 20090709-1
    cabextract 1.2-2
    cairo 1.8.8-1
    cairomm 1.8.2-1
    cdargs 1.35-2
    cdparanoia 10.2-2
    chmlib 0.40-1
    cloog-ppl 0.15.3-1
    compositeproto 0.4-2
    confuse 2.6-1
    consolekit 0.3.0-5
    coreutils 7.4-1
    cpio 2.9-5
    cpufrequtils 005-2
    cracklib 2.8.13-2
    cryptsetup 1.0.6-3
    csup 20060318-5
    curl 7.19.5-2
    damageproto 1.1.0-2
    dash 0.5.5.1-2
    db 4.7.25.4-1
    db4.1 4.1.25-2
    dbus 1.2.14-1
    dbus-core 1.2.14-1
    dbus-glib 0.80-1
    dcron 3.2-4
    desktop-file-utils 0.15-1
    device-mapper 1.02.33-1
    dhcpcd 5.0.6-1
    dialog 1.1_20080819-2
    diffutils 2.8.1-6
    dmapi 2.2.10-1
    dmenu 4.0-1
    dmidecode 2.10-1
    dmxproto 2.2.2-2
    docbook-xml 4.5-2
    doxygen 1.5.9-1
    dri2proto 2.1-1
    dwm 5.6-1
    dzen2 0.8.5-4
    e2fsprogs 1.41.8-1
    ed 1.3-1
    eject 2.1.5-4
    emacs 22.3-2
    enca 1.9-4
    enchant 1.4.2-1
    esound 0.2.41-1
    eventlog 0.2.9-1
    exempi 2.1.0-1
    exiv2 0.18-1
    expat 2.0.1-2
    faac 1.28-1
    faad2 2.7-1
    fakeroot 1.12.4-1
    fam 2.7.0-14
    feh 1.3.4-5
    ffmpeg 0.5-1
    fftw 3.2.1-1
    file 5.03-2
    filesystem 2009.01-2
    findutils 4.4.2-1
    firefox 3.5.1-1
    fixesproto 4.0-3
    flac 1.2.1-1
    flashplugin 10.0.22.87-1
    flex 2.5.35-3
    fluidsynth 1.0.9-1
    fontcacheproto 0.1.2-2
    fontconfig 2.6.0-2
    fontsproto 2.0.2-2
    fox 1.6.36-1
    freetype2 2.3.9-2
    fribidi 0.19.2-1
    fuse 2.7.4-3
    gawk 3.1.6-3
    gc 7.1-1
    gcc 4.4.0-5.1
    gcc-libs 4.4.0-5
    gconf 2.26.2-2
    gdbm 1.8.3-6
    gen-init-cpio 2.6.17-3
    gettext 0.17-3
    ghc 6.10.3-1
    giblib 1.2.4-4
    giflib 4.1.6-3
    glib 1.2.10-7
    glib2 2.20.4-1
    glibc 2.10.1-3
    glibmm 2.20.1-1
    gmp 4.3.1-2
    gmrun 0.9.2-2
    gnutls 2.8.1-1
    gpm 1.20.6-1
    grep 2.5.4-3
    groff 1.20.1-2
    grub 0.97-15
    gsfonts 8.11-5
    gstreamer0.10 0.10.23-1
    gstreamer0.10-base 0.10.23-1
    gstreamer0.10-base-plugins 0.10.23-2
    gstreamer0.10-ffmpeg 0.10.7-1
    gstreamer0.10-good 0.10.15-1
    gtk 1.2.10-9
    gtk-engines 2.18.2-1
    gtk2 2.16.5-1
    gtkmm 2.16.0-1
    gvim 7.2.65-1
    gzip 1.3.12-6
    hal 0.5.12git20090421.4fc367-2
    hal-info 0.20090414-1
    haskell-utf8-string 0.3.5-1
    haskell-x11 1.4.5-1.2
    haskell-x11-xft 0.3-5
    hdparm 9.15-1
    heimdal 1.2.1-5
    herrie 2.2-2
    hicolor-icon-theme 0.10-2
    hunspell 1.2.8-1
    hwdetect 2009.07-1
    imlib2 1.4.2-3
    initscripts 2009.03-2
    inputproto 1.5.0-1
    intel-dri 7.5-1
    iputils 20071127-2
    irssi 0.8.13-1
    iso-codes 3.10.1-1
    jack-audio-connection-kit 0.116.2-2
    jdk 6u14-1
    jfsutils 1.1.14-1
    jre 6u14-1
    kbd 1.15-1
    kbproto 1.0.3-2
    kernel-headers 2.6.30.1-1
    kernel26 2.6.30.1-1
    kernel26-firmware 2.6.30-1
    klibc 1.5.15-3
    klibc-extras 2.5-4
    klibc-kbd 1.15.20080312-10
    klibc-module-init-tools 3.8-1
    klibc-udev 141-3
    ladspa 1.13-2
    lame 3.98.2-2
    lapack 3.2.1-1
    lcms 1.18-2
    less 429-1
    lesstif 0.95.0-3
    libao 0.8.8-2
    libarchive 2.7.0-2
    libart-lgpl 2.3.20-1
    libass 0.9.6-2
    libavc1394 0.5.3-3
    libbeagle 0.3.9-1
    libbonobo 2.24.1-1
    libcaca 0.99.beta16-1
    libcanberra 0.14-1
    libcap 2.16-3
    libcddb 1.3.2-1
    libcdio 0.81-2
    libcups 1.3.11-1
    libdaemon 0.13-2
    libdatrie 0.2.2-1
    libdca 0.0.5-1
    libdmx 1.0.2-2
    libdownload 1.3-3
    libdrm 2.4.12-1
    libdv 1.0.0-2
    libdvbpsi 0.1.6-3
    libdvdnav 4.1.3-1
    libdvdread 4.1.3-1
    libebml 0.7.8-1
    libexif 0.6.17-1
    libfontenc 1.0.4-2
    libftdi 0.15-3
    libgcrypt 1.4.4-2
    libgl 7.5-1
    libglade 2.6.4-1
    libgpg-error 1.6-1
    libgtop 2.26.1-1
    libical 0.43-1
    libice 1.0.5-1
    libid3tag 0.15.1b-3
    libidl2 0.8.13-1
    libiec61883 1.2.0-1
    libjpeg 7-1
    libldap 2.3.43-3
    liblo 0.25-1
    liblrdf 0.4.0-6
    libmad 0.15.1b-4
    libmatroska 0.8.1-2
    libmikmod 3.1.12-2
    libmng 1.0.10-2
    libmodplug 0.8.7-1
    libmp4v2 1.6-1
    libmpcdec 1.2.6-1
    libmpd 0.18.0-1
    libmpeg2 0.5.1-1
    libmtp 0.3.7-1
    libmysqlclient 5.1.36-1
    libnl 1.1-1
    libnotify 0.4.5-1.1
    libogg 1.1.3-2
    liboil 0.3.16-1
    libpcap 1.0.0-1
    libpciaccess 0.10.6-1
    libpng 1.2.38-1
    libproxy 0.2.3-1
    libraw1394 2.0.2-1
    libsamplerate 0.1.7-1
    libsasl 2.1.23-1
    libsexy 0.1.11-1
    libshout 2.2.2-3
    libsigc++2.0 2.2.3-1
    libsm 1.1.0-1
    libsndfile 1.0.20-3
    libtasn1 2.2-1
    libthai 0.1.12-1
    libtheora 1.0-1
    libtiff 3.8.2-5
    libtirpc 0.2.0-1
    libtool 2.2.6a-2
    libtorrent 0.12.2-2
    libtracker 0.6.95-1
    libunique 1.0.8-1
    libusb 0.1.12-3
    libv4l 0.5.99-1
    libvisual 0.4.0-2
    libvorbis 1.2.1rc1-2
    libwnck 2.26.2-1
    libx11 1.2.1-1
    libx86 1.1-2
    libxau 1.0.4-1
    libxaw 1.0.6-1
    libxcb 1.2-1
    libxcomposite 0.4.0-2
    libxcursor 1.1.9-2
    libxdamage 1.1.1-2
    libxdmcp 1.0.2-2
    libxext 1.0.5-2
    libxfce4util 4.6.1-1
    libxfcegui4 4.6.1-1
    libxfixes 4.0.3-2
    libxfont 1.4.0-1
    libxfontcache 1.0.4-2
    libxft 2.1.13-1
    libxi 1.2.1-1
    libxinerama 1.0.3-2
    libxkbfile 1.0.5-1
    libxklavier 3.9-2
    libxml2 2.7.3-2
    libxmu 1.0.4-2
    libxp 1.0.0-2
    libxpm 3.5.7-1
    libxrandr 1.3.0-1
    libxrender 0.9.4-2
    libxres 1.0.3-2
    libxslt 1.1.24-2
    libxspf 1.2.0-1
    libxss 1.1.3-1
    libxt 1.0.6-1
    libxtst 1.0.3-2
    libxv 1.0.4-1
    libxvmc 1.0.4-2
    libxxf86dga 1.0.2-2
    libxxf86misc 1.0.1-2
    libxxf86vm 1.0.2-1
    licenses 2.4-1
    links 2.2-2
    lirc-utils 0.8.5-1
    lm_sensors 3.1.1-1
    logrotate 3.7.8-1
    lrmi 0.10-1
    lua 5.1.4-4
    lvm2 2.02.48-1
    lzo2 2.03-1
    m4 1.4.13-1
    madwifi 0.9.4.3952-5
    madwifi-utils 0.9.4.3952-1
    mailx 8.1.1-7
    make 3.81-4
    man-db 2.5.5-2
    man-pages 3.21-1
    mcpp 2.7.2-2
    mdadm 2.6.9-1
    mesa 7.5-1
    mime-types 1.0-2
    mkinitcpio 0.5.25-1
    mlocate 0.22-1
    module-init-tools 3.8-1
    mozilla-common 1.4-1
    mozplugger 1.12.1-1
    mpd 0.14.2-1
    mpfr 2.4.1-1
    mysql 5.1.36-1
    mysql-clients 5.1.36-1
    nano 2.0.9-2
    ncurses 5.7-2
    net-tools 1.60-14
    netbeans 6.7-1
    nspr 4.8-1
    nss 3.12.3-1
    openssl 0.9.8k-4
    orbit2 2.14.17-1
    pacman 3.2.2-1
    pacman-mirrorlist 20090616-1
    pam 1.0.4-1
    pango 1.24.5-1
    pangomm 2.24.0-1
    patch 2.5.9-2
    pciutils 3.1.2-1
    pcmciautils 015-2
    pcre 7.9-1
    perl 5.10.0-6
    perl-xml-simple 2.18-2
    perlxml 2.36-1
    php 5.2.10-3
    pixman 0.14.0-2
    pkgconfig 0.23-1
    pm-utils 1.2.5-1
    policykit 0.9-9
    pommed 1.26-3
    popt 1.14-1
    ppl 0.10.2-2
    ppp 2.4.4-9
    printproto 1.0.4-1
    procinfo 19-3
    procps 3.2.8-1
    psmisc 22.7-1
    pycairo 1.8.6-1
    pygobject 2.18.0-1
    pygtk 2.14.1-4
    python 2.6.2-5
    python-gdata 1.3.1-1
    python-numpy 1.3.0-2
    qt 4.5.2-3
    rake 0.8.6-1
    randrproto 1.3.0-1
    raptor 1.4.18-1
    rarian 0.8.1-1
    readline 6.0.003-1
    recode 3.6-3
    recordproto 1.13.2-2
    reiserfsprogs 3.6.21-1
    renderproto 0.9.3-2
    rp-pppoe 3.10-1
    rpcbind 0.2.0-1
    rtorrent 0.8.2-3
    ruby 1.8.7_p174-1
    rubygems 1.3.3-1
    run-parts 3.1.3-1
    rxvt-unicode 9.06-2
    schismtracker 0.5rc1-1
    screen 4.0.3-8
    scrnsaverproto 1.1.0-2
    sdl 1.2.13-3
    sdl_image 1.2.7-2
    sdparm 1.03-2
    sed 4.2.1-1
    shadow 4.1.4.1-1
    shaman 1.0.9-1
    shared-mime-info 0.60-1
    smbclient 3.3.6-2
    sound-theme-freedesktop 0.2-1
    speex 1.2rc1-1.1
    sqlite3 3.6.15-2
    startup-notification 0.10-1
    sudo 1.7.2-1
    sysfsutils 2.1.0-5
    syslog-ng 3.0.3-1
    sysvinit 2.86-5
    t1lib 5.1.2-2
    taglib 1.5-1
    tar 1.22-1
    tcp_wrappers 7.6-10
    tdb 3.3.6-1
    terminus-font 4.28-1
    texinfo 4.13a-3
    ttf-dejavu 2.29-1
    tzdata 2009j-1
    udev 141-3
    unixodbc 2.2.14-2
    unrar 3.9.4-1
    unzip 6.0-4
    uriparser 0.7.5-1
    usbutils 0.84-1
    util-linux-ng 2.14.2-1
    vbetool 1.1-1
    vi 7.2.65-1
    videoproto 2.2.2-2
    vim 7.2.65-1.1
    vim-minibufexpl 6.3.2-4
    w3m 0.5.2-3
    wavpack 4.50.1-1
    wget 1.11.4-1
    which 2.20-1
    wireless_tools 29-3
    wpa_supplicant 0.6.9-2
    x264 20090416-1
    xbitmaps 1.0.1-2
    xcb-proto 1.4-1
    xcb-util 0.3.4-2
    xcursor-themes 1.0.1-2
    xextproto 7.0.5-1
    xf86-input-evdev 2.2.2-1
    xf86-input-synaptics 1.1.2-1
    xf86-video-intel 2.7.99.902-1
    xf86dgaproto 2.0.3-2
    xf86miscproto 0.9.2-2
    xf86vidmodeproto 2.2.2-2
    xfconf 4.6.1-1
    xfe 1.19.2-1
    xfsprogs 3.0.1-1
    xineramaproto 1.1.2-2
    xkeyboard-config 1.6-1
    xmlrpc-c 1.06.35-1
    xmobar 0.9.2-1
    xmonad 0.8.1-1.2
    xmonad-contrib 0.8.1-1.2
    xorg-apps 7.4-2
    xorg-font-utils 7.4-2
    xorg-fonts-100dpi 1.0.1-2
    xorg-fonts-75dpi 1.0.1-2
    xorg-fonts-alias 1.0.1-2
    xorg-fonts-encodings 1.0.2-3
    xorg-fonts-misc 1.0.0-4
    xorg-res-utils 1.0.3-3
    xorg-server 1.6.2-1
    xorg-server-utils 7.4-6
    xorg-twm 1.0.4-3
    xorg-utils 7.4-4
    xorg-xauth 1.0.3-1
    xorg-xinit 1.1.1-1
    xorg-xkb-utils 7.4-2
    xpacman 0.11-4
    xpdf 3.02_pl3-1
    xproto 7.0.15-1
    xterm 243-2
    xulrunner 1.9.1.1-1
    xvidcore 1.2.1-1
    xz-utils 4.999.8beta-4
    zenity 2.26.0-2
    zip 3.0-1.1
    zlib 1.2.3.3-3
    zsh 4.3.10-1
    zvbi 0.2.26-1
    Any help would be greatly appreciated! This is too much for me to handle by myself. I'm thinking of trying debian if I can't sort this out, so be a patriot!
    Love,
    sapht
    Last edited by sapht (2009-07-23 17:45:07)

    Alright, I got fed up and decided to reinstall the system.
    Only installed wireless_tools, madwifi, hal, xorg and xf86-video-intel.
    Edited /etc/X11/xorg.conf to select the intel video driver.
    The mouse and keyboard are still frozen.
    Here are some much cleaner Xorg.0.log, xorg.conf and startx_output.log files, I hope it will be easier for any readers of this post to find errors here:
    Output of startx:
    hostname: Host name lookup failure
    xauth: creating new authority file /root/.serverauth.4956
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.1.901 (1.6.2 RC 1)
    Release Date: 2009-5-8
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux datan 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009 i686
    Build Date: 28 June 2009 11:20:52AM
    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: Thu Jul 23 13:37:55 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    Setting master
    (again, this is where 'killall X' from xinitrc runs)
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    after 507 requests (507 known processed) with 2 events remaining.
    xterm: fatal IO error 104 (Connection reset by peer) or KillClient on X server ":0.0"
    xinit: connection to X server lost.
    waiting for X server to shut down .Dropping master
    error setting MTRR (base = 0x80000000, size = 0x10000000, type = 1) Invalid argument (22)
    xorg.conf
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    # Section "ServerLayout"
    # Identifier "X.org Configured"
    # Screen 0 "Screen0" 0 0
    # InputDevice "Mouse0" "CorePointer"
    # InputDevice "Keyboard0" "CoreKeyboard"
    # EndSection
    # Section "Files"
    # ModulePath "/usr/lib/xorg/modules"
    # FontPath "/usr/share/fonts/misc"
    # FontPath "/usr/share/fonts/100dpi:unscaled"
    # FontPath "/usr/share/fonts/75dpi:unscaled"
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # EndSection
    # Section "Module"
    # Load "extmod"
    # Load "glx"
    # Load "record"
    # Load "dri"
    # Load "dri2"
    # Load "dbe"
    # EndSection
    And Xorg.0.log:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.1.901 (1.6.2 RC 1)
    Release Date: 2009-5-8
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux datan 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009 i686
    Build Date: 28 June 2009 11:20:52AM
    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: Thu Jul 23 13:33:48 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    (**) | |-->Device "Card0"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    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) 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:27a2:8086:7270 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90380000/524288, 0x80000000/268435456, 0x90400000/262144, I/O @ 0x000020f0/8
    (--) PCI: (0:0:2:1) 8086:27a6:8086:7270 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90300000/524288
    (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.1.901, 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.1.901, 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.1.901, 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.1.901, 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.1.901, 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.1.901, module version = 1.0.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.1.901, module version = 2.7.99
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.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.1.901, 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 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
    "Default Screen Section" 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) 945GM
    (--) intel(0): Chipset: "945GM"
    (--) intel(0): Linear framebuffer at 0x80000000
    (--) intel(0): IO registers at addr 0x90380000 size 524288
    (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
    (--) intel(0): Using UXA for acceleration
    (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 has no monitor section
    (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 "APP", prod id 40028
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): I2C bus "SDVOB DDC Bus" initialized.
    (II) intel(0): Output TMDS-1 has no monitor section
    (II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz
    (II) intel(0): SDVOB: 1 input channel
    (II) intel(0): SDVOB: TMDS0 output reported
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): Current clock rate multiplier: 1
    (II) intel(0): EDID vendor "APP", prod id 40028
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TMDS-1 disconnected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1280x800
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 16124 kB stolen memory.
    (==) 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.1.901, 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 0xd0000009
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x61110 (PORT_HOTPLUG_EN) changed from 0x00000000 to 0x00000020
    (WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000400
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x00000203
    (WW) intel(0): PIPEASTAT before: status:
    (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000202
    (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
    (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS
    (==) 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](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 483584 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1934332 kB available
    (II) intel(0): [DRI2] Setup complete
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression
    (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): Current clock rate multiplier: 1
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x005fffff: compressed frame buffer (6144 kB, 0x000000007f000000 physical
    (II) intel(0): 0x00600000-0x00600fff: compressed ll buffer (4 kB, 0x000000007f600000 physical
    (II) intel(0): 0x00601000-0x0060afff: HW cursors (40 kB, 0x000000007f601000 physical
    (II) intel(0): 0x0060b000-0x0060bfff: overlay registers (4 kB, 0x000000007f60b000 physical
    (II) intel(0): 0x00fbf000: end of stolen memory
    (II) intel(0): 0x00fbf000-0x0f9f3fff: DRI memory manager (239828 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): BO memory allocation layout:
    (II) intel(0): 0x00fbf000: start of memory manager
    (II) intel(0): 0x01000000-0x017fffff: front buffer (8192 kB) X tiled
    (II) intel(0): 0x0f9f4000: end of memory manager
    (WW) intel(0): ESR is 0x00000010, page table error
    (WW) intel(0): PGTBL_ER is 0x00000102, host pte data, display B pte
    (WW) intel(0): Existing errors found in hardware state.
    (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.
    (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): Output TMDS-1 is connected to pipe none
    (II) intel(0): Output TV is connected to pipe none
    (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): 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 286 x 179
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) 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) config/hal: Adding input device HID 05ac:1000
    (**) HID 05ac:1000: always reports core events
    (**) HID 05ac:1000: Device: "/dev/input/event2"
    (II) HID 05ac:1000: Found 5 mouse buttons
    (II) HID 05ac:1000: Found x and y relative axes
    (II) HID 05ac:1000: Configuring as mouse
    (**) HID 05ac:1000: YAxisMapping: buttons 4 and 5
    (**) HID 05ac:1000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: MOUSE)
    (**) HID 05ac:1000: (accel) keeping acceleration scheme 1
    (**) HID 05ac:1000: (accel) filter chain progression: 2.00
    (**) HID 05ac:1000: (accel) filter stage 0: 20.00 ms
    (**) HID 05ac:1000: (accel) set acceleration profile 0
    (II) config/hal: Adding input device HID 05ac:1000
    (**) HID 05ac:1000: always reports core events
    (**) HID 05ac:1000: Device: "/dev/input/event1"
    (II) HID 05ac:1000: Found keys
    (II) HID 05ac:1000: Configuring as keyboard
    (II) XINPUT: Adding extended input device "HID 05ac:1000" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Apple Computer Apple Internal Keyboard / Trackpad
    (**) Apple Computer Apple Internal Keyboard / Trackpad: always reports core events
    (**) Apple Computer Apple Internal Keyboard / Trackpad: Device: "/dev/input/event3"
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Found keys
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Apple Computer Apple Internal Keyboard / Trackpad" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event15"
    (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" "us"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) HID 05ac:1000: Close
    (II) UnloadModule: "evdev"
    (II) HID 05ac:1000: Close
    (II) UnloadModule: "evdev"
    (II) Apple Computer Apple Internal Keyboard / Trackpad: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    Reading Xorg.0.log myself, I find nothing that would imply the input devices have been erroneosly loaded. What is going on? Surely I must have missed something?
    Best regards,
    sapht

  • Data load from ECC6 Unicode to BI7 MDMP

    Hello Contributors,
    We are upgrading R3 system to ECC6 Unicode but BI7 is still MDMP system. I'm testing data load and there are some errors related with unicode conversion.
    ECC has multiple langusges like English, Korean, Chinese etc...
    BI7 MDMP has English and Korean.
    Error1 :  Korean characters are broken in 0CUSTOMER_TEXT.
       As you know customer name doesn't have language code in R3 and Korean text are being used for Korean customers. After loading the data, English characters are okay but Korean characters  are broken and displayed as #
    Error2 :  Values of fields are merged each other if there is Korean characters in 0CUST_SALES_ATTR.
       We have Korean characters in some of attributes of 0CUST_SALES. So if a record has Korean characters in one of the field then the following fields are merged each other. But if there is no Korean characters then it is loaded correctly.
    For an example;
    Values of R3 extractor
        Cust#      Name               Field1          Field2     Field3
        1234     Korean Text               ABCD          EFGH     JKLM
        3456     English Text               OPQR          STUV     WXYZ
    Values of PSA table after loading
        Cust#      Name               Field1          Field2     Field3
        1234     Korean Text AB     CDEF          GHJK     LM     
        3456     English Text              OPQR          STUV     WXYZ
    (*if there are Korean characters then the following fields are divided and a part is updated in to the previous field)
    Please help me if you have any ideas to resolve this issues.
    Best Regards
    HD Sung.

    Convert your BI system to Unicode.  MDMP is not supported in this scenario, as you have found.

  • INDesgin image links broken after saving file across systems

    Hi
    We have a scenario involving 3 components:
    1. Linux file server running both SMB and AFP (sharing the same directory thru both protocols)
    2. MacOS 10.5 (Leopard) with INDesign CS3 connecting to the Linux server thru AFP
    3. Windows 2003 server running INDesign CS3 connecting to the Linux server thru SMB (or NFS)
    The scenario:
    1. We create an INDD document and link an image to the AFP share (on the linux)
    2. On the windows 2003 server we open the same document from the SMB share (on the linux) - no error/broken links message is received.
    3. We save the document with a irrelevant to images change, (eg. Adding a text block) to the SMB share
    Here is the problem:
    4. We open the document on the MacOS and receive "Broken links" message atlhough when you look at the path of the image you see the correct AFP path (needless to mention the path is mounted on the MacOS properly and the images are fully accessible)
    What can we do, so we will not receive a broken links popup on step #4 of the scenario?
    Thanks

    No answers, but a few questions:
    Just to be clear, by "broken" you mean missing, not in need of updating, right?
    What version of netatalk are you using on the Linux box? Does it implement AFP 3?
    What version of InDesign CS3 are you using? Is it fully patched to the last public version (5.0.4.682) or newer?
    Are there any potentially problematic characters (e.g., slashes, backslashes, unicode characters, etc.) in the file names or the directories in the full paths?
    If you make note of the full path on the Mac when the document is first created, and then compare it very carefully with the same path when you re-open it and get the broken links messages, can you detect any differences? It might also be interesting to place one of the same "missing" images in the document again once you've re-opened it on the Mac, and compare the two paths...

  • Handling Invalid(Hex) Characters Code for Unicode BI 7.0

    Hi All,
    I went through the beautiful weblog given by Eugene.. https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4059. [original link is broken] [original link is broken] [original link is broken] [original link is broken] In the comments section of the weblog there is a code given by Dirk. I tried to use the code in my transformation logic and here how it looks.. I am using BI 7.0 and it is unicode system..
    ============================================================
    DATA: l_d_length like sy-index,
    l_d_char type c,
    l_d_index type sy-index.
    l_d_length = strlen( result ).
    RESULT = SOURCE_FIELDS-POO_TAG.
    DO l_d_length times.
    l_d_index = sy-index - 1.
    l_d_char = result+l_d_index(1).
    CALL FUNCTION 'RSKC_CHAVL_OF_IOBJ_CHECK'
    IMPORTING
    I_CHAVL = l_d_char
    I_IOBJNM = 'ZPOTSTFL'
    *" I_S_COB_PRO =
    *" I_T_COB_PRO_CMP =
    EXCEPTIONS
    CHAVL_NOT_ALLOWED = 1.
    IF SY-SUBRC <> 0.
    result+l_d_index(1) = ' '.
    ENDIF.
    ENDDO.
    ===========================================================
    I am using this to load from PSA to DSO, the info-object name is ZPOTSTFL(Length 3, No master, No text) and source field name is POO_TAG, since in the source the field is a free form text field and it has some hex characters ...we need to keep the free form (like $, lowercase letters, ###. etc..) but we need to eliminate the hex characters with space as it is affecting our load.
    I tried this code and it gives me syntax error. In the blog Pedro has suggested to declare some 30 char string and assign that string to info-object name... I don't know that much ABAP can somebody help me with the code??
    Regards,
    Nikhil

    Hello Dilip
    Out of three two of them are definitley possible. i.e
    1) CU&UC
    2) Upgrade first and then do Unicode Conversion ( 2 different downtimes)
    third option is possible with R3 but with BW you need to consult the master guide. ( i am not sure).
    you need to decide one of them based on your hardware sizing, database size, Downtime possible.
    I would suggest Make a copy of production server. and perform the upgrade and then perform unicode conversion. this whole activity will give you exact timing you need. and possible errors you will face during upgrade and unicode conversion.
    i hope this helps.
    Thanks
    Mona

  • Unicode support in my terminals is not working anymore

    After turning on my computer today, the unicode characters for my terminals are not working. Other applications like gvim and awesome, firefox, etc. still display the unicode chars correctly.
    Awesome tag names (unicode working):
    uxterm (unicode working):
    xterm(unicode broken):
    rxvt-unicode (unicode broken), my terminal of choice:
    Here is my .Xresources. I have uncommented the font setup for xterm and urxvt for testing:
    ! terminal settings ----------------------------------------------------------
    XTerm*metaSendsEscape: true
    XTerm*eightBitInput: false
    !XTerm*faceName: Bitstream Vera Sans Mono:pixelsize=11
    URxvt.depth : 32
    URxvt.saveLines : 10000
    URxvt*inheritPixmap : true
    URxvt.scrollBar : false
    URxvt.shading : 10
    URxvt.tintColor : white
    URxvt.cursorColor : #99a9cf
    *background : #151515
    *foreground : #d0d0d0
    !URxvt.imLocale : en_EN.UTF-8
    !URxvt.multichar_encoding : utf-8
    URxvt*loginShell : true
    URxvt.secondaryScroll : true
    !URxvt.font : xft:Bitstream Vera Sans Mono:pixelsize=11
    !URxvt.font : xft:Liberation Mono:size=8
    *SimpleMenu*menuLabel.vertSpace: 1
    *charClass: 33:48,35:48,37-38:48,43-47:48,58:48,61:48,63-64:48,95:48,126:48
    If any one could help my in tracking down this issue?
    Last edited by jpk (2012-04-01 09:11:25)

    Okay, I think, I have found the problem. my $LANG is not set to "en_US.utf-8". It is configured in my /etc/rc.conf, but after login into the WM, the $LOCALE setting is not loaded. For now I could fix the problem by adding
    export LANG="en_US.utf-8"
    to my ~/.xinitrc. I would count that as half-solved. Any suggestion why the environmental variable is not set?

  • Bengali Unicode display distorted last 7 days

    For last 7 days, Bengali Unicode display failed. Bengali words use compound alphabets. They are getting broken up & displaying each alphabet separately like roman alphabets. No such problem in MS Word, Excel etc., or even when using Internet Explorer.
    I have stored 'Application Basics'. Can be emailed, if required

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    <hr>
    Also:
    *[https://support.mozilla.org/kb/remove-recent-browsing-search-and-download-history Clear recent history]
    *[https://www.mozilla.org/en-US/plugincheck/ Plugin check]
    Did this fix your problems? Please report back to us!
    Thank you.

  • R3 Unicode error when transferring SRM PO with custom fields to R3

    We have an SRM 5.0 system.  We are sending an SRM created PO to R3 (4.7).  This works perfectly if there are no custom fields.  We added 1 custom field of 1 character byte to the SRM PO Header.  When this is done there is a dump in R3 in SAPLBBP_BAPI_PO in "MAPPING_CUSTOMER_FIELDS" saying Data objects in a Unicode program are not convertible.
    This happens at the following statements
    ASSIGN wa_bapi_cf_header TO <l_tmp_fs>.
    l_valuepart = <l_tmp_fs>.
    We think this is related to our custom fields on EKKO on the R3 side where there is a currency field (packed), but we are not sure since we just started working with SRM.  Below is our R3 PO header structure for custom fields.
    wa_bapi_cf_header has the definition of PO header in our R3 system that contains a packed field.
    .INCLUDE     CI_EKKODB          0
    ZZCMPCD     ZCMPCD     CHAR     1
    ZZTDRIND     ZTDRIND     CHAR     1
    ZZACO     ZACO     CHAR     1
    ZZBIDROOM     ZBIDROOM     CHAR     1
    ZZCAS     ZCAS     CHAR     1
    ZZPONEG     ZPONEG     CHAR     1
    ZZWARRPO     ZZWARRPO     CHAR     1
    ZZQUOTETYPE     ZZQUOTETYPE     CHAR     10
    ZZAPRDT     ZZAPRDT     DATS     8
    ZZAPRTIM     ZZAPRTIM     TIMS     6
    ZZMASSIST     ZZMASSIST     CURR     17                 
    ZZPD     ZZPD     CHAR     1
    ZZREASON     ZZREASON     CHAR     2
    The field being sent from SRM is
    ZZACO     ZACO     CHAR     1.
    How can I correct this problem?  
    Thank you for any help you can give.
    Ada Thompson

    Hi,
    See these related threads;
    short dump(UC_OBJECTS_NOT_CONVERTIBLE)
    Data objects in a Unicode program are not convertible?what does this mean?
    Virtual Char error - UC_OBJECTS_NOT_CONVERTIBLE
    /message/1069612#1069612 [original link is broken]
    BR,
    Disha.
    Do reward points for useful answers.

  • From SRM to R3 po in extended classic  : UNICODE PROGRAM ERROR

    1.Today I observed that while sending the PO data from SRM to R3 we are getting following error -
    "Data objects in a Unicode program are not convertible"
    Request you to please look into it on priority.
    SEKHAR

    short dump(UC_OBJECTS_NOT_CONVERTIBLE)
    Data objects in a Unicode program are not convertible?what does this mean?
    Virtual Char error - UC_OBJECTS_NOT_CONVERTIBLE
    /message/1069612#1069612 [original link is broken]

  • Unicode Conversion for SAP BI

    Hi
    We are upgrading out SAP BW 3.1 system to SAP NW 7.0. We are also planning to do a Unicode conversion of the upgraded system.
    Please let me know the following:
    1. What extra tests we need to do for Unicode Conversion
    2. If you have done a Unicode conversion, please share the errors that you have got after the conversion, and the possible solutions.
    Best Regards,
    Rajib

    hi,
    Please refer
    SAP Note Number: 928729 : Combined Upgrade & Unicode Conversion (CU&UC)
    https://wiki.sdn.sap.com/wiki/display/unicode/ChallengesinBIUnicodeconversion
    Below is the link for R/3... but still will give you some insight.
    /people/tikkana.akurati/blog/2009/02/27/combined-upgrade-and-unicode-conversion-cuuc-cutover-project-plan-execution
    This will also help you understand more about unicode...
    /docs/DOC-8284#section5 [original link is broken]
    Hope this helps
    Regards
    Raj

Maybe you are looking for