Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
failed to initialize nvidia kernel module![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
ferroilpinguino
Apprentice
Apprentice


Joined: 26 Feb 2005
Posts: 272

PostPosted: Tue Nov 01, 2005 6:03 pm    Post subject: failed to initialize nvidia kernel module![risolto] Reply with quote

ho risolto emergendo i driver nella loro forma instabile...
_________________
Non crederò mai che Dio giochi a dadi col mondo. A.Einstein


Last edited by ferroilpinguino on Tue Nov 01, 2005 11:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
Dece
Apprentice
Apprentice


Joined: 23 Nov 2004
Posts: 291
Location: Bologna/Rimini Italy

PostPosted: Tue Nov 01, 2005 6:07 pm    Post subject: Re: failed to initialize nvidia kernel module! Reply with quote

ferroilpinguino wrote:
screen found,but none have a usable configuration

fatal server error:
no screen found

Il problema è in xorg.conf: posta anche quello :)
Back to top
View user's profile Send private message
ferroilpinguino
Apprentice
Apprentice


Joined: 26 Feb 2005
Posts: 272

PostPosted: Tue Nov 01, 2005 6:17 pm    Post subject: Reply with quote

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/lib64/X11/rgb"
ModulePath "/usr/lib64/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

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

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

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "DigitalVibrance" # <i>
#Option "NoFlip" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "NoLogo" # [<bool>]
#Option "UBB" # [<bool>]
#Option "Stereo" # <i>
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "VideoKey" # <i>
#Option "NvAGP" # <i>
#Option "IgnoreEDID" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ConnectedMonitor" # <str>
#Option "ConnectedMonitors" # <str>
#Option "TVStandard" # <str>
#Option "TVOutFormat" # <str>
#Option "RenderAccel" # [<bool>]
#Option "CursorShadow" # [<bool>]
#Option "CursorShadowAlpha" # <i>
#Option "CursorShadowXOffset" # <i>
#Option "CursorShadowYOffset" # <i>
#Option "UseEdidFreqs" # [<bool>]
#Option "FlatPanelProperties" # <str>
#Option "TwinView" # [<bool>]
#Option "TwinViewOrientation" # <str>
#Option "SecondMonitorHorizSync" # <str>
#Option "SecondMonitorVertRefresh" # <str>
#Option "MetaModes" # <str>
#Option "UseInt10Module" # [<bool>]
#Option "NoTwinViewXineramaInfo" # [<bool>]
#Option "NoRenderExtension" # [<bool>]
#Option "Overlay" # [<bool>]
#Option "CIOverlay" # [<bool>]
#Option "ForceEmulatedOverlay" # [<bool>]
#Option "TransparentIndex" # <i>
#Option "OverlayDefaultVisual" # [<bool>]
#Option "NvEmulate" # <i>
#Option "NoBandWidthTest" # [<bool>]
#Option "CustomEDID-CRT-0" # <str>
#Option "CustomEDID-CRT-1" # <str>
#Option "CustomEDID-DFP-0" # <str>
#Option "CustomEDID-DFP-1" # <str>
#Option "CustomEDID-TV-0" # <str>
#Option "CustomEDID-TV-1" # <str>
#Option "TVOverScan" # <f>
#Option "IgnoreDisplayDevices" # <str>
#Option "MultisampleCompatibility" # [<bool>]
#Option "RegistryDwords" # <str>
#Option "RegistryBinary" # <str>
#Option "NoPowerConnectorCheck" # [<bool>]
#Option "AllowDFPStereo" # [<bool>]
#Option "XvMCUsesTextures" # [<bool>]
#Option "HorizSync" # <str>
#Option "VertRefresh" # <str>
#Option "AllowGLXWithComposite" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "Unknown Board"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
_________________
Non crederò mai che Dio giochi a dadi col mondo. A.Einstein
Back to top
View user's profile Send private message
Dece
Apprentice
Apprentice


Joined: 23 Nov 2004
Posts: 291
Location: Bologna/Rimini Italy

PostPosted: Tue Nov 01, 2005 6:27 pm    Post subject: Reply with quote

aggiungi
Code:
Modes       "1024x768"

o con la risoluzione che vuoi tu al posto di 1024x768 nella Subsection "Display"

edit: inoltre modifica la sezione ServerLayout:
Code:

Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection


