ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Шенцев Алексей Владимирович" <ashen@nsrz.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] how turn on dri for ati radeon
Date: Tue, 18 Jul 2006 17:34:48 +0400
Message-ID: <200607181734.48090.ashen@nsrz.ru> (raw)
In-Reply-To: <44BCC23C.2020501@gmail.com>

В сообщении от 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

  reply	other threads:[~2006-07-18 13:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-18  6:15 Mikhail Kuligin
2006-07-18  6:34 ` Хихин Руслан
2006-07-18  6:51 ` Шенцев Алексей Владимирович
2006-07-18  6:57   ` Шенцев Алексей Владимирович
2006-07-18 11:13   ` Mikhail Kuligin
2006-07-18 13:34     ` Шенцев Алексей Владимирович [this message]
2006-07-18 10:28 ` Alexey Morsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200607181734.48090.ashen@nsrz.ru \
    --to=ashen@nsrz.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git