Strange hi pitch noise thru headphones button only when moving the mouse!?

So i'm sitting there with a pair of sony headphones working on my intel imac and I notice a high pitch (but very quiet) noise.
Eventually I work out that it only happens when I move my mouse.
Does this happen to anyone else?

I saw these last year!
http://discussions.apple.com/thread.jspa?messageID=2713451&#2713451
http://discussions.apple.com/thread.jspa?messageID=2301548&#2301548
For more go here
http://discussions.apple.com/search.jspa?threadID=&q=mightymouse+audionoise&objID=c189&dateRange=lastyear&userID=&numResults=15
17" iMac Intel Core Duo 1.5GB Ram   Mac OS X (10.4.9)   Maxtor 300GB FireWire Creative Inspire 2.1 2G Nano

Similar Messages

  • Xorg hangs and is unkillable, but only when moving the mouse

    Hello everyone!
    I have a special problem related to Xorg, my graphics card and my mouse, as it seems.
    My Setup
    I have the following setup:
    Archlinux 3.6.2-1-ARCH i686 (everything should be pretty much up-to-date)
    Motherboard: Abit BH6 (quite old though)
    2 Video Adapters: One 3Dfx Voodoo 3 (rev 01), PCI at 0:f:0 and an ATI Rage 128, AGP at 1:0:0
    Standard Microsoft PS/2 Mouse (has been working fine ever since I bought it around 2001!)
    Edit: (forgot to mention)
    My BIOS is set up to use the AGP Card to Boot, VGA BIOS Caching, Shadowing and Video RAM Shadowing are disabled alltogether.
    End Edit
    I installed Xorg as described in https://wiki.archlinux.org/index.php/Xorg. (Please find the contents of my /etc/X11/xorg.conf.d/10-configuration.conf below)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    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",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "ForcePCIMode" # [<bool>]
    #Option "CCEPIOMode" # [<bool>]
    #Option "CCENoSecurity" # [<bool>]
    #Option "CCEusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnablePageFlip" # [<bool>]
    #Option "Display" # <str>
    #Option "PanelWidth" # <i>
    #Option "PanelHeight" # <i>
    #Option "ProgramFPRegs" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "ShowCache" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "RenderAccel" # [<bool>]
    Identifier "Card0"
    Driver "r128"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "UsePIO" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "NoSLI" # [<bool>]
    #Option "TexturedVideo" # [<bool>]
    #Option "DRI" # [<bool>]
    Identifier "Card1"
    Driver "tdfx"
    BusID "PCI:0:15: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
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    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
    How to reproduce the problem
    I initially had twm installed but now I have gdm, both of which (seem to) show the exact same behavior, when doing the following:
    Start Xorg using xinit (or even startx, doesn't make a difference)
    Start your dm, for example:
    gdm dbus-launch gnome-control-center
    Move your mouse around a bit, try to login, anything will do, and wait for it to hang up - it never takes longer than a Minute
    After that, killing X using signal 15 or 9 won't work, I have to restart my computer to get another try.
    The last lines of dmesg are:
    [ 1550.681449] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
    [ 1550.715635] EXT4-fs (sdb1): re-mounted. Opts: data=ordered,commit=0
    [ 1800.843311] INFO: task X:297 blocked for more than 120 seconds.
    [ 1800.843333] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 1800.843345] X D 016bde74 0 297 296 0x00400000
    [ 1800.843368] d26bded0 00000082 0826cde0 016bde74 00000000 c060c220 c06dd6c0 c06dd6c0
    [ 1800.843401] 9c9af169 0000017e d3a826c0 d26a1f20 00000000 00000000 00000000 00000003
    [ 1800.843431] d26bdeb0 00000000 d26bdec0 d2ecc136 00000000 00000000 d26bdec4 c02f39af
    [ 1800.843462] Call Trace:
    [ 1800.843517] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 1800.843545] [<c04d0fc3>] schedule+0x23/0x60
    [ 1800.843576] [<c039a077>] vga_get+0xe7/0x150
    [ 1800.843616] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 1800.843637] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 1800.843667] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 1800.843703] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 1800.843723] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 1800.843743] [<c0233b48>] vfs_write+0x88/0x160
    [ 1800.843762] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 1800.843783] [<c0233e3d>] sys_write+0x3d/0x80
    [ 1800.843808] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    [ 1800.843828] INFO: task Xorg:439 blocked for more than 120 seconds.
    [ 1800.843837] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 1800.843846] Xorg D 01cebe74 0 439 438 0x00400000
    [ 1800.843865] d1cebed0 00003082 bf8b2890 01cebe74 00000000 d1cf8000 c06dd6c0 c06dd6c0
    [ 1800.843896] 00000000 00000176 d3a826c0 d2156450 00004000 00000000 00000000 d1cebea4
    [ 1800.843926] c014b8e5 00000000 d1cebec0 d2ecc4b6 00000000 00000000 d1cebec4 c02f39af
    [ 1800.843957] Call Trace:
    [ 1800.843992] [<c014b8e5>] ? __set_task_blocked+0x35/0x80
    [ 1800.844016] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 1800.844037] [<c04d0fc3>] schedule+0x23/0x60
    [ 1800.844057] [<c039a077>] vga_get+0xe7/0x150
    [ 1800.844082] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 1800.844102] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 1800.844124] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 1800.844147] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 1800.844167] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 1800.844188] [<c0233b48>] vfs_write+0x88/0x160
    [ 1800.844207] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 1800.844228] [<c0233e3d>] sys_write+0x3d/0x80
    [ 1800.844248] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    [ 1920.843300] INFO: task X:297 blocked for more than 120 seconds.
    [ 1920.843321] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 1920.843333] X D 016bde74 0 297 296 0x00400000
    [ 1920.843356] d26bded0 00000082 0826cde0 016bde74 00000000 c060c220 c06dd6c0 c06dd6c0
    [ 1920.843389] 9c9af169 0000017e d3a826c0 d26a1f20 00000000 00000000 00000000 00000003
    [ 1920.843419] d26bdeb0 00000000 d26bdec0 d2ecc136 00000000 00000000 d26bdec4 c02f39af
    [ 1920.843450] Call Trace:
    [ 1920.843503] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 1920.843530] [<c04d0fc3>] schedule+0x23/0x60
    [ 1920.843561] [<c039a077>] vga_get+0xe7/0x150
    [ 1920.843600] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 1920.843620] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 1920.843650] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 1920.843685] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 1920.843705] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 1920.843726] [<c0233b48>] vfs_write+0x88/0x160
    [ 1920.843745] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 1920.843765] [<c0233e3d>] sys_write+0x3d/0x80
    [ 1920.843789] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    [ 1920.843812] INFO: task Xorg:439 blocked for more than 120 seconds.
    [ 1920.843821] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 1920.843830] Xorg D 01cebe74 0 439 438 0x00400000
    [ 1920.843849] d1cebed0 00003082 bf8b2890 01cebe74 00000000 d1cf8000 c06dd6c0 c06dd6c0
    [ 1920.843880] 00000000 00000176 d3a826c0 d2156450 00004000 00000000 00000000 d1cebea4
    [ 1920.843910] c014b8e5 00000000 d1cebec0 d2ecc4b6 00000000 00000000 d1cebec4 c02f39af
    [ 1920.843941] Call Trace:
    [ 1920.843975] [<c014b8e5>] ? __set_task_blocked+0x35/0x80
    [ 1920.844000] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 1920.844021] [<c04d0fc3>] schedule+0x23/0x60
    [ 1920.844042] [<c039a077>] vga_get+0xe7/0x150
    [ 1920.844066] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 1920.844086] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 1920.844108] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 1920.844132] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 1920.844151] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 1920.844171] [<c0233b48>] vfs_write+0x88/0x160
    [ 1920.844191] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 1920.844211] [<c0233e3d>] sys_write+0x3d/0x80
    [ 1920.844232] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    [ 2040.843288] INFO: task X:297 blocked for more than 120 seconds.
    [ 2040.843308] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 2040.843319] X D 016bde74 0 297 296 0x00400000
    [ 2040.843341] d26bded0 00000082 0826cde0 016bde74 00000000 c060c220 c06dd6c0 c06dd6c0
    [ 2040.843374] 9c9af169 0000017e d3a826c0 d26a1f20 00000000 00000000 00000000 00000003
    [ 2040.843404] d26bdeb0 00000000 d26bdec0 d2ecc136 00000000 00000000 d26bdec4 c02f39af
    [ 2040.843435] Call Trace:
    [ 2040.843489] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 2040.843515] [<c04d0fc3>] schedule+0x23/0x60
    [ 2040.843544] [<c039a077>] vga_get+0xe7/0x150
    [ 2040.843581] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 2040.843601] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 2040.843630] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 2040.843665] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 2040.843684] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2040.843705] [<c0233b48>] vfs_write+0x88/0x160
    [ 2040.843724] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2040.843745] [<c0233e3d>] sys_write+0x3d/0x80
    [ 2040.843768] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    [ 2040.843790] INFO: task Xorg:439 blocked for more than 120 seconds.
    [ 2040.843799] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 2040.843808] Xorg D 01cebe74 0 439 438 0x00400000
    [ 2040.843827] d1cebed0 00003082 bf8b2890 01cebe74 00000000 d1cf8000 c06dd6c0 c06dd6c0
    [ 2040.843858] 00000000 00000176 d3a826c0 d2156450 00004000 00000000 00000000 d1cebea4
    [ 2040.843888] c014b8e5 00000000 d1cebec0 d2ecc4b6 00000000 00000000 d1cebec4 c02f39af
    [ 2040.843919] Call Trace:
    [ 2040.843953] [<c014b8e5>] ? __set_task_blocked+0x35/0x80
    [ 2040.843977] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 2040.843997] [<c04d0fc3>] schedule+0x23/0x60
    [ 2040.844018] [<c039a077>] vga_get+0xe7/0x150
    [ 2040.844043] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 2040.844063] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 2040.844085] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 2040.844109] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 2040.844129] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2040.844149] [<c0233b48>] vfs_write+0x88/0x160
    [ 2040.844168] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2040.844188] [<c0233e3d>] sys_write+0x3d/0x80
    [ 2040.844209] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    [ 2160.843271] INFO: task X:297 blocked for more than 120 seconds.
    [ 2160.843291] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 2160.843302] X D 016bde74 0 297 296 0x00400000
    [ 2160.843326] d26bded0 00000082 0826cde0 016bde74 00000000 c060c220 c06dd6c0 c06dd6c0
    [ 2160.843359] 9c9af169 0000017e d3a826c0 d26a1f20 00000000 00000000 00000000 00000003
    [ 2160.843389] d26bdeb0 00000000 d26bdec0 d2ecc136 00000000 00000000 d26bdec4 c02f39af
    [ 2160.843419] Call Trace:
    [ 2160.843473] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 2160.843499] [<c04d0fc3>] schedule+0x23/0x60
    [ 2160.843529] [<c039a077>] vga_get+0xe7/0x150
    [ 2160.843567] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 2160.843587] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 2160.843615] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 2160.843650] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 2160.843670] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2160.843690] [<c0233b48>] vfs_write+0x88/0x160
    [ 2160.843710] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2160.843730] [<c0233e3d>] sys_write+0x3d/0x80
    [ 2160.843753] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    [ 2160.843774] INFO: task Xorg:439 blocked for more than 120 seconds.
    [ 2160.843783] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 2160.843793] Xorg D 01cebe74 0 439 438 0x00400000
    [ 2160.843812] d1cebed0 00003082 bf8b2890 01cebe74 00000000 d1cf8000 c06dd6c0 c06dd6c0
    [ 2160.843843] 00000000 00000176 d3a826c0 d2156450 00004000 00000000 00000000 d1cebea4
    [ 2160.843873] c014b8e5 00000000 d1cebec0 d2ecc4b6 00000000 00000000 d1cebec4 c02f39af
    [ 2160.843903] Call Trace:
    [ 2160.843938] [<c014b8e5>] ? __set_task_blocked+0x35/0x80
    [ 2160.843963] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 2160.843983] [<c04d0fc3>] schedule+0x23/0x60
    [ 2160.844003] [<c039a077>] vga_get+0xe7/0x150
    [ 2160.844028] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 2160.844048] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 2160.844070] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 2160.844094] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 2160.844114] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2160.844133] [<c0233b48>] vfs_write+0x88/0x160
    [ 2160.844153] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2160.844173] [<c0233e3d>] sys_write+0x3d/0x80
    [ 2160.844194] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    [ 2280.843266] INFO: task X:297 blocked for more than 120 seconds.
    [ 2280.843285] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 2280.843296] X D 016bde74 0 297 296 0x00400000
    [ 2280.843319] d26bded0 00000082 0826cde0 016bde74 00000000 c060c220 c06dd6c0 c06dd6c0
    [ 2280.843352] 9c9af169 0000017e d3a826c0 d26a1f20 00000000 00000000 00000000 00000003
    [ 2280.843382] d26bdeb0 00000000 d26bdec0 d2ecc136 00000000 00000000 d26bdec4 c02f39af
    [ 2280.843413] Call Trace:
    [ 2280.843465] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 2280.843491] [<c04d0fc3>] schedule+0x23/0x60
    [ 2280.843521] [<c039a077>] vga_get+0xe7/0x150
    [ 2280.843558] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 2280.843579] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 2280.843606] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 2280.843641] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 2280.843661] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2280.843681] [<c0233b48>] vfs_write+0x88/0x160
    [ 2280.843700] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2280.843720] [<c0233e3d>] sys_write+0x3d/0x80
    [ 2280.843743] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    [ 2280.843764] INFO: task Xorg:439 blocked for more than 120 seconds.
    [ 2280.843774] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 2280.843783] Xorg D 01cebe74 0 439 438 0x00400000
    [ 2280.843802] d1cebed0 00003082 bf8b2890 01cebe74 00000000 d1cf8000 c06dd6c0 c06dd6c0
    [ 2280.843833] 00000000 00000176 d3a826c0 d2156450 00004000 00000000 00000000 d1cebea4
    [ 2280.843863] c014b8e5 00000000 d1cebec0 d2ecc4b6 00000000 00000000 d1cebec4 c02f39af
    [ 2280.843893] Call Trace:
    [ 2280.843927] [<c014b8e5>] ? __set_task_blocked+0x35/0x80
    [ 2280.843952] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 2280.843972] [<c04d0fc3>] schedule+0x23/0x60
    [ 2280.843993] [<c039a077>] vga_get+0xe7/0x150
    [ 2280.844018] [<c016af00>] ? try_to_wake_up+0x240/0x240
    [ 2280.844038] [<c039a31e>] vga_arb_write+0x8e/0x4e0
    [ 2280.844059] [<c02abe34>] ? security_file_permission+0x24/0xb0
    [ 2280.844083] [<c02337c3>] ? rw_verify_area+0x63/0x110
    [ 2280.844103] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2280.844123] [<c0233b48>] vfs_write+0x88/0x160
    [ 2280.844142] [<c039a290>] ? vga_tryget+0xa0/0xa0
    [ 2280.844163] [<c0233e3d>] sys_write+0x3d/0x80
    [ 2280.844183] [<c04d7e1f>] sysenter_do_call+0x12/0x28
    My Logfiles
    The contents of my /var/log/Xorg.0.log are (with Xorg still running but hung)
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 1502.702] X Protocol Version 11, Revision 0
    [ 1502.703] Build Operating System: Linux 3.6.2-1-ARCH i686
    [ 1502.704] Current Operating System: Linux bora 3.6.2-1-ARCH #1 SMP PREEMPT Sat Oct 13 07:19:40 CEST 2012 i686
    [ 1502.705] Kernel command line: root=/dev/sda1 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 1502.706] Build Date: 19 October 2012 03:58:01PM
    [ 1502.707]
    [ 1502.708] Current version of pixman: 0.26.2
    [ 1502.709] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1502.710] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1502.713] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 24 04:30:43 2012
    [ 1502.819] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1502.871] (==) ServerLayout "X.org Configured"
    [ 1502.871] (**) |-->Screen "Screen0" (0)
    [ 1502.871] (**) | |-->Monitor "Monitor0"
    [ 1502.872] (**) | |-->Device "Card0"
    [ 1502.873] (**) |-->Screen "Screen1" (1)
    [ 1502.873] (**) | |-->Monitor "Monitor1"
    [ 1502.874] (**) | |-->Device "Card1"
    [ 1502.874] (==) Automatically adding devices
    [ 1502.874] (==) Automatically enabling devices
    [ 1502.874] (==) Automatically adding GPU devices
    [ 1502.953] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 1502.953] Entry deleted from font path.
    [ 1502.953] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1502.954] Entry deleted from font path.
    [ 1502.954] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1502.954] Entry deleted from font path.
    [ 1502.955] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1502.955] Entry deleted from font path.
    [ 1502.955] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1502.956] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1502.956] Entry deleted from font path.
    [ 1502.956] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1502.956] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 1502.956] Entry deleted from font path.
    [ 1502.956] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1502.956] Entry deleted from font path.
    [ 1502.956] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1502.956] Entry deleted from font path.
    [ 1502.957] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1502.957] Entry deleted from font path.
    [ 1502.957] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1502.957] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1502.957] Entry deleted from font path.
    [ 1502.957] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1502.957] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/misc/
    [ 1502.957] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 1502.957] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1502.980] (II) Loader magic: 0x825a620
    [ 1502.980] (II) Module ABI versions:
    [ 1502.981] X.Org ANSI C Emulation: 0.4
    [ 1502.981] X.Org Video Driver: 13.0
    [ 1502.981] X.Org XInput driver : 18.0
    [ 1502.981] X.Org Server Extension : 7.0
    [ 1502.987] (--) PCI: (0:0:15:0) 121a:0005:121a:0036 rev 1, Mem @ 0xda000000/33554432, 0xdc000000/33554432, I/O @ 0x0000ec00/256, BIOS @ 0x????????/65536
    [ 1502.987] (--) PCI:*(0:1:0:0) 1002:5246:1002:0008 rev 0, Mem @ 0xd4000000/67108864, 0xd9000000/16384, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
    [ 1502.988] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1502.999] Initializing built-in extension Generic Event Extension
    [ 1503.000] Initializing built-in extension SHAPE
    [ 1503.001] Initializing built-in extension MIT-SHM
    [ 1503.002] Initializing built-in extension XInputExtension
    [ 1503.002] Initializing built-in extension XTEST
    [ 1503.003] Initializing built-in extension BIG-REQUESTS
    [ 1503.004] Initializing built-in extension SYNC
    [ 1503.005] Initializing built-in extension XKEYBOARD
    [ 1503.006] Initializing built-in extension XC-MISC
    [ 1503.006] Initializing built-in extension SECURITY
    [ 1503.007] Initializing built-in extension XINERAMA
    [ 1503.008] Initializing built-in extension XFIXES
    [ 1503.009] Initializing built-in extension RENDER
    [ 1503.009] Initializing built-in extension RANDR
    [ 1503.010] Initializing built-in extension COMPOSITE
    [ 1503.010] Initializing built-in extension DAMAGE
    [ 1503.010] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1503.011] Initializing built-in extension DOUBLE-BUFFER
    [ 1503.011] Initializing built-in extension RECORD
    [ 1503.012] Initializing built-in extension DPMS
    [ 1503.012] Initializing built-in extension X-Resource
    [ 1503.013] Initializing built-in extension XVideo
    [ 1503.013] Initializing built-in extension XVideo-MotionCompensation
    [ 1503.014] Initializing built-in extension XFree86-VidModeExtension
    [ 1503.014] Initializing built-in extension XFree86-DGA
    [ 1503.015] Initializing built-in extension XFree86-DRI
    [ 1503.015] Initializing built-in extension DRI2
    [ 1503.015] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 1503.015] (II) LoadModule: "glx"
    [ 1503.033] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1503.133] (II) Module glx: vendor="X.Org Foundation"
    [ 1503.133] compiled for 1.13.0, module version = 1.0.0
    [ 1503.133] ABI class: X.Org Server Extension, version 7.0
    [ 1503.133] (==) AIGLX enabled
    [ 1503.135] Loading extension GLX
    [ 1503.135] (II) LoadModule: "r128"
    [ 1503.153] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
    [ 1503.218] (II) Module r128: vendor="X.Org Foundation"
    [ 1503.218] compiled for 1.13.0, module version = 6.9.1
    [ 1503.218] Module class: X.Org Video Driver
    [ 1503.218] ABI class: X.Org Video Driver, version 13.0
    [ 1503.219] (II) LoadModule: "tdfx"
    [ 1503.220] (II) Loading /usr/lib/xorg/modules/drivers/tdfx_drv.so
    [ 1503.269] (II) Module tdfx: vendor="X.Org Foundation"
    [ 1503.269] compiled for 1.13.0, module version = 1.4.5
    [ 1503.269] Module class: X.Org Video Driver
    [ 1503.270] ABI class: X.Org Video Driver, version 13.0
    [ 1503.270] (II) R128: Driver for ATI Rage 128 chipsets:
    ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
    ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
    ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
    ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
    ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
    ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
    ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
    ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
    ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
    ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
    ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
    ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
    ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
    ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
    ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
    ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
    ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
    ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
    ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
    ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
    ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
    ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
    ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
    ATI Rage 128 Pro ULTRA TU (AGP?)
    [ 1503.275] (II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee,
    3dfx Voodoo3, 3dfx Voodoo5
    [ 1503.276] (--) using VT number 2
    [ 1503.281] (II) TDFX(1): PIO base = 0xec00
    [ 1503.281] (II) R128(0): PCI bus 1 card 0 func 0
    [ 1503.282] (==) R128(0): Depth 24, (--) framebuffer bpp 32
    [ 1503.282] (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 1503.282] (==) R128(0): Default visual is TrueColor
    [ 1503.282] (II) Loading sub module "vgahw"
    [ 1503.282] (II) LoadModule: "vgahw"
    [ 1503.287] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 1503.331] (II) Module vgahw: vendor="X.Org Foundation"
    [ 1503.331] compiled for 1.13.0, module version = 0.1.0
    [ 1503.331] ABI class: X.Org Video Driver, version 13.0
    [ 1503.332] (II) R128(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
    [ 1503.332] (==) R128(0): RGB weight 888
    [ 1503.332] (II) R128(0): Using 8 bits per RGB (8 bit DAC)
    [ 1503.332] (II) Loading sub module "int10"
    [ 1503.332] (II) LoadModule: "int10"
    [ 1503.333] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 1503.368] (II) Module int10: vendor="X.Org Foundation"
    [ 1503.369] compiled for 1.13.0, module version = 1.0.0
    [ 1503.369] ABI class: X.Org Video Driver, version 13.0
    [ 1503.369] (II) R128(0): initializing int10
    [ 1503.392] (II) R128(0): Primary V_BIOS segment is: 0xc000
    [ 1503.392] (--) R128(0): Chipset: "ATI Rage 128 GL RF (AGP)" (ChipID = 0x5246)
    [ 1503.392] (--) R128(0): Linear framebuffer at 0xd4000000
    [ 1503.392] (--) R128(0): MMIO registers at 0xd9000000
    [ 1503.393] (--) R128(0): VideoRAM: 16384 kByte (128-bit SDR SGRAM 1:1)
    [ 1503.393] (**) R128(0): Using external CRT for display
    [ 1503.424] (II) R128(0): Primary Display == Type 1
    [ 1503.424] (WW) R128(0): Can't determine panel dimensions, and none specified.
    Disabling programming of FP registers.
    [ 1503.424] (II) R128(0): PLL parameters: rf=2950 rd=65 min=12500 max=25000; xclk=9000
    [ 1503.424] (II) Loading sub module "ddc"
    [ 1503.424] (II) LoadModule: "ddc"
    [ 1503.424] (II) Module "ddc" already built-in
    [ 1503.424] (II) Loading sub module "vbe"
    [ 1503.425] (II) LoadModule: "vbe"
    [ 1503.425] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 1503.438] (II) Module vbe: vendor="X.Org Foundation"
    [ 1503.439] compiled for 1.13.0, module version = 1.1.0
    [ 1503.439] ABI class: X.Org Video Driver, version 13.0
    [ 1503.440] (II) R128(0): VESA BIOS detected
    [ 1503.440] (II) R128(0): VESA VBE Version 2.0
    [ 1503.440] (II) R128(0): VESA VBE Total Mem: 16384 kB
    [ 1503.440] (II) R128(0): VESA VBE OEM: ATI RAGE128
    [ 1503.440] (II) R128(0): VESA VBE OEM Software Rev: 1.0
    [ 1503.440] (II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.
    [ 1503.440] (II) R128(0): VESA VBE OEM Product: R128
    [ 1503.440] (II) R128(0): VESA VBE OEM Product Rev: 01.00
    [ 1503.441] (II) Loading sub module "ddc"
    [ 1503.441] (II) LoadModule: "ddc"
    [ 1503.441] (II) Module "ddc" already built-in
    [ 1503.534] (II) R128(0): VESA VBE DDC supported
    [ 1503.534] (II) R128(0): VESA VBE DDC Level 2
    [ 1503.534] (II) R128(0): VESA VBE DDC transfer in appr. 2 sec.
    [ 1504.071] (II) R128(0): VESA VBE DDC read successfully
    [ 1504.072] (II) R128(0): Manufacturer: AOC Model: a781 Serial#: 11653
    [ 1504.072] (II) R128(0): Year: 2003 Week: 18
    [ 1504.072] (II) R128(0): EDID Version: 1.3
    [ 1504.072] (II) R128(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 1504.072] (II) R128(0): Sync: Separate
    [ 1504.072] (II) R128(0): Max Image Size [cm]: horiz.: 34 vert.: 27
    [ 1504.072] (II) R128(0): Gamma: 2.20
    [ 1504.073] (II) R128(0): DPMS capabilities: Off; RGB/Color Display
    [ 1504.073] (II) R128(0): First detailed timing is preferred mode
    [ 1504.073] (II) R128(0): redX: 0.631 redY: 0.354 greenX: 0.294 greenY: 0.596
    [ 1504.073] (II) R128(0): blueX: 0.143 blueY: 0.087 whiteX: 0.300 whiteY: 0.340
    [ 1504.073] (II) R128(0): Supported established timings:
    [ 1504.073] (II) R128(0): 720x400@70Hz
    [ 1504.074] (II) R128(0): 640x480@60Hz
    [ 1504.074] (II) R128(0): 640x480@67Hz
    [ 1504.074] (II) R128(0): 640x480@72Hz
    [ 1504.074] (II) R128(0): 640x480@75Hz
    [ 1504.074] (II) R128(0): 800x600@56Hz
    [ 1504.074] (II) R128(0): 800x600@60Hz
    [ 1504.074] (II) R128(0): 800x600@72Hz
    [ 1504.074] (II) R128(0): 800x600@75Hz
    [ 1504.074] (II) R128(0): 832x624@75Hz
    [ 1504.075] (II) R128(0): 1024x768@60Hz
    [ 1504.075] (II) R128(0): 1024x768@70Hz
    [ 1504.075] (II) R128(0): 1024x768@75Hz
    [ 1504.075] (II) R128(0): 1280x1024@75Hz
    [ 1504.075] (II) R128(0): Manufacturer's mask: 0
    [ 1504.075] (II) R128(0): Supported standard timings:
    [ 1504.075] (II) R128(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1504.075] (II) R128(0): Supported detailed timing:
    [ 1504.075] (II) R128(0): clock: 135.0 MHz Image Size: 340 x 270 mm
    [ 1504.076] (II) R128(0): h_active: 1280 h_sync: 1296 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 1504.076] (II) R128(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 1504.076] (II) R128(0): Serial No: T7SJ34AZ11653
    [ 1504.076] (II) R128(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 135 MHz
    [ 1504.076] (II) R128(0): Monitor name: LM720/LM720A
    [ 1504.076] (II) R128(0): EDID (in hex):
    [ 1504.077] (II) R128(0): 00ffffffffffff0005e381a7852d0000
    [ 1504.077] (II) R128(0): 120d010368221b782aa69ca15a4b9824
    [ 1504.077] (II) R128(0): 164c57bfef0081800101010101010101
    [ 1504.077] (II) R128(0): 010101010101bc34009851002a401090
    [ 1504.077] (II) R128(0): 1300540e11000018000000ff00543753
    [ 1504.077] (II) R128(0): 4a3334415a3131363533000000fd0037
    [ 1504.077] (II) R128(0): 4b1e530d000a202020202020000000fc
    [ 1504.077] (II) R128(0): 004c4d3732302f4c4d373230410a00d5
    [ 1504.078] (II) R128(0): EDID vendor "AOC", prod id 42881
    [ 1504.078] (II) R128(0): Using EDID range info for horizontal sync
    [ 1504.078] (II) R128(0): Using EDID range info for vertical refresh
    [ 1504.078] (II) R128(0): Printing DDC gathered Modelines:
    [ 1504.078] (II) R128(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 -hsync -vsync (80.0 kHz eP)
    ... (more Modelines)
    [ 1504.080] (II) R128(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1504.081] (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 1504.081] (II) R128(0): Monitor0: Using hsync range of 30.00-83.00 kHz
    [ 1504.081] (II) R128(0): Monitor0: Using vrefresh range of 55.00-75.00 Hz
    [ 1504.081] (II) R128(0): Monitor0: Using maximum pixel clock of 135.00 MHz
    [ 1504.081] (II) R128(0): Estimated virtual size for aspect ratio 1.2593 is 1280x1024
    [ 1504.081] (II) R128(0): Clock range: 12.50 to 250.00 MHz
    [ 1504.082] (II) R128(0): Not using default mode "640x350" (vrefresh out of range)
    ... (more Not using... - messages)
    [ 1504.087] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
    [ 1504.088] (--) R128(0): Virtual size is 1280x1024 (pitch 1280)
    [ 1504.089] (**) R128(0): *Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
    [ 1504.089] (II) R128(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 -hsync -vsync (80.0 kHz ezP)
    ... (more Modelines)
    [ 1504.103] (II) R128(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz zd)
    [ 1504.103] (**) R128(0): Display dimensions: (340, 270) mm
    [ 1504.103] (**) R128(0): DPI set to (95, 96)
    [ 1504.103] (II) Loading sub module "fb"
    [ 1504.104] (II) LoadModule: "fb"
    [ 1504.104] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1504.161] (II) Module fb: vendor="X.Org Foundation"
    [ 1504.161] compiled for 1.13.0, module version = 1.0.0
    [ 1504.161] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1504.161] (II) Loading sub module "ramdac"
    [ 1504.161] (II) LoadModule: "ramdac"
    [ 1504.161] (II) Module "ramdac" already built-in
    [ 1504.162] (II) Loading sub module "shadowfb"
    [ 1504.162] (II) LoadModule: "shadowfb"
    [ 1504.162] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1504.176] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1504.176] compiled for 1.13.0, module version = 1.0.0
    [ 1504.176] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1504.176] (II) R128(0): Page flipping disabled
    [ 1504.177] (!!) R128(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    [ 1504.177] (II) Loading sub module "vgahw"
    [ 1504.177] (II) LoadModule: "vgahw"
    [ 1504.178] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 1504.178] (II) Module vgahw: vendor="X.Org Foundation"
    [ 1504.179] compiled for 1.13.0, module version = 0.1.0
    [ 1504.179] ABI class: X.Org Video Driver, version 13.0
    [ 1504.179] (II) Loading sub module "int10"
    [ 1504.179] (II) LoadModule: "int10"
    [ 1504.180] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 1504.180] (II) Module int10: vendor="X.Org Foundation"
    [ 1504.180] compiled for 1.13.0, module version = 1.0.0
    [ 1504.180] ABI class: X.Org Video Driver, version 13.0
    [ 1504.180] (II) TDFX(1): Softbooting the board (through the int10 interface).
    [ 1508.298] (II) TDFX(1): Softbooting the board succeeded.
    [ 1508.298] (==) TDFX(1): Depth 24, (--) framebuffer bpp 32
    [ 1508.298] (==) TDFX(1): RGB weight 888
    [ 1508.298] (==) TDFX(1): Default visual is TrueColor
    [ 1508.299] (--) TDFX(1): Chipset: "3dfx Voodoo3"
    [ 1508.299] (--) TDFX(1): Linear framebuffer at 0xDC000000
    [ 1508.299] (--) TDFX(1): MMIO registers at addr 0xDA000000
    [ 1508.299] (--) TDFX(1): PIO registers at addr 0xEC00
    [ 1508.299] (II) TDFX(1): DRAMINIT1 read 0x40530031, programming 0x40202031 (not Banshee)
    [ 1508.300] (II) TDFX(1): TDFXInitChips: numchips = 1
    [ 1508.300] (II) TDFX(1): TDFXInitChips: cfgbits = 0x00000000, initbits = 0x00000001
    [ 1508.300] (II) TDFX(1): TDFXInitChips: mem0base = 0xda000000, mem1base = 0xdc000008
    [ 1508.300] (II) TDFX(1): TDFXInitChips: mem0size = 0x02000000, mem1size = 0x02000000
    [ 1508.300] (II) TDFX(1): TDFXInitChips: mem0bits = 0x00000005, mem1bits = 0x00000050
    [ 1508.300] (II) TDFX(1): TDFXInitChips: cfgbits = 0x00000055
    [ 1508.301] (II) TDFX(1): TDFXInitChips: MMIOAddr[0] = 0xda000000
    [ 1508.301] (II) TDFX(1): TDFXInitChips: LinearAddr[0] = 0xdc000008
    [ 1508.301] (--) TDFX(1): VideoRAM: 16384 kByte Mapping 32768 kByte
    [ 1508.302] (==) TDFX(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 1508.302] (II) Loading sub module "fb"
    [ 1508.302] (II) LoadModule: "fb"
    [ 1508.302] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1508.302] (II) Module fb: vendor="X.Org Foundation"
    [ 1508.303] compiled for 1.13.0, module version = 1.0.0
    [ 1508.303] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1508.303] (II) Loading sub module "xaa"
    [ 1508.303] (II) LoadModule: "xaa"
    [ 1508.336] (WW) Warning, couldn't open module xaa
    [ 1508.336] (II) UnloadModule: "xaa"
    [ 1508.336] (II) Unloading xaa
    [ 1508.336] (EE) TDFX: Failed to load module "xaa" (module does not exist, 0)
    [ 1508.336] (WW) TDFX(1): No acceleration available
    [ 1508.336] (**) TDFX(1): ShowCache Disabled
    [ 1508.337] (**) TDFX(1): video key default 0x1e
    [ 1508.337] (II) Loading sub module "ramdac"
    [ 1508.337] (II) LoadModule: "ramdac"
    [ 1508.337] (II) Module "ramdac" already built-in
    [ 1508.337] (II) Loading sub module "i2c"
    [ 1508.337] (II) LoadModule: "i2c"
    [ 1508.337] (II) Module "i2c" already built-in
    [ 1508.337] (II) Loading sub module "ddc"
    [ 1508.338] (II) LoadModule: "ddc"
    [ 1508.338] (II) Module "ddc" already built-in
    [ 1508.338] (II) TDFX(1): I2C bus "DDC" initialized.
    [ 1508.338] (II) TDFX(1): I2C device "DDC:ddc2" registered at address 0xA0.
    [ 1508.404] (II) TDFX(1): Manufacturer: AOC Model: a781 Serial#: 2230
    [ 1508.404] (II) TDFX(1): Year: 2003 Week: 20
    [ 1508.404] (II) TDFX(1): EDID Version: 1.3
    [ 1508.404] (II) TDFX(1): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 1508.404] (II) TDFX(1): Sync: Separate
    [ 1508.405] (II) TDFX(1): Max Image Size [cm]: horiz.: 34 vert.: 27
    [ 1508.405] (II) TDFX(1): Gamma: 2.20
    [ 1508.405] (II) TDFX(1): DPMS capabilities: Off; RGB/Color Display
    [ 1508.405] (II) TDFX(1): First detailed timing is preferred mode
    [ 1508.405] (II) TDFX(1): redX: 0.631 redY: 0.354 greenX: 0.294 greenY: 0.596
    [ 1508.405] (II) TDFX(1): blueX: 0.143 blueY: 0.087 whiteX: 0.300 whiteY: 0.340
    [ 1508.406] (II) TDFX(1): Supported established timings:
    [ 1508.406] (II) TDFX(1): 720x400@70Hz
    [ 1508.406] (II) TDFX(1): 640x480@60Hz
    [ 1508.406] (II) TDFX(1): 640x480@67Hz
    [ 1508.406] (II) TDFX(1): 640x480@72Hz
    [ 1508.406] (II) TDFX(1): 640x480@75Hz
    [ 1508.406] (II) TDFX(1): 800x600@56Hz
    [ 1508.406] (II) TDFX(1): 800x600@60Hz
    [ 1508.407] (II) TDFX(1): 800x600@72Hz
    [ 1508.407] (II) TDFX(1): 800x600@75Hz
    [ 1508.407] (II) TDFX(1): 832x624@75Hz
    [ 1508.407] (II) TDFX(1): 1024x768@60Hz
    [ 1508.407] (II) TDFX(1): 1024x768@70Hz
    [ 1508.407] (II) TDFX(1): 1024x768@75Hz
    [ 1508.407] (II) TDFX(1): 1280x1024@75Hz
    [ 1508.407] (II) TDFX(1): Manufacturer's mask: 0
    [ 1508.407] (II) TDFX(1): Supported standard timings:
    [ 1508.408] (II) TDFX(1): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1508.408] (II) TDFX(1): Supported detailed timing:
    [ 1508.408] (II) TDFX(1): clock: 135.0 MHz Image Size: 340 x 270 mm
    [ 1508.408] (II) TDFX(1): h_active: 1280 h_sync: 1296 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 1508.408] (II) TDFX(1): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 1508.408] (II) TDFX(1): Serial No: T7AJ35AD02230
    [ 1508.408] (II) TDFX(1): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 135 MHz
    [ 1508.409] (II) TDFX(1): Monitor name: LM720/LM720A
    [ 1508.409] (II) TDFX(1): EDID (in hex):
    [ 1508.409] (II) TDFX(1): 00ffffffffffff0005e381a7b6080000
    [ 1508.409] (II) TDFX(1): 140d010368221b782aa69ca15a4b9824
    [ 1508.409] (II) TDFX(1): 164c57bfef0081800101010101010101
    [ 1508.409] (II) TDFX(1): 010101010101bc34009851002a401090
    [ 1508.409] (II) TDFX(1): 1300540e11000018000000ff00543741
    [ 1508.410] (II) TDFX(1): 4a333541443032323330000000fd0037
    [ 1508.410] (II) TDFX(1): 4b1e530d000a202020202020000000fc
    [ 1508.410] (II) TDFX(1): 004c4d3732302f4c4d373230410a00f7
    [ 1508.410] (II) TDFX(1): EDID vendor "AOC", prod id 42881
    [ 1508.410] (II) TDFX(1): Using EDID range info for horizontal sync
    [ 1508.410] (II) TDFX(1): Using EDID range info for vertical refresh
    [ 1508.410] (II) TDFX(1): Printing DDC gathered Modelines:
    [ 1508.411] (II) TDFX(1): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 -hsync -vsync (80.0 kHz eP)
    ... (more Modelines)
    [ 1508.413] (II) TDFX(1): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1508.413] (II) TDFX(1): Monitor1: Using hsync range of 30.00-83.00 kHz
    [ 1508.413] (II) TDFX(1): Monitor1: Using vrefresh range of 55.00-75.00 Hz
    [ 1508.413] (II) TDFX(1): Monitor1: Using maximum pixel clock of 135.00 MHz
    [ 1508.413] (II) TDFX(1): Estimated virtual size for aspect ratio 1.2593 is 1280x1024
    [ 1508.413] (II) TDFX(1): Clock range: 12.00 to 300.00 MHz
    [ 1508.414] (II) TDFX(1): Not using default mode "640x350" (vrefresh out of range)
    ... (more TDFX Not using... - messages)
    [ 1508.419] (II) TDFX(1): Not using default mode "1024x768" (hsync out of range)
    [ 1508.420] (--) TDFX(1): Virtual size is 1280x1024 (pitch 1280)
    [ 1508.421] (**) TDFX(1): *Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
    [ 1508.421] (II) TDFX(1): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 -hsync -vsync (80.0 kHz ezP)
    [ 1508.421] (**) TDFX(1): *Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
    ... (more modelines from TDFX)
    [ 1508.435] (**) TDFX(1): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
    [ 1508.435] (II) TDFX(1): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz zd)
    [ 1508.435] (**) TDFX(1): Display dimensions: (340, 270) mm
    [ 1508.435] (**) TDFX(1): DPI set to (95, 96)
    [ 1508.435] (--) Depth 24 pixmap format is 32 bpp
    [ 1508.436] (II) R128(0): Acceleration of RENDER operations will be enabledupon successful loading of DRI and EXA
    [ 1508.546] (WW) R128(0): Direct rendering is not supported when VGA arb is necessary for the device
    [ 1508.547] (EE) R128(0): [dri] DRIScreenInit failed. Disabling DRI.
    [ 1508.577] (II) R128(0): Filling in EXA memory info
    [ 1508.577] (II) R128(0): Loading EXA module...
    [ 1508.577] (II) Loading sub module "exa"
    [ 1508.577] (II) LoadModule: "exa"
    [ 1508.578] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1508.632] (II) Module exa: vendor="X.Org Foundation"
    [ 1508.632] compiled for 1.13.0, module version = 2.6.0
    [ 1508.632] ABI class: X.Org Video Driver, version 13.0
    [ 1508.632] (II) R128(0): Allocating EXA driver...
    [ 1508.632] (II) R128(0): Acceleration enabled
    [ 1508.633] (II) R128(0): Filled in offs
    [ 1508.633] (II) R128(0): Going to init EXA...
    [ 1508.633] (II) R128(0): Setting up EXA callbacks
    [ 1508.633] (II) R128(0): Initalizing 2D acceleration engine...
    [ 1508.633] (II) R128(0): Initializing EXA driver...
    [ 1508.633] (II) EXA(0): Offscreen pixmap area of 11534336 bytes
    [ 1508.633] (II) EXA(0): Driver registered support for the following operations:
    [ 1508.634] (II) Solid
    [ 1508.634] (II) Copy
    [ 1508.634] (II) R128(0): EXA Acceleration enabled
    [ 1508.634] (==) R128(0): Backing store disabled
    [ 1508.635] (==) R128(0): Silken mouse enabled
    [ 1508.635] (II) R128(0): Using hardware cursor (scanline 13105)
    [ 1508.648] (==) R128(0): DPMS enabled
    [ 1508.648] (WW) R128(0): Direct rendering disabled
    [ 1508.649] (==) RandR enabled
    [ 1508.651] (II) TDFX(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0
    [ 1508.651] (II) TDFX(1): Changing back offset from 0x005ff000 to 0x005fe000
    [ 1508.651] (II) TDFX(1): Not enough video memory available for textures and depth buffer
    and/or back buffer. Disabling DRI. To use DRI try lower
    resolution modes and/or a smaller virtual screen size
    [ 1508.651] (II) TDFX(1): Cursor Offset: [0x00000000,0x00001000)
    [ 1508.651] (II) TDFX(1): Fifo Offset: [0x00001000, 0x00041000)
    [ 1508.651] (II) TDFX(1): Front Buffer Offset: [0x00041000, 0x00692800)
    [ 1508.651] (II) TDFX(1): (NOT USED) Texture Offset: [0x00692800, 0x006927FF)
    [ 1508.651] (II) TDFX(1): (NOT USED) BackOffset: [0x01000000, 0x01500000)
    [ 1508.652] (II) TDFX(1): (NOT USED) DepthOffset: [0xFFFFFFFF, 0x004FFFFF)
    [ 1508.652] (II) TDFX(1): Minimum 270, Maximum 1023 lines of offscreen memory available
    [ 1508.663] (==) TDFX(1): Backing store disabled
    [ 1508.663] (==) TDFX(1): Silken mouse enabled
    [ 1508.664] (==) TDFX(1): DPMS enabled
    [ 1508.664] (WW) TDFX(1): Direct rendering disabled
    [ 1508.665] (==) RandR enabled
    [ 1508.665] (II) Found 2 VGA devices: arbiter wrapping enabled
    [ 1508.734] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 1508.734] (II) AIGLX: Screen 0 is not DRI capable
    [ 1509.746] (II) AIGLX: Loaded and initialized swrast
    [ 1509.746] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 1509.747] (II) AIGLX: Screen 1 is not DRI2 capable
    [ 1509.747] (II) AIGLX: Screen 1 is not DRI capable
    [ 1509.752] (II) AIGLX: Loaded and initialized swrast
    [ 1509.752] (II) GLX: Initialized DRISWRAST GL provider for screen 1
    [ 1510.656] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 1510.656] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1510.657] (II) LoadModule: "evdev"
    [ 1510.658] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1510.701] (II) Module evdev: vendor="X.Org Foundation"
    [ 1510.701] compiled for 1.13.0, module version = 2.7.3
    [ 1510.701] Module class: X.Org XInput Driver
    [ 1510.701] ABI class: X.Org XInput driver, version 18.0
    [ 1510.701] (II) Using input driver 'evdev' for 'Power Button'
    [ 1510.701] (**) Power Button: always reports core events
    [ 1510.702] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 1510.702] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1510.702] (--) evdev: Power Button: Found keys
    [ 1510.703] (II) evdev: Power Button: Configuring as keyboard
    [ 1510.703] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 1510.703] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 1510.703] (**) Option "xkb_rules" "evdev"
    [ 1510.703] (**) Option "xkb_model" "evdev"
    [ 1510.704] (**) Option "xkb_layout" "us"
    [ 1510.903] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 1510.903] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1510.904] (II) Using input driver 'evdev' for 'Power Button'
    [ 1510.904] (**) Power Button: always reports core events
    [ 1510.904] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 1510.904] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1510.904] (--) evdev: Power Button: Found keys
    [ 1510.904] (II) evdev: Power Button: Configuring as keyboard
    [ 1510.905] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [ 1510.905] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 1510.905] (**) Option "xkb_rules" "evdev"
    [ 1510.905] (**) Option "xkb_model" "evdev"
    [ 1510.905] (**) Option "xkb_layout" "us"
    [ 1510.910] (II) config/udev: Adding input device pac7311 (/dev/input/event4)
    [ 1510.910] (**) pac7311: Applying InputClass "evdev keyboard catchall"
    [ 1510.910] (II) Using input driver 'evdev' for 'pac7311'
    [ 1510.910] (**) pac7311: always reports core events
    [ 1510.910] (**) evdev: pac7311: Device: "/dev/input/event4"
    [ 1510.911] (--) evdev: pac7311: Vendor 0x93a Product 0x260e
    [ 1510.911] (--) evdev: pac7311: Found keys
    [ 1510.911] (II) evdev: pac7311: Configuring as keyboard
    [ 1510.911] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.2/usb1/1-2/input/input4/event4"
    [ 1510.911] (II) XINPUT: Adding extended input device "pac7311" (type: KEYBOARD, id 8)
    [ 1510.911] (**) Option "xkb_rules" "evdev"
    [ 1510.912] (**) Option "xkb_model" "evdev"
    [ 1510.912] (**) Option "xkb_layout" "us"
    [ 1510.916] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1510.916] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1510.917] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 1510.917] (**) AT Translated Set 2 keyboard: always reports core events
    [ 1510.917] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 1510.917] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 1510.917] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 1510.917] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 1510.918] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 1510.918] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 1510.918] (**) Option "xkb_rules" "evdev"
    [ 1510.918] (**) Option "xkb_model" "evdev"
    [ 1510.918] (**) Option "xkb_layout" "us"
    [ 1510.923] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event5)
    [ 1510.923] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 1510.923] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
    [ 1510.923] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 1510.924] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event5"
    [ 1510.924] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
    [ 1510.924] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 1510.924] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 1510.924] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 1510.924] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 1510.925] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 1510.925] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
    [ 1510.925] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 1510.925] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1510.925] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
    [ 1510.925] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 10)
    [ 1510.926] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 1510.927] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 1510.927] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 1510.927] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 1510.928] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 1510.930] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [ 1510.930] (II) No input driver specified, ignoring this device.
    [ 1510.930] (II) This device may have been added with another device file.
    [ 1510.932] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 1510.932] (II) No input driver specified, ignoring this device.
    [ 1510.932] (II) This device may have been added with another device file.
    Any help is appreciated.
    Last edited by e01f (2012-10-24 02:00:49)

    I added
    Option "SWCursor" "true"
    to my config, and it didn't seem to make a difference. Do those
    [ 1800.843462] Call Trace:
    [ 1800.843517] [<c02f39af>] ? string.isra.4+0x2f/0xa0
    [ 1800.843545] [<c04d0fc3>] schedule+0x23/0x60
    [ 1800.843576] [<c039a077>] vga_get+0xe7/0x150
    traces in dmesg tell you something? I regret that I am relatively new to Linux and therefore don't know much about the way drivers work, but I have been a C/C++/Pascal/PHP/... programmer for many years and have some expereince with assembler programming.
    Thanks again for your support!

  • Why the cursor changes only after moving the mouse?

    I have used the setCursor() on a JInternalFrame to change the image of the cursor. I change the cursor to Cursor.WAIT_CURSOR and back to Cursor.DEFAULT_CURSOR in a new thread. Then the only way for the cursor to change from WAIT to DEFAULT is to move the mouse, otherwise it will remain in WAIT status. What's going wrong?

    I am using version 1.1.2 in JBuilder1. I have an extended Dialog as an interface to change the Oracle Password. When the OK button is selected to complete the process of accessing the DB to make the change, I change cursor to the wait cursor before the DB is accessed. I have to move the mouse to trigger the cursor change to wait. I would think there would be an efficient way to do this. I would also appreciat some help. I'm not sure if this is a problem in later versions.
    Thanks,
    Mike

  • How to enable a button only when a tilelist item is selected

    Simple question but it seems quite awkward to me. How do I enable a button only when an item within a tilelist is currently selected?
    For example lets say if I have a button called button1 that is disabled by default and a tilelist called tilelist1 what would I have to add into the brackets of the following code (enabled property of the button) to ensure that the button is only enabled when an item in the tilelist is currently selected but disabled when no items are selected:-
    enabled="{}"

    enabled="{tilelist1.selectedItem}"
    that should do it, it's making an implicit comparision with null (tilelist1.selectedItem == null) which will result in a boolean.
    SelectedItem is null when nothing is selected , not null when something is.

  • Infopath submit button only works for the first row in a repeating table‏

    Hi, I have a InfoPath Email submit button issue I could not figure out. I have a master/detail repeating table in my form, and one of fields is "EmailAddress" which shows customer's email address. I created a submit button and put the "EmailAddress"
    field to "TO" object. When I tested it, the submit button only would return the first row of emailaddress from the repeating table, but not the rest of it..
    What I want is when I highlighted a customer, and click the submit button, the current customer's email address would show up in "TO" list. I did some research and saw some suggestions about using current() function. So I put current() in the front,
    like this:
    current()/dfs:dataFields/d:vw_HZLeadLists/@EmailAddress
    Still not working..Just return the first record of emailaddress from master repeating table... Does anyone know what's going on here? Thanks a lot!

    Hello,
    Use double eval to get all rows values. See my reply for more information in below thread:
    eval(eval(EmailAddress, 'concat(ToField, ";")'), "..")
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/cc22aeb7-351f-45a7-8a4c-94132c3e0db2/eval-semicolon-function-issue?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • 5g ipod nano 8GB no sound through ear buds or headphone jack only when docked.

    5g ipod nano 8GB no sound through ear buds or headphone jack only when docked. any suggestions? i don't want to replace any of the parts inside if at all possible.
    I have a 5th generation 8GB iPod nano. I bout it off of eBay in May of 2010 and it has worked great until now (Apr 2011). The 5th gen plays music through the headphone jack even when no ear buds are plugged in. I was using it one day and it just stopped. I tried resetting it manually and automatically and I tried reinstalling iTunes. Nothing has worked. Now it won't even play sound though the ear buds (or the aux hook up in my car), only when it is docked to my iHome. Does anyone have any suggestions? I dont want to replace the iPod or any parts inside if at all possible. ANY SUGGESTIONS ARE WELCOMED! THANKS!

    Headphone jacks are only good for so many in and out usages.  Usually its the headphone jack itsefl that goes bad first but sometimes it is the internal part.  If you are lucky you can clean out the inside and get it to work.
    These devices are not made to last for someone who actually has those headphones around there neck and acually uses there listening devices through out the day plugging it in and out.  This is not in any way an Apple thing, it is a problem with many devices.  The male ends tend to get dirty hanging around then scratch the female end when used.  In fact, using higher end headphones you can really notice even the smallest particles of dust on the male end of plug when used, that is the small popping you might notice when the cord moves.
    Hopefully its a problem on the male side of things. 
    I would recommend a person that wants to use headphones alot to keep a small 2 inch extension plugged into there device that can be replaced when it goes bad inplace of wearing out the original plug.
    Again, this is not an Apple problem alone.

  • I want to turn my macbook air off. the shut down button already appeared but the mouse/cursor just hang and won't work. even after pressing the enter button to shut my mac off won't work. what will i do?

    i want to turn my macbook air off. the shut down button already appeared but the mouse/cursor just hang and won't work. even after pressing the enter button to shut my mac off won't work. what will i do?

    This is not a reply. I just want to elaborate on this problem.
    My computer freezes occasionally when it is used after being sleep for a while. The spinning ball appears and everything is totally disabled. Nothing on the keyboard works.
    The mouse moves, but does not work.
    The only solution is to turn the power off and on (losing all data in open applications.)
    I kept the System monitor running on the side to find out which program was running when the computer froze. The Monitor as well as all other applications froze, but the data showed:
    Firefox 18.4%
    Activity Monitor 0.9%
    Firefox Plugin 0.2%
    This is all the information I have. By the way, I am using iMac with OS 10.6.

  • When I click on an action, nothing happens unless I keep moving the mouse pointer. This has only happened since I upgraded to version 6. Interestingly, the some situation is with the "SafeCentral" software.

    This happens every time I click on a button or text that does something like, after entering some information then clicking on say, a button to "Continue". The screen freezes and the little symbol on the left hand side of the tab stops rotating, but starts as soon as I move the mouse. If I stop moving the mouse the screen freezes again. I also have installed on my computer the application, '''SafeCentral''', which I know uses Firefox. This problem has only been encountered since I updated to version 6 and also when SafeCentral update the Firefox version they use.
    Wired or what!
    Thank you for any assistance you can offer.
    Regards
    Michael Murray

    Thank you for your prompt reply.
    I think you have identified the problem straight away, well done!
    I first encountered the problem a couple of months ago with an update on Safe Central, (protected environment) software. SC uses the Firefox browser. I won't insult you by explaining what the program does, I'm sure know better that I. I didn't have this problem with Version 5 of Firefox, so I conclude the easiest way to solve this issue would be for me to uninstall v. 6 and reinstall V. 5. As I only use SC for online shopping I can live with this miner irritation. I also notice the Trend Micro Toolbar, though it appears on the Firefox screen, does not monitor the web sites or check email addresses.
    So the TM boffins also have a problem with V.6, but I wager they aren't aware of it yet. Just in closing, I also use Chrome and Internet Explorer that work perfectly well. The problem defiantly lies with Mozilla.
    Kind regards
    Michael

  • Yours sincerely! I just bought a Sony DCR-SD1000 camera only when installing the cd drivers not supported by the operating system Machintosh. I've contacted the seller said the store did not provide for the apple os. How can I move all the files on the ca

    Yours sincerely! I just bought a Sony DCR-SD1000 camera only when installing the cd drivers not supported by the operating system Machintosh. I've contacted the seller said the store did not provide for the apple os. How can I move all the files on the camera the port out is to use a USB data cable to a laptop for my macbookpro can not read the contents of the file and the camera. I also want to use the lens on the camera as a substitute for the embedded camera on my macbookpro, what should I do to replace the embedded camera on macbookpro with sony camera so that the camera could be more variety and can I record when I turned macbookpro . Please help for this so that I can quickly capture the results from sony camera to my macbookpro. Thank you.

    See this page http://macosx.com/forums/networking-compatibility/296947-sony-camcorder-my-mac.h tml - might be some helpful tips there.
    Clinton

  • I have a touchscreen laptop running Windows 8.1. Is it possible to use the touchscreen with Firefox? I've installed Firefox but it only works with the mouse etc

    have a touchscreen laptop running Windows 8.1. Is it possible to use the touchscreen with Firefox? I've installed Firefox but it only works with the mouse etc

    Hello Sirving575, sorry but the metro version of firefox has been cancelled, see : https://blog.mozilla.org/futurereleases/2014/03/14/metro/
    thank you

  • TPSDLS idoc to be triggered only when deleting the delivery

    Hi,
    We have a requirement: We should be trigerring the TPSDLS idoc only when deleting the delivery in SAP. Currently, we generate the TPSDLS idoc when creating and deleting the delivery.
    The Changes we tried did not help us in anyway.As we are seeing deliveries created with no-output type linked to them and when deleting them, does not provide any TPSDLS idoc.Not sure, how deliveries are created without any output type assocaited to them and what could solve them.
    Any help would be appreciated.
    Thanking You,
    Anish Asokan

    a

  • Magic Mouse and MS Word 2011 (under OS 10.7, iMac middle 2011): Marking of word in a document stops after a few seconds while still pressing the left button and keep on moving the mouse (batteries full)

    Software: OS X Lion (10.7.4); Microsoft Word für Mac 2011, Version 14.2.2 (120421)
    Hardware: iMac 2.7 GHz Intel Core i5, 12 GB, magic mouse
    To mark several clauses in a doc-document (in MS Word 2011), I press the left mouse button and move the mouse along the words
    My problem:
    While still pressing the left button and moving the mouse, the marking on the screen stops and I can't change the already existing markings any more (to become less or especially more).
    Who knows:
    - why this happens and how I can abondon this behaviour?
    - is it a settings problem in MS Word 2011 or of OS X Lion?
    By the way:
    - I don't watch this behaviour in MS Excel 2011. There everything works fine.
    - The batteries are fully loaded and I'm about 30 to 40 cm (1") away from the iMac (RSSI: -60 dB)
    Thanks for answers.
    redlef

    I have the same problem now that I've enabled FileVault 2 on Mountain Lion.

  • Firefox 4.01 keeps dimming the screen after a few secnds unless you keep moving the mouse.This is very annoying. It doesn't do it on Explorer or while in Windows so it is only happening ince I upgraded to 4.01

    Firefox 4.01 keeps dimming the screen after a few seconds
    unless you keep moving the mouse. This is very annoying.
    It doesn't do it on Explorer or while in Windows.
    It is only happening since I upgraded to 4.01
    It happens even on this page if I stop typing or moving the mouse.

    Symantec have released an update for Norton 360 to make it compatible with Firefox 4, for details see http://us.norton.com/support/kb/web_view.jsp?wv_type=public_web&docurl=20100720113635EN&ln=en_US

  • HT1436 My Power Mac G5 will not fully boot without safe mode, it only comes to a blue screen where my cursor duplicates in to 2, (one is frozen, one can move by moving the mouse). What is my problem, and how do I fix it?

    My Power Mac G5 will not fully boot without safe mode, it only comes to a blue screen where my cursor duplicates in to 2, (one is frozen, one can move by moving the mouse). What is my problem, and how do I fix it?

    Great clue Lukas...
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • HT201401 Microphone works only when using the phone in hands-free

    Microphone works only when using the phone in hands-free (speaker on) mode.  Otherwise, only a constant buzz, accompanied by regular clicks (repeating 2-3 times/sec) can be heard by called persons or when recording a memo.  Makes Siri unusable, and cannot make private calls unless in a private area.  Does anybody have a fix for this?

    Okay I just solved the problem myself..
    For anyone that may have the same issue:
    The microphone used when recording video, is the little dot next to the jack on top of the iPhone 4S (maybe also iPhone 4, don't know). There was some dirt in this tiny little hole, and I simply just removed it with a very thin needle, and now it works great!

Maybe you are looking for

  • XI 30 -- PCK Connectivity ::: Not able to connect.

    Hi All, Scenario : I am trying to send information from the XI30 Integration Server to the  PCK (which is installed on separate WAS). I have configured a XI Adapter at integration Server (XI30) which is used to connect to PCK system, when i am trying

  • IPod not recognised in iTunes, Camera in Vista

    Alright, things have changed again. My iPod doesn't show up in My Computer unless I take a screenshot, at which point it shows up as a camera. In Safe Mode iTunes tells me the iPod cannot be used because it's safemode. Fine. At least it knows there's

  • Problem with executing shell script on linux through java code.

    i am facing problem to kill jboss process on linux that is my application requirement. for that i created one shell script that will get all the process for jboss instance and kill them when i am running that script from command prompt on linux its w

  • Creating Photo Book

    I'm creating a photo book of an event, and noticed that the date in the corner of each photo is wrong! Can I change the date on all of the photos I'm choosing for the book?

  • Using the tag c:if in a4j:repeat

    Can i use <c:if> in repeater tag block? If not please suggest something else. My code: <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <a4j:repeat var="elm" value="#{dgel.liste