PDA

View Full Version : driver beta nvidia


maurinO_o
07-11-2006, 14:01
:help: :help: ci sto sbattendo la testa da una settimana.
il problema è molto chiaro, da come si legge nel bug-report nvidia:(--) NVIDIA(0): Connected display device(s) on GeForce 6600 GT at PCI:1:0:0:
(--) NVIDIA(0): @@@ (CRT-0)
(--) NVIDIA(0): @@@ (CRT-0): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Mode Validation Overrides for @@@ (CRT-0):
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1280x1024"; removing.
(WW) NVIDIA(0): No valid modes for "1024x768"; removing.
(WW) NVIDIA(0): No valid modes for "800x600"; removing.
(WW) NVIDIA(0): No valid modes for "640x480"; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(0): "nvidia-auto-select".
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 800 x 600
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(--) Depth 24 pixmap format is 32 bpp
a quanto dice "nvidia-auto-select" le risoluzioni in xorg.conf non
sono supportate dal mio monitor :doh:
per avviare con risoluzione di 1280x1024 devo staccare fisicamente
il monitor dal pc (presa corrente elettrica), e solo dopo avviato
il pc, con tanto di auto-login, ricollego il monitor e mi ritrovo come
xorg.config dovrebbe comandare "1280x1024".
idee :help: :help:


deriver Versione: 1.0-9626
nvidia 6600
lcd 17
distro in firma

essential__60
07-11-2006, 15:17
in xorg.conf prova ad aggiungere

Option "UseEDID" "FALSE"

in
Section "Device"

e vedi se prende i valori dell'xorg

maurinO_o
07-11-2006, 15:55
in xorg.conf prova ad aggiungere

Option "UseEDID" "FALSE"

in
Section "Device"

e vedi se prende i valori dell'xorg
:ave: :ave: :ave:

risolto ;)

CARVASIN
07-11-2006, 16:43
Mi permetto di inserirmi in questo thread visto che l'utente ha risolto il problema (giusto per on aprirne un'altro simile).

Vi espongo il mio: semplicemente non funzionano! :stordita:

Li installo (tramite .run). Tutto ok...disinstalla quelli precedenti...ok, ok , ok...

Poi da console digito startx, lo schermo diventa nero, e rimane cosi...l'unica cosa che posso fare è riavviare il pc col tasto del case :(

In /var/log/Xor.0.log non trovo nulla (del resto il log, è del 12 maggio! :eek: )

Non so come fare...i driver mi hanno sempre funzionato bene (installati tramite .run); adesso infatti ho reinstallato gli ultimi stabili, e funziona tutto alla perfezione.

Se può servire, il mio xorg.conf
cat /etc/X11/xorg.conf
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
# dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/CID"
FontPath "/usr/share/fonts/X11/CID"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/lib/X11/fonts/75dpi"


EndSection

Section "Module"
Load "dbe"
Load "bitmap"
Load "ddc"
Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Nvidia 6600"
Option "DPMS" "0"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
Option "XAANoOffscreenPixmaps" "true"
Option "TripleBuffer" "true"
#Option "RenderAccel" "true"
#Option "AllowGLXWithComposite" "true"
#Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-81
VertRefresh 56-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Nvidia 6600"
Monitor "Generic Monitor"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200_60" "1280x1024_60" "1152x864_60" "1024x768_60" "800x600_60" "640x480_60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "ServerFlags"
Option "BlankTime" "0"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection


Distro: Debian Sid
Kernel: 2.6.18-ck
SV: nvidia 660 gt
:help: :help:

Ciao

essential__60
07-11-2006, 17:43
Mi permetto di inserirmi in questo thread visto che l'utente ha risolto il problema (giusto per on aprirne un'altro simile).

Vi espongo il mio: semplicemente non funzionano! :stordita:

Li installo (tramite .run). Tutto ok...disinstalla quelli precedenti...ok, ok , ok...

Poi da console digito startx, lo schermo diventa nero, e rimane cosi...l'unica cosa che posso fare è riavviare il pc col tasto del case :(

In /var/log/Xor.0.log non trovo nulla (del resto il log, è del 12 maggio! :eek: )

Non so come fare...i driver mi hanno sempre funzionato bene (installati tramite .run); adesso infatti ho reinstallato gli ultimi stabili, e funziona tutto alla perfezione.

Se può servire, il mio xorg.conf

Distro: Debian Sid
Kernel: 2.6.18-ck
SV: nvidia 660 gt
:help: :help:

Ciao

Guarda sulla mia ubuntu il "tutto nero" coi driver 96xx è causato da un'incopatibilità dei medesini con il modulo
eeprom
ho rimosso il caricamento automatico del modulo eeprom
in
/etc/modules
e poi tutto funziona perfettamente.

In debian potrebbe essere la stessa cosa.

CARVASIN
07-11-2006, 18:07
Guarda sulla mia ubuntu il "tutto nero" coi driver 96xx è causato da un'incopatibilità dei medesini con il modulo
eeprom
ho rimosso il caricamento automatico del modulo eeprom
in
/etc/modules
e poi tutto funziona perfettamente.

In debian potrebbe essere la stessa cosa.
:yeah:

Grazie mille!! :D

:ubriachi: :cincin:

Ciao!