Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg no-tastiera e mouse [RISOLTO]
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)
View previous topic :: View next topic  
Author Message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Tue May 19, 2009 10:14 am    Post subject: Xorg no-tastiera e mouse [RISOLTO] Reply with quote

Ho provato di tutto ma non so piu dove guardare per risolvere il problema.
Tastiera e mouse (logitech Cordless Desktop Comfort Laser) connessi tramite porta USB quando entro in Xorg si bloccano completamente.

Il mio make.conf
Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j3"
USE="X aac aalib alsa apache2 ao hal ipv6 nptl xorg arts bzip2 cairo cdr cracklib css cups dts dvd dvdr encode ffmpeg fontconfig gif gimp gnome gphoto2 gtk wxgtk hal lame matroska mp3 mpeg mplayer mysql ogg opengl kde pam png ppds qt3 qt4 scanner video tiff vorbis win32codecs xine xorg xvid"
GENTOO_MIRRORS="http://gentoo.inode.at/ "
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nvidia"


xorg.conf
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0"
   InputDevice    "Keyboard0"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   #Load  "dri"
   Load  "xtrap"
   Load  "record"
   Load  "wfb"
   Load  "extmod"
   Load  "glx"
   Load  "dbe"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkdRules" "xorg"
        Option      "XkdModel" "logiitc"
        Option      "Xkblayout" "it"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Device" "/dev/input/mice"
        Option      "Corepointer"
        Option      "Protocol" "auto"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "G70 [GeForce 7600 GS]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection


Ho eseguito un
Code:
# emerge -pvt xorg-server
che mi ha fatto riemergere 2 librerie, ho fatto un emerge di xf86-input-mouse e tastiera, ma il problema e sempre lo stesso...da consolle nessun problema.

Last edited by 198728 on Tue May 19, 2009 4:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue May 19, 2009 10:38 am    Post subject: Reply with quote

Probabilmente ti sei scontrato con il "problema" della configurazione automatica delle periferiche di input di xorg-1.5 tramite HAL.

Leggi il relativo capitolo nella Guida all'aggiornamento a Xorg 1.5 per ulteriori informazioni.
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
MajinJoko
l33t
l33t


Joined: 20 Sep 2005
Posts: 639
Location: Bergamo / Verona

PostPosted: Tue May 19, 2009 11:27 am    Post subject: Reply with quote

ricordati nel make.conf:
Quote:
INPUT_DEVICES="keyboard mouse evdev"


Senza evdev, anche a me non andavano tastiera e mouse..

edit: ovviamente, dopo averlo aggiunto, devi ricompilare xorg-server.
_________________
[(.. watashi wa Urumi Kanzaki ga suki da ..)]
Back to top
View user's profile Send private message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Tue May 19, 2009 12:55 pm    Post subject: Reply with quote

ora funzionano entrambi, grazie a tutti e due...mi piacerebbe cambiare il layout da us a it ma se seguendo la guida cerco di dare zcat per copiare il file del layout da esempio, ricevo un messaggio che mi dice che il file non e` in formato gzip, mentre se apro direttamente 10-xinput-conifiguration.fdi ho un file vuoto.

Al limite la configuro dal pannello del desktop grafico che vado ad installare...dubito di dover lavorare in ambiente X
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue May 19, 2009 3:39 pm    Post subject: Reply with quote

mrl4n wrote:
mi piacerebbe cambiare il layout da us a it ma se seguendo la guida cerco di dare zcat per copiare il file del layout da esempio, ricevo un messaggio che mi dice che il file non e` in formato gzip, mentre se apro direttamente 10-xinput-conifiguration.fdi ho un file vuoto.

Devi usare bzcat, utility per il formato BZIP2 (diverso da GZip :roll: )

Guida all'aggiornamento a Xorg 1.5 wrote:

e si vuole una configurazione di base per una tastiera non americana, copiare il contenuto di /usr/share/doc/hal-*/use-estonian-layout.fdi.bz2 dentro /etc/hal/fdi/policy/10-xinput-configuration.fdi (usando bzcat)

_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Tue May 19, 2009 4:18 pm    Post subject: Reply with quote

credo di avere bisogno di una vacanza, il mio livello di attenzione e` arrivato ad un minimo storico :(
Grazie di nuovo Scen.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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