Running HOTPLUG

I've just installed Arch and gotten most things set up to my needs.  Hotplug is giving me some issues.  I currently have it installed and at the end of my modules array in rc.cont.  It will start at boot, but it claims it can't synthesize pci events.  Basically, it can't even see my standard emu10k1 sound card.  Is hotplug being fishy, or did I call it in the wrong place?
And do I understand right that alsa needs rebuilt to work with the 2.4.23 kernel?  I tried with abs, but the default build script borked on me.  Looked like it was calling for pcmcia headers or something.  Just usin' OSS for now which is fine.
And lastly, I made a post in the games section about America's Army.  I can work the rest of this out, but the errors with that game installer are the most disturbing to me.  I don't like things like that ever occuring on my linux system.
Other than that, this is a great distro.  Pacman rules!
Later,
Isamoor

I didn't think that hotplug worked with things that weren't hot swappable... you got some sort of device that's an emu10k1 chipset that you can swap in and out?
Hotplug is in a working state when you install it, but most devices need some sort of configuration to get working the way you want them.
2.4.23 and alsa-driver work fine together now.  The problem before was that 2.4.23 was upgraded but alsa-driver hadn't been yet.

Similar Messages

  • Some hotplug questions

    Hello all,
    I have just successfully installed arch on my laptop (now the 3rd computer running arch!)... here are the stats:
    P4 3.0GHz w/ HT
    512MB DDR
    60GB HDD
    17" widescreen (mmmmm...)
    Now, as I've never ran linux on a laptop before I have some questions about some things:
    is hotplug required for firewire/usb/pcmcia devices, or can I just load up ieee1394, ohci_whatever, and pcmcia_cs?  I'm not a fan of hotplug myself as it spams in the modules (and the wrong ones alot of the time)...
    Now I'm not really sure if this is the right approach, perhaps hotplug is a better idea and I could just configure it to my liking....
    any ideas / comments?

    this post finally pushed me to get rid of hotplug. I didn't like staring at it, waiting for it to finish loading on startup. it can help you figure out what modules you need for some stuff, but it can make mistakes. It didn't load OSS modules for my sound, and it didn't load modules for my parallel port. It also falsely tries to load modules for pciehp, and loads stuff i don't need (a pci ethernet card i don't use, evdev, tsdev, etc...)
    anyway, if you're curious, just run lsmod after running hotplug, and add any automatic modules you actually use to your rc.conf. I just did it, and everything seems to still work.

  • Sound card problem: shpchp not found at boot

    Whenever I boot up, about half way though, a the hotplugging section, I believe, I get the following error:
    ...Can't load module shpchp
    Missing kernel of user mode driver shpchp.
    Then there is a looooong pause, and I get this error. Twice.
    ...Can't load module snd-cs4232
    Missing kernel of user mode driver snd-cs4232.
    Then I get this error like 50 times:
    ...Can't load module snd-cs4236
    Missing kernel of user mode driver snd-cs4236.
    Then I get the same error, but with snd-wavefront. Then It goes back to the cs232 and repeats the cycle two or three times. Needless to say, sound does not work at all.
    I cannot modprobe shpchp or any of the otehr drivers, whenever I do (as root) I get a "No such device" message.
    Help!

    jerem wrote:
    I get the same problem with hotplug and the Arch official kernel.
    Then I made MY kernel with the /usr/src way (I hate using package management for that) and then hotplug ran smoothly and did not try to load unwanted modules.
    What has that to do with Frem's problem?
    Anyway, I don't have an idea how to use ISA soundcards because I have never had any, but here are some hints:
    1.) Check http://www.alsa-project.org/. They have a list of soundcards that are supported and each entry normally comes with instructions how to set it up.
    2.) Check http://www.tldp.org/ for a isapnptools howto.
    3.) If 2. does not come up with anything, it is probably best to google for
    "isapnptools howto" or similar search terms.
    DON'T expect hotlpug to work with ISA soundcards or any other ISA device. It won't be able to. ISA is old and bad, there is normally no automatic hardware detection whatsoever. People had to tell their operating systems where the card was all the time before PCI became popular. However, that is not a reason not to run hotplug. For all stuff that the operating system can detect and configure automatically it works pretty fine, at least for me.
    Cheers,
    Dominik
    [/url]

  • Sound doesn't work

    Hello,
    Yesterday I decided to do a fresh Arch install. Everything worked fine, except my sound.
    Here's what I did:
    - Added myself to group audio when I created my account
    - Installed amarok-base with xine and gstreamer engines.
    - Found out that amarok crashed when trying to play a file
    - lsmod | grep snd
    - alsaconf
    - alsamixer
    snd_intel8x0m 15940 0
    snd_intel8x0 30528 2
    snd_ac97_codec 85116 2 snd_intel8x0m,snd_intel8x0
    snd_pcm_oss 51104 0
    snd_mixer_oss 18432 1 snd_pcm_oss
    snd_pcm 84868 4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
    snd_timer 22660 1 snd_pcm
    snd 49380 11 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
    soundcore 8032 1 snd
    snd_page_alloc 8840 3 snd_intel8x0m,snd_intel8x0,snd_pcm
    So everything is supposed to work correctly. But it doesn't. Amarok crashes with the xine engine and outputs nothing with the gstreamer engine (gstreamer cannot play mp3??? This is not Debian, I hope? ).
    mplayer -ao oss alsa [file] outputs silence and mplayer -ao alsa [file] does nothing. Actually, alsa  outputs this:
    Starting playback...
    A: 0.0 (00.0) ??,?%
    [^C]
    MPlayer interrupted by signal 2 in module: play_audio
    alsa-uninit: pcm closed
    aplay [file]:
    Playing raw data 'music/01 Speed Of Sound.mp3' : Unsigned 8 bit, Rate 8000 Hz, Mono
    Aborted by signal Interrupt...
    Complete silence...
    Anyone got a clue what it could be? Sound has never failed me before .

    Snowman wrote:snd_intel8x0m  is a module for modem sound. It is known to interfere with the other sound module (snd_intel8x0). Try adding it to /etc/hotplug/blacklist
    Afaik I do not run hotplug anymore. Just the hardware detection that is built into rc.conf. I have already added that module to the blacklist in rc.conf, but in vain.
    edit:
    I checked my lsmod, and I saw that snd_intel8x0m was loaded, despite the fact that I blacklisted it. I'll try the hotplug blacklist...
    edit2:
    As I expected, adding it to the hotplug blacklist doesn't help, since I have hotplug prefixed with a ! in rc.conf. Btw, what is the syntax for the blacklist array? This is how it look now:
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by hwdetect
    MOD_BLACKLIST=(hw_random snd_intel8x0m)
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to disable it
    MODULES=(acpi cpufreq_ondemand)

  • Problem: no modules loaded

    Okay, here is the setup.  I've been running the 2.6.8.1-3 kernel since October and have booted in and out of it a few times.  When I came home today, I found that there had been a power outage.  So I start up my computer and see that the network daemon as well as the alsa-mixer daemon failed to load.  First the network daemon, because I'm running off of my Knoppix live cd.  When I run lsmod, no modules show up.  Running uname -a shows that my kernel is 2.6.8.1-3, and /var/log/pacman.d says that this has been my kernel since October.  The options on all of my hard drive partitions in fstab are 'defaults'.  The driver for my nic, eepro100, is in /lib/modules/2.6.8.1/kernel/drivers/net/.  I'm not running hotplug, but instead loading every module I need individually, or at least trying to load.  Sorry this is so scattered, but I'm just throwing out everything that I've already told people on irc.freenode.net#archlinux.  Any suggestions would be helpful aside --- even "Hell I don't know, reinstall your kernel" or "reinstall Arch" would be helpful.
    I'm going to go get drunk to drownd my frustrations.

    I recompiled the kernel, now version 2.6.11.10.  But now I have no mouse wheel, which is very annoying.  Yes, the kernel was custom.  I just disabled isa and irda and built modules for my hardware into the kernel.  I built in eepro100, emu10k1, alsa, and usb-hid.  My mouse is a Logitech MouseMan Wheel mouse.  I've looked everywhere from the wiki to google.  The section of my xorg.conf is as follows:
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    <edit>
    Neither xev nor imwheel show any events triggered with moving the mouse wheel.
    </edit>

  • Dual graphics - I cant run radeon, only intel.

    I have laptop Lenovo G510. It has integrated Intel graphics card and Radeon HD 8570M. I wanted use only radeon (with xf86-video-radeon), but only drivers for intel (xf86-video-intel) working.
    [x@arch64 ~]$ lspci | grep -e VGA -e 3D
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    [x@arch64 ~]$ xrandr --listproviders
    Providers: number : 1
    Provider 0: id: 0x47 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 4 associated providers: 0 name:Intel
    [x@arch64 ~]$ lspci
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
    00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 (rev d5)
    00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
    00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation HM86 Express LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
    01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun PRO [Radeon HD 8570A/8570M] (rev ff)
    08:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
    09:00.0 Ethernet controller: Qualcomm Atheros QCA8172 Fast Ethernet (rev 10)
    Xorg log - /var/log/Xorg.0.log
    [ 12.180]
    X.Org X Server 1.16.3
    Release Date: 2014-12-20
    [ 12.180] X Protocol Version 11, Revision 0
    [ 12.180] Build Operating System: Linux 3.18.1-1-ARCH x86_64
    [ 12.180] Current Operating System: Linux arch64 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
    [ 12.180] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=88812dc3-c3ed-4c5a-9b28-cd5c31b67767 rootfstype=btrfs rw rootflags=rw,relatime,compress=lzo,space_cache,autodefrag cgroup_disable=memory
    [ 12.180] Build Date: 29 December 2014 01:09:58PM
    [ 12.180]
    [ 12.180] Current version of pixman: 0.32.6
    [ 12.180] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12.180] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12.181] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 31 00:43:45 2014
    [ 12.200] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 12.200] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 12.200] (==) No Layout section. Using the first Screen section.
    [ 12.200] (==) No screen section available. Using defaults.
    [ 12.200] (**) |-->Screen "Default Screen Section" (0)
    [ 12.200] (**) | |-->Monitor "<default monitor>"
    [ 12.200] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 12.200] (==) Automatically adding devices
    [ 12.200] (==) Automatically enabling devices
    [ 12.200] (==) Automatically adding GPU devices
    [ 12.239] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 12.239] Entry deleted from font path.
    [ 12.274] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 12.274] Entry deleted from font path.
    [ 12.274] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 12.274] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 12.274] Entry deleted from font path.
    [ 12.274] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 12.274] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 12.274] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 12.274] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 12.274] (II) Loader magic: 0x818d80
    [ 12.274] (II) Module ABI versions:
    [ 12.274] X.Org ANSI C Emulation: 0.4
    [ 12.274] X.Org Video Driver: 18.0
    [ 12.274] X.Org XInput driver : 21.0
    [ 12.274] X.Org Server Extension : 8.0
    [ 12.275] (EE) systemd-logind: failed to get session: PID 262 does not belong to any known session
    [ 12.275] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 12.275] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 12.277] (--) PCI:*(0:0:2:0) 8086:0406:17aa:3801 rev 6, Mem @ 0xb9000000/4194304, 0xa0000000/268435456, I/O @ 0x00005000/64
    [ 12.277] (--) PCI: (0:1:0:0) 1002:6663:17aa:3801 rev 0, Mem @ 0xb0000000/134217728, 0xb8000000/262144, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
    [ 12.277] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 12.277] (II) LoadModule: "glx"
    [ 12.296] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 12.518] (II) Module glx: vendor="X.Org Foundation"
    [ 12.518] compiled for 1.16.3, module version = 1.0.0
    [ 12.518] ABI class: X.Org Server Extension, version 8.0
    [ 12.518] (==) AIGLX enabled
    [ 12.518] (==) Matched intel as autoconfigured driver 0
    [ 12.518] (==) Matched ati as autoconfigured driver 1
    [ 12.518] (==) Matched intel as autoconfigured driver 2
    [ 12.518] (==) Matched modesetting as autoconfigured driver 3
    [ 12.518] (==) Matched fbdev as autoconfigured driver 4
    [ 12.518] (==) Matched vesa as autoconfigured driver 5
    [ 12.518] (==) Assigned the driver to the xf86ConfigLayout
    [ 12.518] (II) LoadModule: "intel"
    [ 12.531] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 12.582] (II) Module intel: vendor="X.Org Foundation"
    [ 12.582] compiled for 1.16.3, module version = 2.99.917
    [ 12.582] Module class: X.Org Video Driver
    [ 12.582] ABI class: X.Org Video Driver, version 18.0
    [ 12.582] (II) LoadModule: "ati"
    [ 12.615] (WW) Warning, couldn't open module ati
    [ 12.615] (II) UnloadModule: "ati"
    [ 12.615] (II) Unloading ati
    [ 12.615] (EE) Failed to load module "ati" (module does not exist, 0)
    [ 12.615] (II) LoadModule: "modesetting"
    [ 12.616] (WW) Warning, couldn't open module modesetting
    [ 12.616] (II) UnloadModule: "modesetting"
    [ 12.616] (II) Unloading modesetting
    [ 12.616] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 12.616] (II) LoadModule: "fbdev"
    [ 12.616] (WW) Warning, couldn't open module fbdev
    [ 12.616] (II) UnloadModule: "fbdev"
    [ 12.616] (II) Unloading fbdev
    [ 12.616] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 12.616] (II) LoadModule: "vesa"
    [ 12.616] (WW) Warning, couldn't open module vesa
    [ 12.616] (II) UnloadModule: "vesa"
    [ 12.616] (II) Unloading vesa
    [ 12.616] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 12.616] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 12.617] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 12.617] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 12.617] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 12.617] (++) using VT number 1
    [ 12.617] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140725
    [ 12.617] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
    [ 12.617] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2
    [ 12.617] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 12.617] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 12.617] (==) intel(0): RGB weight 888
    [ 12.617] (==) intel(0): Default visual is TrueColor
    [ 12.617] (II) intel(0): Output eDP1 has no monitor section
    [ 12.617] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
    [ 12.617] (II) intel(0): Enabled output eDP1
    [ 12.617] (II) intel(0): Output VGA1 has no monitor section
    [ 12.617] (II) intel(0): Enabled output VGA1
    [ 12.617] (II) intel(0): Output HDMI1 has no monitor section
    [ 12.617] (II) intel(0): Enabled output HDMI1
    [ 12.617] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    [ 12.617] (II) intel(0): Output VIRTUAL1 has no monitor section
    [ 12.618] (II) intel(0): Enabled output VIRTUAL1
    [ 12.618] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
    [ 12.618] (==) intel(0): TearFree disabled
    [ 12.618] (==) intel(0): DPI set to (96, 96)
    [ 12.618] (II) Loading sub module "dri2"
    [ 12.618] (II) LoadModule: "dri2"
    [ 12.618] (II) Module "dri2" already built-in
    [ 12.618] (II) Loading sub module "present"
    [ 12.618] (II) LoadModule: "present"
    [ 12.618] (II) Module "present" already built-in
    [ 12.618] (==) Depth 24 pixmap format is 32 bpp
    [ 12.618] (II) intel(0): SNA initialized with Haswell (gen7.5, gt1) backend
    [ 12.618] (==) intel(0): Backing store enabled
    [ 12.618] (==) intel(0): Silken mouse enabled
    [ 12.618] (II) intel(0): HW Cursor enabled
    [ 12.618] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 12.618] (==) intel(0): DPMS enabled
    [ 12.618] (==) intel(0): display hotplug detection enabled
    [ 12.618] (II) intel(0): [DRI2] Setup complete
    [ 12.618] (II) intel(0): [DRI2] DRI driver: i965
    [ 12.618] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 12.618] (II) intel(0): direct rendering: DRI2 enabled
    [ 12.618] (II) intel(0): hardware support for Present enabled
    [ 12.618] (--) RandR disabled
    [ 12.803] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 12.803] (II) AIGLX: enabled GLX_ARB_create_context
    [ 12.803] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 12.803] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 12.803] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 12.803] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 12.803] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 12.803] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 12.803] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 12.803] (II) AIGLX: enabled GLX_ARB_create_context_robustness
    [ 12.803] (II) AIGLX: Loaded and initialized i965
    [ 12.803] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 12.804] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 12.813] (II) intel(0): Setting screen physical size to 361 x 203
    [ 13.033] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 13.033] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.033] (**) Power Button: Applying InputClass "keyboard-layout"
    [ 13.033] (II) LoadModule: "evdev"
    [ 13.033] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.050] (II) Module evdev: vendor="X.Org Foundation"
    [ 13.050] compiled for 1.16.2, module version = 2.9.1
    [ 13.050] Module class: X.Org XInput Driver
    [ 13.050] ABI class: X.Org XInput driver, version 21.0
    [ 13.050] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.050] (**) Power Button: always reports core events
    [ 13.050] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 13.050] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 13.050] (--) evdev: Power Button: Found keys
    [ 13.050] (II) evdev: Power Button: Configuring as keyboard
    [ 13.050] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 13.050] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 13.050] (**) Option "xkb_rules" "evdev"
    [ 13.050] (**) Option "xkb_model" "pc104"
    [ 13.050] (**) Option "xkb_layout" "pl"
    [ 13.079] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 13.079] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 13.079] (**) Video Bus: Applying InputClass "keyboard-layout"
    [ 13.079] (II) Using input driver 'evdev' for 'Video Bus'
    [ 13.079] (**) Video Bus: always reports core events
    [ 13.079] (**) evdev: Video Bus: Device: "/dev/input/event4"
    [ 13.079] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 13.079] (--) evdev: Video Bus: Found keys
    [ 13.079] (II) evdev: Video Bus: Configuring as keyboard
    [ 13.079] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
    [ 13.079] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 13.079] (**) Option "xkb_rules" "evdev"
    [ 13.079] (**) Option "xkb_model" "pc104"
    [ 13.079] (**) Option "xkb_layout" "pl"
    [ 13.079] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 13.079] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.079] (**) Power Button: Applying InputClass "keyboard-layout"
    [ 13.079] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.079] (**) Power Button: always reports core events
    [ 13.079] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 13.079] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 13.079] (--) evdev: Power Button: Found keys
    [ 13.079] (II) evdev: Power Button: Configuring as keyboard
    [ 13.079] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input0/event0"
    [ 13.079] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 13.080] (**) Option "xkb_rules" "evdev"
    [ 13.080] (**) Option "xkb_model" "pc104"
    [ 13.080] (**) Option "xkb_layout" "pl"
    [ 13.080] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [ 13.080] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 13.080] (**) Video Bus: Applying InputClass "keyboard-layout"
    [ 13.080] (II) Using input driver 'evdev' for 'Video Bus'
    [ 13.080] (**) Video Bus: always reports core events
    [ 13.080] (**) evdev: Video Bus: Device: "/dev/input/event3"
    [ 13.080] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 13.080] (--) evdev: Video Bus: Found keys
    [ 13.080] (II) evdev: Video Bus: Configuring as keyboard
    [ 13.080] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:42/LNXVIDEO:00/input/input3/event3"
    [ 13.080] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
    [ 13.080] (**) Option "xkb_rules" "evdev"
    [ 13.080] (**) Option "xkb_model" "pc104"
    [ 13.080] (**) Option "xkb_layout" "pl"
    [ 13.080] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 13.080] (II) No input driver specified, ignoring this device.
    [ 13.080] (II) This device may have been added with another device file.
    [ 13.081] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event8)
    [ 13.081] (II) No input driver specified, ignoring this device.
    [ 13.081] (II) This device may have been added with another device file.
    [ 13.081] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event9)
    [ 13.081] (II) No input driver specified, ignoring this device.
    [ 13.081] (II) This device may have been added with another device file.
    [ 13.081] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event10)
    [ 13.081] (II) No input driver specified, ignoring this device.
    [ 13.081] (II) This device may have been added with another device file.
    [ 13.081] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event16)
    [ 13.081] (**) Lenovo EasyCamera: Applying InputClass "evdev keyboard catchall"
    [ 13.081] (**) Lenovo EasyCamera: Applying InputClass "keyboard-layout"
    [ 13.081] (II) Using input driver 'evdev' for 'Lenovo EasyCamera'
    [ 13.081] (**) Lenovo EasyCamera: always reports core events
    [ 13.081] (**) evdev: Lenovo EasyCamera: Device: "/dev/input/event16"
    [ 13.081] (--) evdev: Lenovo EasyCamera: Vendor 0xbda Product 0x5728
    [ 13.081] (--) evdev: Lenovo EasyCamera: Found keys
    [ 13.081] (II) evdev: Lenovo EasyCamera: Configuring as keyboard
    [ 13.081] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input19/event16"
    [ 13.081] (II) XINPUT: Adding extended input device "Lenovo EasyCamera" (type: KEYBOARD, id 10)
    [ 13.081] (**) Option "xkb_rules" "evdev"
    [ 13.081] (**) Option "xkb_model" "pc104"
    [ 13.081] (**) Option "xkb_layout" "pl"
    [ 13.082] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6)
    [ 13.082] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 13.082] (**) Logitech USB Receiver: Applying InputClass "keyboard-layout"
    [ 13.082] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 13.082] (**) Logitech USB Receiver: always reports core events
    [ 13.082] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event6"
    [ 13.082] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 13.082] (--) evdev: Logitech USB Receiver: Found keys
    [ 13.082] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 13.082] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:046D:C517.0001/input/input8/event6"
    [ 13.082] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
    [ 13.082] (**) Option "xkb_rules" "evdev"
    [ 13.082] (**) Option "xkb_model" "pc104"
    [ 13.082] (**) Option "xkb_layout" "pl"
    [ 13.082] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7)
    [ 13.082] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 13.082] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 13.082] (**) Logitech USB Receiver: Applying InputClass "keyboard-layout"
    [ 13.082] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 13.082] (**) Logitech USB Receiver: always reports core events
    [ 13.082] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event7"
    [ 13.082] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 13.082] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
    [ 13.082] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 13.082] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 13.082] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 13.082] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 13.082] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 13.082] (--) evdev: Logitech USB Receiver: Found keys
    [ 13.082] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 13.082] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 13.082] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 13.082] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 13.082] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.082] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:046D:C517.0002/input/input9/event7"
    [ 13.082] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 12)
    [ 13.082] (**) Option "xkb_rules" "evdev"
    [ 13.082] (**) Option "xkb_model" "pc104"
    [ 13.082] (**) Option "xkb_layout" "pl"
    [ 13.083] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 13.083] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 13.083] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 13.083] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 13.083] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 13.083] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 13.083] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 13.083] (**) Logitech USB Receiver: Applying InputClass "keyboard-layout"
    [ 13.083] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 13.083] (**) Logitech USB Receiver: always reports core events
    [ 13.083] (**) evdev: Logitech USB Receiver: Device: "/dev/input/mouse0"
    [ 13.083] (EE) evdev: Logitech USB Receiver: Unable to query fd: Inappropriate ioctl for device
    [ 13.136] (EE) PreInit returned 2 for "Logitech USB Receiver"
    [ 13.136] (II) UnloadModule: "evdev"
    [ 13.137] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
    [ 13.137] (II) No input driver specified, ignoring this device.
    [ 13.137] (II) This device may have been added with another device file.
    [ 13.137] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
    [ 13.137] (II) No input driver specified, ignoring this device.
    [ 13.137] (II) This device may have been added with another device file.
    [ 13.137] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
    [ 13.137] (II) No input driver specified, ignoring this device.
    [ 13.137] (II) This device may have been added with another device file.
    [ 13.137] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event14)
    [ 13.137] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 13.137] (**) Ideapad extra buttons: Applying InputClass "keyboard-layout"
    [ 13.137] (II) Using input driver 'evdev' for 'Ideapad extra buttons'
    [ 13.137] (**) Ideapad extra buttons: always reports core events
    [ 13.137] (**) evdev: Ideapad extra buttons: Device: "/dev/input/event14"
    [ 13.137] (--) evdev: Ideapad extra buttons: Vendor 0 Product 0
    [ 13.137] (--) evdev: Ideapad extra buttons: Found keys
    [ 13.137] (II) evdev: Ideapad extra buttons: Configuring as keyboard
    [ 13.137] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input16/event14"
    [ 13.137] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 13)
    [ 13.137] (**) Option "xkb_rules" "evdev"
    [ 13.137] (**) Option "xkb_model" "pc104"
    [ 13.137] (**) Option "xkb_layout" "pl"
    [ 13.138] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
    [ 13.138] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 13.138] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-layout"
    [ 13.138] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 13.138] (**) AT Translated Set 2 keyboard: always reports core events
    [ 13.138] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
    [ 13.138] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 13.138] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 13.138] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 13.138] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
    [ 13.138] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
    [ 13.138] (**) Option "xkb_rules" "evdev"
    [ 13.138] (**) Option "xkb_model" "pc104"
    [ 13.138] (**) Option "xkb_layout" "pl"
    [ 13.138] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event17)
    [ 13.138] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 13.138] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
    [ 13.138] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 13.138] (**) evdev: ETPS/2 Elantech Touchpad: Device: "/dev/input/event17"
    [ 13.138] (--) evdev: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 13.138] (--) evdev: ETPS/2 Elantech Touchpad: Found 3 mouse buttons
    [ 13.138] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute axes
    [ 13.138] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute multitouch axes
    [ 13.138] (--) evdev: ETPS/2 Elantech Touchpad: Found x and y absolute axes
    [ 13.138] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute touchpad.
    [ 13.138] (II) evdev: ETPS/2 Elantech Touchpad: Configuring as touchpad
    [ 13.138] (**) evdev: ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
    [ 13.138] (**) evdev: ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.138] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input17/event17"
    [ 13.138] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
    [ 13.138] (II) evdev: ETPS/2 Elantech Touchpad: initialized for absolute axes.
    [ 13.138] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 13.138] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    [ 13.138] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 13.138] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 13.139] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
    [ 13.139] (II) No input driver specified, ignoring this device.
    [ 13.139] (II) This device may have been added with another device file.
    [ 13.139] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
    [ 13.139] (II) No input driver specified, ignoring this device.
    [ 13.139] (II) This device may have been added with another device file.
    [ 13.650] (II) intel(0): EDID vendor "SDC", prod id 18258
    [ 13.650] (II) intel(0): Printing DDC gathered Modelines:
    [ 13.650] (II) intel(0): Modeline "1366x768"x0.0 72.33 1366 1414 1446 1526 768 770 775 790 -hsync -vsync (47.4 kHz eP)
    [ 15.636] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 84.266] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 84.266] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    Any idea how to turn off intel card and used only radeon?

    I'm not entirely sure for your model/make, but it may be not possible to shut down the intel and use the radeon only. Since the intel is the one physically connected to the screen, so all graphics go through it in any case.
    You should however be able to switch off the ati card to save battery power. Which is what I do, still using vgaswitcheroo, since it didn't work otherwise:
    https://wiki.archlinux.org/index.php/hy … e_Graphics
    Or you may try PRIME to use the DGP (ati card) on an application base (for 3-D apps):
    https://wiki.archlinux.org/index.php/PRIME
    I think I tried it once, but I don't remember if it worked and I don't need it. Since for real 3-D apps the radeon (ati) driver isn't that good, and OTOH for compositing (desktop effects) the intel is good enough... (Edit: +my laptop heats up too much using the ati.)
    What's your purpose ?
    Regarding why the ati isn't shown in your xrandr output:
    Is xf86-video-ati installed ?
    Is the radeon module loaded (output of 'lsmod |grep radeon') ?
    Edit: punctuation, clarify
    Last edited by rebootl (2014-12-31 12:10:50)

  • [solved]Xorg cound't run on Nvidia

    EDIT:thank everyone helping me, and I have solved my problems.
    NOTE:my laptop is actualty equiped with dual graphics and using wiki  https://wiki.archlinux.org/index.php/NVIDIA_Optimus it work prefect!
    my new laptop is ASUS A550JK which is reported has one graphics card(Nvidia GTX 850m)
    first of all , I'm confused how many graphics cards in it really because lspci's output is this:
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
    00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
    00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
    00:1f.0 ISA bridge: Intel Corporation HM86 Express LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
    01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)
    03:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
    04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
    04:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
    it seems that it has two graphics cards:
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)
    whats the fact?
    I try to collect imformations (in China network) about this laptop  ,all webpage and even ASUS information never say this laptop has dual graphics cards, and I have tried bumblebee itreturned xdisplay error..
    EDIT:maybe i am wrong, I have found two webpages that describe this laptop(ASUS A550JK4710)actually is hybrid graphics.
    secondly . Im trying to install xorg after just install package nvidia and configed using nvidia-xconfig. when running startx it reports:
    [ 12402.822]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 12402.823] X Protocol Version 11, Revision 0
    [ 12402.824] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 12402.824] Current Operating System: Linux EastpigerLaptop 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 12402.824] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=dd8cb64e-ee13-462b-b35a-bddf5abf37aa rw quiet
    [ 12402.825] Build Date: 31 July 2014 11:53:19AM
    [ 12402.826]
    [ 12402.826] Current version of pixman: 0.32.6
    [ 12402.827] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12402.827] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12402.830] (==) Log file: "/var/log/Xorg.3.log", Time: Wed Sep 10 05:39:34 2014
    [ 12402.831] (==) Using config file: "/etc/X11/xorg.conf"
    [ 12402.831] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 12402.832] Parse error on line 40 of section Monitor in file /etc/X11/xorg.conf
    "Display" is not a valid keyword in this section.
    [ 12402.832] (EE) Problem parsing the config file
    [ 12402.832] (EE) Error parsing the config file
    [ 12402.832] (EE)
    Fatal server error:
    [ 12402.833] (EE) no screens found(EE)
    [ 12402.834] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 12402.836] (EE) Please also check the log file at "/var/log/Xorg.3.log" for additional information.
    [ 12402.836] (EE)
    [ 12402.837] (EE) Server terminated with error (1). Closing log file.
    so I add BusID "PCI:1:0:0" into /etc/X11/xorg.conf . try startx again and it seems that xorg can run longer but I didnt get Interface and tty stucked.
    This is my  /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 340.32 (buildmeister@swio-display-x64-rhel04-01) Tue Aug 5 21:15:33 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    and this is /var/log/Xorg.3.log(I run it on tty 3 )
    [ 12437.283]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 12437.284] X Protocol Version 11, Revision 0
    [ 12437.284] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 12437.285] Current Operating System: Linux EastpigerLaptop 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 12437.285] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=dd8cb64e-ee13-462b-b35a-bddf5abf37aa rw quiet
    [ 12437.285] Build Date: 31 July 2014 11:53:19AM
    [ 12437.286]
    [ 12437.286] Current version of pixman: 0.32.6
    [ 12437.287] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12437.287] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12437.289] (==) Log file: "/var/log/Xorg.3.log", Time: Wed Sep 10 05:40:09 2014
    [ 12437.289] (==) Using config file: "/etc/X11/xorg.conf"
    [ 12437.290] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 12437.290] (==) ServerLayout "Layout0"
    [ 12437.290] (**) |-->Screen "Screen0" (0)
    [ 12437.290] (**) | |-->Monitor "Monitor0"
    [ 12437.290] (**) | |-->Device "Device0"
    [ 12437.290] (**) |-->Input Device "Keyboard0"
    [ 12437.290] (**) |-->Input Device "Mouse0"
    [ 12437.290] (==) Automatically adding devices
    [ 12437.290] (==) Automatically enabling devices
    [ 12437.290] (==) Automatically adding GPU devices
    [ 12437.290] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 12437.290] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 12437.290] Entry deleted from font path.
    [ 12437.290] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 12437.290] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 12437.290] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 12437.290] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 12437.290] (WW) Disabling Keyboard0
    [ 12437.290] (WW) Disabling Mouse0
    [ 12437.290] (II) Loader magic: 0x818d80
    [ 12437.290] (II) Module ABI versions:
    [ 12437.290] X.Org ANSI C Emulation: 0.4
    [ 12437.290] X.Org Video Driver: 18.0
    [ 12437.290] X.Org XInput driver : 21.0
    [ 12437.290] X.Org Server Extension : 8.0
    [ 12437.291] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c4
    [ 12437.291] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 12437.292] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 1
    [ 12437.292] (EE) Error systemd-logind returned paused fd for drm node
    [ 12437.292] (II) systemd-logind: releasing fd for 226:1
    [ 12437.292] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 12437.292] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
    [ 12437.293] (--) PCI:*(0:0:2:0) 8086:0416:1043:178d rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 12437.293] (--) PCI: (0:1:0:0) 10de:1391:1043:178d rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 12437.293] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 12437.293] (II) LoadModule: "glx"
    [ 12437.293] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 12437.300] (II) Module glx: vendor="NVIDIA Corporation"
    [ 12437.300] compiled for 4.0.2, module version = 1.0.0
    [ 12437.300] Module class: X.Org Server Extension
    [ 12437.300] (II) NVIDIA GLX Module 340.32 Tue Aug 5 20:32:43 PDT 2014
    [ 12437.300] (II) LoadModule: "nvidia"
    [ 12437.300] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12437.300] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 12437.300] compiled for 4.0.2, module version = 1.0.0
    [ 12437.300] Module class: X.Org Video Driver
    [ 12437.300] (II) NVIDIA dlloader X Driver 340.32 Tue Aug 5 20:13:04 PDT 2014
    [ 12437.300] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 12437.300] (++) using VT number 4
    [ 12437.300] (--) controlling tty is VT number 4, auto-enabling KeepTty
    [ 12437.300] (II) Loading sub module "fb"
    [ 12437.300] (II) LoadModule: "fb"
    [ 12437.300] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12437.300] (II) Module fb: vendor="X.Org Foundation"
    [ 12437.300] compiled for 1.16.0, module version = 1.0.0
    [ 12437.300] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12437.300] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 12437.300] (II) Loading sub module "wfb"
    [ 12437.300] (II) LoadModule: "wfb"
    [ 12437.300] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 12437.300] (II) Module wfb: vendor="X.Org Foundation"
    [ 12437.300] compiled for 1.16.0, module version = 1.0.0
    [ 12437.300] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12437.300] (II) Loading sub module "ramdac"
    [ 12437.300] (II) LoadModule: "ramdac"
    [ 12437.300] (II) Module "ramdac" already built-in
    [ 12437.300] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 12437.300] (==) NVIDIA(0): RGB weight 888
    [ 12437.300] (==) NVIDIA(0): Default visual is TrueColor
    [ 12437.300] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 12437.301] (**) NVIDIA(0): Enabling 2D acceleration
    [ 12437.301] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 12437.302] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 850M (GM107-A) at PCI:1:0:0 (GPU-0)
    [ 12437.302] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 12437.302] (--) NVIDIA(0): VideoBIOS: 82.07.47.00.05
    [ 12437.302] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 12437.302] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 850M at PCI:1:0:0
    [ 12437.302] (--) NVIDIA(0): none
    [ 12437.302] (II) NVIDIA(0): Validated MetaModes:
    [ 12437.302] (II) NVIDIA(0): "NULL"
    [ 12437.302] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 12437.302] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 12437.302] (**) NVIDIA(0): DPI set to (8, 11); computed from "DisplaySize" Monitor
    [ 12437.302] (**) NVIDIA(0): section option
    [ 12437.302] (--) Depth 24 pixmap format is 32 bpp
    [ 12437.302] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 12437.302] (II) NVIDIA: access.
    [ 12437.305] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 12437.305] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 12437.305] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 12437.305] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 12437.305] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 12437.305] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 12437.305] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 12437.305] (II) NVIDIA(0): Config Options in the README.
    [ 12437.305] (II) NVIDIA(0): Setting mode "NULL"
    [ 12437.305] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 12437.305] (EE) NVIDIA(0): Failed to complete mode change
    [ 12437.314] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 12437.318] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 12437.318] (==) NVIDIA(0): Backing store enabled
    [ 12437.318] (==) NVIDIA(0): Silken mouse enabled
    [ 12437.319] (==) NVIDIA(0): DPMS enabled
    [ 12437.319] (II) Loading sub module "dri2"
    [ 12437.319] (II) LoadModule: "dri2"
    [ 12437.319] (II) Module "dri2" already built-in
    [ 12437.319] (II) NVIDIA(0): [DRI2] Setup complete
    [ 12437.319] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 12437.319] (--) RandR disabled
    [ 12437.322] (II) Initializing extension GLX
    [ 12437.341] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 12437.341] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 12437.341] (II) LoadModule: "evdev"
    [ 12437.341] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 12437.341] (II) Module evdev: vendor="X.Org Foundation"
    [ 12437.341] compiled for 1.16.0, module version = 2.9.0
    [ 12437.341] Module class: X.Org XInput Driver
    [ 12437.341] ABI class: X.Org XInput driver, version 21.0
    [ 12437.342] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
    [ 12437.342] (II) Using input driver 'evdev' for 'Power Button'
    [ 12437.342] (**) Power Button: always reports core events
    [ 12437.342] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 12437.342] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 12437.342] (--) evdev: Power Button: Found keys
    [ 12437.342] (II) evdev: Power Button: Configuring as keyboard
    [ 12437.342] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
    [ 12437.342] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 12437.342] (**) Option "xkb_rules" "evdev"
    [ 12437.342] (**) Option "xkb_model" "pc104"
    [ 12437.342] (**) Option "xkb_layout" "us"
    [ 12437.353] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 12437.353] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 12437.354] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
    [ 12437.354] (II) Using input driver 'evdev' for 'Video Bus'
    [ 12437.354] (**) Video Bus: always reports core events
    [ 12437.354] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 12437.354] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 12437.354] (--) evdev: Video Bus: Found keys
    [ 12437.354] (II) evdev: Video Bus: Configuring as keyboard
    [ 12437.354] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event9"
    [ 12437.354] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 12437.354] (**) Option "xkb_rules" "evdev"
    [ 12437.354] (**) Option "xkb_model" "pc104"
    [ 12437.354] (**) Option "xkb_layout" "us"
    [ 12437.354] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [ 12437.354] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 12437.354] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
    [ 12437.354] (II) Using input driver 'evdev' for 'Video Bus'
    [ 12437.354] (**) Video Bus: always reports core events
    [ 12437.354] (**) evdev: Video Bus: Device: "/dev/input/event8"
    [ 12437.354] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 12437.354] (--) evdev: Video Bus: Found keys
    [ 12437.354] (II) evdev: Video Bus: Configuring as keyboard
    [ 12437.354] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/LNXVIDEO:00/input/input15/event8"
    [ 12437.354] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 12437.354] (**) Option "xkb_rules" "evdev"
    [ 12437.354] (**) Option "xkb_model" "pc104"
    [ 12437.354] (**) Option "xkb_layout" "us"
    [ 12437.355] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 12437.355] (II) No input driver specified, ignoring this device.
    [ 12437.355] (II) This device may have been added with another device file.
    [ 12437.355] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 12437.355] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 12437.355] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
    [ 12437.355] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 12437.355] (**) Sleep Button: always reports core events
    [ 12437.355] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 12437.355] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 12437.355] (--) evdev: Sleep Button: Found keys
    [ 12437.355] (II) evdev: Sleep Button: Configuring as keyboard
    [ 12437.355] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
    [ 12437.355] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 12437.355] (**) Option "xkb_rules" "evdev"
    [ 12437.355] (**) Option "xkb_model" "pc104"
    [ 12437.355] (**) Option "xkb_layout" "us"
    [ 12437.355] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 12437.355] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 12437.356] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 32 paused 1
    [ 12437.356] (EE) Error systemd-logind returned paused fd for drm node
    [ 12437.356] (II) systemd-logind: releasing fd for 226:1
    [ 12437.356] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event10)
    [ 12437.356] (II) No input driver specified, ignoring this device.
    [ 12437.356] (II) This device may have been added with another device file.
    [ 12437.356] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event11)
    [ 12437.356] (II) No input driver specified, ignoring this device.
    [ 12437.356] (II) This device may have been added with another device file.
    [ 12437.356] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event12)
    [ 12437.356] (II) No input driver specified, ignoring this device.
    [ 12437.356] (II) This device may have been added with another device file.
    [ 12437.357] (II) config/udev: Adding input device USB Camera (/dev/input/event7)
    [ 12437.357] (**) USB Camera: Applying InputClass "evdev keyboard catchall"
    [ 12437.357] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
    [ 12437.357] (II) Using input driver 'evdev' for 'USB Camera'
    [ 12437.357] (**) USB Camera: always reports core events
    [ 12437.357] (**) evdev: USB Camera: Device: "/dev/input/event7"
    [ 12437.357] (--) evdev: USB Camera: Vendor 0xbda Product 0x57b4
    [ 12437.357] (--) evdev: USB Camera: Found keys
    [ 12437.357] (II) evdev: USB Camera: Configuring as keyboard
    [ 12437.357] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input14/event7"
    [ 12437.357] (II) XINPUT: Adding extended input device "USB Camera" (type: KEYBOARD, id 10)
    [ 12437.357] (**) Option "xkb_rules" "evdev"
    [ 12437.357] (**) Option "xkb_model" "pc104"
    [ 12437.357] (**) Option "xkb_layout" "us"
    [ 12437.357] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
    [ 12437.357] (II) No input driver specified, ignoring this device.
    [ 12437.357] (II) This device may have been added with another device file.
    [ 12437.358] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
    [ 12437.358] (II) No input driver specified, ignoring this device.
    [ 12437.358] (II) This device may have been added with another device file.
    [ 12437.358] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
    [ 12437.358] (II) No input driver specified, ignoring this device.
    [ 12437.358] (II) This device may have been added with another device file.
    [ 12437.358] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event5)
    [ 12437.358] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 12437.358] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 34 paused 0
    [ 12437.358] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
    [ 12437.358] (**) Asus WMI hotkeys: always reports core events
    [ 12437.358] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event5"
    [ 12437.358] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
    [ 12437.358] (--) evdev: Asus WMI hotkeys: Found keys
    [ 12437.358] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
    [ 12437.358] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input13/event5"
    [ 12437.358] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
    [ 12437.358] (**) Option "xkb_rules" "evdev"
    [ 12437.358] (**) Option "xkb_model" "pc104"
    [ 12437.358] (**) Option "xkb_layout" "us"
    [ 12437.358] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 12437.358] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 12437.359] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 35 paused 0
    [ 12437.359] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 12437.359] (**) AT Translated Set 2 keyboard: always reports core events
    [ 12437.359] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 12437.359] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 12437.359] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 12437.359] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 12437.359] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 12437.359] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 12437.359] (**) Option "xkb_rules" "evdev"
    [ 12437.359] (**) Option "xkb_model" "pc104"
    [ 12437.359] (**) Option "xkb_layout" "us"
    [ 12437.359] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event6)
    [ 12437.359] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 12437.359] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 36 paused 0
    [ 12437.359] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
    [ 12437.359] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 12437.359] (**) evdev: ETPS/2 Elantech Touchpad: Device: "/dev/input/event6"
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found 1 mouse buttons
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute axes
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute multitouch axes
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found x and y absolute axes
    [ 12437.360] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute touchpad.
    [ 12437.360] (II) evdev: ETPS/2 Elantech Touchpad: Configuring as touchpad
    [ 12437.360] (**) evdev: ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
    [ 12437.360] (**) evdev: ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 12437.360] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input12/event6"
    [ 12437.360] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
    [ 12437.360] (II) evdev: ETPS/2 Elantech Touchpad: initialized for absolute axes.
    [ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    [ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 12437.360] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 12437.360] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 12437.360] (II) No input driver specified, ignoring this device.
    [ 12437.360] (II) This device may have been added with another device file.
    [ 12437.360] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 12437.360] (II) No input driver specified, ignoring this device.
    [ 12437.360] (II) This device may have been added with another device file.
    [ 12444.665] (II) systemd-logind: got pause for 226:0
    [ 12444.665] (II) systemd-logind: got pause for 13:67
    [ 12444.665] (II) systemd-logind: got pause for 13:73
    [ 12444.665] (II) systemd-logind: got pause for 13:72
    [ 12444.665] (II) systemd-logind: got pause for 13:66
    [ 12444.665] (II) systemd-logind: got pause for 13:71
    [ 12444.665] (II) systemd-logind: got pause for 13:69
    [ 12444.665] (II) systemd-logind: got pause for 13:64
    [ 12444.665] (II) systemd-logind: got pause for 13:70
    I'm sorry for my English skills because I'm a chinese student.
    I have tried what I can but cannot deal with it , and I really need help.
    Thank everyone will help me .
    Last edited by eastpiger (2014-09-10 06:34:36)

    Thank you very much and I have deleted these words already. Im sorry to annoy someone...
    I try to collect imformations (in China network) about this laptop  ,all webpage and even ASUS information never say this laptop has dual graphics cards, and I have tried bumblebee itreturned xdisplay error..
    EDIT:maybe i am wrong, I have found two webpages that describe this laptop(ASUS A550JK4710)actually is hybrid graphics.
    and xorg error seems due to the deriver?
    Trilby wrote:
    Welcome to the forums.  Please note that the "NEED HELP PLEASE" especially in all caps is not needed in your title - and it might well be annoying to many forum users which might make them less happy to try to help.
    Second, the lspci ouput indicates you have hybrid graphics.  I don't have much experience with these systems, but they are well documented in the wiki.  As far as I know you can't use *just* the NVIDIA (but I might be wrong) - I'm pretty sure if you want to use just one of the video cards you can use just the intel.  Hopefully someone with experience with hybrid graphics will confirm or correct this.
    For now, see here: https://wiki.archlinux.org/index.php/NVIDIA_Optimus
    EDIT: after reading that wiki page I'm more doubtful of my own statements so I've crossed them out.  But it seems there are various steps needed to configure the use of the nvidia drivers.
    Last edited by eastpiger (2014-09-09 15:37:59)

  • [SOLVED] Xorg Strangeness- Running startx runs xorg for a split second

    As in the subject, I am trying to run startx on my Arch (x86_64) machine for the first time since installation, however X only runs for a split second before quitting.. I've checked the log, but there aren't any errors that pop up to tell me what's going on.  What I've been doing that I think may affect the answer:
    Installed proprietary nvidia drivers that I downloaded off of nvidia's website (though I removed it by running sudo ./driver.run -uninstall)
    Installed nvidia drivers from the repository (sudo pacman -S nvidia nvidia-utils)
    shut off nouveau drivers (blacklisted nouveau in /etc/modprobe.d)
    Ran nvidia-xconfig to generate new xorg.conf file
    /var/log/Xorg.0.log shows nothing with (EE), so I assume that everything is going smoothly, however still can't get X to work.  Any help would be appreciated.  Google's let me down so far.
    Perhaps some fresh eyes could help me
    (contents of /var/log/Xorg.0.log)
    [ 22.116]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 22.116] X Protocol Version 11, Revision 0
    [ 22.116] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 22.116] Current Operating System: Linux Ponyville 3.3.7-1-ARCH #1 SMP PREEMPT Tue May 22 00:26:26 CEST 2012 x86_64
    [ 22.117] Kernel command line: root=/dev/sda4 ro
    [ 22.117] Build Date: 30 May 2012 07:24:13PM
    [ 22.117]
    [ 22.117] Current version of pixman: 0.26.0
    [ 22.117] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.117] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.119] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 7 08:50:45 2012
    [ 22.148] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.148] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 22.166] (==) ServerLayout "Layout0"
    [ 22.166] (**) |-->Screen "Screen0" (0)
    [ 22.166] (**) | |-->Monitor "Monitor0"
    [ 22.166] (**) | |-->Device "Device0"
    [ 22.166] (**) |-->Input Device "Keyboard0"
    [ 22.166] (**) |-->Input Device "Mouse0"
    [ 22.166] (==) Automatically adding devices
    [ 22.166] (==) Automatically enabling devices
    [ 22.196] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 22.196] Entry deleted from font path.
    [ 22.196] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 22.196] Entry deleted from font path.
    [ 22.196] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 22.196] Entry deleted from font path.
    [ 22.213] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 22.213] Entry deleted from font path.
    [ 22.213] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 22.213] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/100dpi/
    [ 22.213] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 22.213] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 22.213] (WW) Disabling Keyboard0
    [ 22.213] (WW) Disabling Mouse0
    [ 22.213] (II) Loader magic: 0x7c58e0
    [ 22.213] (II) Module ABI versions:
    [ 22.213] X.Org ANSI C Emulation: 0.4
    [ 22.213] X.Org Video Driver: 12.0
    [ 22.213] X.Org XInput driver : 16.0
    [ 22.213] X.Org Server Extension : 6.0
    [ 22.214] (--) PCI:*(0:1:0:0) 10de:0dc4:196e:085a rev 161, Mem @ 0xf8000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 22.214] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 22.214] (II) LoadModule: "extmod"
    [ 22.257] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 22.264] (II) Module extmod: vendor="X.Org Foundation"
    [ 22.264] compiled for 1.12.2, module version = 1.0.0
    [ 22.264] Module class: X.Org Server Extension
    [ 22.264] ABI class: X.Org Server Extension, version 6.0
    [ 22.265] (II) Loading extension MIT-SCREEN-SAVER
    [ 22.265] (II) Loading extension XFree86-VidModeExtension
    [ 22.265] (II) Loading extension XFree86-DGA
    [ 22.265] (II) Loading extension DPMS
    [ 22.265] (II) Loading extension XVideo
    [ 22.265] (II) Loading extension XVideo-MotionCompensation
    [ 22.265] (II) Loading extension X-Resource
    [ 22.265] (II) LoadModule: "dbe"
    [ 22.265] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 22.265] (II) Module dbe: vendor="X.Org Foundation"
    [ 22.265] compiled for 1.12.2, module version = 1.0.0
    [ 22.265] Module class: X.Org Server Extension
    [ 22.265] ABI class: X.Org Server Extension, version 6.0
    [ 22.265] (II) Loading extension DOUBLE-BUFFER
    [ 22.265] (II) LoadModule: "glx"
    [ 22.266] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.799] (II) Module glx: vendor="NVIDIA Corporation"
    [ 22.799] compiled for 4.0.2, module version = 1.0.0
    [ 22.799] Module class: X.Org Server Extension
    [ 22.799] (II) NVIDIA GLX Module 295.53 Fri May 11 23:49:08 PDT 2012
    [ 22.799] (II) Loading extension GLX
    [ 22.799] (II) LoadModule: "record"
    [ 22.799] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.885] (II) Module record: vendor="X.Org Foundation"
    [ 22.885] compiled for 1.12.2, module version = 1.13.0
    [ 22.885] Module class: X.Org Server Extension
    [ 22.885] ABI class: X.Org Server Extension, version 6.0
    [ 22.885] (II) Loading extension RECORD
    [ 22.885] (II) LoadModule: "dri"
    [ 22.885] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.911] (II) Module dri: vendor="X.Org Foundation"
    [ 22.911] compiled for 1.12.2, module version = 1.0.0
    [ 22.911] ABI class: X.Org Server Extension, version 6.0
    [ 22.911] (II) Loading extension XFree86-DRI
    [ 22.911] (II) LoadModule: "dri2"
    [ 22.911] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.911] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.911] compiled for 1.12.2, module version = 1.2.0
    [ 22.911] ABI class: X.Org Server Extension, version 6.0
    [ 22.911] (II) Loading extension DRI2
    [ 22.911] (II) LoadModule: "nvidia"
    [ 22.912] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 22.993] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 22.993] compiled for 4.0.2, module version = 1.0.0
    [ 22.994] Module class: X.Org Video Driver
    [ 23.021] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56 PDT 2012
    [ 23.021] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 23.021] (--) using VT number 7
    [ 23.024] (II) Loading sub module "fb"
    [ 23.024] (II) LoadModule: "fb"
    [ 23.024] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 23.032] (II) Module fb: vendor="X.Org Foundation"
    [ 23.032] compiled for 1.12.2, module version = 1.0.0
    [ 23.032] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.032] (II) Loading sub module "wfb"
    [ 23.032] (II) LoadModule: "wfb"
    [ 23.032] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 23.038] (II) Module wfb: vendor="X.Org Foundation"
    [ 23.038] compiled for 1.12.2, module version = 1.0.0
    [ 23.038] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.038] (II) Loading sub module "ramdac"
    [ 23.038] (II) LoadModule: "ramdac"
    [ 23.038] (II) Module "ramdac" already built-in
    [ 23.047] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 23.047] (==) NVIDIA(0): RGB weight 888
    [ 23.047] (==) NVIDIA(0): Default visual is TrueColor
    [ 23.047] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 23.047] (**) NVIDIA(0): Enabling 2D acceleration
    [ 23.817] (II) NVIDIA(GPU-0): Display (ViewSonic VA1916wSERIES (CRT-1)) does not support
    [ 23.817] (II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
    [ 23.831] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:1:0:0 (GPU-0)
    [ 23.831] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 23.831] (--) NVIDIA(0): VideoBIOS: 70.06.13.00.51
    [ 23.831] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 23.831] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 23.833] (--) NVIDIA(0): Connected display device(s) on GeForce GTS 450 at PCI:1:0:0
    [ 23.833] (--) NVIDIA(0): ViewSonic VA1916wSERIES (CRT-1)
    [ 23.833] (--) NVIDIA(0): ViewSonic VA1916wSERIES (CRT-1): 400.0 MHz maximum pixel
    [ 23.833] (--) NVIDIA(0): clock
    [ 23.868] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 23.868] (**) NVIDIA(0): device ViewSonic VA1916wSERIES (CRT-1) (Using EDID
    [ 23.868] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 23.874] (II) NVIDIA(0): Assigned Display Device: CRT-1
    [ 23.874] (==) NVIDIA(0):
    [ 23.874] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 23.874] (==) NVIDIA(0): will be used as the requested mode.
    [ 23.874] (==) NVIDIA(0):
    [ 23.874] (II) NVIDIA(0): Validated modes:
    [ 23.874] (II) NVIDIA(0): "nvidia-auto-select"
    [ 23.874] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 23.903] (--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
    [ 23.903] (--) NVIDIA(0): option
    [ 23.903] (--) Depth 24 pixmap format is 32 bpp
    [ 23.903] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 23.903] (II) NVIDIA: access.
    [ 23.906] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 23.906] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 23.906] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 23.906] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 23.906] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 23.906] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 23.906] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 23.906] (II) NVIDIA(0): Config Options in the README.
    [ 23.908] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 23.952] (II) Loading extension NV-GLX
    [ 24.017] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 24.017] (==) NVIDIA(0): Backing store disabled
    [ 24.017] (==) NVIDIA(0): Silken mouse enabled
    [ 24.017] (**) NVIDIA(0): DPMS enabled
    [ 24.017] (II) Loading extension NV-CONTROL
    [ 24.017] (II) Loading extension XINERAMA
    [ 24.017] (II) Loading sub module "dri2"
    [ 24.017] (II) LoadModule: "dri2"
    [ 24.017] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 24.017] (II) Module dri2: vendor="X.Org Foundation"
    [ 24.017] compiled for 1.12.2, module version = 1.2.0
    [ 24.017] ABI class: X.Org Server Extension, version 6.0
    [ 24.017] (II) NVIDIA(0): [DRI2] Setup complete
    [ 24.017] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 24.017] (==) RandR enabled
    [ 24.017] (II) Initializing built-in extension Generic Event Extension
    [ 24.017] (II) Initializing built-in extension SHAPE
    [ 24.017] (II) Initializing built-in extension MIT-SHM
    [ 24.017] (II) Initializing built-in extension XInputExtension
    [ 24.017] (II) Initializing built-in extension XTEST
    [ 24.017] (II) Initializing built-in extension BIG-REQUESTS
    [ 24.017] (II) Initializing built-in extension SYNC
    [ 24.017] (II) Initializing built-in extension XKEYBOARD
    [ 24.017] (II) Initializing built-in extension XC-MISC
    [ 24.017] (II) Initializing built-in extension SECURITY
    [ 24.017] (II) Initializing built-in extension XINERAMA
    [ 24.017] (II) Initializing built-in extension XFIXES
    [ 24.017] (II) Initializing built-in extension RENDER
    [ 24.017] (II) Initializing built-in extension RANDR
    [ 24.017] (II) Initializing built-in extension COMPOSITE
    [ 24.017] (II) Initializing built-in extension DAMAGE
    [ 24.018] (II) Initializing extension GLX
    [ 24.296] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 24.296] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.296] (II) LoadModule: "evdev"
    [ 24.296] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 24.304] (II) Module evdev: vendor="X.Org Foundation"
    [ 24.304] compiled for 1.12.0, module version = 2.7.0
    [ 24.304] Module class: X.Org XInput Driver
    [ 24.304] ABI class: X.Org XInput driver, version 16.0
    [ 24.304] (II) Using input driver 'evdev' for 'Power Button'
    [ 24.304] (**) Power Button: always reports core events
    [ 24.304] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 24.304] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 24.304] (--) evdev: Power Button: Found keys
    [ 24.304] (II) evdev: Power Button: Configuring as keyboard
    [ 24.304] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 24.304] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 24.304] (**) Option "xkb_rules" "evdev"
    [ 24.304] (**) Option "xkb_model" "evdev"
    [ 24.304] (**) Option "xkb_layout" "us"
    [ 24.317] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 24.317] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.317] (II) Using input driver 'evdev' for 'Power Button'
    [ 24.317] (**) Power Button: always reports core events
    [ 24.317] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 24.317] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 24.317] (--) evdev: Power Button: Found keys
    [ 24.317] (II) evdev: Power Button: Configuring as keyboard
    [ 24.317] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 24.317] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 24.317] (**) Option "xkb_rules" "evdev"
    [ 24.317] (**) Option "xkb_model" "evdev"
    [ 24.317] (**) Option "xkb_layout" "us"
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event10)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.318] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event12)
    [ 24.318] (II) No input driver specified, ignoring this device.
    [ 24.318] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event6)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event9)
    [ 24.319] (II) No input driver specified, ignoring this device.
    [ 24.319] (II) This device may have been added with another device file.
    [ 24.319] (II) config/udev: Adding input device UVC Camera (046d:09a1) (/dev/input/event5)
    [ 24.319] (**) UVC Camera (046d:09a1): Applying InputClass "evdev keyboard catchall"
    [ 24.319] (II) Using input driver 'evdev' for 'UVC Camera (046d:09a1)'
    [ 24.319] (**) UVC Camera (046d:09a1): always reports core events
    [ 24.319] (**) evdev: UVC Camera (046d:09a1): Device: "/dev/input/event5"
    [ 24.319] (--) evdev: UVC Camera (046d:09a1): Vendor 0x46d Product 0x9a1
    [ 24.319] (--) evdev: UVC Camera (046d:09a1): Found keys
    [ 24.319] (II) evdev: UVC Camera (046d:09a1): Configuring as keyboard
    [ 24.319] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.3/6-1.3:1.0/input/input5/event5"
    [ 24.319] (II) XINPUT: Adding extended input device "UVC Camera (046d:09a1)" (type: KEYBOARD, id 8)
    [ 24.319] (**) Option "xkb_rules" "evdev"
    [ 24.319] (**) Option "xkb_model" "evdev"
    [ 24.319] (**) Option "xkb_layout" "us"
    [ 24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
    [ 24.320] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 24.320] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 24.320] (**) Logitech USB Receiver: always reports core events
    [ 24.320] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event3"
    [ 24.320] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 24.320] (--) evdev: Logitech USB Receiver: Found keys
    [ 24.320] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 24.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.8/6-1.8:1.0/input/input3/event3"
    [ 24.320] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [ 24.320] (**) Option "xkb_rules" "evdev"
    [ 24.320] (**) Option "xkb_model" "evdev"
    [ 24.320] (**) Option "xkb_layout" "us"
    [ 24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
    [ 24.320] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 24.320] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 24.320] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 24.320] (**) Logitech USB Receiver: always reports core events
    [ 24.320] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event4"
    [ 24.320] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
    [ 24.320] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
    [ 24.320] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 24.320] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 24.320] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 24.320] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 24.320] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 24.320] (--) evdev: Logitech USB Receiver: Found keys
    [ 24.320] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 24.320] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 24.320] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 24.320] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 24.320] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 24.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.8/6-1.8:1.1/input/input4/event4"
    [ 24.320] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
    [ 24.320] (**) Option "xkb_rules" "evdev"
    [ 24.320] (**) Option "xkb_model" "evdev"
    [ 24.320] (**) Option "xkb_layout" "us"
    [ 24.320] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 24.320] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 24.320] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 24.320] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 24.320] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 24.320] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 24.320] (II) No input driver specified, ignoring this device.
    [ 24.320] (II) This device may have been added with another device file.
    [ 24.321] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event2)
    [ 24.321] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 24.321] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
    [ 24.321] (**) Eee PC WMI hotkeys: always reports core events
    [ 24.321] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event2"
    [ 24.321] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
    [ 24.321] (--) evdev: Eee PC WMI hotkeys: Found keys
    [ 24.321] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
    [ 24.321] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input2/event2"
    [ 24.321] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
    [ 24.321] (**) Option "xkb_rules" "evdev"
    [ 24.321] (**) Option "xkb_model" "evdev"
    [ 24.321] (**) Option "xkb_layout" "us"
    [ 24.497] (II) evdev: Power Button: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Power Button: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: UVC Camera (046d:09a1): Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Logitech USB Receiver: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Logitech USB Receiver: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.497] (II) evdev: Eee PC WMI hotkeys: Close
    [ 24.497] (II) UnloadModule: "evdev"
    [ 24.680] Server terminated successfully (0). Closing log file.
    Contents of Xorg.conf:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 295.53 ([email protected]) Sat May 12 00:34:20 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Last edited by Glupoi652 (2012-06-07 20:51:53)

    windscape wrote:
    wgetfree wrote:It may be a stupid question but do you have all the Xorg dependencies?
    It may even be simpler than that. If this is a new installation, a desktop environment or window manager may not be installed. In that case, the Xorg server has nothing to do. Install a desktop environment or window manager and see if Xorg continues running once it has something to do.
    Listen to this man. What I meant by Xorg dependencies is that people usually install xterm, xclock, etc so they have a very basic WM set up so they can see that Xorg is in fact working. Try setting up a .xinitrc with the following in it:
    exec startxfce4 --with-ck-launch
    Or even try to launch it manually with:
    $ startxfce4

  • Running any wine application instantly crashes entire X server

    I'm not really sure how to debug this issue. Suddenly, without performing any pacman update or other major changes, running any wine application (even winecfg) crashes X.
    Looking at strace, it appears to be a GPU related issue, and temporarily removing lib32/libXxf86vm (the last module loaded according to strace) fixes the issue. However it breaks the 3d application I want to use under Wine.
    On the other hand, glxgears for example works perfectly.
    Here is my xorg.log:
    [ 38478.299]
    X.Org X Server 1.13.1
    Release Date: 2012-12-13
    [ 38478.299] X Protocol Version 11, Revision 0
    [ 38478.299] Build Operating System: Linux 3.7.0-1-ARCH x86_64
    [ 38478.299] Current Operating System: Linux weeaboo.com 3.6.11-1-ARCH #1 SMP PREEMPT Tue Dec 18 08:57:15 CET 2012 x86_64
    [ 38478.299] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/disk/by-uuid/7d2cd77e-8554-449e-a221-c72ec7c072d6 init=/usr/lib/systemd/systemd lvmwait=/dev/md127 ro panic=20
    [ 38478.299] Build Date: 16 December 2012 04:45:14PM
    [ 38478.299]
    [ 38478.299] Current version of pixman: 0.28.2
    [ 38478.299] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 38478.299] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 38478.299] (==) Log file: "/var/log/Xorg.8.log", Time: Sun Jan 6 17:23:50 2013
    [ 38478.299] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 38478.299] (==) No Layout section. Using the first Screen section.
    [ 38478.299] (**) |-->Screen "VNC Screen" (0)
    [ 38478.299] (**) | |-->Monitor "VNC Monitor"
    [ 38478.299] (==) No device specified for screen "VNC Screen".
    Using the first device section listed.
    [ 38478.299] (**) | |-->Device "Intel Graphics"
    [ 38478.299] (==) Automatically adding devices
    [ 38478.299] (==) Automatically enabling devices
    [ 38478.299] (==) Automatically adding GPU devices
    [ 38478.299] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 38478.299] Entry deleted from font path.
    [ 38478.299] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 38478.299] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 38478.299] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 38478.299] (II) Loader magic: 0x7fcc40
    [ 38478.299] (II) Module ABI versions:
    [ 38478.299] X.Org ANSI C Emulation: 0.4
    [ 38478.299] X.Org Video Driver: 13.1
    [ 38478.299] X.Org XInput driver : 18.0
    [ 38478.300] X.Org Server Extension : 7.0
    [ 38478.300] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 38478.301] (--) PCI:*(0:0:2:0) 8086:0122:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xe0000000/268435456, I/O @ 0x0000ff00/64
    [ 38478.301] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 38478.301] Initializing built-in extension Generic Event Extension
    [ 38478.301] Initializing built-in extension SHAPE
    [ 38478.301] Initializing built-in extension MIT-SHM
    [ 38478.301] Initializing built-in extension XInputExtension
    [ 38478.301] Initializing built-in extension XTEST
    [ 38478.302] Initializing built-in extension BIG-REQUESTS
    [ 38478.302] Initializing built-in extension SYNC
    [ 38478.302] Initializing built-in extension XKEYBOARD
    [ 38478.302] Initializing built-in extension XC-MISC
    [ 38478.302] Initializing built-in extension SECURITY
    [ 38478.302] Initializing built-in extension XINERAMA
    [ 38478.302] Initializing built-in extension XFIXES
    [ 38478.302] Initializing built-in extension RENDER
    [ 38478.302] Initializing built-in extension RANDR
    [ 38478.302] Initializing built-in extension COMPOSITE
    [ 38478.302] Initializing built-in extension DAMAGE
    [ 38478.302] Initializing built-in extension MIT-SCREEN-SAVER
    [ 38478.302] Initializing built-in extension DOUBLE-BUFFER
    [ 38478.302] Initializing built-in extension RECORD
    [ 38478.302] Initializing built-in extension DPMS
    [ 38478.302] Initializing built-in extension X-Resource
    [ 38478.302] Initializing built-in extension XVideo
    [ 38478.302] Initializing built-in extension XVideo-MotionCompensation
    [ 38478.302] Initializing built-in extension XFree86-VidModeExtension
    [ 38478.302] Initializing built-in extension XFree86-DGA
    [ 38478.302] Initializing built-in extension XFree86-DRI
    [ 38478.302] Initializing built-in extension DRI2
    [ 38478.302] (II) LoadModule: "glx"
    [ 38478.303] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 38478.303] (II) Module glx: vendor="X.Org Foundation"
    [ 38478.303] compiled for 1.13.1, module version = 1.0.0
    [ 38478.303] ABI class: X.Org Server Extension, version 7.0
    [ 38478.303] (==) AIGLX enabled
    [ 38478.303] Loading extension GLX
    [ 38478.303] (II) LoadModule: "intel"
    [ 38478.303] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 38478.304] (II) Module intel: vendor="X.Org Foundation"
    [ 38478.304] compiled for 1.13.1, module version = 2.20.17
    [ 38478.304] Module class: X.Org Video Driver
    [ 38478.304] ABI class: X.Org Video Driver, version 13.1
    [ 38478.304] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 38478.305] (--) using VT number 3
    [ 38478.308] (**) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 38478.308] (==) intel(0): RGB weight 888
    [ 38478.308] (==) intel(0): Default visual is TrueColor
    [ 38478.308] (**) intel(0): Option "AccelMethod" "uxa"
    [ 38478.308] (**) intel(0): Option "DRI" "false"
    [ 38478.308] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Desktop (GT2+)
    [ 38478.308] (**) intel(0): Relaxed fencing enabled
    [ 38478.308] (**) intel(0): Wait on SwapBuffers? enabled
    [ 38478.308] (**) intel(0): Triple buffering? enabled
    [ 38478.308] (**) intel(0): Framebuffer tiled
    [ 38478.308] (**) intel(0): Pixmaps tiled
    [ 38478.308] (**) intel(0): 3D buffers tiled
    [ 38478.308] (**) intel(0): SwapBuffers wait enabled
    [ 38478.308] (==) intel(0): video overlay key set to 0x101fe
    [ 38478.319] (II) intel(0): Output VGA1 using monitor section VNC Monitor
    [ 38478.320] (II) intel(0): Output HDMI1 has no monitor section
    [ 38478.366] (II) intel(0): Output DP1 has no monitor section
    [ 38478.379] (II) intel(0): Output HDMI2 has no monitor section
    [ 38478.392] (II) intel(0): Output HDMI3 has no monitor section
    [ 38478.436] (II) intel(0): Output DP2 has no monitor section
    [ 38478.479] (II) intel(0): Output DP3 has no monitor section
    [ 38478.493] (II) intel(0): EDID for output VGA1
    [ 38478.494] (II) intel(0): EDID for output HDMI1
    [ 38478.539] (II) intel(0): EDID for output DP1
    [ 38478.552] (II) intel(0): EDID for output HDMI2
    [ 38478.566] (II) intel(0): EDID for output HDMI3
    [ 38478.609] (II) intel(0): EDID for output DP2
    [ 38478.654] (II) intel(0): EDID for output DP3
    [ 38478.654] (II) intel(0): Output VGA1 disconnected
    [ 38478.654] (II) intel(0): Output HDMI1 disconnected
    [ 38478.654] (II) intel(0): Output DP1 disconnected
    [ 38478.654] (II) intel(0): Output HDMI2 disconnected
    [ 38478.654] (II) intel(0): Output HDMI3 disconnected
    [ 38478.654] (II) intel(0): Output DP2 disconnected
    [ 38478.654] (II) intel(0): Output DP3 disconnected
    [ 38478.654] (WW) intel(0): No outputs definitely connected, trying again...
    [ 38478.654] (II) intel(0): Output VGA1 disconnected
    [ 38478.654] (II) intel(0): Output HDMI1 disconnected
    [ 38478.654] (II) intel(0): Output DP1 disconnected
    [ 38478.654] (II) intel(0): Output HDMI2 disconnected
    [ 38478.654] (II) intel(0): Output HDMI3 disconnected
    [ 38478.654] (II) intel(0): Output DP2 disconnected
    [ 38478.654] (II) intel(0): Output DP3 disconnected
    [ 38478.654] (WW) intel(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [ 38478.654] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 38478.654] (II) intel(0): Kernel page flipping support detected, enabling
    [ 38478.654] (==) intel(0): DPI set to (96, 96)
    [ 38478.654] (II) Loading sub module "fb"
    [ 38478.654] (II) LoadModule: "fb"
    [ 38478.654] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 38478.655] (II) Module fb: vendor="X.Org Foundation"
    [ 38478.655] compiled for 1.13.1, module version = 1.0.0
    [ 38478.655] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 38478.655] (==) Depth 24 pixmap format is 32 bpp
    [ 38478.655] (II) intel(0): Allocated new frame buffer 1728x980 stride 7168, tiled
    [ 38478.656] (II) UXA(0): Driver registered support for the following operations:
    [ 38478.656] (II) solid
    [ 38478.656] (II) copy
    [ 38478.656] (II) composite (RENDER acceleration)
    [ 38478.656] (II) put_image
    [ 38478.656] (II) get_image
    [ 38478.656] (==) intel(0): Backing store disabled
    [ 38478.656] (==) intel(0): Silken mouse enabled
    [ 38478.656] (II) intel(0): Initializing HW Cursor
    [ 38478.656] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 38478.657] (==) intel(0): DPMS enabled
    [ 38478.657] (==) intel(0): Intel XvMC decoder enabled
    [ 38478.657] (II) intel(0): Set up textured video
    [ 38478.657] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 38478.657] (II) intel(0): direct rendering: Disabled
    [ 38478.657] (WW) intel(0): Option "Shadow" is not used
    [ 38478.657] (==) intel(0): hotplug detection: "enabled"
    [ 38478.657] (--) RandR disabled
    [ 38478.663] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 38478.663] (II) AIGLX: Screen 0 is not DRI capable
    [ 38478.675] (II) AIGLX: Loaded and initialized swrast
    [ 38478.675] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 38478.788] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 38478.788] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 38478.788] (II) LoadModule: "evdev"
    [ 38478.788] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 38478.791] (II) Module evdev: vendor="X.Org Foundation"
    [ 38478.791] compiled for 1.13.0, module version = 2.7.3
    [ 38478.791] Module class: X.Org XInput Driver
    [ 38478.791] ABI class: X.Org XInput driver, version 18.0
    [ 38478.791] (II) Using input driver 'evdev' for 'Power Button'
    [ 38478.791] (**) Power Button: always reports core events
    [ 38478.791] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 38478.791] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 38478.791] (--) evdev: Power Button: Found keys
    [ 38478.791] (II) evdev: Power Button: Configuring as keyboard
    [ 38478.791] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 38478.791] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 38478.791] (**) Option "xkb_rules" "evdev"
    [ 38478.791] (**) Option "xkb_model" "evdev"
    [ 38478.791] (**) Option "xkb_layout" "us"
    [ 38478.815] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 38478.815] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 38478.815] (II) Using input driver 'evdev' for 'Power Button'
    [ 38478.816] (**) Power Button: always reports core events
    [ 38478.816] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 38478.816] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 38478.816] (--) evdev: Power Button: Found keys
    [ 38478.816] (II) evdev: Power Button: Configuring as keyboard
    [ 38478.816] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 38478.816] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 38478.816] (**) Option "xkb_rules" "evdev"
    [ 38478.816] (**) Option "xkb_model" "evdev"
    [ 38478.816] (**) Option "xkb_layout" "us"
    [ 38478.816] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 38478.816] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
    [ 38478.816] (II) No input driver specified, ignoring this device.
    [ 38478.816] (II) This device may have been added with another device file.
    [ 38478.817] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event11)
    [ 38478.817] (II) No input driver specified, ignoring this device.
    [ 38478.817] (II) This device may have been added with another device file.
    [ 38478.817] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event12)
    [ 38478.817] (II) No input driver specified, ignoring this device.
    [ 38478.817] (II) This device may have been added with another device file.
    [ 38478.817] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event3)
    [ 38478.817] (II) No input driver specified, ignoring this device.
    [ 38478.817] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event4)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event8)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38478.818] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 38478.818] (II) No input driver specified, ignoring this device.
    [ 38478.818] (II) This device may have been added with another device file.
    [ 38498.236] (EE)
    [ 38498.236] (EE) Backtrace:
    [ 38498.236] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x58a426]
    [ 38498.236] (EE) 1: /usr/bin/X (0x400000+0x18e279) [0x58e279]
    [ 38498.236] (EE) 2: /usr/lib/libpthread.so.0 (0x7f5c62188000+0xf1e0) [0x7f5c621971e0]
    [ 38498.236] (EE) 3: /usr/bin/X (xf86GetGammaRampSize+0x43) [0x480283]
    [ 38498.236] (EE) 4: /usr/bin/X (0x400000+0x8a3aa) [0x48a3aa]
    [ 38498.236] (EE) 5: /usr/bin/X (0x400000+0x37e61) [0x437e61]
    [ 38498.236] (EE) 6: /usr/bin/X (0x400000+0x2696a) [0x42696a]
    [ 38498.236] (EE) 7: /usr/lib/libc.so.6 (__libc_start_main+0xf5) [0x7f5c60e0ca15]
    [ 38498.236] (EE) 8: /usr/bin/X (0x400000+0x26cad) [0x426cad]
    [ 38498.236] (EE)
    [ 38498.236] (EE) Segmentation fault at address 0x51
    [ 38498.236]
    Fatal server error:
    [ 38498.236] Caught signal 11 (Segmentation fault). Server aborting
    [ 38498.237]
    [ 38498.237] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 38498.237] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 38498.237] (EE)
    [ 38498.268] (II) evdev: Power Button: Close
    [ 38498.268] (II) UnloadModule: "evdev"
    [ 38498.289] (II) evdev: Power Button: Close
    [ 38498.289] (II) UnloadModule: "evdev"
    [ 38498.293] Server terminated with error (1). Closing log file.
    and here is the end of the strace of winecfg:
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1\0j\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"\215\5\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1\0k\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"\24\0\6\0K\1\0\0\\\1\0\0\6\0\0\0\0\0\0\0\377\377\377\377", 24}, {NULL, 0}, {"", 0}], 3) = 24
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1 l\0\20\0\0\0\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0) = 96
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 11
    fstat64(11, {st_mode=S_IFREG|0644, st_size=203991, ...}) = 0
    mmap2(NULL, 203991, PROT_READ, MAP_PRIVATE, 11, 0) = 0x7e3b2000
    close(11) = 0
    open("/usr/lib32/libXxf86vm.so.1", O_RDONLY|O_CLOEXEC) = 11
    read(11, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\v\0\0004\0\0\0"..., 512) = 512
    fstat64(11, {st_mode=S_IFREG|0755, st_size=17900, ...}) = 0
    mmap2(NULL, 20704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7e0cb000
    mmap2(0x7e0cf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x3) = 0x7e0cf000
    close(11) = 0
    mprotect(0x7e0cf000, 4096, PROT_READ) = 0
    munmap(0x7e3b2000, 203991) = 0
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"b\0\10\0\30\0\0\0", 8}, {"XFree86-VidModeExtension", 24}, {"", 0}], 3) = 32
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1\0m\0\0\0\0\0\1\227\0\240\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"\227\0\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN}])
    recv(10, "\1\0n\0\0\0\0\0\2\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0) = 32
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    recv(10, 0x7c9d7630, 4096, 0) = -1 EAGAIN (Resource temporarily unavailable)
    poll([{fd=10, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=10, revents=POLLOUT}])
    writev(10, [{"\227\16\2\0\2\0\2\0\227\23\2\0\0\0\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
    poll([{fd=10, events=POLLIN}], 1, -1) = 1 ([{fd=10, revents=POLLIN|POLLHUP}])
    --- SIGHUP {si_signo=SIGHUP, si_code=SI_USER, si_pid=10399, si_uid=0} ---
    +++ killed by SIGHUP +++
    Last edited by Darkimmortal (2013-01-06 19:49:50)

    DSpider wrote:
    Darkimmortal wrote:Have confirmed it's not filesystem corruption - fsck'd all partitions and reinstalled wine and all X related packages
    Move/rename or delete "~/.wine" and see if it helps.
    Still doesn't work
    I should add that wine works correctly under the same X environment (well, same configs but not same Xorg.conf) running through 'vncserver' - it's just the GPU-accelerated environment started via 'startx' that I'm having trouble with
    Last edited by Darkimmortal (2013-01-07 16:14:01)

  • [SOLVED] I can't get X to run correctly after new install

    Hi all,
    Over the last few days I have been trying to get Arch Linux installed on an old computer that I have. The only major hurdle that I have had so far has been getting wireless to work (no wired connection available here). I got that sorted out yesterday though with a bit of research
    I haven't been so lucky getting X to run though. Following the Beginners' Guide, I have gotten up to the part where I have to configure and test X. This is what I have done so far:
    Basically I have tried to use Xorg -configure to auto-create an Xorg.conf, which seemed to work (as in, the file got created and looked okay).
    I then set up hotplugging with HAL, setting up everything as it says in the Beginner's guide.
    When I ran the Xorg test with X -config /etc/X11/xorg.conf, I got a black screen with no mouse or anything.
    I rechecked xorg.conf to make sure the driver was correct (it's set to "radeon" which seems to be right). I also checked the horizontal and  vertical refresh are set correctly - which they were (autodetected correctly by Xorg -configure).
    I then had a look through the Xorg page on the wiki, but nothing much there seemed to help.
    I then decided to not use hotplugging with HAL, so I removed it from starting at startup and set up my xorg.conf to have the autoadddevices as false.
    After that, I am having the exact same problem when I run the Xorg test (X -config /etc/X11/xorg.conf).
    I really have no clues as to what to do now, does anyone have any tips for an Arch Linux n00b?
    My graphics are provided onboard by an ATI RS480 (Radeon Xpress 200G Series). I am using the "radeon" driver, provided by the xf86-video-ati package. My screen is an LG FLATRON L246WH.
    My relevant config files are:
    xorg.conf xorg.conf
    ~/xinitrc doesn't exist for me.
    /var/log/Xorg.0.log.old isn't able to be uploaded by wgetpaste for some reason... Using the verbose switch indicates that it's saving to /dev/null. I'll keep trying to work out how to get this file uploaded somewhere... it's quite long - 881 lines.
    Last edited by NovaAesa (2009-08-09 04:16:51)

    Did you miss the step to copy the skeleton .xinitrc to your home directory? Please do this. Then try starting X as a normal user, not root.
    You can also try starting the Xserver without any xorg.conf file as jdiez has done. That works for many people.
    To lessen your copy and paste problems, and to help you sort out the logfile, try the following two commands as a normal user in your home directory:
    grep "(EE)" /var/log/Xorg.0.log > xorg_faults
    grep "(WW)" /var/log/Xorg.0.log >> xorg_faults
    This will locate the log lines displaying errors (EE) and then warnings (WW) and write them to the file ~/xorg_faults. Errors will be listed first. This file should be much smaller than the original Xorg.0.log.
    For hot-plugging and HAL, make sure you have dbus installed.
    pacman -Q dbus
    If it's not there, you should install it with pacman.  HAL is supposed to start dbus, but I'm a belt and suspenders person, so I list dbus then hal in my /etc/rc.conf daemons.
    The wiki also has an article on Xorg that may be of help to you.
    Last edited by thisoldman (2009-08-09 03:35:31)

  • Problem with the file /proc/sys/kernel/hotplug which is incorrect

    Hello,
    Since few days, I can't import photos from my camera with my user (that work in root), I open a thread in this forum (http://bbs.archlinux.org/viewtopic.php?pid=348659).
    After investigations, the problem come from the content of the file /proc/sys/kernel/hotplug which is just :
    -e
    When I run the start_udev script, the content of /proc/sys/kernel/hotplug change and importing photos with my user work again.
    I isolate the only important line for my problem :
    echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug
    When I run this line after a boot, the import file from camera work.
    I think that the content of the file is bas setted while the udev starting or replaced by another event which occurs later !
    I use the x86 version up-to-date with kdemod.
    Someone have an idea of why the content of /proc/sys/kernel/hotplug (it must contain an executable for kernel call on hotplugging) is bad ?
    Last edited by tuxom (2008-03-30 13:31:14)

    I think I've found the problem, see my comment in http://bugs.archlinux.org/task/9935. Thanks for the information about /proc/sys/kernel/hotplug!

  • Can't run secondary X server, no screens found

    I have been without using separate X server for a while, now I need them and it seems that something changed with Xorg 1.16
    I used to run them with
    xinit 'appname' -- : 1 vt$XDG_VTNR
    Now there was a permission error (only console users could run X server), I fixed it with allowed_users = anybody on /etc/X11/Xwrapper.config
    But now I got no screens found error, xorg.conf is fine (because my DE works fine)
    This is the error displayed:
    X.Org X Server 1.16.1
    Release Date: 2014-09-21
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.16.1-1-ARCH x86_64
    Current Operating System: Linux julio-linux 3.16.4-1-ARCH #1 SMP PREEMPT Mon Oct 6 03:47:04 UTC 2014 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-314-x86_64 root=UUID=18d2c6d8-796c-4f1c-8eb7-490b99cbc906 rw resume=/dev/disk/by-uuid/3ceb11da-6421-4f7a-bfe3-7ca568eb194c
    Build Date: 21 September 2014 10:53:13AM
    Current version of pixman: 0.32.6
    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.10.log", Time: Mon Oct 13 20:16:54 2014
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    (EE)
    Fatal server error:
    (EE) no screens found(EE)
    (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    (EE) Please also check the log file at "/var/log/Xorg.10.log" for additional information.
    (EE)
    (EE) Server terminated with error (1). Closing log file.
    This is /var/log/Xorg.10.log file:
    [ 709.054]
    X.Org X Server 1.16.1
    Release Date: 2014-09-21
    [ 709.054] X Protocol Version 11, Revision 0
    [ 709.054] Build Operating System: Linux 3.16.1-1-ARCH x86_64
    [ 709.054] Current Operating System: Linux julio-linux 3.16.4-1-ARCH #1 SM
    P PREEMPT Mon Oct 6 03:47:04 UTC 2014 x86_64
    [ 709.054] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-314-x86_64 root=UUID=
    18d2c6d8-796c-4f1c-8eb7-490b99cbc906 rw resume=/dev/disk/by-uuid/3ceb11da-6421-4
    f7a-bfe3-7ca568eb194c
    [ 709.054] Build Date: 21 September 2014 10:53:13AM
    [ 709.054]
    [ 709.054] Current version of pixman: 0.32.6
    [ 709.054] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 709.054] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 709.054] (==) Log file: "/var/log/Xorg.10.log", Time: Mon Oct 13 20:16:54 20
    14
    [ 709.055] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 709.055] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 709.055] (==) ServerLayout "Layout0"
    [ 709.055] (**) |-->Screen "Screen0" (0)
    [ 709.055] (**) | |-->Monitor "Monitor0"
    [ 709.055] (**) | |-->Device "Device0"
    [ 709.055] (**) |-->Input Device "Keyboard0"
    [ 709.055] (**) |-->Input Device "Mouse0"
    [ 709.055] (==) Automatically adding devices
    [ 709.055] (==) Automatically enabling devices
    [ 709.055] (==) Automatically adding GPU devices
    [ 709.055] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 709.055] Entry deleted from font path.
    [ 709.055] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 709.055] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 709.055] Entry deleted from font path.
    [ 709.055] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 709.055] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 709.055] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 709.055] (**) Extension "Composite" is enabled
    [ 709.055] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 709.055] (WW) Disabling Keyboard0
    [ 709.055] (WW) Disabling Mouse0
    [ 709.055] (II) Loader magic: 0x818d80
    [ 709.055] (II) Module ABI versions:
    [ 709.055] X.Org ANSI C Emulation: 0.4
    [ 709.055] X.Org Video Driver: 18.0
    [ 709.055] X.Org XInput driver : 21.0
    [ 709.055] X.Org Server Extension : 8.0
    [ 709.058] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 709.058] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 709.059] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 1
    [ 709.059] (EE) Error systemd-logind returned paused fd for drm node
    [ 709.059] (II) systemd-logind: releasing fd for 226:0
    [ 709.060] (--) PCI:*(0:1:0:0) 10de:0de0:1458:3518 rev 161, Mem @ 0xf9000000/16777216, 0xd0000000/268435456, 0xee000000/3355
    4432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/524288
    [ 709.060] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 709.061] (II) LoadModule: "glx"
    [ 709.061] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 709.073] (II) Module glx: vendor="NVIDIA Corporation"
    [ 709.074] compiled for 4.0.2, module version = 1.0.0
    [ 709.074] Module class: X.Org Server Extension
    [ 709.074] (II) NVIDIA GLX Module 343.22 Thu Sep 11 15:55:13 PDT 2014
    [ 709.074] (II) LoadModule: "nvidia"
    [ 709.074] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 709.074] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 709.074] compiled for 4.0.2, module version = 1.0.0
    [ 709.074] Module class: X.Org Video Driver
    [ 709.074] (II) NVIDIA dlloader X Driver 343.22 Thu Sep 11 15:34:47 PDT 2014
    [ 709.074] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 709.074] (--) using VT number 3
    [ 709.152] (II) Loading sub module "fb"
    [ 709.152] (II) LoadModule: "fb"
    [ 709.152] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 709.152] (II) Module fb: vendor="X.Org Foundation"
    [ 709.152] compiled for 1.16.1, module version = 1.0.0
    [ 709.152] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 709.152] (II) Loading sub module "wfb"
    [ 709.152] (II) LoadModule: "wfb"
    [ 709.152] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 709.152] (II) Module wfb: vendor="X.Org Foundation"
    [ 709.152] compiled for 1.16.1, module version = 1.0.0
    [ 709.152] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 709.152] (II) Loading sub module "ramdac"
    [ 709.152] (II) LoadModule: "ramdac"
    [ 709.152] (II) Module "ramdac" already built-in
    [ 709.153] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 709.153] (==) NVIDIA(0): RGB weight 888
    [ 709.153] (==) NVIDIA(0): Default visual is TrueColor
    [ 709.153] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 709.153] (**) NVIDIA(0): Option "NoLogo" "1"
    [ 709.153] (**) NVIDIA(0): Enabling 2D acceleration
    [ 709.205] (II) NVIDIA(0): Display (Acer AL1716A (CRT-1)) does not support NVIDIA 3D
    [ 709.205] (II) NVIDIA(0): Vision stereo.
    [ 709.205] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 709.206] (II) NVIDIA(0): NVIDIA GPU GeForce GT 440 (GF108) at PCI:1:0:0 (GPU-0)
    [ 709.206] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 709.206] (--) NVIDIA(0): VideoBIOS: 70.08.4d.00.00
    [ 709.206] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 709.207] (EE) NVIDIA(GPU-0): EVO Push buffer channel allocation failed
    [ 709.209] (EE) NVIDIA(GPU-0): Failed to allocate EVO core DMA push buffer
    [ 709.209] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 709.209] (II) UnloadModule: "nvidia"
    [ 709.209] (II) UnloadSubModule: "wfb"
    [ 709.209] (II) UnloadSubModule: "fb"
    [ 709.209] (EE) Screen(s) found, but none have a usable configuration.
    [ 709.209] (EE)
    Fatal server error:
    [ 709.209] (EE) no screens found(EE)
    [ 709.209] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 709.209] (EE) Please also check the log file at "/var/log/Xorg.10.log" for additional information.
    [ 709.209] (EE)
    [ 709.331] (EE) Server terminated with error (1). Closing log file.
    xorg.conf file:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 343.22 (buildmeister@swio-display-x86-rhel47-05) Thu Sep 11 16:49:51 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    I'm not sure about what's wrong here. My desktop loads fine and its xorg.log doesn't have those Nvidia errors.
    Last edited by The Loko (2014-10-14 14:34:04)

    I have noticed that after running xinit foo --: 1 vt$XDG_VTNR I can't use tty anymore, they won't open.
    Some black dots appear on screen too, and I can see some dashes blinking around screen. Now while typing this post I can see one dash blinking on this text box.
    Rebooting fixes this.

  • Redhat 6.3 on Hyper-V, "SRAT: Hotplug area too small" at boot

    Hello Guys,
    After installing Linux Redhat 6.3 on Hyper I receive this message at boot of the Linux virtual machine:
    SRAT: Hotplug area too small
    Can anyone help understand this message and how to resolve.
    Thank you in advance.
    Regards
    Raymond TODO

    Hi Michael,
    Thank you for your answer. Just in case you need them, please find below the information you requested in your previous post.
    What version of Hyper-V are you running? (2008, 2008 R2, 2012, 2012 R2):
    Answer: Core Windows 2008 R2 Hyper V
    How much memory is configured in the VM?:
    Answer: 16Gb
    And how many vCPUs?
    Answer: 4
    How did you install RHEL 6.3? From the installation ISO? Or by copying a VHD that already had RHEL 6.3 in it?:
    Answer:  From ISO
    If from the RHEL 6.3 ISO, then the Linux Integration Services (LIS) are not already installed. If from a cloned VHD, then the LIS might already be installed. So what I'm really wanting to know is if the LIS is installed.
    Answer: Yes, I installed the LIS v3.4 after the RHEL 6.3 installation
    Thank you again for your assistance.
    Regards
    Raymond TODO

  • Xen 4.0.2-rc1-pre hotplug scripts issue [solved]

    I've been working on getting a xen dom0 running on arch linux. I've got to the point where I can start xen domu's and everything on them works.
    The issue I'm having is if I stop one in any way, I cannot restart a domu or start a new one. It fails with the error message "Error: Device 0 (vif) could not be connected. Hotplug scripts not working." After it fails the only way I've found to get it going again is to restart the dom0.
    Configs
    # cat /var/xen/images/base.cfg
    name = "base" ## Must be unique
    memory = "512"
    vif = ['mac=00:16:3E:00:00:1B']
    dhcp='dhcp'
    disk = ['file:/var/xen/images/base.img,xvda,w', 'file:/var/xen/images/base.swap,xvdb,w']
    root = "/dev/xvda ro"
    kernel = "/boot/vmlinuz26"
    ramdisk = "/boot/kernel26.img"
    extra = "console=hvc0 xencons=tty"
    on_poweroff = "destroy"
    on_reboot = "restart"
    on_crash = "restart"
    # cat /etc/xen/xend-config.sxp
    (xend-relocation-server yes)
    (xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$')
    (network-script network-bridge)
    (vif-script vif-bridge)
    (dom0-min-mem 196)
    (enable-dom0-ballooning yes)
    (total_available_memory 0)
    (dom0-cpus 0)
    (vncpasswd '')
    (device-create-timeout 10)
    #(device-destroy-timeout 100)
    Note: I did remove the comments from the xend-config.sxp, with the exception of the one I think may be relevant.
    DomU's running..
    # brctl show
    bridge name bridge id STP enabled interfaces
    eth0 8000.90fba6ed73a3 no peth0
    vif1.0
    vif2.0
    # ifconfig -a
    eth0 Link encap:Ethernet HWaddr 90:FB:A6:ED:73:A3
    inet addr:192.168.1.22 Bcast:0.0.0.0 Mask:255.255.255.0
    inet6 addr: fe80::92fb:a6ff:feed:73a3/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:29553 errors:0 dropped:0 overruns:0 frame:0
    TX packets:17680 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:17261454 (16.4 Mb) TX bytes:1850137 (1.7 Mb)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:336 errors:0 dropped:0 overruns:0 frame:0
    TX packets:336 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:22150 (21.6 Kb) TX bytes:22150 (21.6 Kb)
    peth0 Link encap:Ethernet HWaddr 90:FB:A6:ED:73:A3
    inet6 addr: fe80::92fb:a6ff:feed:73a3/64 Scope:Link
    UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
    RX packets:52681 errors:0 dropped:0 overruns:0 frame:0
    TX packets:14479 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:14769659 (14.0 Mb) TX bytes:1582041 (1.5 Mb)
    Interrupt:253 Base address:0xa000
    vif1.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
    RX packets:12539 errors:0 dropped:0 overruns:0 frame:0
    TX packets:15445 errors:0 dropped:1 overruns:0 carrier:0
    collisions:0 txqueuelen:32
    RX bytes:14388862 (13.7 Mb) TX bytes:1400508 (1.3 Mb)
    vif2.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
    RX packets:4383 errors:0 dropped:0 overruns:0 frame:0
    TX packets:11116 errors:0 dropped:1 overruns:0 carrier:0
    collisions:0 txqueuelen:32
    RX bytes:244246 (238.5 Kb) TX bytes:1111875 (1.0 Mb)
    Stop and try to restart..
    # xm list
    Name ID Mem VCPUs State Time(s)
    Domain-0 0 512 4 r----- 908.2
    base 1 512 1 -b---- 78.0
    samba 2 512 1 -b---- 134.6
    # xm destroy base
    # xm create /var/xen/images/base.cfg
    Using config file "/var/xen/images/base.cfg".
    Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
    And then the brctl show and ifconfig -a info..
    # brctl show
    bridge name bridge id STP enabled interfaces
    eth0 8000.90fba6ed73a3 no peth0
    vif1.0
    vif2.0
    # ifconfig -a
    eth0 Link encap:Ethernet HWaddr 90:FB:A6:ED:73:A3
    inet addr:192.168.1.22 Bcast:0.0.0.0 Mask:255.255.255.0
    inet6 addr: fe80::92fb:a6ff:feed:73a3/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:30912 errors:0 dropped:0 overruns:0 frame:0
    TX packets:18901 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:17341760 (16.5 Mb) TX bytes:2167255 (2.0 Mb)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:336 errors:0 dropped:0 overruns:0 frame:0
    TX packets:336 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:22150 (21.6 Kb) TX bytes:22150 (21.6 Kb)
    peth0 Link encap:Ethernet HWaddr 90:FB:A6:ED:73:A3
    inet6 addr: fe80::92fb:a6ff:feed:73a3/64 Scope:Link
    UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
    RX packets:54233 errors:0 dropped:0 overruns:0 frame:0
    TX packets:15726 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:14938163 (14.2 Mb) TX bytes:1900851 (1.8 Mb)
    Interrupt:253 Base address:0xa000
    vif1.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
    RX packets:12558 errors:0 dropped:0 overruns:0 frame:0
    TX packets:15525 errors:0 dropped:1 overruns:0 carrier:0
    collisions:0 txqueuelen:32
    RX bytes:14389906 (13.7 Mb) TX bytes:1408638 (1.3 Mb)
    vif2.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
    RX packets:4423 errors:0 dropped:0 overruns:0 frame:0
    TX packets:11212 errors:0 dropped:1 overruns:0 carrier:0
    collisions:0 txqueuelen:32
    RX bytes:246422 (240.6 Kb) TX bytes:1121101 (1.0 Mb)
    I'll gladly post any other configs or logs if needed. Any suggestions to get this fixed?
    Thanks,
    Matt
    edit: Solved, see 3rd post..
    Last edited by mdcollins05 (2011-02-18 03:46:58)

    I "fixed" it. Apparently the newer udev versions (>151) don't work properly with xen.
    Solution: Downgrade to udev-151.
    In my case, I downloaded http://schlunix.org/archlinux/core/os/x … pkg.tar.gz and ran: pacman -U /path/to/udev-151-3-x86_64.pkg.tar.gz
    I then restarted and my errors went away.
    Hopefully this helps someone!

  • Lots and lots of hotplug output

    i recently tried copying my arch install from one partition to another partition.  i just used cp...i think it works so far, everything seems to work as before.
    but i got a new problem that's annoying.  hotplug during boot would display a whole lot of useless info, which it never did before.  what's most disturbing is that this affects BOTH partitions old and new.  so i have no clue why or how copying partitions would do this.
    anywho, the output is reproducable my restarting the daemon.  this is the output:
    [1;34m:: [1;37mStarting Hotplug Daemon[1;0m [71G   [1;34m[[0;36mBUSY[1;34m][1;0m ACTION=add
    BASH=/bin/sh
    BASH_VERSINFO=([0]="3" [1]="00" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
    BASH_VERSION='3.00.0(1)-release'
    CLASSPATH=:/opt/j2re/lib:/opt/j2sdk/lib
    COLORTERM=
    COLUMNS=80
    DEFAULT_IFS='    
    DESCRIPTION='USB Logitech USB Receiver'
    DEVFS=/proc/bus/usb
    DEVICE=
    DEVPATH=bus/usb/devices/1-1
    DIRSTACK=()
    DISPLAY=:0.0
    DRIVERS=
    EUID=0
    FILENAME=/etc/hotplug/usb/libsane.usermap
    FOUND=false
    FUNCNAME=([0]="usb_map_modules" [1]="load_drivers" [2]="main")
    GNOMEDIR=/opt/gnome
    GROUPS=()
    GS_LIB=/home/hypermegachi/.fonts
    GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/hypermegachi/.gtkrc-2.0:/home/hypermegachi/.kde/share/config/gtkrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/hypermegachi/.gtkrc:/home/hypermegachi/.kde/share/config/gtkrc
    HOME=/root
    HOSTNAME=arch
    HOSTTYPE=i686
    HOTPLUG_DIR=/etc/hotplug
    HUSHLOGIN=FALSE
    HZ=100
    IFS='    
    INPUTRC=/etc/inputrc
    INTERFACE=
    J2REDIR=/opt/j2re
    J2SDKDIR=/opt/j2sdk
    JAVA_HOME=/opt/j2sdk
    KDEDIR=/opt/kde
    KDE_FULL_SESSION=true
    KDE_MULTIHEAD=false
    KERNEL=2.6.7-optimized
    KONSOLE_DCOP='DCOPRef(konsole-1988,konsole)'
    KONSOLE_DCOP_SESSION='DCOPRef(konsole-1988,session-1)'
    LABEL='USB Logitech USB Receiver'
    LESS=-R
    LESSCHARSET=latin1
    LIBGLADE_MODULE_PATH=:/opt/gnome/lib/libglade/2.0
    LINES=24
    LISTER=
    LOADED=
    LOGGER=/usr/bin/logger
    LOGNAME=hypermegachi
    MACHTYPE=i686-pc-linux-gnu
    MAIL=/var/spool/mail/hypermegachi
    MANPATH=/usr/man:/usr/X11R6/man:/opt/gnome/man:/opt/j2re/man:/opt/j2sdk/man:/opt/kde/man:/opt/qt/man
    MAP=/etc/hotplug/usb/libsane.usermap
    MAP_CURRENT=/lib/modules/2.6.7-optimized/modules.usbmap
    MAP_DISTMAP=/etc/hotplug/usb.distmap
    MAP_HANDMAP=/etc/hotplug/usb.handmap
    MAP_USERMAP=/etc/hotplug/usb.usermap
    MODPROBE=:
    MODULE_DIR=/lib/modules/2.6.7-optimized
    MOZ_PLUGIN_PATH=/opt/mozilla-plugins
    OLDPWD=/sys/bus/usb/devices
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/bin:/sbin:/usr/sbin:/usr/bin
    PIPESTATUS=([0]="0")
    PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig
    POSIXLY_CORRECT=y
    PPID=2329
    PRODUCT=046d/c505/1700
    PS4='+ '
    PWD=/etc/hotplug
    QTDIR=/opt/qt
    REMOVER=/var/run/usb/%sys%devices%pci0000:00%0000:00:02.2%usb1%1-1
    SESSION_MANAGER=local/arch:/tmp/.ICE-unix/1939
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments:posix
    SHLVL=9
    SYSFS=/sys
    TERM=xterm
    TYPE=usb
    UID=0
    USB_MATCH_DEV_CLASS=16
    USB_MATCH_DEV_HI=8
    USB_MATCH_DEV_LO=4
    USB_MATCH_DEV_PROTOCOL=64
    USB_MATCH_DEV_SUBCLASS=32
    USB_MATCH_INT_CLASS=128
    USB_MATCH_INT_PROTOCOL=512
    USB_MATCH_INT_SUBCLASS=256
    USB_MATCH_PRODUCT=2
    USB_MATCH_VENDOR=1
    USER=hypermegachi
    WINDOWID=33554437
    XAUTHORITY=/home/hypermegachi/.Xauthority
    XCURSOR_SIZE=
    XCURSOR_THEME=default
    _=line
    bDeviceClass=0
    bDeviceProtocol=0
    bDeviceSubClass=0
    bInterfaceClass=0
    bInterfaceProtocol=0
    bInterfaceSubClass=0
    bcdDevice_hi=0
    bcdDevice_lo=0
    idProduct=16407
    idVendor=4682
    line=
    match_flags=3
    module=
    usb_bDeviceClass=0
    usb_bDeviceProtocol=0
    usb_bDeviceSubClass=0
    usb_bInterfaceClass=1000
    usb_bInterfaceProtocol=1000
    usb_bInterfaceSubClass=1000
    usb_bcdDevice=5888
    usb_idProduct=50437
    usb_idVendor=1133
    ACTION=add
    BASH=/bin/sh
    BASH_VERSINFO=([0]="3" [1]="00" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
    BASH_VERSION='3.00.0(1)-release'
    CLASSPATH=:/opt/j2re/lib:/opt/j2sdk/lib
    COLORTERM=
    COLUMNS=80
    DEFAULT_IFS='    
    DESCRIPTION='USB Logitech USB Receiver'
    DEVFS=/proc/bus/usb
    DEVICE=
    DEVPATH=bus/usb/devices/1-1
    DIRSTACK=()
    DISPLAY=:0.0
    DRIVERS=' '
    EUID=0
    FILENAME=/etc/hotplug/usb/libsane.usermap
    FOUND=false
    FUNCNAME=([0]="usb_map_modules" [1]="load_drivers" [2]="main")
    GNOMEDIR=/opt/gnome
    GROUPS=()
    GS_LIB=/home/hypermegachi/.fonts
    GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/hypermegachi/.gtkrc-2.0:/home/hypermegachi/.kde/share/config/gtkrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/hypermegachi/.gtkrc:/home/hypermegachi/.kde/share/config/gtkrc
    HOME=/root
    HOSTNAME=arch
    HOSTTYPE=i686
    HOTPLUG_DIR=/etc/hotplug
    HUSHLOGIN=FALSE
    HZ=100
    IFS='    
    INPUTRC=/etc/inputrc
    INTERFACE=
    J2REDIR=/opt/j2re
    J2SDKDIR=/opt/j2sdk
    JAVA_HOME=/opt/j2sdk
    KDEDIR=/opt/kde
    KDE_FULL_SESSION=true
    KDE_MULTIHEAD=false
    KERNEL=2.6.7-optimized
    KONSOLE_DCOP='DCOPRef(konsole-1988,konsole)'
    KONSOLE_DCOP_SESSION='DCOPRef(konsole-1988,session-1)'
    LABEL='USB Logitech USB Receiver'
    LESS=-R
    LESSCHARSET=latin1
    LIBGLADE_MODULE_PATH=:/opt/gnome/lib/libglade/2.0
    LINES=24
    LISTER=
    LOADED=
    LOGGER=/usr/bin/logger
    LOGNAME=hypermegachi
    MACHTYPE=i686-pc-linux-gnu
    MAIL=/var/spool/mail/hypermegachi
    MANPATH=/usr/man:/usr/X11R6/man:/opt/gnome/man:/opt/j2re/man:/opt/j2sdk/man:/opt/kde/man:/opt/qt/man
    MAP=/etc/hotplug/usb/libsane.usermap
    MAP_CURRENT=/lib/modules/2.6.7-optimized/modules.usbmap
    MAP_DISTMAP=/etc/hotplug/usb.distmap
    MAP_HANDMAP=/etc/hotplug/usb.handmap
    MAP_USERMAP=/etc/hotplug/usb.usermap
    MODPROBE=:
    MODULE_DIR=/lib/modules/2.6.7-optimized
    MOZ_PLUGIN_PATH=/opt/mozilla-plugins
    OLDPWD=/sys/bus/usb/devices
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/bin:/sbin:/usr/sbin:/usr/bin
    PIPESTATUS=([0]="0")
    PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig
    POSIXLY_CORRECT=y
    PPID=2329
    PRODUCT=046d/c505/1700
    PS4='+ '
    PWD=/etc/hotplug
    QTDIR=/opt/qt
    REMOVER=/var/run/usb/%sys%devices%pci0000:00%0000:00:02.2%usb1%1-1
    SESSION_MANAGER=local/arch:/tmp/.ICE-unix/1939
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments:posix
    SHLVL=9
    SYSFS=/sys
    TERM=xterm
    TYPE=usb
    UID=0
    USB_MATCH_DEV_CLASS=16
    USB_MATCH_DEV_HI=8
    USB_MATCH_DEV_LO=4
    USB_MATCH_DEV_PROTOCOL=64
    USB_MATCH_DEV_SUBCLASS=32
    USB_MATCH_INT_CLASS=128
    USB_MATCH_INT_PROTOCOL=512
    USB_MATCH_INT_SUBCLASS=256
    USB_MATCH_PRODUCT=2
    USB_MATCH_VENDOR=1
    USER=hypermegachi
    WINDOWID=33554437
    XAUTHORITY=/home/hypermegachi/.Xauthority
    XCURSOR_SIZE=
    XCURSOR_THEME=default
    _=line
    bDeviceClass=0
    bDeviceProtocol=0
    bDeviceSubClass=0
    bInterfaceClass=0
    bInterfaceProtocol=0
    bInterfaceSubClass=0
    bcdDevice_hi=0
    bcdDevice_lo=0
    idProduct=17920
    idVendor=2690
    line=
    match_flags=3
    module=libusbscanner
    usb_bDeviceClass=0
    usb_bDeviceProtocol=0
    usb_bDeviceSubClass=0
    usb_bInterfaceClass=1000
    usb_bInterfaceProtocol=1000
    usb_bInterfaceSubClass=1000
    usb_bcdDevice=5888
    usb_idProduct=50437
    usb_idVendor=1133
    ACTION=add
    BASH=/bin/sh
    BASH_VERSINFO=([0]="3" [1]="00" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
    BASH_VERSION='3.00.0(1)-release'
    CLASSPATH=:/opt/j2re/lib:/opt/j2sdk/lib
    COLORTERM=
    COLUMNS=80
    DEFAULT_IFS='    
    DESCRIPTION='USB Logitech USB Receiver'
    DEVFS=/proc/bus/usb
    DEVICE=
    DEVPATH=bus/usb/devices/1-1
    DIRSTACK=()
    DISPLAY=:0.0
    DRIVERS='0x00  '
    EUID=0
    FILENAME=/etc/hotplug/usb/libsane.usermap
    FOUND=false
    FUNCNAME=([0]="usb_map_modules" [1]="load_drivers" [2]="main")
    GNOMEDIR=/opt/gnome
    GROUPS=()
    GS_LIB=/home/hypermegachi/.fonts
    GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/hypermegachi/.gtkrc-2.0:/home/hypermegachi/.kde/share/config/gtkrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/hypermegachi/.gtkrc:/home/hypermegachi/.kde/share/config/gtkrc
    HOME=/root
    HOSTNAME=arch
    HOSTTYPE=i686
    HOTPLUG_DIR=/etc/hotplug
    HUSHLOGIN=FALSE
    HZ=100
    IFS='    
    INPUTRC=/etc/inputrc
    INTERFACE=
    J2REDIR=/opt/j2re
    J2SDKDIR=/opt/j2sdk
    JAVA_HOME=/opt/j2sdk
    KDEDIR=/opt/kde
    KDE_FULL_SESSION=true
    KDE_MULTIHEAD=false
    KERNEL=2.6.7-optimized
    KONSOLE_DCOP='DCOPRef(konsole-1988,konsole)'
    KONSOLE_DCOP_SESSION='DCOPRef(konsole-1988,session-1)'
    LABEL='USB Logitech USB Receiver'
    LESS=-R
    LESSCHARSET=latin1
    LIBGLADE_MODULE_PATH=:/opt/gnome/lib/libglade/2.0
    LINES=24
    LISTER=
    LOADED=
    LOGGER=/usr/bin/logger
    LOGNAME=hypermegachi
    MACHTYPE=i686-pc-linux-gnu
    MAIL=/var/spool/mail/hypermegachi
    MANPATH=/usr/man:/usr/X11R6/man:/opt/gnome/man:/opt/j2re/man:/opt/j2sdk/man:/opt/kde/man:/opt/qt/man
    MAP=/etc/hotplug/usb/libsane.usermap
    MAP_CURRENT=/lib/modules/2.6.7-optimized/modules.usbmap
    MAP_DISTMAP=/etc/hotplug/usb.distmap
    MAP_HANDMAP=/etc/hotplug/usb.handmap
    MAP_USERMAP=/etc/hotplug/usb.usermap
    MODPROBE=:
    MODULE_DIR=/lib/modules/2.6.7-optimized
    MOZ_PLUGIN_PATH=/opt/mozilla-plugins
    OLDPWD=/sys/bus/usb/devices
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/bin:/sbin:/usr/sbin:/usr/bin
    PIPESTATUS=([0]="0")
    PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig
    POSIXLY_CORRECT=y
    PPID=2329
    PRODUCT=046d/c505/1700
    PS4='+ '
    PWD=/etc/hotplug
    QTDIR=/opt/qt
    REMOVER=/var/run/usb/%sys%devices%pci0000:00%0000:00:02.2%usb1%1-1
    SESSION_MANAGER=local/arch:/tmp/.ICE-unix/1939
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments:posix
    SHLVL=9
    SYSFS=/sys
    TERM=xterm
    TYPE=usb
    UID=0
    USB_MATCH_DEV_CLASS=16
    USB_MATCH_DEV_HI=8
    USB_MATCH_DEV_LO=4
    USB_MATCH_DEV_PROTOCOL=64
    USB_MATCH_DEV_SUBCLASS=32
    USB_MATCH_INT_CLASS=128
    USB_MATCH_INT_PROTOCOL=512
    USB_MATCH_INT_SUBCLASS=256
    USB_MATCH_PRODUCT=2
    USB_MATCH_VENDOR=1
    USER=hypermegachi
    WINDOWID=33554437
    XAUTHORITY=/home/hypermegachi/.Xauthority
    XCURSOR_SIZE=
    XCURSOR_THEME=default
    _=line
    bDeviceClass=0
    bDeviceProtocol=0
    bDeviceSubClass=0
    bInterfaceClass=0
    bInterfaceProtocol=0
    bInterfaceSubClass=0
    bcdDevice_hi=0
    bcdDevice_lo=0
    idProduct=0
    idVendor=0
    line=
    match_flags=0
    module=0x00
    usb_bDeviceClass=0
    usb_bDeviceProtocol=0
    usb_bDeviceSubClass=0
    usb_bInterfaceClass=1000
    usb_bInterfaceProtocol=1000
    usb_bInterfaceSubClass=1000
    usb_bcdDevice=5888
    usb_idProduct=50437
    usb_idVendor=1133
    ACTION=add
    BASH=/bin/sh
    BASH_VERSINFO=([0]="3" [1]="00" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
    BASH_VERSION='3.00.0(1)-release'
    CLASSPATH=:/opt/j2re/lib:/opt/j2sdk/lib
    COLORTERM=
    COLUMNS=80
    DEFAULT_IFS='    
    DESCRIPTION='USB Logitech USB Receiver'
    DEVFS=/proc/bus/usb
    DEVICE=
    DEVPATH=bus/usb/devices/1-2
    DIRSTACK=()
    DISPLAY=:0.0
    DRIVERS=
    EUID=0
    FILENAME=/etc/hotplug/usb/libsane.usermap
    FOUND=false
    FUNCNAME=([0]="usb_map_modules" [1]="load_drivers" [2]="main")
    GNOMEDIR=/opt/gnome
    GROUPS=()
    GS_LIB=/home/hypermegachi/.fonts
    GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/hypermegachi/.gtkrc-2.0:/home/hypermegachi/.kde/share/config/gtkrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/hypermegachi/.gtkrc:/home/hypermegachi/.kde/share/config/gtkrc
    HOME=/root
    HOSTNAME=arch
    HOSTTYPE=i686
    HOTPLUG_DIR=/etc/hotplug
    HUSHLOGIN=FALSE
    HZ=100
    IFS='    
    INPUTRC=/etc/inputrc
    INTERFACE=
    J2REDIR=/opt/j2re
    J2SDKDIR=/opt/j2sdk
    JAVA_HOME=/opt/j2sdk
    KDEDIR=/opt/kde
    KDE_FULL_SESSION=true
    KDE_MULTIHEAD=false
    KERNEL=2.6.7-optimized
    KONSOLE_DCOP='DCOPRef(konsole-1988,konsole)'
    KONSOLE_DCOP_SESSION='DCOPRef(konsole-1988,session-1)'
    LABEL='USB Logitech USB Receiver'
    LESS=-R
    LESSCHARSET=latin1
    LIBGLADE_MODULE_PATH=:/opt/gnome/lib/libglade/2.0
    LINES=24
    LISTER=
    LOADED=
    LOGGER=/usr/bin/logger
    LOGNAME=hypermegachi
    MACHTYPE=i686-pc-linux-gnu
    MAIL=/var/spool/mail/hypermegachi
    MANPATH=/usr/man:/usr/X11R6/man:/opt/gnome/man:/opt/j2re/man:/opt/j2sdk/man:/opt/kde/man:/opt/qt/man
    MAP=/etc/hotplug/usb/libsane.usermap
    MAP_CURRENT=/lib/modules/2.6.7-optimized/modules.usbmap
    MAP_DISTMAP=/etc/hotplug/usb.distmap
    MAP_HANDMAP=/etc/hotplug/usb.handmap
    MAP_USERMAP=/etc/hotplug/usb.usermap
    MODPROBE=:
    MODULE_DIR=/lib/modules/2.6.7-optimized
    MOZ_PLUGIN_PATH=/opt/mozilla-plugins
    OLDPWD=/sys/bus/usb/devices
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/bin:/sbin:/usr/sbin:/usr/bin
    PIPESTATUS=([0]="0")
    PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig
    POSIXLY_CORRECT=y
    PPID=2329
    PRODUCT=046d/c501/0910
    PS4='+ '
    PWD=/etc/hotplug
    QTDIR=/opt/qt
    REMOVER=/var/run/usb/%sys%devices%pci0000:00%0000:00:02.2%usb1%1-2
    SESSION_MANAGER=local/arch:/tmp/.ICE-unix/1939
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments:posix
    SHLVL=9
    SYSFS=/sys
    TERM=xterm
    TYPE=usb
    UID=0
    USB_MATCH_DEV_CLASS=16
    USB_MATCH_DEV_HI=8
    USB_MATCH_DEV_LO=4
    USB_MATCH_DEV_PROTOCOL=64
    USB_MATCH_DEV_SUBCLASS=32
    USB_MATCH_INT_CLASS=128
    USB_MATCH_INT_PROTOCOL=512
    USB_MATCH_INT_SUBCLASS=256
    USB_MATCH_PRODUCT=2
    USB_MATCH_VENDOR=1
    USER=hypermegachi
    WINDOWID=33554437
    XAUTHORITY=/home/hypermegachi/.Xauthority
    XCURSOR_SIZE=
    XCURSOR_THEME=default
    _=line
    bDeviceClass=0
    bDeviceProtocol=0
    bDeviceSubClass=0
    bInterfaceClass=0
    bInterfaceProtocol=0
    bInterfaceSubClass=0
    bcdDevice_hi=0
    bcdDevice_lo=0
    idProduct=16407
    idVendor=4682
    line=
    match_flags=3
    module=
    usb_bDeviceClass=0
    usb_bDeviceProtocol=0
    usb_bDeviceSubClass=0
    usb_bInterfaceClass=1000
    usb_bInterfaceProtocol=1000
    usb_bInterfaceSubClass=1000
    usb_bcdDevice=2320
    usb_idProduct=50433
    usb_idVendor=1133
    ACTION=add
    BASH=/bin/sh
    BASH_VERSINFO=([0]="3" [1]="00" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
    BASH_VERSION='3.00.0(1)-release'
    CLASSPATH=:/opt/j2re/lib:/opt/j2sdk/lib
    COLORTERM=
    COLUMNS=80
    DEFAULT_IFS='    
    DESCRIPTION='USB Logitech USB Receiver'
    DEVFS=/proc/bus/usb
    DEVICE=
    DEVPATH=bus/usb/devices/1-2
    DIRSTACK=()
    DISPLAY=:0.0
    DRIVERS=' '
    EUID=0
    FILENAME=/etc/hotplug/usb/libsane.usermap
    FOUND=false
    FUNCNAME=([0]="usb_map_modules" [1]="load_drivers" [2]="main")
    GNOMEDIR=/opt/gnome
    GROUPS=()
    GS_LIB=/home/hypermegachi/.fonts
    GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/hypermegachi/.gtkrc-2.0:/home/hypermegachi/.kde/share/config/gtkrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/hypermegachi/.gtkrc:/home/hypermegachi/.kde/share/config/gtkrc
    HOME=/root
    HOSTNAME=arch
    HOSTTYPE=i686
    HOTPLUG_DIR=/etc/hotplug
    HUSHLOGIN=FALSE
    HZ=100
    IFS='    
    INPUTRC=/etc/inputrc
    INTERFACE=
    J2REDIR=/opt/j2re
    J2SDKDIR=/opt/j2sdk
    JAVA_HOME=/opt/j2sdk
    KDEDIR=/opt/kde
    KDE_FULL_SESSION=true
    KDE_MULTIHEAD=false
    KERNEL=2.6.7-optimized
    KONSOLE_DCOP='DCOPRef(konsole-1988,konsole)'
    KONSOLE_DCOP_SESSION='DCOPRef(konsole-1988,session-1)'
    LABEL='USB Logitech USB Receiver'
    LESS=-R
    LESSCHARSET=latin1
    LIBGLADE_MODULE_PATH=:/opt/gnome/lib/libglade/2.0
    LINES=24
    LISTER=
    LOADED=
    LOGGER=/usr/bin/logger
    LOGNAME=hypermegachi
    MACHTYPE=i686-pc-linux-gnu
    MAIL=/var/spool/mail/hypermegachi
    MANPATH=/usr/man:/usr/X11R6/man:/opt/gnome/man:/opt/j2re/man:/opt/j2sdk/man:/opt/kde/man:/opt/qt/man
    MAP=/etc/hotplug/usb/libsane.usermap
    MAP_CURRENT=/lib/modules/2.6.7-optimized/modules.usbmap
    MAP_DISTMAP=/etc/hotplug/usb.distmap
    MAP_HANDMAP=/etc/hotplug/usb.handmap
    MAP_USERMAP=/etc/hotplug/usb.usermap
    MODPROBE=:
    MODULE_DIR=/lib/modules/2.6.7-optimized
    MOZ_PLUGIN_PATH=/opt/mozilla-plugins
    OLDPWD=/sys/bus/usb/devices
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/bin:/sbin:/usr/sbin:/usr/bin
    PIPESTATUS=([0]="0")
    PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig
    POSIXLY_CORRECT=y
    PPID=2329
    PRODUCT=046d/c501/0910
    PS4='+ '
    PWD=/etc/hotplug
    QTDIR=/opt/qt
    REMOVER=/var/run/usb/%sys%devices%pci0000:00%0000:00:02.2%usb1%1-2
    SESSION_MANAGER=local/arch:/tmp/.ICE-unix/1939
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments:posix
    SHLVL=9
    SYSFS=/sys
    TERM=xterm
    TYPE=usb
    UID=0
    USB_MATCH_DEV_CLASS=16
    USB_MATCH_DEV_HI=8
    USB_MATCH_DEV_LO=4
    USB_MATCH_DEV_PROTOCOL=64
    USB_MATCH_DEV_SUBCLASS=32
    USB_MATCH_INT_CLASS=128
    USB_MATCH_INT_PROTOCOL=512
    USB_MATCH_INT_SUBCLASS=256
    USB_MATCH_PRODUCT=2
    USB_MATCH_VENDOR=1
    USER=hypermegachi
    WINDOWID=33554437
    XAUTHORITY=/home/hypermegachi/.Xauthority
    XCURSOR_SIZE=
    XCURSOR_THEME=default
    _=line
    bDeviceClass=0
    bDeviceProtocol=0
    bDeviceSubClass=0
    bInterfaceClass=0
    bInterfaceProtocol=0
    bInterfaceSubClass=0
    bcdDevice_hi=0
    bcdDevice_lo=0
    idProduct=17920
    idVendor=2690
    line=
    match_flags=3
    module=libusbscanner
    usb_bDeviceClass=0
    usb_bDeviceProtocol=0
    usb_bDeviceSubClass=0
    usb_bInterfaceClass=1000
    usb_bInterfaceProtocol=1000
    usb_bInterfaceSubClass=1000
    usb_bcdDevice=2320
    usb_idProduct=50433
    usb_idVendor=1133
    ACTION=add
    BASH=/bin/sh
    BASH_VERSINFO=([0]="3" [1]="00" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
    BASH_VERSION='3.00.0(1)-release'
    CLASSPATH=:/opt/j2re/lib:/opt/j2sdk/lib
    COLORTERM=
    COLUMNS=80
    DEFAULT_IFS='    
    DESCRIPTION='USB Logitech USB Receiver'
    DEVFS=/proc/bus/usb
    DEVICE=
    DEVPATH=bus/usb/devices/1-2
    DIRSTACK=()
    DISPLAY=:0.0
    DRIVERS='0x00  '
    EUID=0
    FILENAME=/etc/hotplug/usb/libsane.usermap
    FOUND=false
    FUNCNAME=([0]="usb_map_modules" [1]="load_drivers" [2]="main")
    GNOMEDIR=/opt/gnome
    GROUPS=()
    GS_LIB=/home/hypermegachi/.fonts
    GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/hypermegachi/.gtkrc-2.0:/home/hypermegachi/.kde/share/config/gtkrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/hypermegachi/.gtkrc:/home/hypermegachi/.kde/share/config/gtkrc
    HOME=/root
    HOSTNAME=arch
    HOSTTYPE=i686
    HOTPLUG_DIR=/etc/hotplug
    HUSHLOGIN=FALSE
    HZ=100
    IFS='    
    INPUTRC=/etc/inputrc
    INTERFACE=
    J2REDIR=/opt/j2re
    J2SDKDIR=/opt/j2sdk
    JAVA_HOME=/opt/j2sdk
    KDEDIR=/opt/kde
    KDE_FULL_SESSION=true
    KDE_MULTIHEAD=false
    KERNEL=2.6.7-optimized
    KONSOLE_DCOP='DCOPRef(konsole-1988,konsole)'
    KONSOLE_DCOP_SESSION='DCOPRef(konsole-1988,session-1)'
    LABEL='USB Logitech USB Receiver'
    LESS=-R
    LESSCHARSET=latin1
    LIBGLADE_MODULE_PATH=:/opt/gnome/lib/libglade/2.0
    LINES=24
    LISTER=
    LOADED=
    LOGGER=/usr/bin/logger
    LOGNAME=hypermegachi
    MACHTYPE=i686-pc-linux-gnu
    MAIL=/var/spool/mail/hypermegachi
    MANPATH=/usr/man:/usr/X11R6/man:/opt/gnome/man:/opt/j2re/man:/opt/j2sdk/man:/opt/kde/man:/opt/qt/man
    MAP=/etc/hotplug/usb/libsane.usermap
    MAP_CURRENT=/lib/modules/2.6.7-optimized/modules.usbmap
    MAP_DISTMAP=/etc/hotplug/usb.distmap
    MAP_HANDMAP=/etc/hotplug/usb.handmap
    MAP_USERMAP=/etc/hotplug/usb.usermap
    MODPROBE=:
    MODULE_DIR=/lib/modules/2.6.7-optimized
    MOZ_PLUGIN_PATH=/opt/mozilla-plugins
    OLDPWD=/sys/bus/usb/devices
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/bin:/sbin:/usr/sbin:/usr/bin
    PIPESTATUS=([0]="0")
    PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig
    POSIXLY_CORRECT=y
    PPID=2329
    PRODUCT=046d/c501/0910
    PS4='+ '
    PWD=/etc/hotplug
    QTDIR=/opt/qt
    REMOVER=/var/run/usb/%sys%devices%pci0000:00%0000:00:02.2%usb1%1-2
    SESSION_MANAGER=local/arch:/tmp/.ICE-unix/1939
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments:posix
    SHLVL=9
    SYSFS=/sys
    TERM=xterm
    TYPE=usb
    UID=0
    USB_MATCH_DEV_CLASS=16
    USB_MATCH_DEV_HI=8
    USB_MATCH_DEV_LO=4
    USB_MATCH_DEV_PROTOCOL=64
    USB_MATCH_DEV_SUBCLASS=32
    USB_MATCH_INT_CLASS=128
    USB_MATCH_INT_PROTOCOL=512
    USB_MATCH_INT_SUBCLASS=256
    USB_MATCH_PRODUCT=2
    USB_MATCH_VENDOR=1
    USER=hypermegachi
    WINDOWID=33554437
    XAUTHORITY=/home/hypermegachi/.Xauthority
    XCURSOR_SIZE=
    XCURSOR_THEME=default
    _=line
    bDeviceClass=0
    bDeviceProtocol=0
    bDeviceSubClass=0
    bInterfaceClass=0
    bInterfaceProtocol=0
    bInterfaceSubClass=0
    bcdDevice_hi=0
    bcdDevice_lo=0
    idProduct=0
    idVendor=0
    line=
    match_flags=0
    module=0x00
    usb_bDeviceClass=0
    usb_bDeviceProtocol=0
    usb_bDeviceSubClass=0
    usb_bInterfaceClass=1000
    usb_bInterfaceProtocol=1000
    usb_bInterfaceSubClass=1000
    usb_bcdDevice=2320
    usb_idProduct=50433
    usb_idVendor=1133
    ACTION=add
    BASH=/bin/sh
    BASH_VERSINFO=([0]="3" [1]="00" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
    BASH_VERSION='3.00.0(1)-release'
    CLASSPATH=:/opt/j2re/lib:/opt/j2sdk/lib
    COLORTERM=
    COLUMNS=80
    DEFAULT_IFS='    
    DESCRIPTION='USB Generic  USB Storage Device'
    DEVFS=/proc/bus/usb
    DEVICE=
    DEVPATH=bus/usb/devices/2-2
    DIRSTACK=()
    DISPLAY=:0.0
    DRIVERS=
    EUID=0
    FILENAME=/etc/hotplug/usb/libsane.usermap
    FOUND=false
    FUNCNAME=([0]="usb_map_modules" [1]="load_drivers" [2]="main")
    GNOMEDIR=/opt/gnome
    GROUPS=()
    GS_LIB=/home/hypermegachi/.fonts
    GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/hypermegachi/.gtkrc-2.0:/home/hypermegachi/.kde/share/config/gtkrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/hypermegachi/.gtkrc:/home/hypermegachi/.kde/share/config/gtkrc
    HOME=/root
    HOSTNAME=arch
    HOSTTYPE=i686
    HOTPLUG_DIR=/etc/hotplug
    HUSHLOGIN=FALSE
    HZ=100
    IFS='    
    INPUTRC=/etc/inputrc
    INTERFACE=
    J2REDIR=/opt/j2re
    J2SDKDIR=/opt/j2sdk
    JAVA_HOME=/opt/j2sdk
    KDEDIR=/opt/kde
    KDE_FULL_SESSION=true
    KDE_MULTIHEAD=false
    KERNEL=2.6.7-optimized
    KONSOLE_DCOP='DCOPRef(konsole-1988,konsole)'
    KONSOLE_DCOP_SESSION='DCOPRef(konsole-1988,session-1)'
    LABEL='USB Generic  USB Storage Device'
    LESS=-R
    LESSCHARSET=latin1
    LIBGLADE_MODULE_PATH=:/opt/gnome/lib/libglade/2.0
    LINES=24
    LISTER=
    LOADED=
    LOGGER=/usr/bin/logger
    LOGNAME=hypermegachi
    MACHTYPE=i686-pc-linux-gnu
    MAIL=/var/spool/mail/hypermegachi
    MANPATH=/usr/man:/usr/X11R6/man:/opt/gnome/man:/opt/j2re/man:/opt/j2sdk/man:/opt/kde/man:/opt/qt/man
    MAP=/etc/hotplug/usb/libsane.usermap
    MAP_CURRENT=/lib/modules/2.6.7-optimized/modules.usbmap
    MAP_DISTMAP=/etc/hotplug/usb.distmap
    MAP_HANDMAP=/etc/hotplug/usb.handmap
    MAP_USERMAP=/etc/hotplug/usb.usermap
    MODPROBE=:
    MODULE_DIR=/lib/modules/2.6.7-optimized
    MOZ_PLUGIN_PATH=/opt/mozilla-plugins
    OLDPWD=/sys/bus/usb/devices
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/bin:/sbin:/usr/sbin:/usr/bin
    PIPESTATUS=([0]="0")
    PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig
    POSIXLY_CORRECT=y
    PPID=2329
    PRODUCT=1019/0c55/0100
    PS4='+ '
    PWD=/etc/hotplug
    QTDIR=/opt/qt
    REMOVER=/var/run/usb/%sys%devices%pci0000:00%0000:00:02.3%usb2%2-2
    SESSION_MANAGER=local/arch:/tmp/.ICE-unix/1939
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments:posix
    SHLVL=9
    SYSFS=/sys
    TERM=xterm
    TYPE=usb
    UID=0
    USB_MATCH_DEV_CLASS=16
    USB_MATCH_DEV_HI=8
    USB_MATCH_DEV_LO=4
    USB_MATCH_DEV_PROTOCOL=64
    USB_MATCH_DEV_SUBCLASS=32
    USB_MATCH_INT_CLASS=128
    USB_MATCH_INT_PROTOCOL=512
    USB_MATCH_INT_SUBCLASS=256
    USB_MATCH_PRODUCT=2
    USB_MATCH_VENDOR=1
    USER=hypermegachi
    WINDOWID=33554437
    XAUTHORITY=/home/hypermegachi/.Xauthority
    XCURSOR_SIZE=
    XCURSOR_THEME=default
    _=line
    bDeviceClass=0
    bDeviceProtocol=0
    bDeviceSubClass=0
    bInterfaceClass=0
    bInterfaceProtocol=0
    bInterfaceSubClass=0
    bcdDevice_hi=0
    bcdDevice_lo=0
    idProduct=16407
    idVendor=4682
    line=
    match_flags=3
    module=
    usb_bDeviceClass=0
    usb_bDeviceProtocol=0
    usb_bDeviceSubClass=0
    usb_bInterfaceClass=1000
    usb_bInterfaceProtocol=1000
    usb_bInterfaceSubClass=1000
    usb_bcdDevice=256
    usb_idProduct=3157
    usb_idVendor=4121
    ACTION=add
    BASH=/bin/sh
    BASH_VERSINFO=([0]="3" [1]="00" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
    BASH_VERSION='3.00.0(1)-release'
    CLASSPATH=:/opt/j2re/lib:/opt/j2sdk/lib
    COLORTERM=
    COLUMNS=80
    DEFAULT_IFS='    
    DESCRIPTION='USB Generic  USB Storage Device'
    DEVFS=/proc/bus/usb
    DEVICE=
    DEVPATH=bus/usb/devices/2-2
    DIRSTACK=()
    DISPLAY=:0.0
    DRIVERS=' '
    EUID=0
    FILENAME=/etc/hotplug/usb/libsane.usermap
    FOUND=false
    FUNCNAME=([0]="usb_map_modules" [1]="load_drivers" [2]="main")
    GNOMEDIR=/opt/gnome
    GROUPS=()
    GS_LIB=/home/hypermegachi/.fonts
    GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/hypermegachi/.gtkrc-2.0:/home/hypermegachi/.kde/share/config/gtkrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/hypermegachi/.gtkrc:/home/hypermegachi/.kde/share/config/gtkrc
    HOME=/root
    HOSTNAME=arch
    HOSTTYPE=i686
    HOTPLUG_DIR=/etc/hotplug
    HUSHLOGIN=FALSE
    HZ=100
    IFS='    
    INPUTRC=/etc/inputrc
    INTERFACE=
    J2REDIR=/opt/j2re
    J2SDKDIR=/opt/j2sdk
    JAVA_HOME=/opt/j2sdk
    KDEDIR=/opt/kde
    KDE_FULL_SESSION=true
    KDE_MULTIHEAD=false
    KERNEL=2.6.7-optimized
    KONSOLE_DCOP='DCOPRef(konsole-1988,konsole)'
    KONSOLE_DCOP_SESSION='DCOPRef(konsole-1988,session-1)'
    LABEL='USB Generic  USB Storage Device'
    LESS=-R
    LESSCHARSET=latin1
    LIBGLADE_MODULE_PATH=:/opt/gnome/lib/libglade/2.0
    LINES=24
    LISTER=
    LOADED=
    LOGGER=/usr/bin/logger
    LOGNAME=hypermegachi
    MACHTYPE=i686-pc-linux-gnu
    MAIL=/var/spool/mail/hypermegachi
    MANPATH=/usr/man:/usr/X11R6/man:/opt/gnome/man:/opt/j2re/man:/opt/j2sdk/man:/opt/kde/man:/opt/qt/man
    MAP=/etc/hotplug/usb/libsane.usermap
    MAP_CURRENT=/lib/modules/2.6.7-optimized/modules.usbmap
    MAP_DISTMAP=/etc/hotplug/usb.distmap
    MAP_HANDMAP=/etc/hotplug/usb.handmap
    MAP_USERMAP=/etc/hotplug/usb.usermap
    MODPROBE=:
    MODULE_DIR=/lib/modules/2.6.7-optimized
    MOZ_PLUGIN_PATH=/opt/mozilla-plugins
    OLDPWD=/sys/bus/usb/devices
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/bin:/sbin:/usr/sbin:/usr/bin
    PIPESTATUS=([0]="0")
    PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig
    POSIXLY_CORRECT=y
    PPID=2329
    PRODUCT=1019/0c55/0100
    PS4='+ '
    PWD=/etc/hotplug
    QTDIR=/opt/qt
    REMOVER=/var/run/usb/%sys%devices%pci0000:00%0000:00:02.3%usb2%2-2
    SESSION_MANAGER=local/arch:/tmp/.ICE-unix/1939
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments:posix
    SHLVL=9
    SYSFS=/sys
    TERM=xterm
    TYPE=usb
    UID=0
    USB_MATCH_DEV_CLASS=16
    USB_MATCH_DEV_HI=8
    USB_MATCH_DEV_LO=4
    USB_MATCH_DEV_PROTOCOL=64
    USB_MATCH_DEV_SUBCLASS=32
    USB_MATCH_INT_CLASS=128
    USB_MATCH_INT_PROTOCOL=512
    USB_MATCH_INT_SUBCLASS=256
    USB_MATCH_PRODUCT=2
    USB_MATCH_VENDOR=1
    USER=hypermegachi
    WINDOWID=33554437
    XAUTHORITY=/home/hypermegachi/.Xauthority
    XCURSOR_SIZE=
    XCURSOR_THEME=default
    _=line
    bDeviceClass=0
    bDeviceProtocol=0
    bDeviceSubClass=0
    bInterfaceClass=0
    bInterfaceProtocol=0
    bInterfaceSubClass=0
    bcdDevice_hi=0
    bcdDevice_lo=0
    idProduct=17920
    idVendor=2690
    line=
    match_flags=3
    module=libusbscanner
    usb_bDeviceClass=0
    usb_bDeviceProtocol=0
    usb_bDeviceSubClass=0
    usb_bInterfaceClass=1000
    usb_bInterfaceProtocol=1000
    usb_bInterfaceSubClass=1000
    usb_bcdDevice=256
    usb_idProduct=3157
    usb_idVendor=4121
    ACTION=add
    BASH=/bin/sh
    BASH_VERSINFO=([0]="3" [1]="00" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
    BASH_VERSION='3.00.0(1)-release'
    CLASSPATH=:/opt/j2re/lib:/opt/j2sdk/lib
    COLORTERM=
    COLUMNS=80
    DEFAULT_IFS='    
    DESCRIPTION='USB Generic  USB Storage Device'
    DEVFS=/proc/bus/usb
    DEVICE=
    DEVPATH=bus/usb/devices/2-2
    DIRSTACK=()
    DISPLAY=:0.0
    DRIVERS='0x00  '
    EUID=0
    FILENAME=/etc/hotplug/usb/libsane.usermap
    FOUND=false
    FUNCNAME=([0]="usb_map_modules" [1]="load_drivers" [2]="main")
    GNOMEDIR=/opt/gnome
    GROUPS=()
    GS_LIB=/home/hypermegachi/.fonts
    GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/hypermegachi/.gtkrc-2.0:/home/hypermegachi/.kde/share/config/gtkrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/hypermegachi/.gtkrc:/home/hypermegachi/.kde/share/config/gtkrc
    HOME=/root
    HOSTNAME=arch
    HOSTTYPE=i686
    HOTPLUG_DIR=/etc/hotplug
    HUSHLOGIN=FALSE
    HZ=100
    IFS='    
    INPUTRC=/etc/inputrc
    INTERFACE=
    J2REDIR=/opt/j2re
    J2SDKDIR=/opt/j2sdk
    JAVA_HOME=/opt/j2sdk
    KDEDIR=/opt/kde
    KDE_FULL_SESSION=true
    KDE_MULTIHEAD=false
    KERNEL=2.6.7-optimized
    KONSOLE_DCOP='DCOPRef(konsole-1988,konsole)'
    KONSOLE_DCOP_SESSION='DCOPRef(konsole-1988,session-1)'
    LABEL='USB Generic  USB Storage Device'
    LESS=-R
    LESSCHARSET=latin1
    LIBGLADE_MODULE_PATH=:/opt/gnome/lib/libglade/2.0
    LINES=24
    LISTER=
    LOADED=
    LOGGER=/usr/bin/logger
    LOGNAME=hypermegachi
    MACHTYPE=i686-pc-linux-gnu
    MAIL=/var/spool/mail/hypermegachi
    MANPATH=/usr/man:/usr/X11R6/man:/opt/gnome/man:/opt/j2re/man:/opt/j2sdk/man:/opt/kde/man:/opt/qt/man
    MAP=/etc/hotplug/usb/libsane.usermap
    MAP_CURRENT=/lib/modules/2.6.7-optimized/modules.usbmap
    MAP_DISTMAP=/etc/hotplug/usb.distmap
    MAP_HANDMAP=/etc/hotplug/usb.handmap
    MAP_USERMAP=/etc/hotplug/usb.usermap
    MODPROBE=:
    MODULE_DIR=/lib/modules/2.6.7-optimized
    MOZ_PLUGIN_PATH=/opt/mozilla-plugins
    OLDPWD=/sys/bus/usb/devices
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/bin:/sbin:/usr/sbin:/usr/bin
    PIPESTATUS=([0]="0")
    PKG_CONFIG_PATH=:/opt/gnome/lib/pkgconfig
    POSIXLY_CORRECT=y
    PPID=2329
    PRODUCT=1019/0c55/0100
    PS4='+ '
    PWD=/etc/hotplug
    QTDIR=/opt/qt
    REMOVER=/var/run/usb/%sys%devices%pci0000:00%0000:00:02.3%usb2%2-2
    SESSION_MANAGER=local/arch:/tmp/.ICE-unix/1939
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments:posix
    SHLVL=9
    SYSFS=/sys
    TERM=xterm
    TYPE=usb
    UID=0
    USB_MATCH_DEV_CLASS=16
    USB_MATCH_DEV_HI=8
    USB_MATCH_DEV_LO=4
    USB_MATCH_DEV_PROTOCOL=64
    USB_MATCH_DEV_SUBCLASS=32
    USB_MATCH_INT_CLASS=128
    USB_MATCH_INT_PROTOCOL=512
    USB_MATCH_INT_SUBCLASS=256
    USB_MATCH_PRODUCT=2
    USB_MATCH_VENDOR=1
    USER=hypermegachi
    WINDOWID=33554437
    XAUTHORITY=/home/hypermegachi/.Xauthority
    XCURSOR_SIZE=
    XCURSOR_THEME=default
    _=line
    bDeviceClass=0
    bDeviceProtocol=0
    bDeviceSubClass=0
    bInterfaceClass=0
    bInterfaceProtocol=0
    bInterfaceSubClass=0
    bcdDevice_hi=0
    bcdDevice_lo=0
    idProduct=0
    idVendor=0
    line=
    match_flags=0
    module=0x00
    usb_bDeviceClass=0
    usb_bDeviceProtocol=0
    usb_bDeviceSubClass=0
    usb_bInterfaceClass=1000
    usb_bInterfaceProtocol=1000
    usb_bInterfaceSubClass=1000
    usb_bcdDevice=256
    usb_idProduct=3157
    usb_idVendor=4121
    [71G   [1;34m[[1;37mDONE[1;34m][1;0m
    any ideas to hide all that junk?

    reinstalling initscripts and hotplug didn't do the trick.  i have a feeling it's probably the bash 3 update.  i probably booted up to my old install, updated to bash 3, and then copied my partition over....so then both partitions displayed all that output.
    anyways, i recompiled my kernel to have practically no modules (only my ati and iptables are modules).  almost everything else is compiled in.  most importantly the usb ones, cuz i have a usb keyboard and mouse.  anywho, i can avoid all that ugly output....for now...

Maybe you are looking for