Автор Тема: VIA Chrome - разрешение не более 832x624  (Прочитано 2169 раз)

Оффлайн SergeD

  • Участник
  • *
  • Сообщений: 2
Выбирая новую операционную систему в среднеобразовательной школе мы остановили свой выбор на 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

Может быть, кто-нибудь подскажет, что делать дальше?

Оффлайн yaleks

  • Мастер
  • ***
  • Сообщений: 6 242
Re: VIA Chrome - разрешение не более 832x624
« Ответ #1 : 21.04.2010 17:13:58 »
покажите /var/log/Xorg.0.log

Оффлайн ashvik

  • Участник
  • *
  • Сообщений: 17
Re: VIA Chrome - разрешение не более 832x624
« Ответ #2 : 14.05.2010 02:53:31 »
У меня такая же проблема - материнка на чипсете от VIA и не работает драйвер openchrom с KDE4.3
Приходиться делать так:
1.Установка-загрузка проходит нормально
2.Ждем появления графического входа
3.Жмем Ctrl+AlT+F2 (F3-F6) и логинимся под root-ом в текстовом режиме
4.#mc
5.Правим /etc/X11/xorg.conf  (вместо openchrom ставим vesa)
 ....
Section "Device"
   Identifier  "Card0|0"
   Driver      "vesa"
EndSection
....
сохраняем-выходим
6.#exit  - выходим из-под рута
7.Возвращаемся в графический режим (Ctrl+AlT+F7) и перезапускаем графическую систему (есть в меню)

Во всяком случае хоть работать можно...
А вообще интересно услышать - как работать с этим драйвером или надо S3 выбирать?