[Risolto] [Driver] Nvidia - xorg - hardy

Riconoscimento, installazione e configurazione delle periferiche.
Scrivi risposta
Avatar utente
Alkatron
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1248
Iscrizione: giovedì 16 aprile 2009, 13:26
Distribuzione: debian jessie 64
Contatti:

[Risolto] [Driver] Nvidia - xorg - hardy

Messaggio da Alkatron »

Ho installato Hardy a 64 bit su una partizione dello stesso computer su cui ho installato Hadry a 32 bit

La scheda grafica e':

Codice: Seleziona tutto

           *-display
                description: VGA compatible controller
                product: GeForce 8600 GT
                vendor: nVidia Corporation
                physical id: 0
                bus info: pci@0000:05:00.0
                version: a1
                width: 64 bits
                clock: 33MHz
                capabilities: pm msi pciexpress vga_controller bus_master cap_list
                configuration: driver=nvidia latency=0 module=nvidia
Come nella versione a 32 bit ho installato i driver NVIDIA come spiegato in:
http://www.nvidia.com/object/linux_display_amd64_180.51.html

Codice: Seleziona tutto

CTRL+ALT+F1
gdm stop
sh NVIDIA-Linux-x86_64-180.51-pkg2.run
gdm start
e tutto funzionava glx compiz cube ecc....e cosi mi sono copiato xorg.conf in xorg.conf.alk
Il problema e' iniziato al reboot...ogni volta che riavvio lui parte in low res mode e resetta xorg.conf ad uno generico con driver vesa
Se pero poi faccio

Codice: Seleziona tutto

CTRL+ALT+F1
gdm stop
cp xorg.conf.alk xorg.conf
gdm start
tutto torna normale....ma lo devo fare ogni volta che riavvio......dov'e' il problema?

allego entrambe gli xorg.conf

Xorg.conf.alk (OK-che copio sopra xorg.conf ogni volta che riavvio in low-res)

Codice: Seleziona tutto

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Fri Apr 17 00:40:10 PDT 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

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

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
xorg.conf....che ritrovo ad ogni riavvio e che sostituisco con  xorg.conf.alk

Codice: Seleziona tutto

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Fri Apr 17 00:40:10 PDT 2009

# 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    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Configured Mouse" "CorePointer"
EndSection

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

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
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"
    BoardName      "vesa"
    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
In hardy 32 bit non ho problemi usando la stessa procedura.

Grazie

Alkatron
Ultima modifica di Alkatron il sabato 2 maggio 2009, 11:23, modificato 1 volta in totale.
Jack_ut
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1698
Iscrizione: giovedì 6 novembre 2008, 15:29

Re: [Driver] Nvidia - xorg - hardy

Messaggio da Jack_ut »

Con i dirvers nvidia caricati, prova da terminale

Codice: Seleziona tutto

sudo nvidia-settings
Apporta le modifiche che vuoi, se non ne hai bisogno, salva ("Save to X Configuration File") riavvia e vedi se ti si ripresenta il problema.
Avatar utente
Alkatron
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1248
Iscrizione: giovedì 16 aprile 2009, 13:26
Distribuzione: debian jessie 64
Contatti:

Re: [Driver] Nvidia - xorg - hardy

Messaggio da Alkatron »

Si gia provato....niente, ogni volta devo stoppare gdm sostituire xorg.conf e rifunziona tutto...non carico moduli...non faccio nulla tranne sostituire il file conf.....boh

Alkatron
Jack_ut
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1698
Iscrizione: giovedì 6 novembre 2008, 15:29

Re: [Driver] Nvidia - xorg - hardy

Messaggio da Jack_ut »

Al riavvio in low res mode hai controllato anche cosa dice /var/log/Xorg.0.log ?
Avatar utente
Alkatron
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1248
Iscrizione: giovedì 16 aprile 2009, 13:26
Distribuzione: debian jessie 64
Contatti:

Re: [Driver] Nvidia - xorg - hardy

Messaggio da Alkatron »

Questo e xorg.0.log.old....quello relativo alla configurazione funzionante prima di spegnere che pero all avvio va in errore

