da circa tre giorni ho abbandonato dopo anni Ubuntu e sono tornato alla Slack (la usavo fino alla 12.0). Ho un laptop Dell 640m con integrata intel GMA 945GM.
Codice: Seleziona tutto
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)Glxgears da:
Codice: Seleziona tutto
pascal@Toothy:~$ glxgears
4686 frames in 5.0 seconds = 937.174 FPS
4733 frames in 5.0 seconds = 937.546 FPS
4694 frames in 5.0 seconds = 935.960 FPS
4735 frames in 5.0 seconds = 946.889 FPS
Nel driver per windows è possibile settare o la modalità stretch oppure "mantieni le proporzioni" che esegue uno zoom lasciando bande nere laterali.
Qualcuno conosce l'opzione (nel kernel o in xorg.conf) che possa abilitare lo stretch?
Posto il mio xorg.confg:
Codice: Seleziona tutto
Section "Monitor"
Identifier "LVDS"
DisplaySize 381 238
# Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
Modeline "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync
# Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
# Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync
# Modeline "640x480" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync
EndSection
Section "Device"
Identifier "Intel GMA 945GM"
Driver "intel"
Option "NoStretch" "false"
Option "NoDDC"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Intel GMA 945GM"
Monitor "LVDS"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1440x900" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1440x900" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1440x900" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1440x900" "1280x800" "1280x768" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
EndSection
Grazie a tutti.
Pascal
