Ho un computer con architettura Intel EM64T, non ho sbagliato posto, vero?
Il mio problema riguarda il video, ho una scheda video integrata Intel GMA3000 e un monitor CRT dell''Olivetti non proprio comprato ieri (comunque prima era collegato a un windows 98 e arrivava tranquillamente a 1024x768): da Sistema>Preferenze>Risoluzione dello schermo non posso impostare più di 640x480 a 60Hz! Devo modificare qualche impostazione? Quale?
L''ultima parte del mio /etc/X11/xorg.conf è così:
Grazie a tutti per l''aiuto e per il tempo che mi concedeteSection "Device"
Identifier "Intel Corporation Intel Default Card"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Intel Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "720x400" "640x480" "256x256"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "720x400" "640x480" "256x256"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "720x400" "640x480" "256x256"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "720x400" "640x480" "256x256"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "720x400" "640x480" "256x256"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "720x400" "640x480" "256x256"
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