Fedora Core 6 (Проблема ATI)

Cent OS, Scientific Linux

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

!Lestat!
Сообщения: 6

Fedora Core 6

Сообщение !Lestat! »

Поставил Федору 6, призагрузки долго думала.... как только пошло распознавание устройств на экране появилась надпись HZ (превышениа частота или разрешение), корявые дровишки... как я материл ее... Х не загрузились.... что делать?хочу именно Федору эту... Как решить проблему? (Переход на другой пак не предлагать, слез с АСП 11, ХОЧУ 6 Федору)
Nightquest - quest not for the past, But for tomorrow to make it last, Simply the best way to walk this life,Hand in hand with the dreamersґ minds, Enter the realm, donґt stay awake,The dreams remain, they only brake, Forget the task, enjoy the ride, And follow us into the night
Спасибо сказали:
Аватара пользователя
Liksys
Сообщения: 2910

Re: Fedora Core 6

Сообщение Liksys »

То есть система поставилась, а потом ты Атишные дрова прикрутил? Логи иксов покажи тогда.
Спасибо сказали:
D1AMOND
Сообщения: 70

Re: Fedora Core 6

Сообщение D1AMOND »

!Lestat! писал(а):
15.02.2007 20:18
Поставил Федору 6, призагрузки долго думала.... как только пошло распознавание устройств на экране появилась надпись HZ (превышениа частота или разрешение), корявые дровишки... как я материл ее... Х не загрузились.... что делать?хочу именно Федору эту... Как решить проблему? (Переход на другой пак не предлагать, слез с АСП 11, ХОЧУ 6 Федору)

Была та же история , исправил значиться так.
Берем рабочий конфиг (xorg.conf я взял с RHEL4) прогружаемся с Live CD, моунтим, заменяем конфиг (/etc/X11) на наш рабочий , ребутимся.


Хотелось бы услышать ответ как поставить OpenGL скачал дрова поставил все по официальному мануалу.

В ATI Control выдает следующие
Card Name Radeon X 1300 Series (RV515 LE 7146)
Memory Size 256 MByte
BIOS Version unknown
Display Driver

Driver Version 8.33.06
OpenGL
Vendor Mesa project www.mesa3D.org
Version 1.2 (1.5 Mesa 6.5.1)
Renderer
Mesa GLX Inderect



мой xorg.config

Код: Выделить всё

# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath     "unix/:7100"
EndSection

Section "Module"
    Load  "dbe"
    Load  "extmod"
    Load  "fbdevhw"
    Load  "glx"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option    "Xleds"        "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#    Option    "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option    "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option    "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option    "XkbLayout"    "de"
# or:
#    Option    "XkbLayout"    "de"
#    Option    "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option    "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#    Option    "XkbOptions"    "ctrl:nocaps"
#
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "IMPS/2"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5"
    Option        "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "SyncMaster"
    DisplaySize  320    240
    HorizSync    30.0 - 70.0
    VertRefresh  50.0 - 160.0
    Option        "dpms"
EndSection

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

Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    VendorName  "Videocard vendor"
    BoardName   "VESA driver (generic)"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"


EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

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

Section "DRI"
    Group        0
    Mode         0666
EndSection
Спасибо сказали:
!Lestat!
Сообщения: 6

Re: Fedora Core 6

Сообщение !Lestat! »

Есть такая командна напишу не правильно... исправьте
system-config-monitor
Nightquest - quest not for the past, But for tomorrow to make it last, Simply the best way to walk this life,Hand in hand with the dreamersґ minds, Enter the realm, donґt stay awake,The dreams remain, they only brake, Forget the task, enjoy the ride, And follow us into the night
Спасибо сказали:
Аватара пользователя
Liksys
Сообщения: 2910

Re: Fedora Core 6

Сообщение Liksys »

system-config-display
Спасибо сказали:
!Lestat!
Сообщения: 6

Re: Fedora Core 6

Сообщение !Lestat! »

Этой командой я запустил настройку дисплея и выбрал 800*600 1000 цветов, Х стартанули...
Поставил ati-driver-installer-8.29.6.run потом этой же командой выбрал в настройках fglrx дрова.... и тут Х опять сдохли.................... как быть? (Но дрова я могу и ставил еще до старта Х)
Nightquest - quest not for the past, But for tomorrow to make it last, Simply the best way to walk this life,Hand in hand with the dreamersґ minds, Enter the realm, donґt stay awake,The dreams remain, they only brake, Forget the task, enjoy the ride, And follow us into the night
Спасибо сказали:
Аватара пользователя
Mi}{a
Сообщения: 32
ОС: Fedora Core 7, Ubuntu 7.10

Re: Fedora Core 6

Сообщение Mi}{a »

Зачем ставить стандартные ATI-ые дрова если под FC собирают годовый ati-модуть (kmod-fglrx).
Вот ссылочка где можно скачать rpm - пакет kmod-fglrx-x.xx.x

http://rpm.livna.org/fedora/6/i386/repodat...ew/K.group.html

из зависемостей тянет только пакет xorg-x11-drv-fglrx-x.xx.x

Ссылка http://rpm.livna.org/fedora/6/i386/repodat...ew/X.group.html

Я у себя на рабочем компьютере ставил fglrx v. 8.29.x . К сожаление такой версии драйвера на сайте livna уже нет так как для ATI Radeon x1600 он идеально подхотит (Поддерживает OpenGL 2.0) в отличии от v. 8.31.x. (Поддерживала только OpenGL 1.2). Хотя это скорее обычный глюк ATI дровов.
У меня на домашнем компе стоит GeForce FX5500 и такого глюка с версиями дровов не было.
Вообще я заказывал в LC FC6_LC Edition (2-DVD) на которых уже были скаченые репозитарии с livn-ы и extras, что-бы незаморачиватся со скачиванием дополнительных пакетов с интернета.
Спасибо сказали:
!Lestat!
Сообщения: 6

Re: Fedora Core 6

Сообщение !Lestat! »

Обязательно скачаю. Только у меня диалап то трафику.... но скачаю. Спс.

Вот прикол слышали про дело дяди Билли и колхозника Директора школы?
Так вот, теперь те организации которым в па..... закупать мастдая, переодят на Linux :) Ура товарищи наши ряды пополнятся :)
Nightquest - quest not for the past, But for tomorrow to make it last, Simply the best way to walk this life,Hand in hand with the dreamersґ minds, Enter the realm, donґt stay awake,The dreams remain, they only brake, Forget the task, enjoy the ride, And follow us into the night
Спасибо сказали:
Gomer
Сообщения: 9

Re: Fedora Core 6

Сообщение Gomer »

Была та же история , исправил значиться так.
Берем рабочий конфиг (xorg.conf я взял с RHEL4) прогружаемся с Live CD, моунтим, заменяем конфиг (/etc/X11) на наш рабочий , ребутимся.

а с помощю команд нельзя переконфигурить? а то есть проблема с рабочим xorg.conf и Live CD которых просто нет (
Спасибо сказали: