Pagina 7 di 7

Re: [RISOLTO]problema scheda video nvidia geforce fx 5500

Inviato: sabato 21 marzo 2009, 18:51
da terrrybogard
ascolta
se metto in crt-0
http://img15.imageshack.us/my.php?image ... ervers.jpg
mi da come risoluzione 640x480 e 320x240
se metto invece tv-0
http://img15.imageshack.us/my.php?image ... rverso.jpg
mi da 1024x768 800x600 720x420 ecc.
cosa dovrei fare?mi puoi elencare tt i procedimenti?scusa x il disturbo

Re: [RISOLTO]problema scheda video nvidia geforce fx 5500

Inviato: sabato 21 marzo 2009, 18:53
da terrrybogard
scusa x la foto :P

Re: [RISOLTO]problema scheda video nvidia geforce fx 5500

Inviato: sabato 21 marzo 2009, 19:04
da Jack_ut
Avvia nvidia-settings da terminale

Codice: Seleziona tutto

sudo nvidia-settings
Prova ad utilizzare l'impostazione tv con la risoluzione 1024x768 e poi Save to X configuration file e vedi se va.

Mi pare strano però che non riesca a vedere risoluzioni fino a 1440x900...

Re: [RISOLTO]problema scheda video nvidia geforce fx 5500

Inviato: sabato 21 marzo 2009, 19:08
da terrrybogard
niente da fare
oltretutto quando riavvio si setta automaticamente su crt-0 cn la risoluzione 640x480

Re: [RISOLTO]problema scheda video nvidia geforce fx 5500

Inviato: sabato 21 marzo 2009, 19:53
da Jack_ut
Prova a modificare allora la tua section Screen0 nella parte dove dice 640x480 con 1024x768, dovrebbe essere così più o meno

Codice: Seleziona tutto

Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "CRT: 1024x768 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
Ricorda che lo devi fare come amministratore

Codice: Seleziona tutto

sudo gedit /etc/X11/xorg.conf

Re: [RISOLTO]problema scheda video nvidia geforce fx 5500

Inviato: sabato 21 marzo 2009, 19:59
da terrrybogard
niente...è incredibile ma che cavolo!

Re: [RISOLTO]problema scheda video nvidia geforce fx 5500

Inviato: sabato 21 marzo 2009, 20:20
da terrrybogard
ho disattivato il driver xke mi stava dando i nervi quella risoluzione
ora senza di esso la risoluzione si è impostata a 800x600
so ke purtroppo nn potrò usare gli effetti 3D
ma almeno modificando questo xorg.conf che mi ritrovo
posso mettere la 1024x768?

Codice: Seleziona tutto

# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection
grazie