Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Xorg 1.9.5] errore in statrx
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
effeuno
Apprentice
Apprentice


Joined: 23 Dec 2003
Posts: 292

PostPosted: Mon May 30, 2011 2:25 pm    Post subject: [Xorg 1.9.5] errore in statrx Reply with quote

Sul mio notebook sto installando xorg. Premesso che il resto funziona tuuto compreso framebuffer, ho installato xorg seguendo,
con molta attenzione, la Guida alla configurazione di X server (www.gentoo.org/doc/it/xorg-config.xml).
Compilato con make.conf di questo tipo:
Code:
INPUT_DEVICES="evdev synaptics"
         
VIDEO_CARDS="savage vesa fbdev"

USE="-hal"


Verifico i driver presenti con:
Code:
qlist -IC x11-drivers/
x11-driverss/xf86-input-evdev
x11-driverss/xf86-input-synaptics
x11-driverss/xf86-video-fbdev
x11-driverss/xf86-video-savage
x11-driverss/xf86-video-vesa


eseguo:
Code:
rc-update
source /etc/profile


vado speranzoso con
Code:
startx


mi ritrovo con:
Code:
....
(EE) AIGLX error: Calling driver entry point failed
(EE) AIGLX: reverting to software rendering
(EE) SynPS/2 Synaptics TouchPad no synaptics event device found
(EE) Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics ToucPad" /etc/X11/xinit/xinitrc: line 63: exec: xterm: not found
xinit: connection to X server lost

waiting for X xerver to shut down error setting MTTR (base = 0x90000000, size = 0x1000000, type = 1 ) invlid argument (22)
error setting MTTR (base = 0x92000000, size = 0x05000000, type = 1) Invalid argument (22)



N.B. ho una scheda video S3 Inc VT8375 Prosavage8 KM266/KL266

Kernel 2.6.64-r1


Qualche idea in merito ?
Un grazie anticipato come al solito.

Altro pezzo di log:
Code:
grep -i aiglx /var/log/Xorg.0.log

(==) AIGLX enabled
(II) AIGLX: Screen 0 is not DRI2 capable
(EE) AIGLX error Calling driver entry point failed
(EE) AIGLX: reverting to software rendering
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so


In attesa.
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


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

PostPosted: Mon May 30, 2011 3:14 pm    Post subject: Re: [Xorg 1.9.5] errore in statrx Reply with quote

effeuno wrote:

Kernel 2.6.64-r1

hatz. compilato con le patch del 2015, suppongo.
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
effeuno
Apprentice
Apprentice


Joined: 23 Dec 2003
Posts: 292

PostPosted: Mon May 30, 2011 3:20 pm    Post subject: Re: [Xorg 1.9.5] errore in statrx Reply with quote

cloc3 wrote:
effeuno wrote:

Kernel 2.6.64-r1

hatz. compilato con le patch del 2015, suppongo.



Scusa kernel 2.6.34-r1
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


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

PostPosted: Mon May 30, 2011 3:23 pm    Post subject: Reply with quote

scherzi a parte, sembra un problema di driver grafici.

dai un
Code:

# emerge  @module-rebuild; emerge -1 `qlist x11-drivers/`

e vedi se si ripete.

p.s.: verifca anche che il link a /usr/src/linux sia corretto.
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
effeuno
Apprentice
Apprentice


Joined: 23 Dec 2003
Posts: 292

PostPosted: Mon May 30, 2011 3:34 pm    Post subject: Reply with quote

cloc3 wrote:
scherzi a parte, sembra un problema di driver grafici.

dai un
Code:

# emerge  @module-rebuild; emerge -1 `qlist x11-drivers/`

e vedi se si ripete.

p.s.: verifca anche che il link a /usr/src/linux sia corretto.



Il comando non funziona o meglio mi da' questo output
Code:
emerge @module-rebuild; (punto e virgola credo) emerge -1 (numero 1) 'qlist x11-drivers/' (apici)
emerge: There aere no sets to satisfy 'module-rebuild'. The following sets exists:

  selected
  system
  world

!!! 'qlist x11-drivers/' is not a valid package atom.
!!! please check ebuild(5) for full details,