ps. usa i tag code quando posti un log o un file e l'identazione, migliora la leggibilità :wink:
Back to top
View user's profile Send private message
ferroilpinguino
Apprentice
Apprentice


Joined: 26 Feb 2005
Posts: 272

PostPosted: Tue Nov 01, 2005 7:32 pm    Post subject: Reply with quote

ho fatto come mi hai consigliato e ho provato un po di risoluzioni.....

non cambia niente.....
_________________
Non crederò mai che Dio giochi a dadi col mondo. A.Einstein
Back to top
View user's profile Send private message
Dece
Apprentice
Apprentice


Joined: 23 Nov 2004
Posts: 291
Location: Bologna/Rimini Italy

PostPosted: Tue Nov 01, 2005 7:35 pm    Post subject: Reply with quote

ferroilpinguino wrote:
non cambia niente.....

hai cambiato anche la sezione ServerLayout?
Back to top
View user's profile Send private message
ferroilpinguino
Apprentice
Apprentice


Joined: 26 Feb 2005
Posts: 272

PostPosted: Tue Nov 01, 2005 7:52 pm    Post subject: Reply with quote

si e l'errore purtroppo non cambia
_________________
Non crederò mai che Dio giochi a dadi col mondo. A.Einstein
Back to top
View user's profile Send private message
ArticMan
n00b
n00b


Joined: 26 Oct 2005
Posts: 60

PostPosted: Tue Nov 01, 2005 8:00 pm    Post subject: Reply with quote

Io ho risolto disabilitando il framebuffer dal kernel e l'altra opzione sempre disponibile nella sezione dei driver video.
Prima neanche a me partiva.
Devo ancora installare i driver nvidia, preferisco installare quelli proprietari che, da quel che ho capito, hanno problemi quelli lì.
Back to top
View user's profile Send private message
Dece
Apprentice
Apprentice


Joined: 23 Nov 2004
Posts: 291
Location: Bologna/Rimini Italy

PostPosted: Tue Nov 01, 2005 8:19 pm    Post subject: Reply with quote

ArticMan wrote:
Devo ancora installare i driver nvidia, preferisco installare quelli proprietari che, da quel che ho capito, hanno problemi quelli lì.

I driver rilasciati da nvidia sono proprietari: al massimo starai usando quelli di xorg (senza accelerazione 3d).

@ferroilpinguino ma X ti parte senza i driver nvidia? (ovvero mettendo Driver "nv" anziche "nvidia" nella sezione Device e commentando la riga "load glx"?)
Back to top
View user's profile Send private message
ferroilpinguino
Apprentice
Apprentice


Joined: 26 Feb 2005
Posts: 272

PostPosted: Tue Nov 01, 2005 8:54 pm    Post subject: Reply with quote

si mi parte....
_________________
Non crederò mai che Dio giochi a dadi col mondo. A.Einstein
Back to top
View user's profile Send private message
Dece
Apprentice
Apprentice


Joined: 23 Nov 2004
Posts: 291
Location: Bologna/Rimini Italy

PostPosted: Tue Nov 01, 2005 10:09 pm    Post subject: Reply with quote

ferroilpinguino wrote:
si mi parte....

ok, almeno xorg in se è a posto :)
a questo punto se segui la guida (i giusti emerge, opengl-update nvidia, e le modifiche a xorg.conf) dovrebbe andare
un altro consiglio che ti posso dare è di utilizzare i driver nvidia instabili... quelli stabili sono abbastanza vecchi di solito
ciao
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Tue Nov 01, 2005 10:27 pm    Post subject: Reply with quote

controlla che non hai caricato il modulo nvidiafb del kernel che potrebbe portare problemi...
_________________
C.
Back to top
View user's profile Send private message
ferroilpinguino
Apprentice
Apprentice


Joined: 26 Feb 2005
Posts: 272

PostPosted: Tue Nov 01, 2005 10:44 pm    Post subject: Reply with quote

CarloJekko wrote:
controlla che non hai caricato il modulo nvidiafb del kernel che potrebbe portare problemi...


no per quello sono a posto non è caricato......

provero' a usare i driver nella loro forma instabile....magari essendo aggiornati ........
_________________
Non crederò mai che Dio giochi a dadi col mondo. A.Einstein
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