View previous topic :: View next topic |
Author |
Message |
Wave2184 Apprentice
Joined: 02 Nov 2003 Posts: 189 Location: Roma
|
Posted: Sun Nov 02, 2003 10:47 am Post subject: Xfree configurazione..[Mitac 8575] [Risolto] |
|
|
Salve a tutti...questo è il mio primo post...mi sono iscritto proprio adesso...ieri ho installato gentoo..o meglio ieri ho finito di installarla.... ....stanotte ho scaricato Xfree86 e ho provato a configurarlo.....naturalmente faccio qualche errore...quando lancio startx appare
Code: |
Using vt 7
Required symbol GlxSetVisualConfigs from module /usr/X11R6/lib/modules/drivers/sis_drv.o is unresolved!
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Fatal server erroro:
Some requiered symbols were unresolved |
dato che nn posso prendere e postare tutto il file di configurazione scrivo qui la parte relativa nn commenteta da #
Code: |
********************************************
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "speedo"
EndSection
********************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
********************************************
Section "ServerFlags"
EndSection
********************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "microsoft"
Option "XkbLayout" "it"
EndSection
*******************************************
Section "InoutDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
EndSection
******************************************
Section "Monitor"
Identifier "My Monitor"
HorixSync 31.5 - 57.0
VertRefresh 50-70
EndSection
******************************************
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "** SiS(generic) [sis]"
Driver "sis"
EndSection
******************************************
Section "Screen"
Identifier "Screen 1"
Device "** SiS (generic) [sis]"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
EndSection
***************************************************
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKayboard"
EndSection
EndSection
********************************************* |
ora che lo guardo bene nn mi piace tanto soprattutto quelle due Section "Devices" uno che identifica lo standard vgae l'altra una scheda SiS...ma potrei dire anche una ca##ata....
cmq sia ho un portatile Mitac 8575 con Video Controller integrato in SiS650 (il chipseth della scheda madre)
Considerare che mentre configuravo Xfree nn sapevo cosa mettere come refresh orizzontale e verticale...Per quanto riguarda quello verticale dovrebbe essere 70 ma nn ne sono sicuro....quello orizzontale ho sparato a caso....il fatto è che sul manuale del notebook nn dice niente e neanche sul sito Mitac....su internet nn ho trovato niente......
Per quanto riguarda il mouse ho il touchpad che nelle altre distro era riconosciuto quelle impostazioni le hop messe a naso...ne ho anche uno USB di mouse ma va configurato dopo in base alla guida,giusto????
Ho cercato di dare piu informazioni possibili se ne servono ancora chiedete vedro che posso fare....
Quello che so (da Winzoz) della scheda video è che regge fino a 1024*768 e ha 32MB ram....
ho provato nel config a impostare default Depth a 24 ma dice che nn è supportato dalla scheda.....mah
grazie per qualche eventuale risposta.....ciao ciao
Last edited by Wave2184 on Sun Nov 02, 2003 3:14 pm; edited 1 time in total |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Sun Nov 02, 2003 11:19 am Post subject: |
|
|
Non sembra un problema di configurazione, bensì di compilazione.
Fossi in te rifarei la compilazione. _________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
Wave2184 Apprentice
Joined: 02 Nov 2003 Posts: 189 Location: Roma
|
Posted: Sun Nov 02, 2003 11:25 am Post subject: |
|
|
cioè devo riemergere xfree86?????come faccio rilancio emerge xfree86 o devo prima disinstallare quello che ho adesso??????
[EDIT] il fatto è che la prima volta che ho lanciato startx nn mi ha dato questo problema mi ha dato fatal: screen not found o roba del genere.....quando l'ho riconfigurato me l'ha dato..... |
|
Back to top |
|
|
codadilupo Advocate
Joined: 05 Aug 2003 Posts: 3135
|
Posted: Sun Nov 02, 2003 11:43 am Post subject: |
|
|
Wave2184 wrote: | cioè devo riemergere xfree86?????come faccio rilancio emerge xfree86 o devo prima disinstallare quello che ho adesso??????
[EDIT] il fatto è che la prima volta che ho lanciato startx nn mi ha dato questo problema mi ha dato fatal: screen not found o roba del genere.....quando l'ho riconfigurato me l'ha dato..... |
io proverei con una nuova configurazione.... se hai knoppix o simili, magari prendi il file che ti crea e copialo di peso: non é elegante, ma almeno sei siucro che, se non parte, non é un problema di configurazione
se ancora non va: Code: | # emerge unmerge xfree; emerge xfree |
|
|
Back to top |
|
|
Wave2184 Apprentice
Joined: 02 Nov 2003 Posts: 189 Location: Roma
|
Posted: Sun Nov 02, 2003 11:51 am Post subject: |
|
|
good idea, coda......adesso provo....e se nn va mi tocca aspettare ora che riemerga xfree..... |
|
Back to top |
|
|
yardbird l33t
Joined: 20 Apr 2002 Posts: 689 Location: nl.leiden
|
Posted: Sun Nov 02, 2003 1:05 pm Post subject: |
|
|
Allora, per cominciare dai un'occhiata a
http://www.winischhofer.net/linuxsis630.shtml.
La tua scheda non supporta DRI, quindi assicurati che nel file XF86Config non appaia, nella sezione moduli, la linea
Quegli errori sulle libdri sono effettivamente un po' strani (a meno che non siano dovuti al mancato supporto della tua scheda). Hai per caso compilato Xfree con delle flag strane (cioè: hai modificato l'ebuild in maniera tale che non filtri più le flag ritenute "pericolose")? Poi ti consiglio caldamente di utilizzare xf86cfg per configurare X:
E' piuttosto intuitivo, assicurati solo di configurare tutto quello che c'è da configurare (ovvero monitor, scheda, tastiera, mouse ma anche screen e layout). |
|
Back to top |
|
|
Wave2184 Apprentice
Joined: 02 Nov 2003 Posts: 189 Location: Roma
|
Posted: Sun Nov 02, 2003 1:06 pm Post subject: |
|
|
Ho provato a dare i seguenti comandi che diceva la guida ma invece che fare xf86config ho dato XFree86 - configure
Code: |
env-update && source /etc/profile
XFree86 -configure |
che genera un file XF86Config.new in /root
ho fatto il test che diceva l'output del comando XFree86 -configure e è apparsa una schermata nera con una X (stile linux) che si muove col thoucpad.che significa che il file è a posto??????nn dovrebbe apparire twm??? |
|
Back to top |
|
|
Wave2184 Apprentice
Joined: 02 Nov 2003 Posts: 189 Location: Roma
|
Posted: Sun Nov 02, 2003 1:21 pm Post subject: |
|
|
yardbird wrote: | Allora, per cominciare dai un'occhiata a
http://www.winischhofer.net/linuxsis630.shtml.
La tua scheda non supporta DRI, quindi assicurati che nel file XF86Config non appaia, nella sezione moduli, la linea
Quegli errori sulle libdri sono effettivamente un po' strani (a meno che non siano dovuti al mancato supporto della tua scheda). Hai per caso compilato Xfree con delle flag strane (cioè: hai modificato l'ebuild in maniera tale che non filtri più le flag ritenute "pericolose")? Poi ti consiglio caldamente di utilizzare xf86cfg per configurare X:
E' piuttosto intuitivo, assicurati solo di configurare tutto quello che c'è da configurare (ovvero monitor, scheda, tastiera, mouse ma anche screen e layout). |
ho dato il comando che hai detto tu....molto comodo e alla fine ho creato il config....ho controllato la riga sulle dri ed è commentata con #...quindi ho dato startx ma niente....stesso errore |
|
Back to top |
|
|
yardbird l33t
Joined: 20 Apr 2002 Posts: 689 Location: nl.leiden
|
Posted: Sun Nov 02, 2003 1:23 pm Post subject: |
|
|
Se fa così vuol dire che è tutto ok. TWM appare quando esegui il comando "startx".
EDIT: tieni il file di configurazione con il quale hai lo schermo nero e il cursore a forma di X. |
|
Back to top |
|
|
Wave2184 Apprentice
Joined: 02 Nov 2003 Posts: 189 Location: Roma
|
Posted: Sun Nov 02, 2003 1:30 pm Post subject: |
|
|
yardbird wrote: | Se fa così vuol dire che è tutto ok. TWM appare quando esegui il comando "startx". |
infatti ho sostituito il file ed ora parte twm.....ma mi sembra che la risoluzione sia un po bassa.....ho provato a vedere se si poteva cambiare nel file XF86Config ma nella sezione screen appare una cosa del genere:
Code: | Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Subsection "Display"
Depth 1
EndSubSection
Subsection "Display"
Depth 4
EndSubSection
Subsection "Display"
Depth 8
EndSubSection
Subsection "Display"
Depth 15
EndSubSection
Subsection "Display"
Depth 16
EndSubSection
Subsection "Display"
Depth 24
EndSubSection
EndSection
| e niente del tipo....
Code: | Section "Screen"
Identifier "Screen 1"
Device "** SiS (generic) [sis]"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubSection
|
dove posso impostare profondita e risoluzione... |
|
Back to top |
|
|
yardbird l33t
Joined: 20 Apr 2002 Posts: 689 Location: nl.leiden
|
Posted: Sun Nov 02, 2003 1:40 pm Post subject: |
|
|
La sezione rilevante del mio XF86Config: Code: | Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
|
Se vuoi andare a 32M di colori metti 24 al posto di 16 (sia in "Depth" che in "DefaultDepth"). |
|
Back to top |
|
|
shev Bodhisattva
Joined: 03 Feb 2003 Posts: 4084 Location: Italy
|
Posted: Sun Nov 02, 2003 3:42 pm Post subject: |
|
|
Wave2184 wrote: |
dove posso impostare profondita e risoluzione... |
Puoi tranquillamente aggiungere le righe mancanti a mano, mettendo per prima la risoluzione che vuoi utilizzare. Nel tuo esempio viene provata prima 1024x768, quindi 800x600 poi 640x480 alla profondità di colore di (DefaultDepth) 16.
I programmi come xf86config e simili ti creano un file standard, poi sei libero di modificarlo a piacere (a manina) _________________ Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Mon Nov 03, 2003 3:08 am Post subject: |
|
|
Non capisco...
Il fatto che la sua scheda non supporti GLX e/o DRI (DRI???) non vuol certo dire che in fase di startup ci possano essere dei simboli non risolti!
Ok controllare la conf, ma sinceramente mi preoccuperei prima di avere un xfree corretto... _________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
|