LinuxLudus: ubuntu e driver nvidia
christian
picard12@vodafone.it
Mar 15 Ago 2006 18:40:36 CEST
Ti metto la mia sezione moduli ed un'altra di conf.
Section "Module"
Load "/usr/X11R6/lib/modules/extensions/libglx.so.1.0.8756"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Subsection "Display"
# Modes "nvidia-auto-select" "1024x768" "800x600" "640x480"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Option "UseDisplayDevice" "DFP"
Option "DPMS"
Option "UseEdidFreqs" "true"
Option "RenderAccel" "True"
Option "NoFlip" "False"
Option "UseEDID" "true"
Option "NoRenderExtension" "False"
Option "AllowGLXWithComposite" "True"
Option "AllowDDCCI" "true"
EndSection
Oltre al file completo.Ciaooo
Valerio Pachera ha scritto:
> Ho una geforce go 7300 su laptopo asus.
> Ho appena installato kubuntu e aggiornata con apt-get dist-upgrade.
> Ho installato i driver nvidia con synaptic,configurato xorg.conf ma il
> driver non funzoina.
> Ho provato a vedere se era caricato con lsmod | grep nvidia ed il
> dirver non era caricato. Ho provato ad inserilo manualmente ma senza
> siccesso eppure era presente nella directory /lib/modules.
>
> Ho provato quindi a disinstallare il driver,
> installare l'ultimo kernel con architettura i686,
> installare i kernel header,
> scaricare ed installare l'ultimo driver dal sito della nvidia,
> tutto andato liscio...il modulo è staro creato ma non va.
>
> Questo è quanto trovo nel /var/log/Xorg.0.log
> ---
> Current Operating System: Linux ASUS 2.6.15-26-686 #1 SMP PREEMPT Thu
> Aug 3 03:13:28 UTC 2006 i686
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (II) Loading extension MIT-SCREEN-SAVER
> (EE) Failed to load module "nvidia" (module does not exist, 0)
> (EE) No drivers available
> ---
>
> il kernel caricato è il
> ---
> sirio81@ASUS:~$ uname -r
> 2.6.15-26-686
> ---
>
> il modulo esiste
> ---
> sirio81@ASUS:/lib/modules/2.6.15-26-686$ find . -iname *nvidia*
> ./kernel/drivers/char/agp/nvidia-agp.ko
> ./kernel/drivers/video/nvidia
> ./kernel/drivers/video/nvidia/nvidiafb.ko
> ./kernel/drivers/video/nvidia.ko
> ---
>
> il modulo è caricato.
> ---
> sirio81@ASUS:/lib/modules/2.6.15-26-686$ lsmod | grep nvidia
> nvidia 4553044 0
> i2c_core 22848 2 i2c_acpi_ec,nvidia
> agpgart 36784 2 nvidia,intel_agp
> ---
>
>
>
> Questo è parte del mio xorg.conf
> ---
> Section "Device"
> Identifier "NVIDIA Corporation NVIDIA Default Card"
> Driver "nvidia"
> BusID "PCI:3:0:0"
> EndSection
>
> Section "Module"
> Load "i2c"
> Load "bitmap"
> Load "ddc"
> # Load "dri"
> Load "extmod"
> Load "freetype"
> # Load "glx"
> Load "int10"
> Load "type1"
> Load "vbe"
> EndSection
> ---
>
> Cosa non quadra ?
>
>
> ------------------------------------------------------------------------
>
>
-------------- parte successiva --------------
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon May 15 13:23:42 PDT 2006
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1" 0 0
EndSection
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "/usr/local/share/fonts"
FontPath "unix/:-1"
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/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/afms/adobe/"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/ttf/decoratives"
EndSection
Section "Module"
Load "/usr/X11R6/lib/modules/extensions/libglx.so.1.0.8756"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
# allows the server to start up even if the mouse does not work
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "logicdp"
Option "XkbLayout" "it"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1024x768 @ 75Hz"
HorizSync 31.5 - 60.0
VertRefresh 50.0 - 76.0
ModeLine "800x600" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Subsection "Display"
# Modes "nvidia-auto-select" "1024x768" "800x600" "640x480"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Option "UseDisplayDevice" "DFP"
Option "DPMS"
Option "UseEdidFreqs" "true"
Option "RenderAccel" "True"
Option "NoFlip" "False"
Option "UseEDID" "true"
Option "NoRenderExtension" "False"
Option "AllowGLXWithComposite" "True"
Option "AllowDDCCI" "true"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x400"
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x400"
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x400"
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x400"
Virtual 1024 768
EndSubsection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Maggiori informazioni sulla lista
linuxludus