Codice: Seleziona tutto

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Ubuntu (xorg-server 2:1.4.1~git20080131-1ubuntu9.2)
Current Operating System: Linux boris64-desktop 2.6.24-23-generic #1 SMP Wed Apr 1 21:43:24 UTC 2009 x86_64
Build Date: 13 June 2008  01:10:57AM
 
	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: Fri May  1 19:44:34 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(**) Option "Xinerama" "0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7bd660
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2770 card 1849,2770 rev 81 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2771 card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 1849,0888 rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,27e0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,27e2 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1849,27c8 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1849,27c9 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1849,27ca rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1849,27cb rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1849,27cc rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card 1849,27b8 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 1849,27df rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 1849,27c0 rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1849,27da rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr 00
(II) PCI: 01:02:0: chip 1131,7133 card 11bd,002e rev d0 class 04,80,00 hdr 00
(II) PCI: 01:07:0: chip 104c,8023 card 1849,8023 rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:00:0: chip 10ec,8168 card 1849,8168 rev 01 class 02,00,00 hdr 00
(II) PCI: 05:00:0: chip 10de,0402 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:1:0), (0,5,5), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 5 I/O range:
	[0] -1	0	0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xfa000000 - 0xfebfffff (0x4c00000) MX[B]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0xcff00000 - 0xcfffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0xcfe00000 - 0xcfefffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:5), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf9f00000 - 0xf9ffffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf9e00000 - 0xf9efffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(5:0:0) nVidia Corporation GeForce 8600 GT rev 161, Mem @ 0xfd000000/24, 0xd0000000/28, 0xfa000000/25, I/O @ 0xec00/7, BIOS @ 0xfebe0000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B]
	[1] -1	0	0xf9ef8000 - 0xf9efbfff (0x4000) MX[B]
	[2] -1	0	0xf9eff800 - 0xf9efffff (0x800) MX[B]
	[3] -1	0	0xf9eff000 - 0xf9eff7ff (0x800) MX[B]
	[4] -1	0	0xf9efec00 - 0xf9efec7f (0x80) MX[B]
	[5] -1	0	0xf9dffc00 - 0xf9dfffff (0x400) MX[B]
	[6] -1	0	0xf9dff800 - 0xf9dffbff (0x400) MX[B]
	[7] -1	0	0xf9df8000 - 0xf9dfbfff (0x4000) MX[B]
	[8] -1	0	0xfebe0000 - 0xfebfffff (0x20000) MX[B](B)
	[9] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[10] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[11] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[12] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[13] -1	0	0x0000cc00 - 0x0000cc7f (0x80) IX[B]
	[14] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[15] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[B]
	[16] -1	0	0x0000b480 - 0x0000b483 (0x4) IX[B]
	[17] -1	0	0x0000b800 - 0x0000b807 (0x8) IX[B]
	[18] -1	0	0x0000b880 - 0x0000b883 (0x4) IX[B]
	[19] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[20] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[21] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[22] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[23] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[24] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[25] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[26] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[27] -1	0	0x0000ac00 - 0x0000ac1f (0x20) IX[B]
	[28] -1	0	0x0000a880 - 0x0000a89f (0x20) IX[B]
	[29] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B]
	[1] -1	0	0xf9ef8000 - 0xf9efbfff (0x4000) MX[B]
	[2] -1	0	0xf9eff800 - 0xf9efffff (0x800) MX[B]
	[3] -1	0	0xf9eff000 - 0xf9eff7ff (0x800) MX[B]
	[4] -1	0	0xf9efec00 - 0xf9efec7f (0x80) MX[B]
	[5] -1	0	0xf9dffc00 - 0xf9dfffff (0x400) MX[B]
	[6] -1	0	0xf9dff800 - 0xf9dffbff (0x400) MX[B]
	[7] -1	0	0xf9df8000 - 0xf9dfbfff (0x4000) MX[B]
	[8] -1	0	0xfebe0000 - 0xfebfffff (0x20000) MX[B](B)
	[9] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[10] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[11] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[12] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[13] -1	0	0x0000cc00 - 0x0000cc7f (0x80) IX[B]
	[14] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[15] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[B]
	[16] -1	0	0x0000b480 - 0x0000b483 (0x4) IX[B]
	[17] -1	0	0x0000b800 - 0x0000b807 (0x8) IX[B]
	[18] -1	0	0x0000b880 - 0x0000b883 (0x4) IX[B]
	[19] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[20] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[21] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[22] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[23] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[24] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[25] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[26] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[27] -1	0	0x0000ac00 - 0x0000ac1f (0x20) IX[B]
	[28] -1	0	0x0000a880 - 0x0000a89f (0x20) IX[B]
	[29] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B]
	[5] -1	0	0xf9ef8000 - 0xf9efbfff (0x4000) MX[B]
	[6] -1	0	0xf9eff800 - 0xf9efffff (0x800) MX[B]
	[7] -1	0	0xf9eff000 - 0xf9eff7ff (0x800) MX[B]
	[8] -1	0	0xf9efec00 - 0xf9efec7f (0x80) MX[B]
	[9] -1	0	0xf9dffc00 - 0xf9dfffff (0x400) MX[B]
	[10] -1	0	0xf9dff800 - 0xf9dffbff (0x400) MX[B]
	[11] -1	0	0xf9df8000 - 0xf9dfbfff (0x4000) MX[B]
	[12] -1	0	0xfebe0000 - 0xfebfffff (0x20000) MX[B](B)
	[13] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[19] -1	0	0x0000cc00 - 0x0000cc7f (0x80) IX[B]
	[20] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[21] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[B]
	[22] -1	0	0x0000b480 - 0x0000b483 (0x4) IX[B]
	[23] -1	0	0x0000b800 - 0x0000b807 (0x8) IX[B]
	[24] -1	0	0x0000b880 - 0x0000b883 (0x4) IX[B]
	[25] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[26] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[27] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[28] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[29] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[30] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[31] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[32] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[33] -1	0	0x0000ac00 - 0x0000ac1f (0x20) IX[B]
	[34] -1	0	0x0000a880 - 0x0000a89f (0x20) IX[B]
	[35] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0.90, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
