Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg-server che vai, touchpad che perdi
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4787
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Tue Sep 21, 2010 2:33 am    Post subject: xorg-server che vai, touchpad che perdi Reply with quote

nuovi problemi con il touchpad, con il mouse o con la tastiera?
beh, adesso hal non serve più, e bisogna spostare di nuovo i dettagli della configurazione sui file di xorg.
questi sono alcune impostazioni salutari testate su xorg-server-1.8.2:
/etc/X11/xorg.conf:
Code:

Section "ServerLayout"
    Identifier     "Default Layout"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "it"
EndSection

/etc/X11/xorg.conf.d/10-mouse.conf
Code:

Section "InputClass"
    Identifier      "touchpad catchall"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Driver           "synaptics"
EndSection

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

altri dettagli sulla guida ufficiale.
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Tue Sep 21, 2010 6:31 am    Post subject: Reply with quote

io ho dovuto inserire solo la policy per synaptics...nulla di tutto il resto :)
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4787
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Wed Sep 22, 2010 7:03 pm    Post subject: Reply with quote

ago wrote:
io ho dovuto inserire solo la policy per synaptics...nulla di tutto il resto :)

stai usando hal, che è deprecato.

il rischio che corri, se decidi di disabilitare il supporto di hal a >xorg-server-1.8, non è tanto quello di perdere i driver delle periferiche, quanto quello di vederteli caricati con impostazioni di default diverse da quelle a cui sei abituato.

è per questo che la documentazione gentoo ha preparato per tempo delle guide ben costruite.
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
ago
Developer
Developer


Joined: 01 Mar 2008
Posts: 1527
Location: Milan, Italy

PostPosted: Thu Sep 23, 2010 12:28 pm    Post subject: Reply with quote

cloc3 wrote:
stai usando hal, che è deprecato

-.-'
Code:
ago@devil ~ $ eix -e x11-base/xorg-server                                                                                                                                           
[D] x11-base/xorg-server                                                                                                                                                           
     Available versions:  [m]1.7.6 [m]1.7.7-r1 [m](~)1.8.2 [m](~)1.9.0 {debug dmx doc hal ipv6 kdrive minimal nptl sdl static-libs tslib +udev xorg}                               
     Installed versions:  1.8.2(00:06:20 14/08/2010)(nptl udev xorg -dmx -doc -hal -ipv6 -kdrive -minimal -static-libs -tslib)                                                     
     Homepage:            http://xorg.freedesktop.org/                                                                                                                             
     Description:         X.Org X servers
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4787
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Thu Sep 23, 2010 7:30 pm    Post subject: Reply with quote

ago wrote:

-hal

se hai la flag disattivata, perché utilizzi la policy?
ovvero, cosa intendi per policy?
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) 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