Portál AbcLinuxu, 26. května 2024 10:16


Dotaz: kliknutí se chová jako dvojklik - myš

HrabalVojta avatar 26.10.2011 19:10 HrabalVojta | skóre: 23 | blog: gentoo_pentoo | Třebíč
kliknutí se chová jako dvojklik - myš
Přečteno: 1086×
Odpovědět | Admin
Tady je xorg.conf
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0"    "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "AllowEmptyInput" "false"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load           "record"
    Load           "extmod"
    Load           "glx"
    Load           "dbe"
    Disable        "dri" 
    Disable        "dri2"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "evdev"
    Option	   "AutoRepeat" "530 0"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "evdev"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    Option         "NoLogo" "true"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection
Tady je make.conf
CFLAGS="-O2 -march=k8-sse3 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"

GENTOO_MIRRORS="http://gentoo.supp.name/ http://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.mirror.dkm.cz/pub/gentoo/ http://gentoo.mirror.web4u.cz/"
SYNC="rsync://rsync.cz.gentoo.org/gentoo-portage"
MAKEOPTS="-j2"
VIDEO_CARDS="nvidia"
ALSA_CARDS="via82xx"
INPUT_DEVICE="evdev"
LINGUAS="cs cz"
EMERGE_DEFAULT_OPTS="--autounmask=n"
ACCEPT_LICENSE="PUEL"
#LIRC_DEVICES="-accent -act200l -act220l -adaptec -all -alsa_usb -animax -asusdh -atilibusb -atiusb -audio -audio_alsa -avermedia -avermedia98 -avermedia_vdomate -awlibusb -bestbuy -bestbuy2 -breakoutbox -bte -bw6130 -caraca -chronos -commandir -cph06x -creative -creative_infracd -devinput -digimatrix -dsp -dvico -ea65 -ene0100 -exaudio -flyvideo -ftdi -gvbctv5pci -hauppauge -hauppauge_dvb -hercules_smarttv_stereo -i2cuser -igorplugusb -iguanaIR -imon -imon_24g -imon_knob -imon_lcd -imon_pad -imon_rsc -inputlirc -irdeo -irdeo_remote -irlink -irman -irreal -it87 -ite8709 -knc_one -kworld -leadtek_0007 -leadtek_0010 -leadtek_pvr2000 -livedrive_midi -livedrive_seq -logitech -macmini -mceusb -mediafocusI -mouseremote -mouseremote_ps2 -mp3anywhere -mplay -nslu2 -packard_bell -parallel -pcmak -pcmak_usb -pctv -pixelview_bt878 -pixelview_pak -pixelview_pro -provideo -realmagic -remote_wonder_plus -remotemaster -sa1100 -samsung -sasem -sb0540 -serial -serial_igor_cesko -silitek -sir -slinke -streamzap -tekram -tekram_bt829 -tira -ttusbir -tuxbox -tvbox -udp -uirt2 -uirt2_raw -usb_uirt_raw -usbirboy -usbx -userspace -wpc8769l -xboxusb"
PORTAGE_BINHOST="ftp://buildhost/gentoo"
CCACHE_SIZE="2G"
FEATURES="ccache"

