-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRM-NEXT does not work - ASRock N3150B-ITX - Celeron N3150 - Braswell #17
Comments
|
Hi. I think Braswell shouldn't require firmware. Did If that's all fine, you just need to configure Xorg. Configure the GPU like this in xorg.conf: |
|
Hi, I have configured Xorg with this below: Xorg started but movies playback is very slow (like 1 FPS or less) both with KODI and MPV. I actually saw the 'Replagin' message: Here are logs: ==> dmesg.boot <== ==> messages <== ==> Xorg.0.log.HDMI <== [ 650.710] () modeset(0): claimed PCI slot 0@0:2:0 ==> Xorg.0.log.XFCE.VGA <== [ 267.481] () modeset(0): claimed PCI slot 0@0:2:0 |
|
Wow that's a ton of logs :) So you have accelerated desktop graphics with glamor, that's great. Try Install I'm not sure why HDMI doesn't work. All the GPU outputs are detected, but only one is plugged in:
Does HDMI work on Linux? |
|
Thank you for suggestions and explanations. Notes have been made. The HDMI does not work on Linux Mint 18.2 which uses Linux 4.8 kernel, but that does not cheer me up. For the record, the Mini Jack output (sound output) also does not work on N3150. On paper his board seems to be almost ideal for the setup I am using, the data on ZFS along with 'TV Role' over HDMI and it uses only 6W for the whole motherboard, and has 4 physical cores at the same time, and supports AESNI. And it even supports low power DIMMs (1.35v instead of 1.5v). I went back to my WORKING setup, which is MSI H61 Mini-ITX motherboard from 2011 along with Celeron G1610T from 2013. Both HDMI and Mini Jack outputs work. The chipset itself uses about 7W, with additional 15-35W from the CPU, which is several times more then N3150, but as Bitcoin uses more power then entire Denmark I do not care about power that much anymore. I must now send this N3150 motherboard back to my seller, so I will not be able to test more things. Regards, |
|
As no tests are possible, closing this for now. |
|
I still own this motherboard, if You have and 'HDMI' tests then let me know. |
|
OK, it would be great if you could summarize what is working and what is not w/ the current drm-next-kmod. Audio via HDMI, as noted in #19 , may just not work. But does graphics output via HDMI work? |
|
Currently graphics work on the VGA port only, the HDMI port is dead both for audio and graphics. It does not detect attached screen via HDMI. Its not graphics related, but the mini jack output is also 'dead', probably some /boot/device.hints are needed like with ThinkPad T420s to make it work. |
|
As 'myfreeweb' wrote above, I have 'accelerated desktop graphics with glamor' on that board. |
|
Alright, not working HDMI for graphics is a bug. Let me tag @markjdb into this. Also, if you could give this branch is a spin (newer KMS), that'd be nice. Are you tried the intel Xorg driver instead of modesetting? Concerning jacks: yeah, I've always needed to do that with the past 3+ laptops. |
|
Closed FreeBSD bugzilla entry for the same issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224257 |
|
Is this still relevant? |
|
Will check and let you know. |
|
The HDMI kinda works with /boot/modules/i915kms.ko from drm-next as is loaded but output is cut/moved to the left: Details here: Regards. |
|
Which versions are you using? |
|
|
My bad, the TV was not in the 16:9 ratio but in something different like 'stretch' for movie. After setting the ratio to 16:9 (default HDMI) the output is OK. You may close the issue as 'resolved'. Regards. |
Hi,
I have 12.0-CURRENT on Intel SoC from 2015Q1 - N3150 - Brasswell, but HDMI output does not work. VGA output works.
% uname -a
FreeBSD bs.local 12.0-CURRENT FreeBSD 12.0-CURRENT #0: Sat Nov 4 00:38:39 CET 2017 root@bs.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64
Next I have upgraded all packages to be up to date with 'pkg upg' and then added 'drm-next-kmod' port.
Then I added 'kld_list="/boot/modules/i915kms.ko"' to /etc/rc.conf and rebooted.
Upon boot there are messages that firmware from 'gpu-firmware-kmod' package failed to load so there would be no power management.
After I started X11 then 'XFCE Destop' loaded and is usable, but any 3D application (glxgears/kodi) or movie player (mpv/vlc) ends with Segmentation Fault.
What other information do You need from me to dig the problem further and fix that behavior so there would be working 3D, movies acceleration in hardware and proper power management?
Here is the corresponding BUG submitted to FreeBSD team.
DRM-NEXT does not work - ASRock N3150B-ITX - Celeron N3150 - Braswell
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224257
Regards,
vermaden
The text was updated successfully, but these errors were encountered: