[SOLVED] X hang * can't kill * kbd/mouse disabled

Arch newbie.  New install of Arch 2009.02 FTP i686 on test hardware that successfully runs many Linux distros (Ubuntu Intrepid & all previous, Mepis, Fedora, Puppy, SliTaz, DSL, and many more.)
Followed Install Guide and Beginner's Guide.  All is well until I get to X.
I did not install libgl because I shouldn't need 3D for this old box.  Installed xorg & mesa (not sure if needed).  Did "lspci | grep VGA" and got "VGA compatible controller: 3Dfx Interactive, Inc. Voodoo Banshee (rev 03)"
Copied over working xorg.conf from another distro on same box.  No video driver in xorg.conf.  Wasn't sure if correct driver was xf86-video-voodoo.  Wrong.  Tried xf86-video-tdfx.  Appeared to be correct.  Tried xterm test, got white xterm box & prompt, but kbd & mouse inoperative.  Couldn't kill X.
Removed ...tdfx and ...vesa drivers & did fresh install of ...vesa.  Ran "Xorg-configure" followed by "X -config /root/xorg.conf.new"  Still hangs and can't kill X.
Checked the Xorg.0.logs (saved from several attempts).  Keep getting
(WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
Googled for - "xorg hang 'AllowEmptyInput is on'"  Found a few mentions, including one on Arch bbs, but they were very heavy going and I don't understand them.  Not having a kbd appears to be the reason I can't kill X.
One (EE) error --
(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
(II) LoadModule: "vesa"
Can anyone suggest an approach to debugging these issues?
Last edited by secdroid (2009-04-12 18:00:25)

Appreciate the help.  Here's what I did --
--- pacman -S xf86-input-evdev
--- pacman -S xf86-video-tdfx   #(note: re-install)
--- Added hal to DAEMONS section of rc.conf   #(note: hal starts dbus)
--- Since default is US kbd, I didn't need to do any of the config steps in "Configuration section of http://wiki.archlinux.org/index.php/Xor … us_in_Arch
X now started and stopped normally.  Did "Simple Baseline X Test" (xterm) successfully. 
Did pacman -S lxde and tried to start X.  Failed because fam was not running.  Added fam to DAEMONS and I now have a working LXDE.  Still needs tweaks, of course, but I'm up!
FWIW, "freetype" doesn't appear to be in xorg.conf.  Since it appears to be a non-critical "(EE)" X error, I'll pursue it later.
Suggestions for "Beginners Guide" --
--- Beginners really need pointer to http://wiki.archlinux.org/index.php/Xor … us_in_Arch in case of X start failures
--- LXDE section is extremely weak compared to Arch wiki resources.  Suggest replacing current Beginners Guide LXDE materials with pointers to http://wiki.archlinux.org/index.php/LXDE and http://wiki.lxde.org/en/Main_Page
Moderator: Please tag this thread as [SOLVED]  I would, if I knew how.

Similar Messages

  • [SOLVED] X freezes after "exit"; can't kill X nor use the keyboard

    Hi!
    I've got a problem with my X server on my fresh installed Arch system. I followed the "Beginner's Guide" and edited the .xinitrd to start xterm for testing. This works well, but unfortunately X seems to freeze when I want go back to the shell via "exit" or when I want to change to another virtual console (Ctrl-Alt F1).
    When this happens, my screens go black and my keyboard doesn't work anymore, however I can log in via SSH. I can't kill X and the fourth core of my cpu is at 100%.
    This happens when I use a auto-configured xorg.conf from nvidia-xconfig (http://paste.pocoo.org/show/224004/) or when I use my "old" configuration from Ubuntu 9.10 (http://paste.pocoo.org/show/224005/). When I don't use the xorg.conf file at all, then X wont even start.
    I've got a Xorg.0.log from the test with the nvidia-xconfig generated xorg.conf: http://paste.pocoo.org/show/224002/ I can't see what's wrong here.
    Thanks for your help!
    Last edited by quaec (2010-06-11 22:08:35)

    Ok, I had started to write that the nvidia-beta driver didn't changed anything, but after a reboot it seems to work.
    So, with the nvidia-beta driver from the AUR and the following x.org configuration it works:
    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/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Disable "glx"
    Load "glx"
    Load "dbe"
    Load "dri"
    Load "record"
    Load "dri2"
    Load "extmod"
    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"
    ### [arg]: arg optional
    #Option "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    #Option "DualHead" # [<bool>]
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "GT200 [GeForce GTX 260]"
    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"
    ### [arg]: arg optional
    #Option "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    #Option "DualHead" # [<bool>]
    Identifier "Card1"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G98 [GeForce 8400 GS]"
    BusID "PCI:2:0: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
    Thanks for your help, BKLive!
    Last edited by quaec (2010-06-11 22:08:05)

  • I can't control my mouse in games [SOLVED]

    Hi
    I can't control my mouse in games like nexuiz, teeworld, sauerbraten, open arena... My mouse connected at usb and i have a laptop. I'm not using touchpad. Here's my xorg conf:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder62) Tue Mar 24 06:16:11 PST 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "True"
    Option "AutoAddDevices" "False"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "glx"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "LPL"
    HorizSync 30.0 - 75.0
    VertRefresh 60.0
    ModeLine "800x600" 40.000 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine "640x480" 25.200 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine "768x576" 34.960 768 792 872 976 576 577 580 597 -hsync +vsync
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8600M GS"
    Option "NoLogo" "True"
    Option "TripleBuffer" "True"
    Option "OnDemandVBlankInterrupts" "True"
    Option "AddARGBGLXVisuals" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1280x800_60 +0+0; 800x600 +0+0; 640x480 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    and my xorg.log
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux dragonball 2.6.29-ARCH #1 SMP PREEMPT Fri Apr 17 14:14:28 CEST 2009 x86_64
    Build Date: 15 April 2009 11:01:49AM
    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 Apr 22 15:43:25 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (II) Loader magic: 0x15c0
    (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:1:3) nVidia Corporation MCP67 Co-processor rev 162, Mem @ 0xd0600000/524288
    (--) PCI:*(0@2:0:0) nVidia Corporation GeForce 8600M GS rev 161, Mem @ 0xd1000000/16777216, 0xc0000000/268435456, 0xd2000000/33554432, I/O @ 0x00004000/128
    (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 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -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 by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, 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: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 180.44 Tue Mar 24 06:11:47 PST 2009
    (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, 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, 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, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 180.44 Tue Mar 24 05:51:43 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 02@00:00:0
    (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, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (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] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1280x800_60 +0+0; 800x600 +0+0; 640x480 +0+0"
    (**) NVIDIA(0): Option "TripleBuffer" "True"
    (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 8600M GS (G86) at PCI:2:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 60.86.51.00.33
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 8600M GS at PCI:2:0:0:
    (--) NVIDIA(0): LPL (DFP-0)
    (--) NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
    (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x800_60+0+0"
    (II) NVIDIA(0): "800x600+0+0"
    (II) NVIDIA(0): "640x480+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
    (--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) 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] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Setting mode "1280x800_60+0+0"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (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) Initializing extension GLX
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AlpsPS/2 ALPS GlidePoint
    (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    (**) AlpsPS/2 ALPS GlidePoint: Device: "/dev/input/event9"
    (II) AlpsPS/2 ALPS GlidePoint: Found 5 mouse buttons
    (II) AlpsPS/2 ALPS GlidePoint: Found x and y relative axes
    (II) AlpsPS/2 ALPS GlidePoint: Found x and y absolute axes
    (II) AlpsPS/2 ALPS GlidePoint: Found absolute touchpad
    (II) AlpsPS/2 ALPS GlidePoint: Configuring as touchpad
    (**) AlpsPS/2 ALPS GlidePoint: YAxisMapping: buttons 4 and 5
    (**) AlpsPS/2 ALPS GlidePoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    (**) AlpsPS/2 ALPS GlidePoint: (accel) filter chain progression: 2.00
    (**) AlpsPS/2 ALPS GlidePoint: (accel) filter stage 0: 20.00 ms
    (**) AlpsPS/2 ALPS GlidePoint: (accel) set acceleration profile 0
    (II) config/hal: Adding input device PS/2 Mouse
    (**) PS/2 Mouse: always reports core events
    (**) PS/2 Mouse: Device: "/dev/input/event7"
    (II) PS/2 Mouse: Found 3 mouse buttons
    (II) PS/2 Mouse: Found x and y relative axes
    (II) PS/2 Mouse: Configuring as mouse
    (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    (**) PS/2 Mouse: (accel) filter chain progression: 2.00
    (**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms
    (**) PS/2 Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device A4Tech PS/2+USB Mouse
    (**) A4Tech PS/2+USB Mouse: always reports core events
    (**) A4Tech PS/2+USB Mouse: Device: "/dev/input/event10"
    (II) A4Tech PS/2+USB Mouse: Found 8 mouse buttons
    (II) A4Tech PS/2+USB Mouse: Found x and y relative axes
    (II) A4Tech PS/2+USB Mouse: Found scroll wheel(s)
    (II) A4Tech PS/2+USB Mouse: Configuring as mouse
    (**) A4Tech PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
    (**) A4Tech PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "A4Tech PS/2+USB Mouse" (type: MOUSE)
    (**) A4Tech PS/2+USB Mouse: (accel) keeping acceleration scheme 1
    (**) A4Tech PS/2+USB Mouse: (accel) filter chain progression: 2.00
    (**) A4Tech PS/2+USB Mouse: (accel) filter stage 0: 20.00 ms
    (**) A4Tech PS/2+USB Mouse: (accel) set acceleration profile 0
    (EE) A4Tech PS/2+USB Mouse: Read error: Resource temporarily unavailable
    (EE) A4Tech PS/2+USB Mouse: Read error: Resource temporarily unavailable
    I searched the forum and find a wiki page about x11 hotplug and i disabled it, not worked, added this;
    Section "Module"
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    EndSection
    not worked too.
    dmesg | grep -i mouse
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    mice: PS/2 mouse device common for all mice
    input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
    input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:04.0/usb4/4-1/4-1:1.0/input/input10
    generic-usb 0003:09DA:000E.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:04.0-1/input
    Thanks, waiting your helps.
    Eren
    Last edited by eren (2009-04-28 15:27:33)

    new xorg log
    [goku@dragonball ~]$ cat /var/log/Xorg.0.log
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux dragonball 2.6.29-ARCH #1 SMP PREEMPT Fri Apr 17 14:14:28 CEST 2009 x86_64
    Build Date: 15 April 2009 11:01:49AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 26 01:51:28 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (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,
    /usr/share/fonts/TTF,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (II) Loader magic: 0x15c0
    (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:1:3) nVidia Corporation MCP67 Co-processor rev 162, Mem @ 0xd0600000/524288
    (--) PCI:*(0@2:0:0) nVidia Corporation G86 [GeForce 8600M GS] rev 161, Mem @ 0xd1000000/16777216, 0xc0000000/268435456, 0xd2000000/33554432, I/O @ 0x00004000/128
    (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 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -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 by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, 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: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 180.44 Tue Mar 24 06:11:47 PST 2009
    (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, 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, 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, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 180.44 Tue Mar 24 05:51:43 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 02@00:00:0
    (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, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (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] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1280x800_60 +0+0"
    (**) NVIDIA(0): Option "TripleBuffer" "True"
    (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 8600M GS (G86) at PCI:2:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 60.86.51.00.33
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 8600M GS at PCI:2:0:0:
    (--) NVIDIA(0): LPL (DFP-0)
    (--) NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
    (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x800_60+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
    (--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) 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] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Setting mode "1280x800_60+0+0"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (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) Initializing extension GLX
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AlpsPS/2 ALPS GlidePoint
    (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    (**) AlpsPS/2 ALPS GlidePoint: Device: "/dev/input/event9"
    (II) AlpsPS/2 ALPS GlidePoint: Found 5 mouse buttons
    (II) AlpsPS/2 ALPS GlidePoint: Found x and y relative axes
    (II) AlpsPS/2 ALPS GlidePoint: Found x and y absolute axes
    (II) AlpsPS/2 ALPS GlidePoint: Found absolute touchpad
    (II) AlpsPS/2 ALPS GlidePoint: Configuring as touchpad
    (**) AlpsPS/2 ALPS GlidePoint: YAxisMapping: buttons 4 and 5
    (**) AlpsPS/2 ALPS GlidePoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    (**) AlpsPS/2 ALPS GlidePoint: (accel) filter chain progression: 2.00
    (**) AlpsPS/2 ALPS GlidePoint: (accel) filter stage 0: 20.00 ms
    (**) AlpsPS/2 ALPS GlidePoint: (accel) set acceleration profile 0
    (II) config/hal: Adding input device PS/2 Mouse
    (**) PS/2 Mouse: always reports core events
    (**) PS/2 Mouse: Device: "/dev/input/event8"
    (II) PS/2 Mouse: Found 3 mouse buttons
    (II) PS/2 Mouse: Found x and y relative axes
    (II) PS/2 Mouse: Configuring as mouse
    (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    (**) PS/2 Mouse: (accel) filter chain progression: 2.00
    (**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms
    (**) PS/2 Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device A4Tech PS/2+USB Mouse
    (**) A4Tech PS/2+USB Mouse: always reports core events
    (**) A4Tech PS/2+USB Mouse: Device: "/dev/input/event10"
    (II) A4Tech PS/2+USB Mouse: Found 8 mouse buttons
    (II) A4Tech PS/2+USB Mouse: Found x and y relative axes
    (II) A4Tech PS/2+USB Mouse: Found scroll wheel(s)
    (II) A4Tech PS/2+USB Mouse: Configuring as mouse
    (**) A4Tech PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
    (**) A4Tech PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "A4Tech PS/2+USB Mouse" (type: MOUSE)
    (**) A4Tech PS/2+USB Mouse: (accel) keeping acceleration scheme 1
    (**) A4Tech PS/2+USB Mouse: (accel) filter chain progression: 2.00
    (**) A4Tech PS/2+USB Mouse: (accel) filter stage 0: 20.00 ms
    (**) A4Tech PS/2+USB Mouse: (accel) set acceleration profile 0
    (EE) A4Tech PS/2+USB Mouse: Read error: Resource temporarily unavailable
    (EE) A4Tech PS/2+USB Mouse: Read error: Resource temporarily unavailable
    (EE) A4Tech PS/2+USB Mouse: Read error: Resource temporarily unavailable
    and my xorg.conf
    [goku@dragonball ~]$ cat /etc/X11/xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder62) Tue Mar 24 06:16:11 PST 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "glx"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mouse3"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "LPL"
    HorizSync 30.0 - 75.0
    VertRefresh 60.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8600M GS"
    Option "NoLogo" "True"
    Option "TripleBuffer" "True"
    Option "OnDemandVBlankInterrupts" "True"
    Option "AddARGBGLXVisuals" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1280x800_60 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    My head gonna explode Btw i wonder this problem comes with hwd may be I can't control it again damn!

  • Need mouse disable only - moving & clicking mouse during runtime caused 'hanging the program'

    Hi all...
    I have a VI program that controls a DAQ card which acquires up to 250kHz. During acquisition, the CPU usage is at 100% and any mouse movement causes program hanging.
    I'd like to disable the mouse. I have found about using Call Library Function Node to a WINAPI function BlockInput. But it blocks keyboard input as well, which is need in the program to halt the running when required.
    Is there another way to go about it?
    Thanks in advance!
    Regards,
    D Hing

    I think you may be going about solving your problem the wrong way. Moving the mouse shouldn't kill your program.. I routinely write acquisition software that acquires and logs data at high sample rates. I'm guessing that moving the mouse causes an error to pop up indicating that the sample buffer has overflowed, and killing your acquisition. There are things that you can do to prevent that from occurring. Let me know if I'm going down the wrong track here, or if you are running your program on a very old computer.
    Just guessing, but I suspect that it is not the acquisition that is sucking up your cpu cycles, but maybe displaying the data on the screen. If you can live without seeing the data come in, you may be able to cut the processor usage by 50% or more. If you do want to see the data, there is a good thread on Max/Min decimation in here somewhere that discusses things that you can do to improve the performance of drawing a graph. Also, the buffer size for you acquisition can be increased, which will give your program more time to catch up when it falls behind (when it's paying attention to the UI, for example). And if you aren't doing this already, I suggest a Producer-Consumer architecture for your vi. The acquisition occurs in the producer loop, and logging and display occur in the consumer loop.
    Good luck!
    Chris

  • Can't kill hung process in Leopard

    I am having very annoying issue with Leopard. Time to time some applications get stuck and I can't kill them using "force quit" or command line "kill -9". Most of the times when this happens, I can't log out and start new applications. I cannot even restart the computer cleanly as it cannot log me out cleanly (BTW, is there a force log out or force restart?) Once this happens everything goes downhill and eventually I have to do hard reboot by pressing power off key in the back. That creates another problem. I have a USB external disk that I use as time machine backup. After I do hard reboot and machine boot up, finder thinks that index on the external disk is not up to date and starts indexing it from scratch and takes 2-3 hours. Also, when it starts building index, it spends good 5 minutes or so trying to estimate the index building time. During that time, I cannot search anything on the machine.
    I called Apple support twice. First they asked me to do "archive and install". I did that but problems still continued. After that they said do "disk check" and "disk permissions check". "Disk check" didn't show any problem. "Disk permissions check" found many files with permissions problem and they were all fixed. Even after that the problem continues.
    I have 4 users on the machine. I am the administrator. Others are limited accounts. I have noticed hang problem with all accounts. On my account it occurs with many processes like Safari, imovie, iPhoto, and even finder. On other accounts I have seen it mostly with Safari. I saw the problem with Safari on other accounts even with Tiger. On other accounts though I am able to kill the application using "force quit" but not on my account.
    I think the root cause of all of these is Leopard's inability to force-kill a process. I have a hunch that this happens (not able to kill app in my account) with processes that deal with devices. For example, Iphoto deals with external memory card, Imovie deals with external digital camcorders and so on.
    I have an open case with Apple support. I want to see if others are running into same issue.

    I was having these very same issues.
    I wiped the drive with zeroes and tried to reinstall Leopard from scratch. Install failed. Checked the install DVD, it passed its own test. Verified the hard drive, fine.
    Reinstalled Tiger. Everything fine. Tried to upgrade to Leopard, install DVD was again failng.
    I did some research.
    *It turns out that Leopard on PPC Macs will freak out on many types of third party RAM.*
    I removed the aftermarket stick of RAM and Leopard installed just fine and ran fine. No more problems. I put the RAM back in, problems returned.
    There you have it. Tiger was fine with the memory, Leopard isn't. And this is for some reason a PPC-specific issue.
    Search for:
    "The installer could not validate the contents of the ‘base system’ package. Contact software manufacturer for assistance."
    Here are two to get you started:
    http://forums.macrumors.com/showthread.php?t=374917&page=2
    http://www.mobrec.com/2007/10/27/leopard-is-damage-if-you-are-on-powerpc-do-not- install/
    The key is in realizing that both sets of symptoms occur for some people because they're 'lucky' to get Leopard installed in the first place. If you wipe and install, you get to witness all the behaviors under a controlled experiment (memory in vs out).

  • How can i kill a job in BW

    Hi,
    Any budy please help me that how can i kill a background job in BW
    Cheers,
    KGB

    hi u can kill job in SM 37 also.
    also u can cancel in SM50.also use tis link
    How to stop scheduled job in bw.
    Hope it solves your query
    Thanks,
    pathak
    Edited by: npathak on Aug 2, 2010 9:09 PM

  • Can not get the mouse to respond on new imac

    Can not get the mouse to respond on new imac

    The very first time you turn on a brand new iMac you should see an animated picture on the display of the mouse's power button, followed by the trackpad's power button, which repeats until you switch on one or the other. If you're not seeing that then call AppleCare and explain what's going on: 1-800-SOS-APPL in the US.
    Be patient since you will first get the automated voice-recognizing assistant (it's acutally pretty good) they you will be on hold for what seems to be an eternity, then a humanoid is going to ask your name, phone number etc. then they're going to tell you to plug in the iMac as if you're a dope.
    Eventually they'll realize you really know what you're doing and help you actually fix it.
    You should not have to be inconvenienced with a USB mouse although that would be the quickest way to solve this problem.

  • Upgraded to lion, can not release the mouse/the icon is following

    upgraded to lion,but can not release the mouse/tablet/touchpad when click and drag(the icon turns translucent and following the arrow,doesn't want to release)
    I can do nothing with this laptop. the support from Apple has no idea on this in China
    have to reinstall all the system from 10.5.
    so sad!
    Who can help?

    SOLVED:
    I was reading a post about a similar problem and discovered a free program called TinkerTool. I downloaded it and under the Finder tab was able to check a feature called show all hidden files or something. Once I did this all files on my backup drive were visible but some were greyed out.
    I unchecked this feature and closed TinkerTools then restarted OS X Lion. Everything is back to normal and I can again see and manipulate the files on my backup drive. I'm all set, maybe reading this will help someone else.

  • Can I connect keyboard/mouse to shutdown Win2K when I dod not connect it during bootup?

    I would like to bootup even keyboard/mouse is NOT connected, but the problem is I cannot use keyboard after then. Can I connect and use keyboard/mouse when I did not connect them during bootup?

    When using Windows 2000 with default startup options, it will always check if a keyboard and mouse are connected or not. If it cannot find either of them it will give you a warning.
    If you boot the computer without a keyboard nor a mouse connected to it, it will not load the necessary drivers and you will not be able to use either one of them after boot up. However, you can boot with a mouse and keyboard connected, and then remove them. This way you will be able to re-connect and use them again later on.
    You could also use a keyboard/mouse emulator to start up your system. You will have to check with the provider of the emulator if this solution allows you to connect and use a normal mouse and keyboard after boot up.
    You could also try to find out how to c
    hange registry entries of Windows 2000, so it boots up without checking for neither mouse nor keyboard, and logs in automatically. This way you would not need a keyboard/mouse emulator, and you could try using a USB keyboard and a USB mouse. Windows 2000 offers native support for USB devices and they are hot swappable.
    For this last option, keep in mind that only PXI-8176 and PXI-8175 controllers have 2 USB ports. PXI-8174 controllers have only one USB port, as some other older controllers, such us PXI-8170 and PXI-8156B.
    Hope this helps,
    Claudia Lorente
    Applications Engineer
    National Instruments

  • Can I use a mouse with the NB505-N508BL 10.1-Inch Netbook ?

    I hate scroll pads - can you use a mouse with the NB505-N508BL 10.1-Inch Netbook?   Thanks -
    Solved!
    Go to Solution.

    mini notebook NB505-N508BL
    Sure you can use a mouse.
    Lots of good stuff in the User's Guide.
       NB500 Series User’s Guide
    See the section Using a mouse on p. 70.
    Try Fn + F9 to turn off/on the touchpad. See Disabling or enabling the TouchPad on pp. 68 and 174.
    -Jerry

  • I can not use my mouse or keyboard when I am trying to install windows via boot camp

    Please can you help!
    I can not use my mouse or keyboard when I am trying to install windows via boot camp

    Starting a couple of days ago my mouse and keyboard stopped working suddenly.  
    How are they connected?   In my case they are wireless and their receiver is plugged into my USB hub.  After an update I found the OS inexplicably not recognizing my USB hub and hence any devices which were plugged into it.  My fix was to
    plug the receiver into a different USB port (so I could use the mouse and keyboard; otherwise I would have had to use the OSK via Touch or pen.)  Once I had normal access into my machine again I used Device Manager to remove all USB controller and
    hubs (including hidden ones) and I then shut down, disconnected all USB devices and powered back up, this time using only Touch to get going.  Once the OS had settled down I started plugging stuff back in the way that I wanted it to be recognized. 
    If I didn't have Touch I would have had to have left the wireless receiver plugged in both places which I assume would be OK.  I have no idea why updates have such a catastrophic effect for USB devices.
    Robert Aldwinckle

  • Hi i have 50 infoobjects as part of my aggregates and in that 10 infoobjects have received changes in masterdata.so in my process chain the Attribute change run in running for a long time.can i kill the job and repeat the same.

    Hi i have 50 infoobjects as part of my aggregates and in that 10 infoobjects have received changes in masterdata.so in my process chain the Attribute change run in running for a long time.can i kill the job and repeat the same.

    Hi,
    I believe this would be your Prod system, so don't just cancel it but look at the job log. If it is still processing then don't kill it and wait for the change run to complete but if you can see that nothing is happening and it is stuck for a long time then you can go ahead and cancel it.
    But please be sure, as these kind of jobs can create problems if you cancel them in the middle of a job.
    Regards,
    Arminder Singh

  • I click a link but it doesn't open. Instead I get a popup saying "Open the link in a new window," "Open link in a new tab," etc. How can I kill this popup or whatever it is forever?

    I click a link but it doesn’t open. Instead I get a popup saying “Open the link in a new window,” “Open link in a new tab,” etc. How can I kill this popup or whatever it is forever?

    That happens if the server sends the file as text/plain.
    You can see this if you open "Tools > Page Info > General": Content-Type: text/plain
    Files send this way will always open in a tab.
    *https://developer.mozilla.org/Tools/Web_Console

  • Can I use the mouse and the track pad at the same time?

    I'm not comfortable with the track pad yet - can I use a mouse and the track pad simultaneously?

    Yes, both can be used simultaneously.
    Regards,
    Captfred

  • I downloaded Montain Lion several times. I could not install. It said `could not be verified or corrupted'. How to solve this? Can I get a refund?

    I downloaded Montain Lion several times. I could not install. It said `could not be verified or corrupted'. How to solve this? Can I get a refund?

    On your profile, you say that you are using Mountain Lion. Is that correct? If you are using Mountain Lion, you don't have to download the Mountain Lion installer again.
    Also, that error is usually caused by problems with your Internet connection or your hard disk, so first, open Disk Utility, select Macintosh HD in the sidebar and verify the disk. If it's OK, you have problems with your Internet connection, so contact with your ISP

Maybe you are looking for

  • UDF of type "Lookup" - doesn't accept "space/Empty" value in lookup defn

    Hello there, I have created a Combo Box UDF field - but I don't want to put any value in it. If I give only "space" in Encode and Decode - it gives error of providing some value to it. I want to give a default blank value over there along with other

  • Error in CreateOUIProcess():5

    Hi, Can anyone please guide me. I am getting this error when starting Oracle 10g Rel2 client setup on Windows XP machine. Error in CreateOUIProcess():5 Please help me out of this. Thanks Nadeem

  • Home PC Outlook to iPhone - help required...

    I have a 3G iPhone and am running Windows Vista with Outlook (No Exchang). My outlook receives email from all my pop accounts and this is where I keep all my contacts and calendar events. I want to be able to perform over the air sync (not connect th

  • Font rendering issue / Mountain Lion / non Apple LCD display

    Hello This font rendering issue or problem is probably well know by Apple crew too but nobody has solved it yet. Only poor solution are available such as try to adjust manually font rendering by writin some scripts concerning anti alias levels...they

  • Sorting dynamic listing by element definition field.

    Hi, Does any one know how to sort a dynamic listing by one of the regional definition field? My situation is currently sorting is done by dDocTitle (<!--$SortField = "dDocTitle"-->). The title that is displayed in website(h1) has a different title fr