USE="-embedded -debug -ipv6 -pulseaudio -qt -qt4 -qt3 -kde -fortran -minimal -oss -dso -pcmcia /
sse sse2 mmx irda lirc nvidia 3dnow 3dnowext acpi usb wifi networkmanager autoipd pic /
alsa dbus udev gudev symlink samba cups vdpau hddtemp sqlite mysql gtk gnome libnotify policykit consolekit unicode nls X avahi examples gdu gstreamer bluetooth nautilus python2 gconf /
gnome-keyring opengl openal ftp themes git subversion perl python extras fuse bluetooth archive extensions /
sound quicktime matroska audiofile exif raw xpm imagemagick tiff png svg gif jpeg jpeg2k odbe cdb cdda cddb aalib aac flac ao ffmpeg gstream x264 mp3 mp4 aac wavpack ogg vorbis lastfm prediction taglib libmpeg2 mpg123 odsmenu radio network branding v4l v4l2 vcd cdr dvd dvdr dvdnav a52 mpeg mplayer games fontconfig truetype /
rss pdf maildir icq oscar irc jabber msn sip yahoo webkit bash-completion lua tools examples virtualbox glade bzip2 cairo lock nptl pam slp ssl xv mikmod theora ncurses toolbar artworkextra vim-syntax zip id3tag libv4l libv4l2 stream"
source /var/lib/layman/make.conf
a tady je Xorg.0.log
[    47.283] 
X.Org X Server 1.10.4
Release Date: 2011-08-19
[    47.283] X Protocol Version 11, Revision 0
[    47.283] Build Operating System: Linux 2.6.39-gentoo-r3 i686 Gentoo
[    47.283] Current Operating System: Linux localhost 2.6.39-gentoo-r3 #2 SMP Mon Oct 17 14:19:13 CEST 2011 i686
[    47.283] Kernel command line: root=/dev/ram0 real_root=/dev/sda3 rootfstype=ext4 vga=0x318
[    47.283] Build Date: 24 October 2011  12:28:58PM
[    47.283]  
[    47.283] Current version of pixman: 0.22.2
[    47.283] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    47.283] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    47.283] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 25 23:51:36 2011
[    47.331] (==) Using config file: "/etc/X11/xorg.conf"
[    47.331] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    47.375] (==) ServerLayout "X.org Configured"
[    47.375] (**) |-->Screen "Screen0" (0)
[    47.375] (**) |   |-->Monitor "Monitor0"
[    47.375] (**) |   |-->Device "Card0"
[    47.375] (**) |-->Input Device "Mouse0"
[    47.375] (**) |-->Input Device "Keyboard0"
[    47.375] (==) Automatically adding devices
[    47.375] (==) Automatically enabling devices
[    47.433] (**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    47.433] (**) ModulePath set to "/usr/lib/xorg/modules"
[    47.433] (II) Loader magic: 0x81f1d00
[    47.433] (II) Module ABI versions:
[    47.433] 	X.Org ANSI C Emulation: 0.4
[    47.433] 	X.Org Video Driver: 10.0
[    47.433] 	X.Org XInput driver : 12.2
[    47.433] 	X.Org Server Extension : 5.0
[    47.434] (--) PCI:*(0:1:0:0) 10de:0322:196d:0000 rev 161, Mem @ 0xfb000000/16777216, 0xf0000000/134217728, BIOS @ 0x????????/131072
[    47.434] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    47.434] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
[    47.434] (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
[    47.434] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    47.434] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    47.434] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    47.434] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    47.434] (II) "dri" will be loaded even though the default is to disable it.
[    47.434] (II) "dri2" will be loaded even though the default is to disable it.
[    47.434] (II) LoadModule: "record"
[    47.543] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    47.556] (II) Module record: vendor="X.Org Foundation"
[    47.556] 	compiled for 1.10.4, module version = 1.13.0
[    47.556] 	Module class: X.Org Server Extension
[    47.556] 	ABI class: X.Org Server Extension, version 5.0
[    47.556] (II) Loading extension RECORD
[    47.556] (II) LoadModule: "extmod"
[    47.556] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    47.564] (II) Module extmod: vendor="X.Org Foundation"
[    47.564] 	compiled for 1.10.4, module version = 1.0.0
[    47.564] 	Module class: X.Org Server Extension
[    47.564] 	ABI class: X.Org Server Extension, version 5.0
[    47.564] (II) Loading extension MIT-SCREEN-SAVER
[    47.564] (II) Loading extension XFree86-VidModeExtension
[    47.564] (II) Loading extension XFree86-DGA
[    47.564] (II) Loading extension DPMS
[    47.564] (II) Loading extension XVideo
[    47.564] (II) Loading extension XVideo-MotionCompensation
[    47.564] (II) Loading extension X-Resource
[    47.564] (II) LoadModule: "glx"
[    47.597] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    48.000] (II) Module glx: vendor="NVIDIA Corporation"
[    48.000] 	compiled for 4.0.2, module version = 1.0.0
[    48.000] 	Module class: X.Org Server Extension
[    48.000] (II) NVIDIA GLX Module  173.14.30  Thu Apr 14 09:20:02 PDT 2011
[    48.000] (II) Loading extension GLX
[    48.000] (II) LoadModule: "dbe"
[    48.000] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    48.001] (II) Module dbe: vendor="X.Org Foundation"
[    48.001] 	compiled for 1.10.4, module version = 1.0.0
[    48.001] 	Module class: X.Org Server Extension
[    48.001] 	ABI class: X.Org Server Extension, version 5.0
[    48.001] (II) Loading extension DOUBLE-BUFFER
[    48.001] (II) LoadModule: "nvidia"
[    48.001] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    48.055] (II) Module nvidia: vendor="NVIDIA Corporation"
[    48.056] 	compiled for 4.0.2, module version = 1.0.0
[    48.056] 	Module class: X.Org Video Driver
[    48.063] (II) LoadModule: "evdev"
[    48.063] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    48.075] (II) Module evdev: vendor="X.Org Foundation"
[    48.075] 	compiled for 1.10.4, module version = 2.6.0
[    48.075] 	Module class: X.Org XInput Driver
[    48.075] 	ABI class: X.Org XInput driver, version 12.2
[    48.076] (II) NVIDIA dlloader X Driver  173.14.30  Thu Apr 14 08:56:42 PDT 2011
[    48.087] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    48.087] (++) using VT number 7

