Pagina 2 di 2

Re: [Driver] Driver invidia 8600 gt nn riconosciuto al primo avvio di ubuntu 8.04

Inviato: lunedì 4 agosto 2008, 19:44
da Il monco
ho scritto il comando ke mi hai detto tu....ha installato non so che cosa  ???
poi ho dato il comando da terminale nvidia-xconfig
e mi da questo output:

nvidia-xconfig

Using X configuration file: "/etc/X11/xorg.conf".

WARNING: The CorePointer device was not specified explicitly in the layout;
        using the first mouse device.


WARNING: Unable to determine CoreKeyboard; will rely on X server's built-in
        default configuration.

Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
nvidia-xconfig

Using X configuration file: "/etc/X11/xorg.conf".

WARNING: The CorePointer device was not specified explicitly in the layout;
        using the first mouse device.


WARNING: Unable to determine CoreKeyboard; will rely on X server's built-in
        default configuration.

Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

che devo fare?  :o

Re: [Driver] Driver invidia 8600 gt nn riconosciuto al primo avvio di ubuntu 8.04

Inviato: lunedì 4 agosto 2008, 19:48
da simo91
riavvia..

Re: [Driver] Driver invidia 8600 gt nn riconosciuto al primo avvio di ubuntu 8.04

Inviato: lunedì 4 agosto 2008, 19:55
da Il monco
riavviato ma il pc parte sempre in LOW MODE
dimmi ke output potrebbero servirti così te li posto  >:(

Re: [Driver] Driver invidia 8600 gt nn riconosciuto al primo avvio di ubuntu 8.04

Inviato: lunedì 4 agosto 2008, 19:57
da simo91
ma quando apri nvidia-xconfig dal menu non ti esce una finestrella?

Re: [Driver] Driver invidia 8600 gt nn riconosciuto al primo avvio di ubuntu 8.04

Inviato: lunedì 4 agosto 2008, 20:02
da Il monco
questo è l'unico settaggio ke mi appare  :'(

Re: [Driver] Driver invidia 8600 gt nn riconosciuto al primo avvio di ubuntu 8.04

Inviato: lunedì 4 agosto 2008, 20:03
da simo91
ok va bene, hai spuntato tutto.. ma sei sicuro che hai installato la scheda video senza alcun errore? alla fine gli hai detto di cambiare xorg.conf come propone lei?

Re: [Driver] Driver invidia 8600 gt nn riconosciuto al primo avvio di ubuntu 8.04

Inviato: lunedì 4 agosto 2008, 20:07
da Il monco
scusa l'ignoranza ma non so cosa dover scrivere in questo file...

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@palmer)  Tue Jan 22 12:05:14 UTC 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen      0  "Default Screen" 0 0
    InputDevice    "Configured Mouse" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load          "glx"
    Load          "v4l"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "it"
    Option        "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    VendorName    "Plug 'n' Play"
    ModelName      "Plug 'n' Play"
    Gamma          1
    ModeLine      "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Driver        "nvidia"
    VendorName    "NVIDIA"
    BoardName      "NVIDIA GeForce 8 Series"
    Screen          0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    SubSection    "Display"
        Virtual    640 480
        Depth      24
        Modes      "640x480@60"
    EndSubSection
EndSection

Re: [Driver] Driver invidia 8600 gt nn riconosciuto al primo avvio di ubuntu 8.04

Inviato: lunedì 4 agosto 2008, 20:18
da simo91
prova a modificarlo cosi:

Codice: Seleziona tutto

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@palmer)  Tue Jan 22 12:05:14 UTC 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Default Screen" 0 0
    InputDevice    "Configured Mouse" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
    Load           "v4l"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "it"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    VendorName     "NVIDIA"
    BoardName      "NVIDIA GeForce 8 Series"
    Screen          0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
EndSection
Section "Module"
	Load		"glx"
EndSection
e riavvia.

Re: [Driver] Driver invidia 8600 gt nn riconosciuto al primo avvio di ubuntu 8.04

Inviato: lunedì 4 agosto 2008, 20:40
da Il monco
ho fatto quello ke mi hai detto ma al riavvio è sempre punto e a capo...
poi quando vado su Amministrazione->Hardware drivers la scheda nvidia è disabilitata.,. quando vado per abilitarla mi chiede il riavvio... lo faccio ma nn succede nulla...  >:(