Ho anche verificato il link, e' corretto ho compilato sempre bene.
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Mon May 30, 2011 3:39 pm    Post subject: Re: [Xorg 1.9.5] errore in statrx Reply with quote

effeuno wrote:

(EE) PreInit failed for input device "SynPS/2 Synaptics ToucPad" /etc/X11/xinit/xinitrc: line 63: exec: xterm: not found
xinit: connection to X server lost


Io scommetto su quello. prova ad emergerlo e vedi se la sessione di default con twm, i due xterm e xclock ti parte.
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
ago
Developer
Developer


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

PostPosted: Mon May 30, 2011 4:43 pm    Post subject: Reply with quote

Ha ragione onip.


@f1 se devi installare un DE non serve installare questa roba
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


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

PostPosted: Mon May 30, 2011 4:55 pm    Post subject: Reply with quote

effeuno wrote:

Code:

# emerge  @module-rebuild; emerge -1 `qlist x11-drivers/`



Il comando non funziona o meglio mi da' questo output
...

porc. scusa:
Code:

emerge -1 `qlist -IC x11-drivers/`

_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
effeuno
Apprentice
Apprentice


Joined: 23 Dec 2003
Posts: 292

PostPosted: Mon May 30, 2011 7:51 pm    Post subject: Re: [Xorg 1.9.5] errore in statrx Reply with quote

Onip wrote:
effeuno wrote:

(EE) PreInit failed for input device "SynPS/2 Synaptics ToucPad" /etc/X11/xinit/xinitrc: line 63: exec: xterm: not found
xinit: connection to X server lost


Io scommetto su quello. prova ad emergerlo e vedi se la sessione di default con twm, i due xterm e xclock ti parte.


Grande!!!!! Non c'e che dire in questo forum esistono i maghi.
Dunque: ho emerso xterm, xclock e twm, magicamente lanciando startx sul terminale 7 tutto funziona: tre finestre aperte + xclock.

Controllando su f1 ho startx in funzione ma mi compaiono i soliti errori ovvero:
Code:
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
   [10f] 320x200, 70Hz
   [134] 320x240, 77Hz
   ...
   ...
   [17b] 1280x760, 60Hz
   ...
   ...
  [124] 1600x1200, 60Hz
(EE) AIGLX error: Calling driver entry point failed
(EE) AIGLX: reverting to software rendering
(EE) SynPS/2 Synaptics TouchPad no synaptics event device found
(EE) Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics ToucPad"
   


Cosa me pensi e cosa mi consigli.
Intanto grazie.
Appena tutto funziona vorrei installare xfce.

Lavorandoci sopra ho risolto gli ultimi 4 errori:
Ho modificato il file /usr/share/X11/xorg.conf.d/50-synaptics.conf in questo modo:
Code:
Section "InputClass"
         Identifier "touchpad catchall"
         Driver "synaptics"
         MatchIsTouchpad "on"
         MatchDevicePath "/dev/input/event*"
EndSection


Mi rimangono:
Code:
(EE) AIGLX error: Calling driver entry point failed
(EE) AIGLX: reverting to software rendering
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Tue May 31, 2011 7:13 am    Post subject: Reply with quote

ma il touchpad, prima della modifica, ti funzionava? Da quando xorg ha il riconoscimento automatico dei device anche a me sono comparsi errori nei log che, da quanto ho capito, sono solamente dovuti alla ricerca dei device. Ad ogni modo se così ti funziona tienilo pure a quel modo xorg.conf.

effeuno wrote:

Code:

(EE) AIGLX error: Calling driver entry point failed
(EE) AIGLX: reverting to software rendering



Questo dipende dalla scheda video e da i driver che usi e ti dice che, invece che utilizzare l'accelerazione hardware (per il compositing solamente credo) utilizza un'implementazione software. Dal VIDEO_CARDS che hai postato non posso dirti di più perchè non ho mai avuto a che fare con quel tipo di device, ma credo che una buona ricerca ti possa chiarire le idee sul fatto che l'accelerazione hw sia supportata o meno.

Se devi emergere xfce puoi pure rimuovere xterm e compagnia cantante.
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
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