11d5d
![]() |
|
|
|
|
|||||||
| System Hardware Internal storage, motherboards, PCI cards, stuff inside the case. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi everybody !!
I'm linux user and decide to give a try to Freebsd into my notebook, an aspire-5102wlmi, so I took a 14GB partition and installed it a week ago. "Uau.. it's fast" almost every thing just went fine until X-11. (my ati xpress 200m is using radeon driver, by Xorg -configure. soon will try out 3d). The annoying issue is the touchpad, it's just lazy and sticking, after I follow some directions to configure it out. I did: - pkg_add synaptics - disabled mouse daemon - loader.conf -> hw.psm.synaptics_support="1" - rc.conf -> enable_moused="no" - pkg_add ksynaptics (wich doesn't work w/o shm) then, the rest of this week i was trying on xorg.conf: - synaptics corepointer - no mouse entry - psm0 port driver - protocol: psm, auto-dev - shm: on, off (seems to make no difference) - many options on/off i.e. tapping, borders, etc I googled a lot, read the related parts of handbook and edited xorg.conf hundreds of times, based on many directions but always the same. Some xorg.log: - fcntl(9, O_async): inapropriate ioctl for device or pages of: - synaptics and sync issues So, my question is: Can anyone tell me where i can find some tutorial for synaptics and amd-64 ?? or post one ??? thanks in advance |
|
#2
|
|||
|
|||
|
In /boot/loader.conf add these lines:
#Synaptics Touchpad hw.psm.synaptics_support="1" debug.psm.loglevel="4" Here my xorg.conf in case which may play some role: Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
#InputDevice "Mouse0" "CorePointer"
InputDevice "Synaptics_Touchpad" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AllowEmptyInput"
EndSection
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Synaptics_Touchpad" # "Mouse0"
Driver "synaptics" # "mouse"
Option "Protocol" "psm" # "auto"
Option "Device" "/dev/psm0" # "/dev/sysmouse"
# Option "ZAxisMapping" "4 5 6 7"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMov" "220"
Option "VertScrollDelta" "100"
Option "HorizScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.06"
Option "AccelFactor" "0.0010"
Option "ScrollButtonRepeat" "100"
Option "UpDownScrolling" "on"
Option "UpDownRepeat" "on"
Option "LeftRightScrolling" "on"
Option "LeftRightRepeat" "on"
EndSection
....
|
| The Following User Says Thank You to guro For This Useful Post: | ||
w1k0 (September 28th, 2009) | ||
|
#4
|
||||
|
||||
|
Bottom right. Next to Quote.
|
|
#5
|
|||
|
|||
|
Thanks for your answer...
I did.. add this log level change, (where I can read this log??) and edited the xorg.conf as of yours.. that's how it ruled: Quote:
mouse don't move... what else may I do??? you don't know how hard is to surf this way.. thanks |
|
#6
|
|||
|
|||
|
************ uau ++++++++++
yeah! i forgot the "load synaptics", redone and it start to work.. without tapping or scrolling but it's now in use.. thanks... really couldn't catch the difference but that xorg.conf with that "load" section brought it at servicing way.. that's a lot for me .. tx again |
|
#7
|
|||
|
|||
|
Freebsd have many things really different from linux, and I must be aware of all of them..
The case is.. After an complete reboot, synaptics is working perfect with this xorg.conf. Now, again, thank you |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| freeBSD newbie trying to run squid with dual cards | miscar | Networking | 2 | December 24th, 2008 02:52 |
| Really odd question.. where's X11? | ikehack | X.Org | 23 | December 8th, 2008 10:33 |
| problems with X11 forwarding | Business_Woman | General | 6 | December 2nd, 2008 12:01 |
| x11 build failed | LordZ | Installation and Maintenance of FreeBSD Ports or Packages | 7 | November 21st, 2008 08:46 |
| FreeBSD-SA-08:07.amd64 | admin | News & Announcements | 0 | September 5th, 2008 03:21 |