зарегистрировался тут потому что именно такая проблема
Сначала хочу ответить на 80% решений приведенных тут;
1) насколько я уже понял, в ubuntu 9.04 от файла xorg.conf НИЧЕГО НЕ ЗАВИСИТ! Оттуда система НЕ берет настройки, настройки она берет через какой-то HAL, а содержимое xorg.conf ИГНОРИРУЕТСЯ
2) В ubuntu 9.04 файлы типа run запустить невозможно! (это я про catalyst 9.7)
3) Проприетарный драйвер видюхи ( у меня карта asus eah 3650) приводит к out of range
4) envyng при установке драйвера ati приводит к тому же
5) открытый драйвер "sudo aptitude install xserver-xorg-video-radeonhd" ничем не помог
Поставил ubuntu уже на 6 компах, везде гребаные проблемы с ВИДЕОКАРТАМИ! Научился работать только с семьей nvidia! С ati и встроенными картами intel никак!!!
Что делать?
-----------------------
поставил проприетарный драйвер, перезагрузился
грузиться ubunta, потом начинают мелькать полосы на экране, далее - out of range, черный экран
ctrl+alt+F1 - логинюсь, далее ввожу "sudo xrandr -s 3/800x600" - ответ "can`t open display"
в итоге приходится запускать envyng -t и выбирать пункт 4 "uninstall ATI driver"
Содержимое xorg.conf:
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "dri"
Load "GLcore"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection