Perfect Gentleman Veteran
Joined: 18 May 2014 Posts: 1256
|
Posted: Sat Apr 04, 2015 4:23 am Post subject: ATI, Radeon and built-in DRI3. How? |
|
|
I've installed xf86-video-ati-9999, enable DRI3 in conf-file, but DRI3 is not built-in module. How can it be built in ?
Code: | 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks XT [Radeon HD 6670/7670] (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd Turks XT [Radeon HD 6670/7670]
Flags: bus master, fast devsel, latency 0, IRQ 26
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at fdfc0000 (64-bit, non-prefetchable) [size=128K]
I/O ports at ee00 [size=256]
[virtual] Expansion ROM at fdf00000 [disabled] [size=128K]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
Kernel driver in use: radeon |
Code: | ~ $ cat /etc/X11/xorg.conf.d/10-radeon.conf
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "DRI3" "on"
Option "AccelMethod" "Glamor" |
Code: | ~ $ sudo cat /var/log/Xorg.0.log | grep -i dri
[ 15.933] X.Org Video Driver: 19.0
[ 15.933] X.Org XInput driver : 21.0
[ 15.934] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 16.168] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[ 16.190] Module class: X.Org Video Driver
[ 16.190] ABI class: X.Org Video Driver, version 19.0
[ 16.190] (II) RADEON: Driver for ATI Radeon chipsets:
[ 16.212] (**) RADEON(0): Option "DRI3" "on"
[ 16.212] (II) Loading sub module "dri2"
[ 16.212] (II) LoadModule: "dri2"
[ 16.212] (II) Module "dri2" already built-in
[ 16.268] (II) glamor: OpenGL accelerated X.org driver based.
[ 16.728] (II) glamor: EGL version 1.4 (DRI2):
[ 16.907] (II) RADEON(0): [DRI2] Setup complete
[ 16.907] (II) RADEON(0): [DRI2] DRI driver: r600
[ 16.907] (II) RADEON(0): [DRI2] VDPAU driver: r600
[ 16.907] (**) RADEON(0): DRI3 enabled
[ 16.992] (II) GLX: Initialized DRI2 GL provider for screen 0
|
and I wanna like that
Code: | [322141.971] (II) LoadModule: "dri2"
[322141.971] (II) Module "dri2" already built-in
[322141.971] (II) LoadModule: "dri3"
[322141.971] (II) Module "dri3" already built-in |
|
|