• Opret dig
  • Glemt adgangskode

User account menu

  • Artikler
  • Forside
  • Forum
  • Nyheder
  • Log ind
Hjem
LinuxIN.dk

Breadcrumb

  • Hjem
  • forums
  • Synaptics touchpad i Debian Lenny [LØST]

Snak med

Opret dig!

Af ebp | 24.07.2008 00:07

Synaptics touchpad i Debian Lenny [LØST]

Hjælp generelt
Hej efter at have brugt arch linux i en periode er jeg hoppet over på Debian Lenny. Det er gået fint ind til videre men touchpadet driller lidt. Selve touchpadet virker men det kan ikke indstilles i xorg.conf.

I arch linux virkede det efter jeg fugte denne guide: http://wiki.archlinux.org/index.php/Synaptics

Jeg prøvet denne guide uden held: http://wiki.debian.org/SynapticsTouchpad?highlight=(synaptics)

Jeg er ikke helt klar over hvilke pakker jeg skal have installeret for at kunne bruge synaptics men jeg har søgt på synactics og har fundet ud af jeg har xserver-xorg-input-synaptics installeret.

Jeg vil for en god ordens skyld skrive indholdet af min xorg.conf fil under:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection


Jeg håber i kan hjælpe :)
  • Log ind eller opret dig for at tilføje kommentarer

Kommentarer10

# 1

16 år 11 måneder siden

Permalink

Indsendt af TroelsOlesen den 24. juli 2008 kl. 00:21

Permalink

Re: Synaptics touchpad i Debian Lenny

Min InputDevice section til synaptics touchpad ser således ud.

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Men det er så Ubuntu 8.04, ved ikke om driveren hedder det samme under debian.
  • Log ind eller opret dig for at tilføje kommentarer

# 2

16 år 11 måneder siden

Permalink

Indsendt af ebp den 24. juli 2008 kl. 11:38

Permalink

Re: Synaptics touchpad i Debian Lenny

#1 jeg har prøvet at sætte det ind du skrev men det virkede desværre ikke. Det ved jeg fordi jeg tilføjede:

Option "MaxTapTime" "0"

Og jeg kunne stadig "tappe".

Kan jeg få dig til at skrive hele indholdet af din xorg.conf fil?
  • Log ind eller opret dig for at tilføje kommentarer

# 3

16 år 11 måneder siden

Permalink

Indsendt af nilks den 24. juli 2008 kl. 12:29

Permalink

Re: Synaptics touchpad i Debian Lenny

Huskede du at genstarte X?
  • Log ind eller opret dig for at tilføje kommentarer

# 4

16 år 11 måneder siden

Permalink

Indsendt af carlo den 24. juli 2008 kl. 12:32

Permalink

#1 husk noget a la:
Section

#1 husk noget a la:
Section "ServerLayout"
Inputdevice "Synaptics Touchpad"
EndSection
  • Log ind eller opret dig for at tilføje kommentarer

# 5

16 år 11 måneder siden

Permalink

Indsendt af ebp den 24. juli 2008 kl. 13:35

Permalink

#3 ja det huskede jeg
#4

#3 ja det huskede jeg

#4 skal det bare tilføjes selvom server layout sektionen ikke er en del af min nuværende xorg.conf?
  • Log ind eller opret dig for at tilføje kommentarer

# 6

16 år 11 måneder siden

Permalink

Indsendt af carlo den 24. juli 2008 kl. 17:19

Permalink

Re: Synaptics touchpad i Debian Lenny

#5 Ja det skulle jeg ihvertfald selv for at få det til at virke.
  • Log ind eller opret dig for at tilføje kommentarer

# 7

16 år 11 måneder siden

Permalink

Indsendt af ebp den 24. juli 2008 kl. 21:11

Permalink

Re: Synaptics touchpad i Debian Lenny

jeg har nu prøvet at tilføje det i skrev så min xorg.conf ser sådan ud:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Inputdevice "Synaptics Touchpad"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option "MaxTapTime" "0"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection


Efter at have genstartet x kom disse fejlmeddelelser:

http://www.myupload.dk/showfile/680600e93e.jpg/
http://www.myupload.dk/showfile/6806323045.jpg/
http://www.myupload.dk/showfile/68064c8a42.jpg/
  • Log ind eller opret dig for at tilføje kommentarer

# 8

16 år 11 måneder siden

Permalink

Indsendt af carlo den 24. juli 2008 kl. 21:21

Permalink

Re: Synaptics touchpad i Debian Lenny

#7 Du får lige en udskrift af min xorg.conf:

Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection

Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "On"
EndSection

Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "On"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "MaxTapTime" "0"
EndSection

Section "Device"
Identifier "VIA VN896"
# Driver "openchrome"
Driver "vesa"
BusID "PCI:1:0:0"
Option "UseFBDev" "On"
# Option "SWCursor" "On"
EndSection

Section "Monitor"
Identifier "V3515"
HorizSync 30-67
VertRefresh 30-60
Option "DPMS"
EndSection

Section "Screen"
Identifier "Laptop"
Device "VIA VN896"
Monitor "V3515"
DefaultDepth 24
SubSection "Display"
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Laptop"
InputDevice "Keyboard"
InputDevice "Mouse"
InputDevice "Touchpad"
EndSection
  • Log ind eller opret dig for at tilføje kommentarer

# 9

16 år 11 måneder siden

Permalink

Indsendt af ebp den 24. juli 2008 kl. 23:29

Permalink

Re: Synaptics touchpad i Debian Lenny

#8 tak, jeg ændrede min xorg.conf så den kom til ligne din og nu virker det perfekt :) Jeg poster lige min xorg.conf hvis andre skulle have et ligende problem:


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "On"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option "MaxTapTime" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
  • Log ind eller opret dig for at tilføje kommentarer

# 10

16 år 11 måneder siden

Permalink

Indsendt af ondope den 26. juli 2008 kl. 11:10

Permalink

Re: Synaptics touchpad i Debian Lenny [LØST]

#9 cool, det er den rigtige ånd. At poste svaret på problemet. Godt,.
  • Log ind eller opret dig for at tilføje kommentarer

Svar søges

llumos Unix-operativsystem, 0
Den er go 0
14. februar = I Love Free Software Day 0
Lokal fil-deling - for de dovne. 0
Linux fra begynder til professionel af O'Reilly 0

Seneste aktivitet

Privatbeskeder 2
BigLinux 5
Chatgpt satire 1
Læsning af databasefil i Firefox 2
Vanilla OS 15
Backup/synkronisering? 2
Pepsi Challenge 4
"Intet realistisk alternativ" - mig i r*ven 10
Linuxin er nu migreret til Drupal 11 13
Et Dansk alternativ til Facebook 18
Ingen Mint 3
Ekstern Blu-ray-brænder, der fungerer med PCLinuxOS 3
Københavns og Aarhus Kommune dropper MS 9
Open Source-eksperimentet 1
Microsoft og Google ud af de danske skoler 2
Udfordringer med lydin på Debian 12 1
ExplainingComputers? 2
Nextcloud på mobilen 1
Vil du have et sikrere og mere privat internet? Du skal blot installere Vivaldi-browseren med Proton VPN understøttelse! 1
Ny Linuxin på vej :) 43

© 2025 Linuxin og de respektive skribenter

Oprettet og drevet af nørder siden 2004 !