problems running OpenGL code

Volodymyr Kostyrko arcade at b1t.name
Sun Dec 13 09:50:16 UTC 2015


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.


More information about the freebsd-questions mailing list