(II) NVIDIA GLX Module  180.51  Fri Apr 17 00:35:49 PDT 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  180.51  Fri Apr 17 00:15:00 PDT 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B]
	[5] -1	0	0xf9ef8000 - 0xf9efbfff (0x4000) MX[B]
	[6] -1	0	0xf9eff800 - 0xf9efffff (0x800) MX[B]
	[7] -1	0	0xf9eff000 - 0xf9eff7ff (0x800) MX[B]
	[8] -1	0	0xf9efec00 - 0xf9efec7f (0x80) MX[B]
	[9] -1	0	0xf9dffc00 - 0xf9dfffff (0x400) MX[B]
	[10] -1	0	0xf9dff800 - 0xf9dffbff (0x400) MX[B]
	[11] -1	0	0xf9df8000 - 0xf9dfbfff (0x4000) MX[B]
	[12] -1	0	0xfebe0000 - 0xfebfffff (0x20000) MX[B](B)
	[13] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[19] -1	0	0x0000cc00 - 0x0000cc7f (0x80) IX[B]
	[20] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[21] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[B]
	[22] -1	0	0x0000b480 - 0x0000b483 (0x4) IX[B]
	[23] -1	0	0x0000b800 - 0x0000b807 (0x8) IX[B]
	[24] -1	0	0x0000b880 - 0x0000b883 (0x4) IX[B]
	[25] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[26] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[27] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[28] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[29] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[30] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[31] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[32] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[33] -1	0	0x0000ac00 - 0x0000ac1f (0x20) IX[B]
	[34] -1	0	0x0000a880 - 0x0000a89f (0x20) IX[B]
	[35] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xf9fff000 - 0xf9ffffff (0x1000) MX[B]
	[5] -1	0	0xf9ef8000 - 0xf9efbfff (0x4000) MX[B]
	[6] -1	0	0xf9eff800 - 0xf9efffff (0x800) MX[B]
	[7] -1	0	0xf9eff000 - 0xf9eff7ff (0x800) MX[B]
	[8] -1	0	0xf9efec00 - 0xf9efec7f (0x80) MX[B]
	[9] -1	0	0xf9dffc00 - 0xf9dfffff (0x400) MX[B]
	[10] -1	0	0xf9dff800 - 0xf9dffbff (0x400) MX[B]
	[11] -1	0	0xf9df8000 - 0xf9dfbfff (0x4000) MX[B]
	[12] -1	0	0xfebe0000 - 0xfebfffff (0x20000) MX[B](B)
	[13] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[15] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[22] -1	0	0x0000cc00 - 0x0000cc7f (0x80) IX[B]
	[23] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[24] -1	0	0x0000b400 - 0x0000b40f (0x10) IX[B]
	[25] -1	0	0x0000b480 - 0x0000b483 (0x4) IX[B]
	[26] -1	0	0x0000b800 - 0x0000b807 (0x8) IX[B]
	[27] -1	0	0x0000b880 - 0x0000b883 (0x4) IX[B]
	[28] -1	0	0x0000bc00 - 0x0000bc07 (0x8) IX[B]
	[29] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[30] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[31] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[32] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[33] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[34] -1	0	0x0000b080 - 0x0000b09f (0x20) IX[B]
	[35] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
	[36] -1	0	0x0000ac00 - 0x0000ac1f (0x20) IX[B]
	[37] -1	0	0x0000a880 - 0x0000a89f (0x20) IX[B]
	[38] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B](B)
	[39] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[40] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "TwinView" "0"
