Pagina 5 di 7
Re: problema scheda video nvidia geforce fx 5500
Inviato: martedì 17 febbraio 2009, 16:31
da Jack_ut
Prova con queste ulteriori modifiche allo xorg.conf
Codice: Seleziona tutto
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Thu Jul 17 18:39:19 PDT 2008
# xorg.conf (X.Org 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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Acer 77e"
HorizSync 30.0 - 72.0
VertRefresh 50.0 - 120.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Fx 5500"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Riavvia e speriamo di risolvere così...
Re: problema scheda video nvidia geforce fx 5500
Inviato: martedì 17 febbraio 2009, 17:00
da pieddu
ModelName "Acer 77e"
HorizSync 30.0 - 72.0
VertRefresh 50.0 - 120.0
Questi sono i suoi?
E' uno schermo CRT?
Re: problema scheda video nvidia geforce fx 5500
Inviato: martedì 17 febbraio 2009, 17:23
da Jack_ut
Si, ho trovato il manuale, le modalità sono quelle che vedi nello xorg, se hai qualche altra idea...
Re: problema scheda video nvidia geforce fx 5500
Inviato: martedì 17 febbraio 2009, 17:40
da pieddu
Bene, ora aggiusta xorg.conf
se è quello 2 post più su ci sono 2 sezioni monitor e 2 sezioni screen
Ne devi fare una e una.
Inoltre guarda nelle altre sezioni i riferimenti a monitor e a screen: devono corrispondere a quelli della sezione relativa.
Vedi, ad es, che in una hai
e in un'altra
?
Re: problema scheda video nvidia geforce fx 5500
Inviato: martedì 17 febbraio 2009, 17:57
da patmet85
Ragazzi siete stati grandissimi,un grazie in particolare a jack che mi è stato dietro passo passo....FUNZIONA!!!! (rotfl)
ho modificato la xorg e al riavvio mi ha mandato in modalità non grafica (o qualcosa del genere) e fatto scegliere risoluzione,tipo di monitor etc.. poi ho notato che gli effetti grafici non funzionavano e ho provato a reinstallare i driver ndvidia con envy e al riavvio con mio grande supore nella pagina del log-in è apparso il logo nvidia e una volta entrato posso scegliere tutte le risoluzioni disponibili!!INFINITAMENTE GRAZIEEEEEE......un ultima cosa,settando ho messo una frequenza troppo alta di 87hz e infatti il monitor non rende bene,quando lo metto a 60 va benissimo solo che al riavvio mi torna a 87...come posso fare per salvare a 60??grazie per la vostra disponibilità!
Re: problema scheda video nvidia geforce fx 5500
Inviato: martedì 17 febbraio 2009, 18:31
da pieddu
Installa nvidia-settings
Poi da sistema>amministrazione lancialo e setta tutto per benino----
poi va in preferenze sessioni e clicka aggiungi
nel pop-up che si apre, nella riga centrale "comando" metti
Nelle altre 2 metti quello che vuoi.... :P
PS la frequenza migliore dovrebbe essere 85 se la trovi.
PS2 le frequenze indicate da gnome non sono buone, quelle buone sono quelle di nvidia-settings
Re: problema scheda video nvidia geforce fx 5500
Inviato: martedì 17 febbraio 2009, 20:32
da Jack_ut
Sono contento che adesso tutto funzioni, ma per curiosità, posteresti il tuo attuale xorg.conf?
Ciao
Re: problema scheda video nvidia geforce fx 5500
Inviato: martedì 17 febbraio 2009, 22:09
da pieddu
Codice: Seleziona tutto
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Feb 14 18:20:37 PST 2008
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "3"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "it"
EndSection
Section "Monitor"
# HorizSync source: xconfig, VertRefresh source: xconfig
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 120.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1280x1024_60 +0+0; 1024x768_85 +0+0; 1024x768_75 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
Option "NoLogo" "True"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Eccolo
Re: problema scheda video nvidia geforce fx 5500
Inviato: martedì 17 febbraio 2009, 23:30
da patmet85
certo jack...L'unica cs è che è vuoto!! ???
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 0:14
da Jack_ut

Vuoto?
Intendi più o meno così?
Codice: Seleziona tutto
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Thu Jul 17 18:39:19 PDT 2008
# xorg.conf (X.Org 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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
o cosa?
Sarei proprio curioso di vederlo, anche perchè, dato che hai risolto, nel caso qualcun altro si trovasse nella tua situazione vorrei alla fine di questo thread (magari con il tuo aiuto e quello di pieddu) indicare una via rapida per risolvere problemi simili (data anche la lunghezza del thread).
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 1:13
da patmet85
no no proprio non c'è scritto niente....
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 1:30
da Jack_ut
Hai dato esattamente il comando
?
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 9:38
da patmet85
Eccolo,ho riavviato ed è riuscito:
# 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 "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
SubSection "Display"
Depth 24
Virtual 1400 1050
Modes "1024x768@43" "1152x864@75" "1024x768@60" "1280x960@60" "1024x768@70" "1280x1024@60" "1024x768@75" "1400x1050@60" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
Defaultdepth 24
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
Option "AddARGBGLXVisuals" "True"
Defaultdepth 24
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
EndSection
Section "Device"
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 1
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 "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Acer"
Modelname "Acer 77e"
Horizsync 30.0-72.0
Vertrefresh 50.0-120.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
Gamma 1.0
EndSection
Section "Monitor"
Identifier "monitor1"
Gamma 1.0
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 9:40
da patmet85
ma per riuscire a dargli la frequenza di 75Hz e far in modo che venga salvata al riavvio devo modificare qualcosa nell'xorg?????ora la ho a 86Hz ma è troppo alta
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 9:44
da pieddu
pieddu ha scritto:
Installa nvidia-settings
Poi da sistema>amministrazione lancialo e setta tutto per benino----
poi va in preferenze sessioni e clicka aggiungi
nel pop-up che si apre, nella riga centrale "comando" metti
Nelle altre 2 metti quello che vuoi.... :P
PS la frequenza migliore dovrebbe essere 85 se la trovi.
PS2 le frequenze indicate da gnome non sono buone, quelle buone sono quelle di nvidia-settings
usa questo procedimento per configurare le modalità video.
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 14:28
da patmet85
scusa la mia ignoranza mi potresti spiegare da dove si installa nvidia-settings che non riesco???grazie
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 14:29
da pieddu
da synaptic
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 14:34
da patmet85
ok grazie...cmq si a 85 è la migliore,io pensando che a 86 non era buona manco l'avevo provata quella frequenza!
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 14:39
da pieddu
patmet85 ha scritto:
ok grazie...cmq si a 85 è la migliore,io pensando che a 86 non era buona manco l'avevo provata quella frequenza!
85 l'hai trovata su nvidia-settings, il gestore di gnome non dovrebbe averla...
Re: problema scheda video nvidia geforce fx 5500
Inviato: mercoledì 18 febbraio 2009, 14:41
da patmet85
si si ma nvidia x server settings l'avevo già installato solo che ho provato a fare come dici tu ma come riavvio torna a 87 hz la frequenza...non mi si salva a 85!!! ???