Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Touchpad i scroll
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Wed Aug 15, 2007 8:04 pm    Post subject: Touchpad i scroll Reply with quote

Witam,

Posiadam w laptopi touchpada, ktory ma wydzielonego scrolla.
Wszystko to dziala pod Windowsem i Ubuntu LiveCD.

Moj xorg.conf opiera sie na tym z ubuntu, jednakze tutaj scroll nie chce mi juz dzialac, a szkoda bo fajny ficzers ;)
Zdarzylem sie przyzwyczaic juz do niego :D hyhy

Bylbym wdzieczny za jakies porady odnosnie tego jak zmusic scrolla do dzialania?

Z gory dziekuje za pomoc!
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
aqu
Apprentice
Apprentice


Joined: 12 Nov 2005
Posts: 249
Location: Kalisz, Poland

PostPosted: Wed Aug 15, 2007 9:46 pm    Post subject: Reply with quote

A masz moze pakiet synaptics? Bo skoro caly xorg.conf sie opiera na ubuntu to tam RACZEJ powinno byc to zaloadowane ;)
_________________
Security is like Ogres and Onions, they have layers.
Linux - Registered user #415939

adopt an unanswered post
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Thu Aug 16, 2007 6:15 am    Post subject: Reply with quote

Code:
LAPEK Settings # epm -qa | grep synaptics
synaptics-0.14.6



xorg.conf wrote:
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
EndSection

Section "Module"
Load "dbe"
Load "i2c"
Load "glx"
Load "ddc"
Load "type1"
Load "freetype"
Load "extmod"
Load "synaptics"
EndSection

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

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

Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "HWcursor" "true"
Option "CursorShadow" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
Option "AddARGBGLXVisuals" "true"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad"
Option "AIGLX" "true"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "enable"
EndSection



Jakies pomysly?
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
HiTo
n00b
n00b


Joined: 06 Jul 2007
Posts: 13

PostPosted: Mon Aug 20, 2007 8:36 am    Post subject: Reply with quote

Sry, ze tak dlugo, ale nie mialem dostepu do "świata" przez ostatnie kilka dni. Jesli jeszcze jestes zainteresowany tematem, to chetnie rozwiaze twoj problem.
Code:
Section "InputDevice"
   Identifier  "Synaptics"
   Driver      "synaptics"
...
   Option       "VertScrollDelta" "100"
...
EndSection


wszystkie opcje masz przedstawione w /usr/share/doc/synaptics-0.14.6/INSTALL.bz2
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum