Ciao a tutti,<br>
devo collegare il notebook ad un proiettore per fare una presentazione ma l'immagine del proiettore sfarfalla tantissimo. <br>
<br>
Penso sia un problema di frequenza di refresh, ma l'unico valore che
posso selezionare da Sistema>Preferenze>Risoluzione dello Schermo
e` 60 Hz. Ho guardato nel file xorg.conf ma non trovo dove poter
settare nuovi valori di refresh.<br>
<br>
Ho un acer con ati radeon x600. I driver sono quelli generici "ati" di
ubuntu. Penso che installando i driver proprietari il problema si possa
risolvere ma vorrei evitare.<br>
<br>
Grazie mille anticipatamente. qui di seguito il mio xorg.conf:<br>
<br>
Section "Files"<br>
FontPath "/usr/share/X11/fonts/misc"<br>
FontPath "/usr/share/X11/fonts/cyrillic"<br>
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"<br>
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"<br>
FontPath "/usr/share/X11/fonts/Type1"<br>
FontPath "/usr/share/X11/fonts/CID"<br>
FontPath "/usr/share/X11/fonts/100dpi"<br>
FontPath "/usr/share/X11/fonts/75dpi"<br>
# paths to defoma fonts<br>
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"<br>
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"<br>
EndSection<br>
<br>
Section "Module"<br>
Load "GLcore"<br>
Load "i2c"<br>
Load "bitmap"<br>
Load "ddc"<br>
Load "dri"<br>
Load "extmod"<br>
Load "freetype"<br>
Load "glx"<br>
Load "int10"<br>
Load "type1"<br>
Load "vbe"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Generic Keyboard"<br>
Driver "kbd"<br>
Option "CoreKeyboard"<br>
Option "XkbRules" "xorg"<br>
Option "XkbModel" "pc105"<br>
Option "XkbLayout" "it"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Configured Mouse"<br>
Driver "mouse"<br>
Option "CorePointer"<br>
Option "Device" "/dev/input/mice"<br>
Option "Protocol" "ImPS/2"<br>
Option "Emulate3Buttons" "true"<br>
Option "ZAxisMapping" "4 5"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Synaptics Touchpad"<br>
Driver "synaptics"<br>
Option "SendCoreEvents" "true"<br>
Option "Device" "/dev/psaux"<br>
Option "Protocol" "auto-dev"<br>
Option "HorizScrollDelta" "0"<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "ATI Technologies, Inc. Radeon Mobility X600 (M24)"<br>
Driver "ati"<br>
BusID "PCI:1:0:0"<br>
Option "MonitorLayout" "LVDS,Auto"<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Monitor Generico"<br>
Option "DPMS"<br>
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Default Screen"<br>
Device "ATI Technologies, Inc. Radeon Mobility X600 (M24)"<br>
Monitor "Monitor Generico"<br>
DefaultDepth 24<br>
SubSection "Display"<br>
Depth 1<br>
Modes "1280x800"<br>
EndSubSection<br>
SubSection "Display"<br>
Depth 4<br>
Modes "1280x800"<br>
EndSubSection<br>
SubSection "Display"<br>
Depth 8<br>
Modes "1280x800"<br>
EndSubSection<br>
SubSection "Display"<br>
Depth 15<br>
Modes "1280x800"<br>
EndSubSection<br>
SubSection "Display"<br>
Depth 16<br>
Modes "1280x800"<br>
EndSubSection<br>
SubSection "Display"<br>
Depth 24<br>
Modes "1280x800"<br>
EndSubSection<br>
EndSection<br>
<br>
Section "ServerLayout"<br>
Identifier "Default Layout"<br>
Screen "Default Screen"<br>
InputDevice "Generic Keyboard"<br>
InputDevice "Configured Mouse"<br>
InputDevice "Synaptics Touchpad"<br>
EndSection<br>
<br>
Section "DRI"<br>
Mode 0666<br>
EndSection<br>
<br clear="all"><br>-- <br>Andrea Picco, PhD Student<br>Department of Theoretical Physics,<br>University of Turin.<br>Department of Oncological Sciences,<br>Institute for Cancer Research and Treatment - IRCC<br>Str Prov 142, Km
3.95<br>10060 Candiolo (Torino)<br> Italy <br><br>Phone: +390119933505<br>Fax: +390119933524<br>Web: <a href="http://www.ph.unito.it/~picco/">www.ph.unito.it/~picco/</a>