[Comm] how turn on dri for ati radeon
Шенцев Алексей Владимирович
=?iso-8859-1?q?ashen_=CE=C1_nsrz=2Eru?=
Вт Июл 18 17:34:48 MSD 2006
В сообщении от 18 июля 2006 15:13 Mikhail Kuligin написал(a):
<skip>
> [budda на budda budda 13:58:41]$ rpm -qa | grep fglrx
> fglrx-tools-8.18.6-alt1
> kernel-modules-fglrx-std26-up-1.0.8.18.6-alt1.132620.10
> fglrx_glx-8.18.6-alt1
fglrx-tools, fglrx_glx, kernel-modules-fglrx установлены. Так и должно быть.
>
> [budda на budda budda 13:59:42]$ rpm -qa | grep kernel-modules-drm
> kernel-modules-drm-std26-up-2005.07.22-alt2.M30.1.132620.10
И это надо.
> [budda на budda budda 14:01:20]$ rpm -qa | grep xorg-x11-dri
> пусто и тоже с
А вот с этим плохо - у вас не стоит поддержка dri для xorg ни для одной
видеокарточки
> [root на budda root 14:01:49]# apt-cache search xorg-x11-dri
> пусто, а при попытке поставить это дело вот такое всплыло:
> [root на budda root 14:02:19]# apt-get install xorg-x11-dri*
А вот этого не надо было делать. Вам нужен пакет xorg-x11-dri-ati ... :)
<skip>
> [root на budda root 14:03:04]# rpm -qa | grep xorg-x11-drv
> xorg-x11-drv-openchrome-0.1.33.1-alt0.M30.1
> xorg-x11-drv-savage-6.8.2-alt20
> xorg-x11-drv-tdfx-6.8.2-alt20
> xorg-x11-drv-siliconmotion-6.8.2-alt20
> xorg-x11-drv-nsc-6.8.2-alt20
> xorg-x11-drv-v4l-6.8.2-alt20
> xorg-x11-drv-chips-6.8.2-alt20
> xorg-x11-drv-mga-6.8.2-alt20
> xorg-x11-drv-i740-6.8.2-alt20
Как я и думал. ALC30 при установке ставит все имеющиеся дрова для всех
извсетных ему видеокарт ... :-S Эти дрова вам точно не нужны. Удалите их.
> xorg-x11-drv-input-6.8.2-alt20
Это оставить.
> xorg-x11-drv-nv-6.8.2-alt20
> xorg-x11-drv-cyrix-6.8.2-alt20
> xorg-x11-drv-s3virge-6.8.2-alt20
> xorg-x11-drv-neomagic-6.8.2-alt20
> xorg-x11-drv-tseng-6.8.2-alt20
> xorg-x11-drv-newport-6.8.2-alt20
> xorg-x11-drv-via-6.8.2-alt20
> xorg-x11-drv-glint-6.8.2-alt20
> xorg-x11-drv-i128-6.8.2-alt20
> xorg-x11-drv-i8xx-6.8.2-alt20
> xorg-x11-drv-ark-6.8.2-alt20
> xorg-x11-drv-s3-6.8.2-alt20
> xorg-x11-drv-trident-6.8.2-alt20
> xorg-x11-drv-imstt-6.8.2-alt20
> xorg-x11-drv-sis-6.8.2-alt20
> xorg-x11-drv-cirrus-6.8.2-alt20
> xorg-x11-drv-apm-6.8.2-alt20
Это так же снести.
> xorg-x11-drv-ati-6.8.2-alt20
Это оставить.
> xorg-x11-drv-rendition-6.8.2-alt20
> xorg-x11-drv-tga-6.8.2-alt20
Снести. Ну нет у вас на компе этих видеокарт и не нужны они дрова для этих
карточек. Или нужны? ... :)
> xorg-x11-drv-vmware-6.8.2-alt20
Если будете возиться с vmware, то оставьте, а нет - снесите.
>
> xorg.conf - сборная солянка из всего, что нашел в сети:
А зачем? Есть програмка конфигурирования в пакете fglrx-tools. Я не помню, как
она называется для ALC30, вроде fglrxconfig или aticonfig. Посмотрите по
$ rpm -ql fglrx-tools | grep conf
С помощью неё и настраивайте свой xorg.conf или вот вам для примера
мой /etc/X11/xorg.conf , который у меня работает и на текущем сизифе и дома
на ALC30. Только перед тем как менять свой /etc/X11/xorg.conf скопируйте
сначала, например, как xorg.conf.old, а потом уже его меняйте и берите только
то, что вам нужно, а не всё подряд.
# cat xorg.conf
Section "Files"
# FontPath "unix/:-1"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "extmod"
Load "type1"
Load "freetype"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "DRI"
Mode 0660
Group "xgrp"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys),ua(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,grp:switch"
# Option "XkbVariant" ",winkeys"
EndSection
Section "InputDevice"
Identifier "mouse0"
Option "Device" "/dev/input/mice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Device0"
# Driver "fglrx" # Вам как раз эту строчку нужно раскоментировать
Driver "radeon" # А эту закоментировать. В общем поэксперементируйте
# как у вас графика пойдёт лучше с radeon или fglrx
EndSection
Section "Monitor"
Identifier "Monitor at Device0"
EndSection
Section "Screen"
Identifier "Screen at Device0"
Device "Device0"
Monitor "Monitor at Device0"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
Subsection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen at Device0"
InputDevice "mouse0" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
--
С уважением Шенцев Алексей Владимирович.
E-mail: ashen на nsrz.ru
ICQ: 271053845
Подробная информация о списке рассылки community