Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 11:50:06 +0200
From:      Volodymyr Kostyrko <arcade@b1t.name>
To:        freebsd-x11@freebsd.org, freebsd questions list <freebsd-questions@freebsd.org>
Subject:   Re: problems running OpenGL code
Message-ID:  <566D3F4E.8030207@b1t.name>
In-Reply-To: <566CFF74.6000402@hiwaay.net>
References:  <566C3DAD.8090809@hiwaay.net> <20151212173509.fba928df.freebsd@edvax.de> <566C51CB.8040604@hiwaay.net> <566C536F.8080507@hiwaay.net> <566C5966.8020403@hiwaay.net> <566C75F3.1090801@b1t.name> <566C94A6.1090703@hiwaay.net> <566CA20C.4050307@b1t.name> <566CFF74.6000402@hiwaay.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 13.12.2015 07:16, William A. Mahaffey III wrote:
>> My config also has this:
>>
>> Section "ServerFlags"
>>   Option "AIGLX" "True"

Default. Can be removed.

>>   Option "BlankTime" "0"
>>   Option "StandByTime" "0"
>>   Option "SuspendTime" "0"
>>   Option "OffTime" "10"

Here I preconfigured screen saving.

>>   Option "AutoAddDevices" "False"
>>   Option "AllowEmptyInput" "False"

That's from the times of HAL. If your Xorg is not built with HAL (it's 
not by default now) you can omit that.

>>   Option "Log" "Sync"

That was debugging. You don't need it as on filesystems like ZFS this 
makes Xorg extra slow writing logs.

>>   Option "DRI2" "On"

This is needed probably, it's not default. But I don't know whether you 
need it or not. :)

>> EndSection
>>
>> Section "DRI"
>>   Mode 0666
>> EndSection
>>
>> Section "Extensions"
>>   Option "Composite" "On"
>>   Option "RENDER" "on"
>>   Option "DAMAGE" "on"
>> EndSection

This two section mean nothing right now, Extensions are enabled by 
default and DRI changed startup.

>> I'm not saying you need to put all of that in your config, I haven't
>> tested whether all of that is still needed today. You know, time
>> passes by and you have no time to fix those thing since everything is
>> still working fine. For example I think whole `Extensions` section
>> became useless...
>>
>> PS: Thanks man, made me review my own config so I'll go testing now. :)
>
>
> No problema, happy to oblige. Let me know what you find ;-) .... I think
> I am supposed to be radeon, but not sure. Is your hardware AMD APU gfx ?

`ati` is a wrapper around `radeon`, `r128` and `mach64`. Anyway the 
latter two are from previous epoch by now.

And yes, I have AMD Radeon HD 7560D (part of AMD A8-5500 APU).

-- 
Sphinx of black quartz judge my vow.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?566D3F4E.8030207>