[    48.147] (II) Loading sub module "fb"
[    48.147] (II) LoadModule: "fb"
[    48.147] (II) Loading /usr/lib/xorg/modules/libfb.so
[    48.157] (II) Module fb: vendor="X.Org Foundation"
[    48.157] 	compiled for 1.10.4, module version = 1.0.0
[    48.157] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    48.157] (II) Loading sub module "wfb"
[    48.157] (II) LoadModule: "wfb"
[    48.158] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    48.167] (II) Module wfb: vendor="X.Org Foundation"
[    48.167] 	compiled for 1.10.4, module version = 1.0.0
[    48.167] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    48.167] (II) Loading sub module "ramdac"
[    48.167] (II) LoadModule: "ramdac"
[    48.167] (II) Module "ramdac" already built-in
[    48.167] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    48.167] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    48.167] (II) Loading /usr/lib/xorg/modules/libfb.so
[    48.173] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    48.173] (==) NVIDIA(0): RGB weight 888
[    48.173] (==) NVIDIA(0): Default visual is TrueColor
[    48.173] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    48.173] (**) NVIDIA(0): Option "NoLogo" "true"
[    48.174] (**) NVIDIA(0): Enabling RENDER acceleration
[    48.174] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
[    48.174] (II) NVIDIA(0):     enabled.
[    48.616] (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 (NV34) at PCI:1:0:0 (GPU-0)
[    48.616] (--) NVIDIA(0): Memory: 131072 kBytes
[    48.616] (--) NVIDIA(0): VideoBIOS: 04.34.20.69.00
[    48.616] (II) NVIDIA(0): Detected AGP rate: 8X
[    48.616] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    48.616] (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
[    48.616] (--) NVIDIA(0):     FUS C994 (CRT-0)
[    48.616] (--) NVIDIA(0): FUS C994 (CRT-0): 350.0 MHz maximum pixel clock
[    48.617] (II) NVIDIA(0): Assigned Display Device: CRT-0
[    48.617] (==) NVIDIA(0): 
[    48.617] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    48.617] (==) NVIDIA(0):     will be used as the requested mode.
[    48.617] (==) NVIDIA(0): 
[    48.617] (II) NVIDIA(0): Validated modes:
[    48.617] (II) NVIDIA(0):     "nvidia-auto-select"
[    48.617] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
[    48.618] (--) NVIDIA(0): DPI set to (90, 96); computed from "UseEdidDpi" X config
[    48.618] (--) NVIDIA(0):     option
[    48.618] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[    48.619] (--) Depth 24 pixmap format is 32 bpp
[    48.620] (II) NVIDIA(0): Initialized AGP GART.
[    48.623] (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
[    48.623] (II) NVIDIA(0):     be running or the "AcpidSocketPath" X configuration option
[    48.623] (II) NVIDIA(0):     may not be set correctly.  When the ACPI daemon is
[    48.623] (II) NVIDIA(0):     available, the NVIDIA X driver can use it to receive ACPI
[    48.623] (II) NVIDIA(0):     events.  For details, please see the "ConnectToAcpid" and
[    48.623] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    48.623] (II) NVIDIA(0):     Config Options in the README.
[    48.623] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[    48.736] (II) Loading extension NV-GLX
[    48.755] (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
[    48.775] (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
[    48.775] (==) NVIDIA(0): Backing store disabled
[    48.775] (==) NVIDIA(0): Silken mouse enabled
[    48.776] (==) NVIDIA(0): DPMS enabled
[    48.776] (II) Loading extension NV-CONTROL
[    48.777] (==) RandR enabled
[    48.777] (II) Initializing built-in extension Generic Event Extension
[    48.777] (II) Initializing built-in extension SHAPE
[    48.777] (II) Initializing built-in extension MIT-SHM
[    48.777] (II) Initializing built-in extension XInputExtension
[    48.777] (II) Initializing built-in extension XTEST
[    48.777] (II) Initializing built-in extension BIG-REQUESTS
[    48.777] (II) Initializing built-in extension SYNC
[    48.777] (II) Initializing built-in extension XKEYBOARD
[    48.777] (II) Initializing built-in extension XC-MISC
[    48.777] (II) Initializing built-in extension XINERAMA
[    48.777] (II) Initializing built-in extension XFIXES
[    48.777] (II) Initializing built-in extension RENDER
[    48.777] (II) Initializing built-in extension RANDR
[    48.777] (II) Initializing built-in extension COMPOSITE
[    48.777] (II) Initializing built-in extension DAMAGE
[    48.780] (II) Initializing extension GLX
[    49.619] (II) Using input driver 'evdev' for 'Mouse0'
[    49.619] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    49.619] (**) Option "CorePointer"
[    49.619] (**) Mouse0: always reports core events
[    49.619] (**) Mouse0: Device: "/dev/input/mice"
[    49.619] (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
[    49.621] (EE) PreInit returned 8 for "Mouse0"
[    49.621] (II) UnloadModule: "evdev"
[    49.621] (II) Unloading evdev
[    49.621] (II) Using input driver 'evdev' for 'Keyboard0'
[    49.621] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    49.621] (**) Option "CoreKeyboard"
[    49.621] (**) Keyboard0: always reports core events
[    49.621] (EE) Keyboard0: No device specified.
[    49.621] (EE) PreInit returned 2 for "Keyboard0"
[    49.621] (II) UnloadModule: "evdev"
[    49.621] (II) Unloading evdev
[    49.630] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    49.630] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    49.630] (II) Using input driver 'evdev' for 'Power Button'
[    49.630] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    49.630] (**) Power Button: always reports core events
[    49.630] (**) Power Button: Device: "/dev/input/event5"
[    49.630] (--) Power Button: Found keys
[    49.630] (II) Power Button: Configuring as keyboard
[    49.630] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[    49.630] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    49.630] (**) Option "xkb_rules" "evdev"
[    49.630] (**) Option "xkb_model" "evdev"
[    49.630] (**) Option "xkb_layout" "us"
[    49.665] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    49.665] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    49.665] (II) Using input driver 'evdev' for 'Power Button'
[    49.665] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    49.665] (**) Power Button: always reports core events
[    49.665] (**) Power Button: Device: "/dev/input/event3"
[    49.665] (--) Power Button: Found keys
[    49.665] (II) Power Button: Configuring as keyboard
[    49.665] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[    49.665] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    49.665] (**) Option "xkb_rules" "evdev"
[    49.665] (**) Option "xkb_model" "evdev"
[    49.665] (**) Option "xkb_layout" "us"
[    49.666] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[    49.666] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    49.666] (II) Using input driver 'evdev' for 'Sleep Button'
[    49.666] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    49.666] (**) Sleep Button: always reports core events
[    49.666] (**) Sleep Button: Device: "/dev/input/event4"
[    49.666] (--) Sleep Button: Found keys
[    49.666] (II) Sleep Button: Configuring as keyboard
[    49.666] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4/event4"
[    49.666] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    49.666] (**) Option "xkb_rules" "evdev"
[    49.666] (**) Option "xkb_model" "evdev"
[    49.666] (**) Option "xkb_layout" "us"
[    49.674] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event0)
[    49.674] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    49.674] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[    49.674] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    49.674] (**) Logitech USB Optical Mouse: always reports core events
[    49.674] (**) Logitech USB Optical Mouse: Device: "/dev/input/event0"
[    49.674] (--) Logitech USB Optical Mouse: Found 12 mouse buttons
[    49.674] (--) Logitech USB Optical Mouse: Found scroll wheel(s)
[    49.674] (--) Logitech USB Optical Mouse: Found relative axes
[    49.674] (--) Logitech USB Optical Mouse: Found x and y relative axes
[    49.674] (II) Logitech USB Optical Mouse: Configuring as mouse
[    49.674] (II) Logitech USB Optical Mouse: Adding scrollwheel support
[    49.674] (**) Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    49.674] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    49.674] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb4/4-1/4-1:1.0/input/input0/event0"
[    49.674] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE)
[    49.674] (II) Logitech USB Optical Mouse: initialized for relative axes.
[    49.674] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[    49.674] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[    49.674] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[    49.674] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[    49.675] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[    49.675] (II) No input driver/identifier specified (ignoring)
[    49.676] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event1)
[    49.676] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    49.676] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[    49.676] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    49.676] (**) Logitech USB Keyboard: always reports core events
[    49.676] (**) Logitech USB Keyboard: Device: "/dev/input/event1"
[    49.676] (--) Logitech USB Keyboard: Found keys
[    49.676] (II) Logitech USB Keyboard: Configuring as keyboard
[    49.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb4/4-2/4-2:1.0/input/input1/event1"
[    49.676] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD)
[    49.676] (**) Option "xkb_rules" "evdev"
[    49.676] (**) Option "xkb_model" "evdev"
[    49.676] (**) Option "xkb_layout" "us"
[    49.677] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
[    49.677] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    49.677] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[    49.677] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    49.677] (**) Logitech USB Keyboard: always reports core events
[    49.677] (**) Logitech USB Keyboard: Device: "/dev/input/event2"
[    49.677] (--) Logitech USB Keyboard: Found absolute axes
[    49.677] (--) Logitech USB Keyboard: Found keys
[    49.677] (II) Logitech USB Keyboard: Configuring as mouse
[    49.677] (II) Logitech USB Keyboard: Configuring as keyboard
[    49.677] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb4/4-2/4-2:1.1/input/input2/event2"
[    49.677] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD)
[    49.677] (**) Option "xkb_rules" "evdev"
[    49.677] (**) Option "xkb_model" "evdev"
[    49.677] (**) Option "xkb_layout" "us"
[    49.677] (II) Logitech USB Keyboard: initialized for absolute axes.
[    49.678] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[    49.678] (**) Logitech USB Keyboard: (accel) acceleration profile 0
[    49.678] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
[    49.678] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
[    49.681] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    49.681] (II) No input driver/identifier specified (ignoring)
[    52.110] (II) NVIDIA(0): Initialized AGP GART.
[    63.965] (II) NVIDIA(0): Setting mode "1280x1024_85_0"
[   188.801] (II) NVIDIA(0): Initialized AGP GART.
[   261.482] (II) NVIDIA(0): Initialized AGP GART.
[   291.828] (II) NVIDIA(0): Initialized AGP GART.
[   292.141] (II) NVIDIA(0): Initialized AGP GART.
[   292.187] (II) NVIDIA(0): Initialized AGP GART.
[   294.861] (II) NVIDIA(0): Initialized AGP GART.
[   295.761] (II) NVIDIA(0): Initialized AGP GART.
[   296.040] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.
[   296.904] (II) NVIDIA(0): Initialized AGP GART.
[   296.965] (II) NVIDIA(0): Initialized AGP GART.
[   296.997] (II) NVIDIA(0): Initialized AGP GART.
[   299.360] (II) NVIDIA(0): Initialized AGP GART.
[   299.411] (II) NVIDIA(0): Initialized AGP GART.
[   300.105] (II) NVIDIA(0): Initialized AGP GART.
[   300.125] (II) NVIDIA(0): Initialized AGP GART.
[   306.717] (II) NVIDIA(0): Initialized AGP GART.
[   306.845] (II) NVIDIA(0): Initialized AGP GART.
[   308.671] (II) NVIDIA(0): Initialized AGP GART.
[   308.702] (II) NVIDIA(0): Initialized AGP GART.
[   308.767] (II) NVIDIA(0): Initialized AGP GART.
[   309.226] (II) NVIDIA(0): Initialized AGP GART.
[   309.378] (II) NVIDIA(0): Initialized AGP GART.
[   309.468] (II) NVIDIA(0): Initialized AGP GART.
[   310.391] (II) NVIDIA(0): Initialized AGP GART.
[   310.424] (II) NVIDIA(0): Initialized AGP GART.
[   310.986] (II) NVIDIA(0): Initialized AGP GART.
[   313.749] (II) NVIDIA(0): Initialized AGP GART.
[   313.804] (II) NVIDIA(0): Initialized AGP GART.
[   314.585] (II) NVIDIA(0): Initialized AGP GART.
[   314.617] (II) NVIDIA(0): Initialized AGP GART.
[   314.931] (II) NVIDIA(0): Initialized AGP GART.
[   315.208] (II) NVIDIA(0): Initialized AGP GART.
[   315.218] (II) NVIDIA(0): Initialized AGP GART.
[   315.235] (II) NVIDIA(0): Initialized AGP GART.
[   315.299] (II) NVIDIA(0): Initialized AGP GART.
[   315.309] (II) NVIDIA(0): Initialized AGP GART.
[   315.647] (II) NVIDIA(0): Initialized AGP GART.
[   315.681] (II) NVIDIA(0): Initialized AGP GART.
[   315.889] (II) NVIDIA(0): Initialized AGP GART.
[   316.714] (II) NVIDIA(0): Initialized AGP GART.
[   316.807] (II) NVIDIA(0): Initialized AGP GART.
[   316.830] (II) NVIDIA(0): Initialized AGP GART.
[   316.844] (II) NVIDIA(0): Initialized AGP GART.
[   318.074] (II) NVIDIA(0): Initialized AGP GART.
[   318.226] (II) NVIDIA(0): Initialized AGP GART.
[   319.238] (II) NVIDIA(0): Initialized AGP GART.
[   321.782] (II) NVIDIA(0): Initialized AGP GART.
[   321.791] (II) NVIDIA(0): Initialized AGP GART.
[   321.799] (II) NVIDIA(0): Initialized AGP GART.
[   322.624] (II) NVIDIA(0): Initialized AGP GART.
[   322.650] (II) NVIDIA(0): Initialized AGP GART.
[   323.745] (II) NVIDIA(0): Initialized AGP GART.
[   323.775] (II) NVIDIA(0): Initialized AGP GART.
[   324.113] (II) NVIDIA(0): Initialized AGP GART.
[   329.645] (II) NVIDIA(0): Initialized AGP GART.
[   373.260] (II) NVIDIA(0): Initialized AGP GART.
[   373.554] (II) NVIDIA(0): Initialized AGP GART.
[   375.126] (II) NVIDIA(0): Initialized AGP GART.
[   379.505] (II) NVIDIA(0): Initialized AGP GART.
[   387.685] (II) NVIDIA(0): Initialized AGP GART.
[   388.733] (II) NVIDIA(0): Initialized AGP GART.
[   389.218] (II) NVIDIA(0): Initialized AGP GART.
[   389.252] (II) NVIDIA(0): Initialized AGP GART.
[   389.261] (II) NVIDIA(0): Initialized AGP GART.
[   405.669] (II) NVIDIA(0): Initialized AGP GART.
[   405.684] (II) NVIDIA(0): Initialized AGP GART.
[   406.304] (II) NVIDIA(0): Initialized AGP GART.
[   406.783] (II) NVIDIA(0): Initialized AGP GART.
[   409.475] (II) NVIDIA(0): Initialized AGP GART.
[   409.570] (II) NVIDIA(0): Initialized AGP GART.
[   409.710] (II) NVIDIA(0): Initialized AGP GART.
[   409.720] (II) NVIDIA(0): Initialized AGP GART.
[   410.962] (II) NVIDIA(0): Initialized AGP GART.
[   415.844] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.
[   420.603] (II) NVIDIA(0): Initialized AGP GART.
[   421.570] (II) NVIDIA(0): Initialized AGP GART.
[   421.587] (II) NVIDIA(0): Initialized AGP GART.
[   421.610] (II) NVIDIA(0): Initialized AGP GART.
[   421.627] (II) NVIDIA(0): Initialized AGP GART.
[   421.643] (II) NVIDIA(0): Initialized AGP GART.
[   421.656] (II) NVIDIA(0): Initialized AGP GART.
[   421.665] (II) NVIDIA(0): Initialized AGP GART.
[   421.677] (II) NVIDIA(0): Initialized AGP GART.
[   421.700] (II) NVIDIA(0): Initialized AGP GART.
[   421.713] (II) NVIDIA(0): Initialized AGP GART.
[   421.731] (II) NVIDIA(0): Initialized AGP GART.
[   421.746] (II) NVIDIA(0): Initialized AGP GART.
[   421.760] (II) NVIDIA(0): Initialized AGP GART.
[   421.785] (II) NVIDIA(0): Initialized AGP GART.
[   421.797] (II) NVIDIA(0): Initialized AGP GART.
[   421.818] (WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors.  Falling
[   421.818] (WW) NVIDIA(0):     back to legacy PCI mode.
[   421.819] (II) NVIDIA(0): Initialized AGP GART.
[ 50900.792] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.
vojta@localhost ~ $ cat /var/log/Xorg.0.log | grep -i WW
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    47.434] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    47.434] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
[    47.434] (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
[   421.818] (WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors.  Falling
[   421.818] (WW) NVIDIA(0):     back to legacy PCI mode.
vojta@localhost ~ $ cat /var/log/Xorg.0.log | grep -i EE
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    47.375] (**) |-->Screen "Screen0" (0)
[    47.564] (II) Loading extension MIT-SCREEN-SAVER
[    47.564] (II) Loading extension XFree86-VidModeExtension
[    47.564] (II) Loading extension XFree86-DGA
[    48.617] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
[    48.618] (--) NVIDIA(0): DPI set to (90, 96); computed from "UseEdidDpi" X config
[    48.623] (II) NVIDIA(0):     events.  For details, please see the "ConnectToAcpid" and
[    49.619] (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
[    49.621] (EE) PreInit returned 8 for "Mouse0"
[    49.621] (EE) Keyboard0: No device specified.
[    49.621] (EE) PreInit returned 2 for "Keyboard0"
[    49.666] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[    49.666] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    49.666] (II) Using input driver 'evdev' for 'Sleep Button'
[    49.666] (**) Sleep Button: always reports core events
[    49.666] (**) Sleep Button: Device: "/dev/input/event4"
[    49.666] (--) Sleep Button: Found keys
[    49.666] (II) Sleep Button: Configuring as keyboard
[    49.666] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    49.674] (--) Logitech USB Optical Mouse: Found scroll wheel(s)
[    49.674] (II) Logitech USB Optical Mouse: Adding scrollwheel support
[    49.674] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    49.674] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[    49.678] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
USE="freedom -software_patents" emerge --deep --update --newuse world
Nástroje: Začni sledovat (0) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

