Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Forum italiano (Italian)
  • Search

problemi trackpad macbook pro unibody

Questa è la sezione italiana del forum gentoo destinata a fornire supporto all'omonima distribuzione.

Moderator: ago

Post Reply
  • Print view
Advanced search
9 posts • Page 1 of 1
Author
Message
f.anthony
n00b
n00b
Posts: 11
Joined: Mon May 03, 2010 4:16 pm

problemi trackpad macbook pro unibody

  • Quote

Post by f.anthony » Mon May 03, 2010 5:05 pm

ho installato fluxbox su un macbook pro 2009, il trackpad funziona molto male
il tasto destro non funziona, niente scroll della pagina

la retroilluminazione della tastiera non funziona

alla chiusura del monitor i sensori non funzionano, il monitor rimane acceso

ogni buon consiglio è più che gradito!
Top
k01
Arch/Herd Tester
Arch/Herd Tester
User avatar
Posts: 619
Joined: Wed Feb 13, 2008 11:42 am
Location: Milano

  • Quote

Post by k01 » Mon May 03, 2010 5:42 pm

http://en.gentoo-wiki.com/wiki/Apple_Macbook
http://en.gentoo-wiki.com/wiki/Macbook_Pro
Top
ercoppa
Guru
Guru
User avatar
Posts: 371
Joined: Sat Dec 10, 2005 8:04 pm
Location: roma
Contact:
Contact ercoppa
Website

  • Quote

Post by ercoppa » Mon May 03, 2010 6:33 pm

Se ti può essere utile leggi qui la sezione sul trackpad.

Saluti.
Top
f.anthony
n00b
n00b
Posts: 11
Joined: Mon May 03, 2010 4:16 pm

  • Quote

Post by f.anthony » Mon May 03, 2010 7:32 pm

già visti, nulla da fare

ho anche creato /etc/hal/fdi/policy/x11-synaptics-bcm5974.fdi

Code: Select all

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="Synaptics TouchPad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<!-- Arbitrary options can be passed to the driver using
the input.x11_options property since xorg-server-1.5. -->
<!-- EXAMPLE:
<merge key="input.x11_options.LeftEdge" type="string">120</merge>
-->
</match>
<match key="info.product" contains="AlpsPS/2 ALPS">
<merge key="input.x11_driver" type="string">synaptics</merge>
</match>
<match key="info.product" contains="appletouch">
<merge key="input.x11_driver" type="string">synaptics</merge>
</match>
<match key="info.product" contains="bcm5974">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.LeftEdge" type="string">0</merge>
<merge key="input.x11_options.RightEdge" type="string">1280</merge>
<merge key="input.x11_options.TopEdge" type="string">0</merge>
<merge key="input.x11_options.BottomEdge" type="string">800</merge>
<merge key="input.x11_options.ClickFinger1" type="string">1</merge>
<merge key="input.x11_options.ClickFinger2" type="string">3</merge>
<merge key="input.x11_options.ClickFinger3" type="string">2</merge>
<merge key="input.x11_options.HorizEdgeScroll" type="string">0</merge>
<merge key="input.x11_options.VertEdgeScroll" type="string">0</merge>
<merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.HorizScrollDelta" type="string">40</merge>
<merge key="input.x11_options.VertScrollDelta" type="string">40</merge>
<merge key="input.x11_options.PressureMotionMinZ" type="string">10</merge>
<merge key="input.x11_options.FingerLow" type="string">5</merge>
<merge key="input.x11_options.FingerHigh" type="string">40</merge>
<merge key="input.x11_options.FingerPress" type="string">256</merge>
<merge key="input.x11_options.PalmDetect" type="string">0</merge>
<merge key="input.x11_options.PalmMinWidth" type="string">10</merge>
<merge key="input.x11_options.PalmMinZ" type="string">200</merge>
<merge key="input.x11_options.MinSpeed" type="string">0.8</merge>
<merge key="input.x11_options.MaxSpeed" type="string">1.2</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.10</merge>
<merge key="input.x11_options.MaxTapMove" type="string">25</merge>
<merge key="input.x11_options.MaxTapTime" type="string">223</merge>
<merge key="input.x11_options.MaxDoubleTapTime" type="string">200</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge>
<merge key="input.x11_options.TapButton3" type="string">2</merge>
<merge key="input.x11_options.RTCornerButton" type="string">0</merge>
<merge key="input.x11_options.RBCornerButton" type="string">0</merge>
<merge key="input.x11_options.LTCornerButton" type="string">0</merge>
<merge key="input.x11_options.LBCornerButton" type="string">0</merge>
</match>
</match>
</device>
</deviceinfo>

Code: Select all

Device Drivers  ---> 
  Input device support  --->  
    Mice  ---> 
ho tolto "PS/2 mouse" anche se non credo sia questo il problema preferisco non tralasciare nulla.
Top
ercoppa
Guru
Guru
User avatar
Posts: 371
Joined: Sat Dec 10, 2005 8:04 pm
Location: roma
Contact:
Contact ercoppa
Website

  • Quote

Post by ercoppa » Mon May 03, 2010 8:06 pm

Ma:

Code: Select all

Device Drivers  --->
  Input device support 
    Mice  --->
      <*> Apple USB BCM5974 Multitouch trackpad support
è attivo?
Top
f.anthony
n00b
n00b
Posts: 11
Joined: Mon May 03, 2010 4:16 pm

  • Quote

Post by f.anthony » Mon May 03, 2010 8:07 pm

certo, messo come modulo
Top
ercoppa
Guru
Guru
User avatar
Posts: 371
Joined: Sat Dec 10, 2005 8:04 pm
Location: roma
Contact:
Contact ercoppa
Website

  • Quote

Post by ercoppa » Mon May 03, 2010 8:08 pm

Il log di xorg presenta qualche errore?

Saluti.
Top
f.anthony
n00b
n00b
Posts: 11
Joined: Mon May 03, 2010 4:16 pm

  • Quote

Post by f.anthony » Tue May 04, 2010 12:01 pm

quindi nessuno e' in grado di aiutarmi?
mi basta far funzionare il trackpad per il momento :roll:
Top
Elbryan
Guru
Guru
User avatar
Posts: 523
Joined: Mon Nov 13, 2006 6:56 pm
Location: Rovereto (TN)

  • Quote

Post by Elbryan » Tue May 04, 2010 2:41 pm

Posta il log di xorg ed il make.conf
Top
Post Reply
  • Print view

9 posts • Page 1 of 1

Return to “Forum italiano (Italian)”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic