>----Messaggio originale----
>Da: jcris...@debian.org
>Data: 14/09/2014 15.18
>A: "Fabio Pedretti"<fabio....@libero.it>
>Cc: <debian-x@lists.debian.org>, <andreas.boll....@gmail.com>, <maarten.
lankho...@canonical.com>, <tjaal...@debian.org>
>Ogg: Re: [PATCH 1/2] debian/rules: enable intel ilo gallium driver
>
>On Fri, Sep 12, 2014 at 11:59:35 +0200, Fabio Pedretti wrote:
>
>> Can be enabled adding this in /etc/X11/xorg.conf:
>> Section "Device"
>>  Identifier "Device0"
>>  Driver "Intel"
>>  Option "DRI" "ilo"
>> EndSection
>> ---
>>  debian/rules | 5 +++++
>>  1 file changed, 5 insertions(+)
>> 
>> diff --git a/debian/rules b/debian/rules
>> index 3606e47..8486307 100755
>> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -71,6 +71,11 @@ else
>>  # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
>>      GALLIUM_DRIVERS += nouveau svga
>>  
>> +    # Build intel ilo drivers on archs where libdrm-intel is installed
>> +    ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 x32))
>> +            GALLIUM_DRIVERS += ilo
>> +    endif
>> +
>>      # Freedreno requires arm in addition
>>      ifneq (,$(filter arm,$(DEB_HOST_ARCH_CPU)))
>>              GALLIUM_DRIVERS += freedreno
>
>Hrm.  I don't think we want this...

Probably not useful to a lot of people, but only downside is that it just 
makes the libgl1-mesa-dri package less than 135 kB bigger, less than 410 kB on 
disc (and similarly for the -dbg package). In the future it could be also 
useful for using gallium-nine state tracker.

>Cheers,
>Julien


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/12562632.5542021410771562330.javamail.ht...@webmail-10.iol.local

Reply via email to