PDA

View Full Version : Aiuto per la scheda video e il monitor su Xububtu


gio.tempo
12-01-2007, 17:08
[Ho installato Xubuntu sul mio pentium II 350, va benissimo, magari solo uin pò lento perchè vorrebbe più RAM che presto aggiungerò, ma il mio problema è la frequenza dello schermo troppo bassa (60 Hz),vorrei che arrivasse almeno a 70 Hz per un buon confort dei miei occhi, questo Pc è dotato di un scheda video integrata SiS 5595/620, non sono riuscito a reperire driver per linux e tra le opzioni di configurazione del monitor la massima risoluzione è 800x600 alla frequenza di 60 Hz. Accetto consigli per risolvere sto problema.

VegetaSSJ5
12-01-2007, 18:40
che distribuzione hai? qual'è la risoluzione@frequenza ideale per il tuo monitor?

gio.tempo
13-01-2007, 10:46
Come distribuzione ho una dapper drake, un buona risoluzione sarebbe quella che ho: 800x600, ma alla frequenza di 85Hz sarebbe l'ideale, ma diaciamo comunque da 75Hz in su.

VegetaSSJ5
13-01-2007, 11:11
apri un terminale e scrivi

sudo nano /etc/X11/xorg.conf (attento alle maiuscole)

in questo file ci sono diverse "section", c'è quella input, device ecc...
all'interno della section monitor devi aggiungere questa riga

Modeline "800x600@85" 58.20 800 832 1048 1080 600 611 620 631

poi salva ed esci (ctrl+x). a questo punto riavvia il pc, se non ti parte già in quella modalità prova a vedere se puoi selezionarla. se ancora non va per favore posta qui il tutto il contenuto di quella section monitor di cui parlavo prima.

gio.tempo
13-01-2007, 15:35
Ho fatto quello che mi hai detto ma non è accaduto nulla, ma ho notato anche una section screen, e li ho visto che c'era un intervallo (43-60) riguardante l'aggiornamento verticale del monitor, di testa mia ho sostituito 60 con 85 e ho riavviato, tra le opzioni di visualizzazione delloo schermo ho così potuto selezionare 800x600@75 Hz(purtroppo non 85Hz), il risulato sarebbe pienamente soddisfacente se non fosse per una sorta di effetto zoom che ho ottenuto, ho rimpicciolito icone e caratteri, ma all'inertno delle finestre di programmi come browser ed editor testuali, l'effetto rimane, così per vedere tutta una pagina internet sono costretto a muovermi più volte dentro di essa con le barre. Non so, ho fatto male a modificare quel parametro?

VegetaSSJ5
13-01-2007, 16:07
senti per favore posta il contenuto di tutto il file xorg.conf
nel frattempo tu dai il comando "sudo dpkg-reconfigure xserver-xorg" (senza virgolette) e scegli la risoluzione che più ti piace.

gio.tempo
13-01-2007, 18:02
ECCO POSTATO IL FILE xorg.conf


# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/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"
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

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

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Silicon Integrated Systems (SiS) 530/620 PCI/AGP VGA D$ Driver "sis"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-85 (Il valore 85 l'ho inserito io al posto di 60)

EndSection
Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems (SiS) 530/620 PCI/AGP VGA D$ 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

^G Guida ^O Salva ^R Inserisci ^Y Pag Prec. ^K Taglia ^C Posizione
^X Esci ^J Giustifica^W Cerca ^V Pag Succ. ^U Incolla ^T Ortografia