View previous topic :: View next topic |
Author |
Message |
Crive n00b
Joined: 11 May 2004 Posts: 33 Location: World.Europe.Italy.Varese
|
Posted: Sat Jul 08, 2006 1:06 pm Post subject: Xorg 7.0 non parte, errore nei moduli [RISOLTO] |
|
|
Ho appena finito un lungo aggiornamento del sistema, e dopo aver ripristinato per bene tutti i file di configurazione tramite etc-update, ho provato a far partire il server X con il seguente xorg.conf (che ormai mi trascino da un paio d'anni senza problemi):
Code: |
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
#InputDevice "Generic Keyboard"
#InputDevice "Mouse1"
#InputDevice "Mouse2"
InputDevice "Mouse1" "CorePointer"
#InputDevice "Mouse2" "AlwaysCore"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "pcidata"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc101"
Option "XkbLayout" "it"
#Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
#Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Device" "/dev/input/mouse0"
# Option "Protocol" "PS/2"
#EndSection
Section "Device"
Identifier "Intel"
#Driver "vesa"
Driver "i810"
Option "EnablePageFlip" "true"
#Option "OverlayMem" "829440"
#Option "DPMS"
#Option "AGPFastWrite" "on"
#Option "AGP Mode" "4"
#Option "EnableDepthMoves" "on"
Option "hw_cursor"
#Option "crt_display"
#Option "ConnectedMonitor" "CRT, TV"
#Option "TVStandard" "SECAM"
#VideoRam 32768
#BusID "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 78.0
VertRefresh 50 - 76
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1280x1024"
EndSubSection
EndSection
#Section "DRI"
# Mode 0666
#EndSection
### END DEBCONF SECTION
|
la sezione DRI è commentata perchè non sono riuscito ancora a far funzionare il modulo per la mia scheda video;
il problema è che al lancio di X mi si presenta questa schermata:
Quote: |
Unable to load requred base modules, Exiting....
|
Ecco il mio Xorg.0.log:
Code: |
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.14-gentoo-r5 i686
Current Operating System: Linux Euclite 2.6.14-gentoo-r5 #2 Mon Feb 20 15:54:44 CET 2006 i686
Build Date: 06 July 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul 8 16:43:58 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "Intel"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Generic Keyboard"
(WW) The directory "/usr/share/fonts/Speedo/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi"
(**) RgbPath set to "/usr/lib/X11/rgb"
(**) ModulePath set to "/usr/lib/modules"
Couldn't open RGB_DB '/usr/lib/X11/rgb'
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(WW) Warning, couldn't open module bitmap
(II) UnloadModule: "bitmap"
(EE) Failed to load module "bitmap" (module does not exist, 0)
(II) LoadModule: "pcidata"
(WW) Warning, couldn't open module pcidata
(II) UnloadModule: "pcidata"
(EE) Failed to load module "pcidata" (module does not exist, 0)
Fatal server error:
Unable to load required base modules, Exiting...
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
|
Penso che il file xorg.conf che ho sempre usato sia da modificare, ma in che modo??
Può essere cambiato qualche percorso dei moduli che cerca, o magari non sono del tutto installati?
Grazie per l'aiuto
Crive
Last edited by Crive on Sat Jul 08, 2006 1:38 pm; edited 1 time in total |
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Sat Jul 08, 2006 1:24 pm Post subject: |
|
|
Code: | RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules" |
questi vanno tolti. _________________ Running Fast! |
|
Back to top |
|
|
klaimath Apprentice
Joined: 18 Jun 2006 Posts: 213
|
Posted: Sat Jul 08, 2006 1:25 pm Post subject: Re: Xorg 7.0 non parte, errore nei moduli |
|
|
Potresti postare la lista dei pacchetti relativi al server grafico che hai installato ?
Saluti
Adriano |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Sat Jul 08, 2006 1:31 pm Post subject: Re: Xorg 7.0 non parte, errore nei moduli |
|
|
il layout di xorg.conf è cambiato (come era ovvio e prevedibile).
la cosa migliore sarebbe usare xorg.conf.example, che è già modificato per xorg modulare, applicare le sole modifiche strutturali per adattarlo alla tua configurazione (scheda video e risoluzione) e poi aggiungere una alla volta le rimanenti e testarle una per una
non è un lavoro lungo |
|
Back to top |
|
|
Crive n00b
Joined: 11 May 2004 Posts: 33 Location: World.Europe.Italy.Varese
|
Posted: Sat Jul 08, 2006 1:38 pm Post subject: |
|
|
Ok, risolto,
ho cambiato la RGBPath in /usr/share/x11/rgb
e la Module Path in /usr/lib/xorg/modules
adesso và tutto
Grazie per l'aiuto
P.S. una piccola domanda, mi ero dimenticato di cambiare in rc.conf la voce kde-3.4 in kde-3.5, e la versione 3.4 è partita comunque....poi un volta modificata, è partita anche la 3.5, vuol dire che le ho installate entrambe? |
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Sat Jul 08, 2006 1:46 pm Post subject: |
|
|
Crive wrote: | P.S. una piccola domanda, mi ero dimenticato di cambiare in rc.conf la voce kde-3.4 in kde-3.5, e la versione 3.4 � partita comunque....poi un volta modificata, � partita anche la 3.5, vuol dire che le ho installate entrambe? |
Si, perchè sono slottate. Trovi maggiori informazioni sulla documentazione gentoo. _________________ Running Fast! |
|
Back to top |
|
|
|
|
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
|
|