Pagina 1 di 1

Problemi di risoluzione ubuntu nvidia geforce f x 5500

Inviato: lunedì 23 marzo 2009, 13:45
da terrrybogard
salve a tutti ho un problema.Ho installato ubuntu 8.10 e una scheda video nvidia geforce fx5500.Installando il driver raccomandato da ubuntu(il 173) mi sono accorto che la risoluzione andava a 640x480(icone gigantesche).io invece vorrei mettere la 1024x768.Ho disattivato il driver per il motivo detto prima.avevo pensato che fosse colpa del mio televisore ma ho visto che la risoluzione max è 1440x990.E' strano,perchè quando avevo windows potevo mettere tranquillamente 1024x768.Vi posto il mio xorg.conf(senza driver)e le caratteristiche del mio televisore.

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
Televisore BRIMAX
Modello
M1900T
Dimensione schermo
19”(circa 49 cm in diagonale)
Risoluzione
1440 X 900
Luminosità
300 cd/m
Contrasto
850:1
Tempo di Risposta
5 ms
Angolo di visuale
150° (H) x / 130° (V)
Rapporto schermo
16:10
Numero di colori
16:7 M
Segnale TV
Ricerca automatica PAL/SECAM system
I/O port
S-Video input x1
SCART
VGA D-Sub 15p Input
Audio input for S-video or video
Teletext
standard 250 pagine
Speaker
3W x2 rms
Power
AC 100 ~ 240V (50,60Hz).
grazie

Re: Problemi di risoluzione ubuntu nvidia geforce f x 5500

Inviato: lunedì 23 marzo 2009, 13:57
da ciccoale
forse dovresti postare lo xorg col driver attivato, sarebbe meglio

Re: Problemi di risoluzione ubuntu nvidia geforce f x 5500

Inviato: lunedì 23 marzo 2009, 14:05
da terrrybogard
eccolo

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 "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	DefaultDepth	24
EndSection

Section "Module"
	Load	"glx"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver	"nvidia"
	Option	"NoLogo"	"True"
EndSection

Re: Problemi di risoluzione ubuntu nvidia geforce f x 5500

Inviato: lunedì 23 marzo 2009, 14:07
da ciccoale
Faccio una ricerchina

Re: Problemi di risoluzione ubuntu nvidia geforce f x 5500

Inviato: lunedì 23 marzo 2009, 14:13
da ciccoale
Hai circa 10 topic aperti sullo stesso argomento

Re: Problemi di risoluzione ubuntu nvidia geforce f x 5500

Inviato: lunedì 23 marzo 2009, 14:19
da terrrybogard
purtroppo nn sono riuscito a trovare una soluzione ecco xke

Re: Problemi di risoluzione ubuntu nvidia geforce f x 5500

Inviato: lunedì 23 marzo 2009, 14:23
da ciccoale
terrrybogard ha scritto: purtroppo nn sono riuscito a trovare una soluzione ecco xke
Sì ma oltre ad essere vietato dal regolamento disperde le infomazioni... adesso cosa devo fare leggermi i tuoi 5 topic per vedere quali tentativi hai fatto?
Ovviamente non lo faccio e ti consiglio la via più semplice

Codice: Seleziona tutto

sudo nvidia-settings
Immagine

poi impostare risoluzione e refresh poi fai applica, e se funziona
e alla fine salvi to X configuration file.

Re: Problemi di risoluzione ubuntu nvidia geforce f x 5500

Inviato: lunedì 23 marzo 2009, 14:40
da terrrybogard
xke mi da soltalto 640x480 e 320x400??
http://img257.imageshack.us/my.php?image=schermata.jpg

Re: Problemi di risoluzione ubuntu nvidia geforce f x 5500

Inviato: lunedì 23 marzo 2009, 14:57
da ciccoale
Fatti una copia di back up

Codice: Seleziona tutto

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bckp
poi apri xorg.conf

Codice: Seleziona tutto

sudo gedit /etc/X11/xorg.conf
e sostituiscilo con questo

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 "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Module"
	Load	"glx"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver	"nvidia"
	Option	"NoLogo"	"True"
EndSection
Se qualcosa va storto al riavvio entri in modalità recovery, fai il fix dello xorg e poi ripristini quello di bckp