Я заново установил Kubuntu 9.10 на настольный компьютер HP с Samsung SyncMaster 2243 и встроенной видеокартой Intel. Разрешение экрана установлено на 1280x1024
вместо родного 1680x1050
, что заставляет мои глаза кровоточить.
$ lspci -k |grep "VGA" -A2
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31
Express Integrated Graphics Controller (rev 10)
Kernel driver in use: i915
Kernel modules: i915
и мой xorg.conf:
/etc/X11$ cat xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Есть идеи, как заставить этот драйвер работать? Я не нашел рабочих решений в поиске Google.
Спасибо,
Адам