Проблемы с HD3650

nVidia, ATI, SIS, VIA и др.

Модератор: Модераторы разделов

Ответить
Аватара пользователя
Nekosargot
Сообщения: 159

Проблемы с HD3650

Сообщение Nekosargot »

AGP Ati HD3650
Debian Lenny
ati-driver-installer-9-9-x86.x86_64.run

После установки драйверов и выполнения aticonfig --initial, ребут, выдается сообщение об ошибке запуска иксов с логом загрузки, в логе ошибка Screens найдены, но параметры не поддерживаются "No screens found"

Мой 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.
#
# 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 "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us,ru"
    Option        "XkbOptions" "grp:alt_shift_toggle"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


Люди помогите пожалуйста, ато сам уже без понятия что еще делать. Колдовал с замещением секций Screen и Monitor, взятых из дефолтного xorg.conf....максимум, чего добился - блекскрина (
Вложения
Xorg.0.log
(54.89 КБ) 3 скачивания
Sempron LE-140 3.8Ghz |2gb ddr2|1TB|Debian stable x86-64 + Ratpoison
Она: Женатые мужчины для меня не существуют, как класс.
Он: Только как объекты. © Bash
Спасибо сказали:
mrStas
Сообщения: 30

Re: Проблемы с HD3650

Сообщение mrStas »

Nekosargot писал(а):
17.09.2009 23:57
AGP Ati HD3650
Debian Lenny
ati-driver-installer-9-9-x86.x86_64.run

После установки драйверов и выполнения aticonfig --initial, ребут, выдается сообщение об ошибке запуска иксов с логом загрузки, в логе ошибка Screens найдены, но параметры не поддерживаются "No screens found"

Мой 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.
#
# 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 "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us,ru"
    Option        "XkbOptions" "grp:alt_shift_toggle"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


Люди помогите пожалуйста, ато сам уже без понятия что еще делать. Колдовал с замещением секций Screen и Monitor, взятых из дефолтного xorg.conf....максимум, чего добился - блекскрина ( :crazy:


Не нужно было запускать aticonfig.
У меня такая же проблема была с 9.9.
Как решил...
Снёс драйвер (usr/bin/ati, там скрипт деинсталяции лежит)
Откатился на Vesa (XFdrake и т.п)
Опять запустил инсталлер (sh ......run)
Ребутнулся и всё заработало...
Касательно aticonfig, заметил, что xorg после установки был переписан...
Так вот в нём вместо aticonfig везде amdcccle.
Спасибо сказали:
Аватара пользователя
Rootlexx
Бывший модератор
Сообщения: 4455
Статус: GNU generation
ОС: Debian GNU/Linux

Re: Проблемы с HD3650

Сообщение Rootlexx »

Nekosargot
Снова попробуйте сделать «aticonfig --initial», запустить X-сервер, а потом, после исправления обратно, прикрепите файл /var/log/Xorg.0.log.old, ибо тот, что вы прикрепили сейчас, — это журнал текущего запущенного сеанса.
Спасибо сказали:
Ответить