Pagina 1 di 1

X fa i capricci a volte

Inviato: venerdì 29 febbraio 2008, 9:01
da Danilo Rossi
Salve a tutti, utilizzo una macchina server come workstation (IBM System x3105), il quale ha installata una scheda video on board (ATI ES1000). Dopo aver installato Ubuntu 7.04 il sistema ha correttamente riconosciuto la scheda e l'ha configurata correttamente. Utilizzo un monitor 19" wide della acer e tutto sembra funzionare correttamente salvo che in alcune occasioni (ad esempio qualche volta all'avvio o dopo che il sistema ritorna al desktop dopo che è andato lo screensaver) la visione del desktop sul monitor risulta pessima: sfarfallio, caratteri sfocati, come se il sistema non riconoscesse correttamente la risoluzione che sta utilizzando. Basta riavviare il server x e tuto torna alla perfetta normalita'. Qualcuno di voi saprebbe dirmi da cosa possa dipendere questo piccolo inconveniente? Mi piacerebbe sapere se fosse un problema riconducibile al fatto che x non è configurato correttamente oppure se si tratti di problemi legati al tipo di monitor(acer AL1916W).

provo a postare xorg.conf (sperando che potesse aiutare a capire meglio)
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"
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"
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 ES1000"
Driver "ati"
BusID "PCI:1:2:0"
EndSection

Section "Monitor"
Identifier "AL1916W"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ES1000"
Monitor "AL1916W"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x1440" "1440x900" "1400x1050" "1280x1280" "1280x1024" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x1440" "1440x900" "1400x1050" "1280x1280" "1280x1024" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x1440" "1440x900" "1400x1050" "1280x1280" "1280x1024" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x1440" "1440x900" "1400x1050" "1280x1280" "1280x1024" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x1440" "1440x900" "1400x1050" "1280x1280" "1280x1024" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x1440" "1440x900" "1400x1050" "1280x1280" "1280x1024" "1280x960" "1152x921" "1152x864" "1024x768" "832x624" "800x600" "720x400" "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

Re: X fa i capricci a volte

Inviato: lunedì 3 marzo 2008, 9:54
da Danilo Rossi
A monte tutto, E' il monitor che fa i capricci e non X. Me ne sono accorto per caso. Che ingenuo. Come potevo dibitare del mio picoclo Ubuntino. ^_^