Выбирая новую операционную систему в среднеобразовательной школе мы остановили свой выбор на ALTLinux. В школе 42 рабочиу станций с интегрированными видеочипсетами VIA Chrome. Пятая версия устойчиво "висла" при установке, 4.11 встала без проблем. Но разрешение у монитора только 832x624. Больше в настройках дисплея не предлагается.
При этом xorg.conf вроде как это подразумевает:
# With libXiconfig we don't need configuration for
# ps and usb mice.
# For serial mice we will set up all serial devices.
#
# Composite is not yet stable on even major drivers;
# uncomment to enable
#Section "Extensions"
# Option "RENDER" "Enable"
# Option "Composite" "Enable"
#EndSection
Section "ServerLayout"
Identifier "Minimal layout"
Screen "Screen0" 0 0
InputDevice "/dev/ttyS0" "CorePointer"
EndSection
Section "Module"
Load "freetype"
Load "glx"
Load "dri"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "true"
Option "AllowMouseOpenFail" "true"
Option "AIGLX" "true"
EndSection
Section "InputDevice"
Identifier "/dev/ttyS1"
Driver "mouse"
Option "Device" "/dev/ttyS1"
Option "Protocol" "microsoft"
EndSection
Section "InputDevice"
Identifier "/dev/ttyS0"
Driver "mouse"
Option "Device" "/dev/ttyS0"
Option "Protocol" "microsoft"
EndSection
Section "Monitor"
Identifier "Acer AL1511|0"
DisplaySize 300 230
HorizSync 30.0 - 63.0
VertRefresh 55.0 - 75.0
EndSection
Section "Device"
Identifier "Card0|0"
Driver "openchrome"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0|0"
Monitor "Acer AL1511|0"
DefaultDepth 16
SubSection "Display"
Depth 8
Modes "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
EndSubSection
EndSection
Section "DRI"
Group "xgrp"
Mode 0660
EndSection
Может быть, кто-нибудь подскажет, что делать дальше?