Dziwnie dzia

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
chemik86
Posty: 10
Rejestracja: 16 listopada 2011, 08:21
Lokalizacja: Katowice

Post autor: chemik86 »

Treść z polecenia:

Kod: Zaznacz cały

cat/etc/apt/sources.list

Kod: Zaznacz cały

# deb cdrom:[Debian GNU/Linux 6.0.3 _Squeeze_ - Official i386 CD Binary-1 20111008-13:01]/ squeeze main

deb cdrom:[Debian GNU/Linux 6.0.3 _Squeeze_ - Official i386 CD Binary-1 20111008-13:01]/ squeeze main

deb http://ftp.pl.debian.org/debian/ squeeze main
deb-src http://ftp.pl.debian.org/debian/ squeeze main

deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
deb http://deb.opera.com/opera/ stable non-free
# squeeze-updates, previously known as 'volatile'
deb http://ftp.pl.debian.org/debian/ squeeze-updates main
deb-src http://ftp.pl.debian.org/debian/ squeeze-updates main
Po poleceniu:

Kod: Zaznacz cały

dpkg -l | grep udev

Kod: Zaznacz cały

ii  libgudev-1.0-0                       164-3                             GObject-based wrapper library for libudev
ii  libudev0                             164-3                             libudev shared library
ii  system-config-printer-udev           1.2.3-3                           Utilities to detect and configure printers automatically
ii  udev                                 164-3                             /dev/ and hotplug management daemon
I tutaj treść z:

Kod: Zaznacz cały

ls -l /usr/share/X11

Kod: Zaznacz cały

razem 80
drwxr-xr-x 62 root root  4096 11-18 20:02 locale
lrwxrwxrwx  1 root root    16 11-18 20:03 rgb.txt -> /etc/X11/rgb.txt
-rw-r--r--  1 root root 41283 2010-11-19  XErrorDB
drwxr-xr-x 10 root root  4096 11-18 19:37 xkb
-rw-r--r--  1 root root  8881 2010-11-19  XKeysymDB
-rw-r--r--  1 root root  8305 2010-03-21  xman.help
drwxr-xr-x  2 root root  4096 11-18 20:15 xorg.conf.d
Tak w ogóle to wielkie podziękowania za taką "aktywną" pomoc.
fnmirk
Senior Member
Posty: 8321
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

W katalogu /usr/share/X11/xorg.conf.d powinieneś mieć plik 10-evdev.conf i w nim należy sprawdzić konfigurację myszki i touchpada.
chemik86
Posty: 10
Rejestracja: 16 listopada 2011, 08:21
Lokalizacja: Katowice

Post autor: chemik86 »

Mam taki plik ale szczerze przyznam, że nie wiem co z nim zrobic.
Mam w nim zapisane:

Kod: Zaznacz cały

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection
Domyślam się, że chyba nie ma tu info o myszce więc coś trzeba dodać ale co (chociaż jak piszę tylko się domyślam i wątpie żeby tak być miało :D )
fnmirk
Senior Member
Posty: 8321
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

chemik86
Posty: 10
Rejestracja: 16 listopada 2011, 08:21
Lokalizacja: Katowice

Post autor: chemik86 »

Super, w linku który podałeś jest faktycznie dużo informacji o konfiguracji, ale chyba z moją znajomością angielskiego będzie kiepsko.
Ja z tego co wyczytałem to zrozumiałem jak skonfigurować funkcje touchpada, oraz gdzie dodać odpowiednie wpisy.
Nie wiem, chyba za cienki jestem po prostu, niby mam instrukcje ale z niej nic nie rozumiem.
Potrzebuję jakiejś wskazówki bo boję się gdzieś dodać wpis tak na oślep.
ODPOWIEDZ