Pagina 1 di 2
salvare risoluzione schermo(risolto)
Inviato: martedì 11 settembre 2007, 17:51
da criceto45
ciao ragazzi sto modificando la risoluzione dello schermo ma a questo punto
sudo nano /boot/grub/menu.lst
scorri fino a trovare questa riga:
Codice:
# kopt=root=UUID=fccafcc7-d7cc-4594-9459-a8f0db7b9f7f ro
(ovviamente ci sarà un'atro UUID) e aggiungi dopo ro acpi=force irqpoll--
salva e digita:
non riesco o non capisco come salvare grazie ???
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 17:54
da Skrezium
Con nano si salva premendo Ctrl+O, è scritto anche in basso.
Scusa, ma perché stai modificando GRUB per la risoluzione dello schermo? o_o
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 18:18
da criceto45
ho solo 3 risoluzioni e ho le pagine gigantesche >:(
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 18:22
da atomista
penso che per cambiare la risoluzione dello schermo dovresti guardare questo file
/etc/X11/xorg.conf
per salvare con vi devi digitare :wq
per poter salvare questo file devi avere i privilegi di amministratore
ciao
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 18:26
da criceto45
e' un po complicato non esiste un altro sistema per aggiungere varie risoluzioni :'(
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 18:28
da atomista
prova a usare questo comando
sudo dpkg-reconfigure xserver-xorg
puoi configurare il monitor più semplicemente e
salva sempre la versione precedente con un backup
ciao
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 18:50
da criceto45
gia' fatto ma a questo punto si ferma
┌────────────────┤ Configurazione in corso di xserver-xorg ├────────────────┐
│ │
│ ISA:1 ↑
│ PCI:0:16:0 ▒
│ SBUS:/iommu@0,10000000/sbus@0,10001000/SUNW,tcx@2,800000 ▒
│ ▒
│ ▒
│ Se si sta usando un sistema con più monitor, questa opzione ne ▒
│ configurerà solo uno. Sarà necessario modificare manualmente il file di ▒
│ configurazione del server X, /etc/X11/xorg.conf. ▒
│ ▒
│ Si può usare il comando «lspci» per determinare la collocazione sul bus ▒
│ della scheda video PCI, AGP o PCI-Express. ▒
│ ▒
│ Quando possibile, questa domanda ha una risposta preimpostata che si ▮
│ dovrebbe accettare, a meno di non essere sicuri che sia sbagliata. ↓
│
│
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 18:57
da criceto45
sono messo cosi'
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 ATI Radeon XPRESS 200M 5955 (PCIE)"
Driver "fglrx"
Busid "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
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"
Inputdevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 19:11
da sono io il vero spillo
Codice: Seleziona tutto
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 ATI Radeon XPRESS 200M 5955 (PCIE)"
Driver "fglrx"
Busid "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
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"
Inputdevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
da quel che capisco, se non sto facendo errori, non hai una bassa risoluzione...
Codice: Seleziona tutto
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 19:34
da criceto45
si ma voglio impostare altre risoluzioni in particolare 1280x1024 che anche se si vede nel terminale effetivamente non c'e come posso aggiungerne altre grazie >:( >:(
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 19:41
da Skrezium
Il tuo xorg è sballato, mi dispiace.
Codice: Seleziona tutto
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Ogni profondità di colore di ogni subsection Display deve avere una risoluzione impostata. Dovrebbe essere così:
Codice: Seleziona tutto
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
Naturalmente cambi le risoluzioni a seconda di quella che vuoi. (devono essere tutte uguali, su ogni linea)
Ah, per modificarlo, devi solo lanciare nano:
poi, sostituisci la parte sballata con quella corretta e salvi con Ctrl-O, come ti ho già detto. Poi riavvii X e vedi se funza.
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 21:36
da criceto45
ho eseguito alla lettera ma al riavvio del pc non cambia nulla , dimenticavo uso la versione 7.10 cosa fare??? >:(
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 21:56
da criceto45
ora e' cosi'
ection "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
ma in risoluzione dello schermo non appaiono cosa sbaglio? :'(
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 22:04
da sono io il vero spillo
prova così:
e sistemalo come preferisci

Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 22:12
da criceto45
quando sono qui cosa faccio
ISA:1 ↑
│ PCI:0:16:0 ▒
│ SBUS:/iommu@0,10000000/sbus@0,10001000/SUNW,tcx@2,800000 ▒
│ ▒
│ ▒
│ Se si sta usando un sistema con più monitor, questa opzione ne ▒
│ configurerà solo uno. Sarà necessario modificare manualmente il file di ▒
│ configurazione del server X, /etc/X11/xorg.conf. ▒
│ ▒
│ Si può usare il comando «lspci» per determinare la collocazione sul bus ▒
│ della scheda video PCI, AGP o PCI-Express. ▒
│ ▒
│ Quando possibile, questa domanda ha una risposta preimpostata che si ▮
│ dovrebbe accettare, a meno di non essere sicuri che sia sbagliata
non si muove piu' forse sarebbe meglio cambiare sezione in grafica magari ???
Re: salvare risoluzione schermo
Inviato: martedì 11 settembre 2007, 23:06
da criceto45
cortesemente un moderatore mi sposta nella sezione piu' adeguata penso possa essere anche un problema di diver grazie

Re: salvare risoluzione schermo
Inviato: mercoledì 12 settembre 2007, 1:09
da atomista
l'errore potrebbe essere nei valori di refresh perchè quando usi
sudo dpkg-reconfigure xserver-xorg
dovrebbe metterteli al minimo
per il tuo schermo i valori corretti dovrebbero essere
HorizSync 31.5 - 100.0
VertRefresh 59.0 - 75.0
i valori da modificare sono sempre in xorg.conf
ciao
Re: salvare risoluzione schermo
Inviato: mercoledì 12 settembre 2007, 2:31
da jeremie2
criceto45 ha scritto:
cortesemente un moderatore mi sposta nella sezione piu' adeguata penso possa essere anche un problema di diver grazie
Fatto!
Giusto un paio di suggerimenti. Per le comunicazioni ai moderatori puoi fare clic su "Segnala al moderatore" (presente in tutti i post in basso a sinistra). Così il primo moderatore che passa... sposta il topic.
Mentre quando devi postare il contenuto di alcuni file di testo o il risultato dei comandi, è bene utilizzare i tag "code". Basta selezionare il testo e fare clic sul simbolo "
#" sopra le faccine. In questo modo si evitano post troppo lunghi e li si rende più leggibili. A tal proposito ho modificato il tuo post con il contenuto dell'xorg.conf.
Ciao
Re: salvare risoluzione schermo
Inviato: mercoledì 12 settembre 2007, 9:12
da criceto45
ti ringrazio non sono moltom pratico nel postare ciao

(b2b)
Re: salvare risoluzione schermo
Inviato: mercoledì 12 settembre 2007, 9:44
da criceto45
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 ATI Radeon XPRESS 200M 5955 (PCIE)"
Driver "fglrx"
Busid "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "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"
Inputdevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
scusa ma non li trovo e poi perche non vedo queste risoluzioni ?