debian-503-i386-xfce+lxde-CD-1というインストールメディアのISOをインストールしました。
インストール自体は普通にできましたが、1024x480という変態解像度のため/etc/X11/xorg.confは
以下のように設定しました。
Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “XkbRules” “xorg”
Option “XkbModel” “jp106″
Option “XkbLayout” “jp”
EndSection
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
EndSection
Section “Device”
Identifier “VAIO”
Driver “neomagic”
VideoRam 2048
Option “externDisp” “”
Option “internDisp” “”
Option “override_validate_mode”
EndSection
Section “Monitor”
Identifier “VAIO”
HorizSync 30-133
VertRefresh 50-200
ModeLine “1024×480″ 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
EndSection
Section “Screen”
Identifier “Screen 1″
Device “VAIO”
Monitor “VAIO”
DefaultDepth 16
Subsection “Display”
Depth 16
Modes “1024×480″
ViewPort 0 0
EndSubsection
EndSection