frequenza monitor laptop
-
ludovicoariosto
- Prode Principiante
- Messaggi: 3
- Iscrizione: domenica 1 ottobre 2006, 21:24
frequenza monitor laptop
Salve a tutti
prima di inviare questo post ho cercato inutilmente corrispondenze in post precedenti.
il mio problema è il seguente:
a volte quando effettuo un cambio rapido utente, o durante la schermata di boot, il monitor del mio laptop sembra andare fuori frequenza, e le immagini si vedono molto disturbate con il conseguente obbligo di ravviare pigiando un pò i bottoni alla cieca. A parte il fastidio, il motivo che mi ha spinto a chiedere un aiuto è che credo che la cosa sia un pò pericolosa per il mio monitor.
il laptop è un compaq 3440ea con scheda video ati 9100 igp e schermo wide screen risol. 1280 * 800. Ho provato ad usare i driver ai con l'unico risultato di perdere l'accellerazione tridimensionale gestita direttamente dal kernel. il sistema è aggiornato all'ultima patch ed aggiungo solo per completezze di informazione, che il problema sotto windows non si pone (cioè non può essere un problema fisico).
grazie anticipatamente per le vostre risposte
prima di inviare questo post ho cercato inutilmente corrispondenze in post precedenti.
il mio problema è il seguente:
a volte quando effettuo un cambio rapido utente, o durante la schermata di boot, il monitor del mio laptop sembra andare fuori frequenza, e le immagini si vedono molto disturbate con il conseguente obbligo di ravviare pigiando un pò i bottoni alla cieca. A parte il fastidio, il motivo che mi ha spinto a chiedere un aiuto è che credo che la cosa sia un pò pericolosa per il mio monitor.
il laptop è un compaq 3440ea con scheda video ati 9100 igp e schermo wide screen risol. 1280 * 800. Ho provato ad usare i driver ai con l'unico risultato di perdere l'accellerazione tridimensionale gestita direttamente dal kernel. il sistema è aggiornato all'ultima patch ed aggiungo solo per completezze di informazione, che il problema sotto windows non si pone (cioè non può essere un problema fisico).
grazie anticipatamente per le vostre risposte
- notorious
- Prode Principiante
- Messaggi: 14
- Iscrizione: domenica 1 ottobre 2006, 19:48
- Località: Ostra (AN)
- Contatti:
Re: frequenza monitor laptop
Codice: Seleziona tutto
gksu gedit /etc/X11/xorg.confCodice: Seleziona tutto
Section "Monitor"
...
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
...
EndSectionGuide su Ubuntu @ TechLog
nodes.dat aggiornato per il kad di aMule
Lista di siti per inviare SMS gratis
nodes.dat aggiornato per il kad di aMule
Lista di siti per inviare SMS gratis
- drim
- Scoppiettante Seguace

- Messaggi: 330
- Iscrizione: lunedì 28 novembre 2005, 12:07
- Località: Bologna
Re: frequenza monitor laptop
oppure riavviando con una live che sai funzionare e copiandoli da lì...
io ho fatto così...
ciao
io ho fatto così...
ciao
"...consumiamo troppa birra, forse dobbiamo montare la marmitta catalitica..." - me, al mio coinquilino. h 11.30...
-
ludovicoariosto
- Prode Principiante
- Messaggi: 3
- Iscrizione: domenica 1 ottobre 2006, 21:24
Re: frequenza monitor laptop
e dove devo copiare le righe di configurazione del monitor????
aggiungo copia di x11
# /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"
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"
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"
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/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 "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
Driver "ati"
BusID "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
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
aggiungo copia di x11
# /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"
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"
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"
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/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 "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
Driver "ati"
BusID "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
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
- drim
- Scoppiettante Seguace

- Messaggi: 330
- Iscrizione: lunedì 28 novembre 2005, 12:07
- Località: Bologna
Re: frequenza monitor laptop
basta che ti prendi giù le frequenze, come quelle che ti ha indicato notorius...
"...consumiamo troppa birra, forse dobbiamo montare la marmitta catalitica..." - me, al mio coinquilino. h 11.30...
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 7 ospiti