Vorrei mettere la risoluzione 1024x760

Riconoscimento, installazione e configurazione delle periferiche.
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

VOrrei mettere la risoluzione 1024x760 ma nn ci riesco.Ho una Geforfce fx5500,nn ho installato nessun driver video xke i driver ke ubuntu mi ha trovato nn vanno bene xke mandano la risoluzione a 640x480,ed è eccessivo!ora sto operando cn 800x600 senza driver video
posto il mio xorg.conf.é possibile operare su di esso x mettere la risoluzione ke voglio?se si come?grazie in anticipo

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
ubuntu.user
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1610
Iscrizione: mercoledì 14 gennaio 2009, 12:35

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da ubuntu.user »

sudo apt- get install gnome-display-properties
poi lo trovi in sistema --> preferenze
Avatar utente
Freon
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 825
Iscrizione: lunedì 28 aprile 2008, 18:04

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da Freon »

Puoi aggiungere nella sezione screen:

SubSection "Display"
Depth          24
Modes          "1024x768" "800x600" "640x480"
EndSubSection
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

sudo apt- get install gnome-display-properties
poi lo trovi in sistema --> preferenze
Il terminale mi dice

Codice: Seleziona tutto

alessandro@alessandro-desktop:~$ sudo apt-get install gnome-display-properties
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso       
Lettura informazioni sullo stato... Fatto        
E: Impossibile trovare gnome-display-properties
alessandro@alessandro-desktop:~$ 
Puoi aggiungere nella sezione screen:

SubSection "Display"
Depth           24
Modes           "1024x768" "800x600" "640x480"
EndSubSection
Mi dice ke nn ho i permessi per modificare il file!
ke palle!!! ???
ubuntu.user
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1610
Iscrizione: mercoledì 14 gennaio 2009, 12:35

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da ubuntu.user »

prova a guardare in synaptic: il nome è giusto!
Ultima modifica di Anonymous il giovedì 19 marzo 2009, 14:06, modificato 1 volta in totale.
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

quale nome?
Avatar utente
LicaoNesSs
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1054
Iscrizione: venerdì 13 febbraio 2009, 3:23

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da LicaoNesSs »

@Valeria@ ha scritto:
sudo apt- get install gnome-display-properties
poi lo trovi in sistema --> preferenze
io credo sia installato di default e comunque il pacchetto effettivamente non esiste, esiste il comando.
per poterlo lanciare serve gnome-control-center

comunque prova a dare in terminale:

Codice: Seleziona tutto

gnome-display-properties
ti si aprirà la stessa applicazione che trovi in:system>preferenze>risoluzione schermo.

ora per modificare il file xorg.conf:

Codice: Seleziona tutto

 sudo gedit /etc/X11/xorg.conf 
mmm si ho scritto gedit perchè uso ubuntu, se hai kubuntu usa kate. oppure vim o nano... insomma l'editor che preferisci
Ultima modifica di LicaoNesSs il giovedì 19 marzo 2009, 14:26, modificato 1 volta in totale.
Mad Macaco Fan Club
Q: How many Marxists does it take to screw in a light bulb?
A: None:  The light bulb contains the seeds of its own revolution.
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

Ho fatto questo ma nn è successo nnt

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"
SubSection "Display"
Depth           24
Modes           "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Avatar utente
LicaoNesSs
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1054
Iscrizione: venerdì 13 febbraio 2009, 3:23

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da LicaoNesSs »

hai riavviato?
Mad Macaco Fan Club
Q: How many Marxists does it take to screw in a light bulb?
A: None:  The light bulb contains the seeds of its own revolution.
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

sisi
ora x curiosità ho installato un driver
il file xorg.conf si è modificato cosi:

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           24
		Modes           "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Module"
	Load	"glx"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver	"nvidia"
	Option	"NoLogo"	"True"
EndSection
ora xò la risoluzione sta a 640x480!!!in sistema>preferenze>risoluzione schermo nn compare
1024x760 ma sl 640x480 e 320x480!
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

ho tolto il driver video.il mio xorg.conf è ritornato cosi:

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"
SubSection "Display"
Depth           24
Modes           "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Avatar utente
Guiodic
Accecante Asceta
Accecante Asceta
Messaggi: 28474
Iscrizione: martedì 24 aprile 2007, 15:28
Località: Roma
Contatti:

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da Guiodic »

@Valeria@ ha scritto:
sudo apt- get install gnome-display-properties
poi lo trovi in sistema --> preferenze
Ma lui ha kubuntu e gli hai fatto installare mezzo gnome!

no, ho letto male io, mannaggia a ste K! (rotfl)
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

ho riavviato ma nnt!cmq io ho ubuntu 8.10
Avatar utente
LicaoNesSs
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1054
Iscrizione: venerdì 13 febbraio 2009, 3:23

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da LicaoNesSs »

prova questo comando:
è la mia ultima risorsa  :-\

Codice: Seleziona tutto

gksudo displayconfig-gtk
e selezioni un monitor con le caratteristiche giuste
Mad Macaco Fan Club
Q: How many Marxists does it take to screw in a light bulb?
A: None:  The light bulb contains the seeds of its own revolution.
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

nnt da fare nn compare niente dopo aver scritto il comando!
Avatar utente
Guiodic
Accecante Asceta
Accecante Asceta
Messaggi: 28474
Iscrizione: martedì 24 aprile 2007, 15:28
Località: Roma
Contatti:

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da Guiodic »

perché non c'è più su ubuntu.
Avatar utente
Stealth
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17368
Iscrizione: martedì 31 gennaio 2006, 22:55
Desktop: Gnome
Distribuzione: Ubuntu 22.04 LTS

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da Stealth »

Apri un terminale, dai il comando xrandr -q e incollaci qui cosa risponde
ciao
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

Codice: Seleziona tutto

alessandro@alessandro-desktop:~$ xrandr -q
Screen 0: minimum 320 x 240, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x600        60.0*    56.0  
   640x480        60.0  
   400x300        60.0     56.0  
   320x240        60.0 
Avatar utente
Stealth
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17368
Iscrizione: martedì 31 gennaio 2006, 22:55
Desktop: Gnome
Distribuzione: Ubuntu 22.04 LTS

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da Stealth »

Ehm....ma che scheda hai? E stai usando il driver corretto? Dovrebbe darti il nome del display e tutte le frequenze che la scheda può usare. Per capirci, questo è l'output del mio travelmate:

Codice: Seleziona tutto

gianni@gianni-laptop:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 1280 x 1280
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
   1280x800       60.0*+
   1024x768       60.0  
   800x600        60.3  
   640x480        59.9  
TV disconnected (normal left inverted right x axis y axis)
io credo sia un problema di driver
ciao
terrrybogard
Prode Principiante
Messaggi: 71
Iscrizione: martedì 10 marzo 2009, 19:26

Re: Vorrei mettere la risoluzione 1024x760

Messaggio da terrrybogard »

VOrrei mettere la risoluzione 1024x760 ma nn ci riesco.Ho una Geforfce fx5500,nn ho installato nessun driver video xke i driver ke ubuntu mi ha trovato nn vanno bene xke mandano la risoluzione a 640x480,ed è eccessivo!ora sto operando cn 800x600 senza driver video
L'avevo scritto sopra.Il mio è un televisore brimax
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 10 ospiti