Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
tochpad non riconosciuto su portattile compaq r3000(AMD)
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
akx
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jun 2005
Posts: 107
Location: Treviso

PostPosted: Sun Jun 19, 2005 12:17 am    Post subject: tochpad non riconosciuto su portattile compaq r3000(AMD) Reply with quote

Ho cercato invano dalle 09.00 fino ad ora 02.05 tra i vari post, guide eccetera, ma nulla da fare. Vi espongo il problema:
ho fatto un
# emerge xorg-x11
# env-update
# source /etc/profile
# X -configure
e poi per vedere se tutto è andato a buon fine:
# Xorg -config /root/xorg.conf.new
naturalmente dopo aver emerso i driver nvidia come da manuale per la scheda grafica e mi si presenta il problema che non è stato trovato il mio tochpad e quindi non si avvia X. Il mio mouse è integrao in quanto è un portattile Compaq r3000.
Ho fatto un
#dmesg
per vedere se veniva riconosciuto dal sistema però è un po' troppo lungo per starci tutto in una videata e non sò come fare per visualizzare una schermata alla volta ( potrese delucidarmi in merito?).
In conclusione... come setto il tochpad? E sopratutto la procedura che ho seguio è corretta? Con qualsiasi altra distro mi è sempre stato riconosciuto quindi me lo riconoscerà anche Genoo!!
Ringrazio anticipatamente!
Back to top
View user's profile Send private message
N|ghTm4r3
n00b
n00b


Joined: 27 Oct 2004
Posts: 70
Location: Urbe(Roma), Italy

PostPosted: Sun Jun 19, 2005 12:29 am    Post subject: Re: tochpad non riconosciuto su portattile compaq r3000(AMD) Reply with quote

akx wrote:

per vedere se veniva riconosciuto dal sistema però è un po' troppo lungo per starci tutto in una videata e non sò come fare per visualizzare una schermata alla volta ( potrese delucidarmi in merito?)

Code:
# dmesg | less

Puoi postare l'errore preciso? il log si trova qui: /var/log/Xorg.0.log
_________________
Gentoo: The Power Of Gods
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Sun Jun 19, 2005 8:51 am    Post subject: Reply with quote

Posta anche la sezione di xorg.conf riguardante il mouse
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Maxxer
Apprentice
Apprentice


Joined: 22 Apr 2005
Posts: 171
Location: LC

PostPosted: Sun Jun 19, 2005 10:01 am    Post subject: Reply with quote

se ti può interessare c'è una ml per la serie dell'r3000

http://lists.pcxperience.com/cgi-bin/mailman/listinfo/linuxr3000

ciao
Back to top
View user's profile Send private message
akx
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jun 2005
Posts: 107
Location: Treviso

PostPosted: Sun Jun 19, 2005 2:12 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Posta anche la sezione di xorg.conf riguardante il mouse


Allora nel
#dmesg | less
la sezione riguardante il mouse dice:
mice: PS/2 mouse device common for all mice
...
ALPS Touchpad (Glidepoint) detected
Enabling hardware tapping
input: AlpsPS/2 ALPS TouchPad on isa0060/serio4
io scheduler noop registred
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered

-------------------------
poi la sezione riguardante l'xorg è:
( ** ) !-->Imput Device "Mouse0"
...
Module mouse: vendor="X.org Foundation"
compiled for 6.8.2, module version = 1.0.0
module class: X.org Ximput Driver
ABI class: X.org Ximput Driver
...
(==) NVIDIA(0): Silken mouse enabled
( II ) Loading extension NV-CONTROL
...
( **) Mouse0: Device: "/dev/mouse"
( **) Mouse0: Protocol: "auto"
( **) Option "CorePointer"
( **) Mouse0: Core Pointer
( **) Option "Device" "/dev/mouse"
(EE ) xf86Openserial: Cannot open imput device /dev/mouse
No such file or directory.
( EE) Mouse0: cannot open input device
( EE) PreInit failed for input device "Mouse0"
( II ) UnloadModule: "Mouse"
Poi alla fine del log cè:
( **) Keyboard0: CustomKeycodes disabled
(WW) No core pointer registered
( II ) XINPUT: Adding extented input device "Keyboard0" (type: KEYBOARD)
( II ) XINPUT: Adding extented input device "NVIDIA Event Handler" (type: Other)
( II ) XINPUT: Adding extented input device "NVIDIA Kernel Input Handler" (type: $type: Other)
No core pointer

Fatal server error:
failed to initialize core devices

please consult ......

Ribadisco che ho trascritto a mano il log da un'altro pc
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Sun Jun 19, 2005 2:19 pm    Post subject: Reply with quote

akx wrote:
...
ALPS Touchpad (Glidepoint) detected
Enabling hardware tapping
input: AlpsPS/2 ALPS TouchPad on isa0060/serio4
...
( **) Mouse0: Device: "/dev/mouse"
( **) Mouse0: Protocol: "auto"
( **) Option "CorePointer"
( **) Mouse0: Core Pointer
( **) Option "Device" "/dev/mouse"
(EE ) xf86Openserial: Cannot open imput device /dev/mouse
No such file or directory.
( EE) Mouse0: cannot open input device
( EE) PreInit failed for input device "Mouse0"

nessun problema: il tuo device del mouse viene gestito automaticamente all'avvio, quindi nessun problema a livello kernel: l'unico problema è che il tuo device è in /dev/input/mice e NON /dev/mouse

prova a correggere in xorg.conf e vedi se va ;)
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sun Jun 19, 2005 2:20 pm    Post subject: Reply with quote

Hai provato a mettere:

Code:
/dev/psaux


come device in xorg.conf?
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
akx
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jun 2005
Posts: 107
Location: Treviso

PostPosted: Sun Jun 19, 2005 2:33 pm    Post subject: Reply with quote

gutter wrote:
Hai provato a mettere:

Code:
/dev/psaux


come device in xorg.conf?

Fungeeeee.....stò imparando piu in una settimana gon gentoo che un'anno con ubuntu
:D

però quando chiudo vedo questo a terminale ..che è?
Using vt 7
Symol __glXgetActiveScreen from module /usr/lib/modules/extension/libdri.a is unresolved!
Symol __glXgetActiveScreen from module /usr/lib/modules/extension/libdri.a is unresolved!
Back to top
View user's profile Send private message
N|ghTm4r3
n00b
n00b


Joined: 27 Oct 2004
Posts: 70
Location: Urbe(Roma), Italy

PostPosted: Sun Jun 19, 2005 3:35 pm    Post subject: Reply with quote

akx wrote:
Ribadisco che ho trascritto a mano il log da un'altro pc

Coraggioso :)
akx wrote:
però quando chiudo vedo questo a terminale ..che è?
Using vt 7
Symol __glXgetActiveScreen from module /usr/lib/modules/extension/libdri.a is unresolved!
Symol __glXgetActiveScreen from module /usr/lib/modules/extension/libdri.a is unresolved!

Sembra nulla di preoccupante, E' abilitato il direct rendering? Funziona bene?[/quote]
_________________
Gentoo: The Power Of Gods
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