Не знаю, было где-то или нет, но чтобы тут было.
Задача: Свою игрушку ношу на работу и использую её для выхода в интернет. Чтобы было удобнее подсоединяю её через КВМ-свитч к своему компу. Необходимо было,чтобы разрешение было приемлимо для работы на 19-ти дюймовом мониторе.
Решение: правим xorg.conf следующим образом
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Virtual 2048 1024
Modes "2048x1024"
EndSubSection
EndSection
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "DRI" "true"
EndSection
И работаем с разрешением 1280х1024. У меня все работает.