Per dovere di informazione riporto di seguito le attività da me eseguite per risolvere il mio problema.
Debbo sottolineare il fatto che non è farina del mio sacco; dopo tanto peregrinare ho trovato nel forum USA la thred con la risposta che faceva al caso mio riporto il link:
http://ubuntuforums.org/showthread.php?t=1342784; io la espongo in italiano ed in un modo diverso.
Ora, non so se è la risoluzione migliore per quanto funzioni perfettamente in quanto:
1 Ho dovuto gioco forza reimpostare il file xorg.conf
2 Ho reso specifica la risoluzione allo startup (nel caso si cambiasse scheda grafica...)
Se ci fosse qualcuno in grado di spiegare altre modalità risolutive, ben venga e parliamone.
Un saluto a tutti.
Setting risoluzione esatta nello xorg.conf per display Login centrato ed allineato
I passi sono completi della eventuale generazione del file xorg.conf con le impostazioni attuali, nel caso in cui tale file non esista. Infatti tale file dalla versione di Ubuntu 09.10 Karmic Koala non è più obbligatorio. In questo caso però dovendo specificargli una impostazione non predefinita occorrerà prima crearlo con le impostazioni predefinite, quindi implementarlo.
L’esempio sotto riportato è relativo all’impostazione della risoluzione che interessa impostare nel mio caso cioè: 1024x768 @ ?? (voi adattate il tutto di conseguenza).
1.Creazione file xorg.conf (ignorare questo passaggio se il file è già presente in /etc/X11/xorg.conf)
a.Aprire la modalità terminale
b.Digitare: sudo /etc/init.d/gdm stop (in questa maniera viene stoppato il servizio GDM e quindi il desktop grafico)
c.Digitare: propria User e Password
d.Digitare: sudo Xorg –configure (in questa maniera viene generato un file xorg.conf.new sulla base delle impostazioni video attuali e posto normalmente nella cartella home dell’utente)
e.Digitare: sudo /etc/init.d/gdm start (in questa maniera viene ristartato il servizio GDM e quindi il desktop grafico)
f.Digitare: propria User e Password
g.Aprire la modalità terminale
h.Digitare: sudo cp xorg.conf.new /etc/X11/xorg.conf (in questa maniera copiamo il file nella cartella esatta dandogli il nome appropriato cioè xorg.conf)
2.Ottenere l’attuale impostazione del modeline per il mio monitor
a.Digitare: cvt 1024 768 60 (il terzo parametro può anche mancare)
i.Si ottiene una riga del tipo: Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
b.Selezionarla e copiarla in clipboard per comodità
3.Implementare il file xorg.conf
a.Aprire la modalità terminale
b.Digitare: sudo gedit /etc/X11/xorg.conf
i.Si apre una finestra di editor con il file xorg.conf da modificare
c.Inserire le due nuove righe (in rosso) e salvate il file modificato come riportato di seguito prima e dopo la modifica
xorg.conf prima della modifica:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
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"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri"
Load "extmod"
Load "record"
Load "dbe"
Load "dri2"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "PrintVGARegs" # []
#Option "PrintTVRegs" # []
#Option "I2CScan" # []
#Option "VBEModes" # []
#Option "NoAccel" # []
#Option "AccelMethod" #
#Option "ExaNoComposite" # []
#Option "ExaScratchSize" #
#Option "SWCursor" # []
#Option "ShadowFB" # []
#Option "Rotate" # []
#Option "VideoRAM" #
#Option "ActiveDevice" # []
#Option "BusWidth" # []
#Option "Center" # []
#Option "PanelSize" # []
#Option "ForcePanel" # []
#Option "TVDotCrawl" # []
#Option "TVDeflicker" #
#Option "TVType" # []
#Option "TVOutput" # []
#Option "DisableVQ" # []
#Option "DisableIRQ" # []
#Option "EnableAGPDMA" # []
#Option "NoAGPFor2D" # []
#Option "NoXVDMA" # []
#Option "VbeSaveRestore" # []
#Option "DisableXvBWCheck" # []
#Option "MaxDRIMem" #
#Option "AGPMem" #
Identifier "Card0"
Driver "openchrome"
VendorName "VIA Technologies, Inc."
BoardName "K8M800/K8N800/K8N800A [S3 UniChrome Pro]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
xorg.conf con le modifiche implementate (in rosso):
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
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"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri"
Load "extmod"
Load "record"
Load "dbe"
Load "dri2"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "PrintVGARegs" # []
#Option "PrintTVRegs" # []
#Option "I2CScan" # []
#Option "VBEModes" # []
#Option "NoAccel" # []
#Option "AccelMethod" #
#Option "ExaNoComposite" # []
#Option "ExaScratchSize" #
#Option "SWCursor" # []
#Option "ShadowFB" # []
#Option "Rotate" # []
#Option "VideoRAM" #
#Option "ActiveDevice" # []
#Option "BusWidth" # []
#Option "Center" # []
#Option "PanelSize" # []
#Option "ForcePanel" # []
#Option "TVDotCrawl" # []
#Option "TVDeflicker" #
#Option "TVType" # []
#Option "TVOutput" # []
#Option "DisableVQ" # []
#Option "DisableIRQ" # []
#Option "EnableAGPDMA" # []
#Option "NoAGPFor2D" # []
#Option "NoXVDMA" # []
#Option "VbeSaveRestore" # []
#Option "DisableXvBWCheck" # []
#Option "MaxDRIMem" #
#Option "AGPMem" #
Identifier "Card0"
Driver "openchrome"
VendorName "VIA Technologies, Inc."
BoardName "K8M800/K8N800/K8N800A [S3 UniChrome Pro]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
d.Salvare le modifiche
e.Chiudere la finestra di editor
f.Chiudere la modalità terminale
4.
RESTART DEL SISTEMA (se fatto tutto per bene ora la risoluzione dovrebbe essere impostata secondo la nostra richiesta)