(**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0; 1024x768 +0+0"
(**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly. 
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
Avatar utente
Alkatron
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1248
Iscrizione: giovedì 16 aprile 2009, 13:26
Distribuzione: debian jessie 64
Contatti:

Re: [Driver] Nvidia - xorg - hardy

Messaggio da Alkatron »

questo invece xorg.0.log quello al riavvio in low res
Allegati
4.Xorg.0.2b.log
(54.39 KiB) Scaricato 14 volte
Jack_ut
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1698
Iscrizione: giovedì 6 novembre 2008, 15:29

Re: [Driver] Nvidia - xorg - hardy

Messaggio da Jack_ut »

Il problema potrebbe essere questo

Codice: Seleziona tutto

(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly. 
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
Il problema potrebbe essere anche nella non corretta installazione del driver, ti proporrei allora di provare a reinstallarlo e ti posto la procedura che seguo io (magari puoi trovare qualche differenza con quella seguita da te)

Prova così, da terminale

Codice: Seleziona tutto

sudo apt-get install linux-headers$(uname -r) build-essential gcc xserver-xorg-dev pkg-config

Codice: Seleziona tutto

sudo apt-get --purge remove nvidia-glx-new nvidia-glx nvidia-glx-173 nvidia-glx-177 nvidia-glx-180 nvidia-settings nvidia-glx-legacy nvidia-kernel-common linux-restricted-modules-$(uname -r)
premi ctrl-alt-F1 per passare in console e digiti questo comando

Codice: Seleziona tutto

sudo /etc/init.d/gdm stop
vai nella posizione dove hai salvato i drivers scaricati dal sito Nvidia es. cd /home/utente/Desktop e dai questo comando

Codice: Seleziona tutto

sudo sh NVIDIA-Linux-XXX.run
al posto di NVIDIA-Linux-XXX.run inserisci il nome dei tuoi drivers basta che inizi a digitare NV e poi premi tab e dovresti trovartelo scritto
Rispondi si a tutto

al termine dai il comando

Codice: Seleziona tutto

sudo /etc/init.d/gdm start
Con questa procedura però disinstalli i linux-restricted-modules che sono utili in caso utilizzi schede wireless ecc, ma se vedi che funziona così puoi sempre reinstallarli in seguito con una piccola modifica.

Fammi sapere
Avatar utente
Alkatron
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1248
Iscrizione: giovedì 16 aprile 2009, 13:26
Distribuzione: debian jessie 64
Contatti:

Re: [Driver] Nvidia - xorg - hardy

Messaggio da Alkatron »

Grazieeeeeee

Perfetto ora ad ogni avvio carica direttamente i driver nvidia senza dover fare ogni volta il gioco delle 3 carte  ;D

Grazie ancora

Alkatron
Avatar utente
Alkatron
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1248
Iscrizione: giovedì 16 aprile 2009, 13:26
Distribuzione: debian jessie 64
Contatti:

Re: [Driver] Nvidia - xorg - hardy

Messaggio da Alkatron »

Facevo esattamente le stesse cose....solo saltando il ....purge remove.... si vede che rimaneva qualcosa....

(good)
Jack_ut
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1698
Iscrizione: giovedì 6 novembre 2008, 15:29

Re: [Driver] Nvidia - xorg - hardy

Messaggio da Jack_ut »

Bene così allora, puoi mettere [Risolto] adesso, ciao  ;D
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 5 ospiti