26.10.2011 19:13 Vin
Rozbalit Rozbalit vše Re: kliknutí se chová jako dvojklik - myš
Odpovědět | | Sbalit | Link | Blokovat | Admin
To jako všude? Jaký desktop manager používáš (KDE, GNOME)?
HrabalVojta avatar 26.10.2011 20:24 HrabalVojta | skóre: 23 | blog: gentoo_pentoo | Třebíč
Rozbalit Rozbalit vše Re: kliknutí se chová jako dvojklik - myš
Dřív jsem všechno míval v patičce. Ale ono to bylo nápadné už z toho make.conf souboru USE="-qt -kde gtk gnome". Jinak používám Gnome 2
USE="freedom -software_patents" emerge --deep --update --newuse world
27.10.2011 09:25 pet
Rozbalit Rozbalit vše Re: kliknutí se chová jako dvojklik - myš
Odpovědět | | Sbalit | Link | Blokovat | Admin
Jednou mi to mys taky delala. Vymenil jsem mikroswitch ;-)

Pokud je to s kazdou mysi, zkusil bych hola X nebo nejaky jednoduchy WM abych vyloucil nejake obskurni nastaveni v Gnome.
27.10.2011 10:57 marcelius | skóre: 19
Rozbalit Rozbalit vše Re: kliknutí se chová jako dvojklik - myš
Odpovědět | | Sbalit | Link | Blokovat | Admin
Zdravim, tak tohle se mi stalo taky. Asi pred mesicem, po nejake aktualizaci. Zafungovali az nejaka 5 mys...
HrabalVojta avatar 27.10.2011 15:21 HrabalVojta | skóre: 23 | blog: gentoo_pentoo | Třebíč
Rozbalit Rozbalit vše Re: kliknutí se chová jako dvojklik - myš
Kvuli nefungujicím skryptům nebudu kupovat nevou myš proboha ...
USE="freedom -software_patents" emerge --deep --update --newuse world
HrabalVojta avatar 27.10.2011 13:32 HrabalVojta | skóre: 23 | blog: gentoo_pentoo | Třebíč
Rozbalit Rozbalit vše Re: kliknutí se chová jako dvojklik - myš
Odpovědět | | Sbalit | Link | Blokovat | Admin
cat /var/log/Xorg.0.log | grep -i EE
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    52.445] (EE) Mouse0: No device specified.
[    52.445] (EE) PreInit returned 2 for "Mouse0"
[    52.445] (EE) Keyboard0: No device specified.
[    52.445] (EE) PreInit returned 2 for "Keyboard0"
[    52.489] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    52.489] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    52.489] (II) Using input driver 'evdev' for 'Sleep Button'
[    52.489] (**) Sleep Button: always reports core events
[    52.489] (**) Sleep Button: Device: "/dev/input/event5"
[    52.489] (--) Sleep Button: Found keys
[    52.489] (II) Sleep Button: Configuring as keyboard
[    52.489] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    52.497] (--) Logitech USB Optical Mouse: Found scroll wheel(s)
[    52.497] (II) Logitech USB Optical Mouse: Adding scrollwheel support
[    52.497] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    52.497] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[    52.500] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 
USE="freedom -software_patents" emerge --deep --update --newuse world

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.