Pagina 1 di 2

bassa risoluzione

Inviato: venerdì 7 settembre 2007, 0:46
da Giapunk
Ciao a tutti, ho da poco installato xubuntu 7.04 sul mio computer, e non capisco come mai non riesco ad aumentare la risoluzione del monitor.
Su windows supportava fino a 1024 x (non mi ricordo) qui mi sembra sia 800 x 600!
Il problema sono forse i driver?
Mi metto il cuore in pace?

Grazie comunque per l'aiuto

ps ho una scheda ATI sapphire

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 0:49
da filo1234
posta il tuo xorg.conf 

Codice: Seleziona tutto

sudo cat /etc/X11/xorg.conf

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 1:21
da Giapunk
Penso sia questo:

Codice: Seleziona tutto

# /etc/X11/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(5) 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 "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        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          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "stylus"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "eraser"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "cursor"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc RV350 AP [Radeon 9600]"
        Driver          "ati"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Monitor Generico"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc RV350 AP [Radeon 9600]"
        Monitor         "Monitor Generico"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus"        "SendCoreEvents"
        InputDevice     "cursor"        "SendCoreEvents"
        InputDevice     "eraser"        "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection
Grazie per l'aiuto :)

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 1:27
da Guiodic
Giapunk ha scritto: Ciao a tutti, ho da poco installato xubuntu 7.04 sul mio computer, e non capisco come mai non riesco ad aumentare la risoluzione del monitor.
Su windows supportava fino a 1024 x (non mi ricordo) qui mi sembra sia 800 x 600!
Il problema sono forse i driver?
Mi metto il cuore in pace?

Grazie comunque per l'aiuto

ps ho una scheda ATI sapphire
Sta cosa è stata spiegata milioni di volte... una ricerchina?  :-\

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 1:29
da filo1234
l' xorg sembra corretto..provaa riconfigurare la grafica mettendo alla fine la risoluzione che preferisci

Codice: Seleziona tutto

sudo dpkg-reconfigure xserver-xorg

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 9:25
da Giapunk
Come faccio? Da dove la configuro? Se metto impostazioni monitor non posso aumentarla

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 9:56
da pierba
Da terminale, con il comando suggerito:

Codice: Seleziona tutto

sudo dpkg-reconfigure xserver-xorg
si aprirà una serie di finestre in cui imposti i tuoi parametri; puoi lasciare tutti quelli suggeriti e modificare soltanto la risoluzione del monitor.
Quando hai finito, dai il comando

Codice: Seleziona tutto

sudo /etc/init.d/xdm restart
e vedi il risultato.

ciao

PS: il forum è pieno di discussioni sull'argomento, se fai una ricerca avanzata (icona lente sulla barra in alto) impostando come parole da cercare xserver-xorg trovi decine thread in cui se ne parla.

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 10:34
da SoWhat
l'ultimo comando è

Codice: Seleziona tutto

sudo /etc/init.d/gdm restart
c'è gdm anche in xubuntu

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 11:17
da Giapunk
Non ci riesco, se metto la risoluzione che voglio lui non me la modifica 1280 x 1024.
Che posso fare

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 11:51
da pierba
SoWhat ha scritto: l'ultimo comando è

Codice: Seleziona tutto

sudo /etc/init.d/gdm restart
c'è gdm anche in xubuntu
Grazie, non lo sapevo.

ciao

Edit: sei certo che il tuo monitor supporti 1280x1024?

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 11:56
da zeruel85
secondo me devi installare i driver ati...

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 12:11
da Divilinux
ci sono infatti

Section "Device"
        Identifier      "ATI Technologies Inc RV350 AP [Radeon 9600]"
        Driver          "ati"
        BusID          "PCI:1:0:0"
EndSection


bisognerebbe controllare se stanno funzionando piu' che altro..perche' a quanto ho capito..
qui mi sembra sia 800 x 600!
SEMBRA 800x600, ma NON E' 800x600, come riportato nello xorg.conf il valore di default e' 1024..a meno che non ci sia un tool anche per xubuntu che regola la risoluzione del monitor ed e' impostato su 800x600  :-\

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 15:28
da Giapunk
Ho controllato, non è 800 x 600 ma 1024 x 768.
Forse mi sembra più grande perchè cmq xubuntu a le icone un pò più grandi di quelle di windows!
Cmq non sono riuscito a portarlo a 1280 x 1024 e il monitor supporta questa risoluzoine perchè è quella che uso con xp!
Non c'è per caso qualche tool della ATI, che gira su xubuntu, che mi possa far modificare questi parametri?

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 15:34
da Guiodic
Giapunk ha scritto: Ho controllato, non è 800 x 600 ma 1024 x 768.
Forse mi sembra più grande perchè cmq xubuntu a le icone un pò più grandi di quelle di windows!
Cmq non sono riuscito a portarlo a 1280 x 1024 e il monitor supporta questa risoluzoine perchè è quella che uso con xp!
Non c'è per caso qualche tool della ATI, che gira su xubuntu, che mi possa far modificare questi parametri?
Se il monitor supporta 1280x1024 allora apri xorg.conf così:

sudo gedit /etc/X11/xorg.conf

cerca le righe così:

Codice: Seleziona tutto

Modes           "1024x768" "800x600" "640x480"
e modificale in questo modo:

Codice: Seleziona tutto

Modes           "1280x1024" "1024x768" "800x600" "640x480"
salvi, chiudi l'editor, premi ctrl+alt+backspace.

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 15:34
da Divilinux
per portarlo a 1280 devi modificare almeno la risoluzione di default

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc RV350 AP [Radeon 9600]"
        Monitor        "Monitor Generico"
        DefaultDepth    24
        SubSection "Display"
                Depth          1
                Modes          "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          4
                Modes          "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          8
                Modes          "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          15
                Modes          "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          16
                Modes          "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth          24
                Modes          "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 17:04
da Giapunk
Sono riuscito a modificare il file pero' adesso da dove posso scegliere la risoluzione?
Andando su sistema e poi monitor quella che voglio io non me la fa scegliere :(

Grazie a tutti per l'aiuto :)

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 18:15
da filo1234
ma scusa quante volte vuoi modificarla?? se hai modificato il file xorg.conf aggiungendo come ti hanno detto 1024x1280, quest' ultima è quella che avrai di default...devi solo riavviare la grafica o direttamente il pc per vedere i risultati...

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 22:10
da Giapunk
Allora mi sa che non funge... non è cambiato niente :(

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 22:44
da Guiodic
Giapunk ha scritto: Allora mi sa che non funge... non è cambiato niente :(
hai messo "1280x1024" in TUTTE le righe? magari invia qui di nuovo il file modificato.

Re: bassa risoluzione

Inviato: venerdì 7 settembre 2007, 23:30
da Giapunk
Eccolo:

Codice: Seleziona tutto

# /etc/X11/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(5) 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 "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	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		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc RV350 AP [Radeon 9600]"
	Driver		"ati"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV350 AP [Radeon 9600]"
	Monitor		"Monitor Generico"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection