Re: Latest update to ATI driver broke in same way as using DRM-next did

2018-10-17 Thread Niclas Zeising

On 10/16/18 6:16 PM, Pete French wrote:
I am using drm-next, but actually I ended up getting this to work by 
stripping off all packges from the machine yesterday, deleting all of 
/usr/local and starting adding things from scratch. Am now running fine 
with drm-next and all works as expected.


When I was having the issues, however, xrandr only showed one outout on 
the card, which puzzled me (there are 4 outputs).




Good that you got it working.  I don't know exactly what changed.  One 
guess might be the updated versions of xf86-video-ati or 
xf86-video-radeon, if you are using them.

Regards
--
Niclas Zeising
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Latest update to ATI driver broke in same way as using DRM-next did

2018-10-16 Thread Pete French
I am using drm-next, but actually I ended up getting this to work by 
stripping off all packges from the machine yesterday, deleting all of 
/usr/local and starting adding things from scratch. Am now running fine 
with drm-next and all works as expected.


When I was having the issues, however, xrandr only showed one outout on 
the card, which puzzled me (there are 4 outputs).


-pete. [copying to -stable so others know the outcome]

On 16/10/2018 12:39, Niclas Zeising wrote:

On 10/9/18 12:32 PM, Pete French wrote:

So this is kind of interesting - I posted here last month about trying to
use drm-next and it not finding my 2nd monitor properly. I did try and
subscribe to x11@ but for some reaosn that didnt work, and I didnt worry
abotu it too much so didnt investigate further as I wont be running 12.0
for a while.




Which drm driver are you using?  Is this with drm-stable, drm-next or 
the driver in base?  Which verison of FreeBSD are you running this on? 
What's the output from xrandr in both the working and non-working case?

Regards

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Latest update to ATI driver broke in same way as using DRM-next did

2018-10-09 Thread Pete French
So this is kind of interesting - I posted here last month about trying to
use drm-next and it not finding my 2nd monitor properly. I did try and
subscribe to x11@ but for some reaosn that didnt work, and I didnt worry
abotu it too much so didnt investigate further as I wont be running 12.0
for a while.

But this morning I just did a small update of ports, and it upgraded the
driver from xf86-video-ati-7.9.0_3,1 to 18.1.0,1  ... and that acts
in the same way, i.e. only runs on one monitor and cant see the 2nd.
I thought it was a bit too much of a co-incidence, as I would guess both
the old and new drivers share substantial amounts of code.

I rolled back to the old driver and this is the dmesg outoput
it gives if thats of any help...

info: [drm] Radeon Display Connectors
info: [drm] Connector 0:
info: [drm]   DP-1
info: [drm]   HPD4
info: [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
info: [drm]   Encoders:
info: [drm] DFP1: INTERNAL_UNIPHY2
info: [drm] Connector 1:
info: [drm]   DP-2
info: [drm]   HPD5
info: [drm]   DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
info: [drm]   Encoders:
info: [drm] DFP2: INTERNAL_UNIPHY2
info: [drm] Connector 2:
info: [drm]   DVI-I-1
info: [drm]   HPD1
info: [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
info: [drm]   Encoders:
info: [drm] DFP3: INTERNAL_UNIPHY
info: [drm] CRT1: INTERNAL_KLDSCP_DAC1
info: [drm] Internal thermal controller with fan control
info: [drm] radeon: power management initialized
info: [drm] Connector DP-1: get mode from tunables:
info: [drm]   - kern.vt.fb.modes.DP-1
info: [drm]   - kern.vt.fb.default_mode
info: [drm] Connector DP-2: get mode from tunables:
info: [drm]   - kern.vt.fb.modes.DP-2
info: [drm]   - kern.vt.fb.default_mode
info: [drm] Connector DVI-I-1: get mode from tunables:
info: [drm]   - kern.vt.fb.modes.DVI-I-1
info: [drm]   - kern.vt.fb.default_mode
info: [drm] fb mappable at 0xE0142000
info: [drm] vram apper at 0xE000
info: [drm] size 9437184
info: [drm] fb depth is 24
info: [drm]pitch is 8192
fbd0 on drmn0
VT: Replacing driver "vga" with new "fb".
info: [drm] Initialized radeon 2.29.0 20080528 for drmn0 on minor 0


___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"