У меня такой вопросик: вот у меня бук gateway mx3231(Video: S3 UniChrome™ Pro integrated graphics Up to 64 MB shared video memory ), так вот когда я ставлю Ubuntu, она ставится с разрешением 1600х1200, хотя у меня 1080х768. при смене разрешения без изменений в xorg.conf у меня экран идет полосами (вот скрин, только он с XUbuntu, но на Ubuntu та же картина)
Я решил эту проблему правкой xorg.conf под свой ноут(нашел конфиг на буржуйском сайте, тупо переписал на свой старый и ребутнул сиситему.)
Вот он этот самый xorg с буржуйского сайта:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS"
HorizSync 36-64
VertRefresh 36-60
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
Subsection "Display"
Depth 1
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
С этим конфигом все вроде бы окей, но вот беда- почти все игры вызывают проблемы. 2D игры в большинстве свооем просто не на то место ставят обьекты, 3D игры вообще творят примерно то же, что и на скрине

. P.S. вот ужасы из настроек экрана:
Монитор: неизвестно
Разршение 1280 на 768(16 на 10)
Частота обновления: 0 Гц //на выбор дают только один вариант: 0 Гц
Ориентация: стандартная //на выбор другой и не дают
P.S. Использую Ubuntu 9.04, установленны последние обновления.
Вопросов у меня 2, причем классических:
"Кто виноват?" и
"Что делать?".