|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Registered User
Iscritto dal: Nov 2006
Messaggi: 1075
|
driver beta nvidia
ci sto sbattendo la testa da una settimana.il problema è molto chiaro, da come si legge nel bug-report nvidia: Codice:
(--) 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 sono supportate dal mio monitor 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 deriver Versione: 1.0-9626 nvidia 6600 lcd 17 distro in firma |
|
|
|
|
|
#2 |
|
Senior Member
Iscritto dal: Jul 2005
Messaggi: 798
|
in xorg.conf prova ad aggiungere
Option "UseEDID" "FALSE" in Section "Device" e vedi se prende i valori dell'xorg |
|
|
|
|
|
#3 | |
|
Registered User
Iscritto dal: Nov 2006
Messaggi: 1075
|
Quote:
![]() risolto |
|
|
|
|
|
|
#4 |
|
Senior Member
Iscritto dal: Mar 2004
Città: Roma
Messaggi: 10109
|
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! 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! 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 Codice:
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
Kernel: 2.6.18-ck SV: nvidia 660 gt Ciao
__________________
"Most people think that skydivers like to jump because we love the adrenaline rush.
That's not at all. We love to jump because WE LOVE TO FLY!" |
|
|
|
|
|
#5 | |
|
Senior Member
Iscritto dal: Jul 2005
Messaggi: 798
|
Quote:
eeprom ho rimosso il caricamento automatico del modulo eeprom in /etc/modules e poi tutto funziona perfettamente. In debian potrebbe essere la stessa cosa. Ultima modifica di essential__60 : 07-11-2006 alle 18:46. |
|
|
|
|
|
|
#6 | |
|
Senior Member
Iscritto dal: Mar 2004
Città: Roma
Messaggi: 10109
|
Quote:
Grazie mille!! Ciao!
__________________
"Most people think that skydivers like to jump because we love the adrenaline rush.
That's not at all. We love to jump because WE LOVE TO FLY!" |
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 17:48.



















