![]() |
|
OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
On fresh install now of 6.2 on HP ProBook 450G1 laptop (i7 4th gen proc. w/ 16GB RAM)
Its been a while since I've last used and installed OpenBSD on this laptop. I recall having this same error below previously in 6.0 for a while and cant rememberl what I did to fix it or perhaps it was just hidden. It scrolls 100s of times very fast at bootup. Any help is appreciated ? error: [drm ![]() Last edited by livestradamus; 1st November 2017 at 06:27 PM. Reason: fresh 6.2 install not 6.1 |
|
|||
![]()
I'm sorry, I meant its a fresh install of 6.2
Been a long day after work. |
|
|||
![]()
Unfortunately /var/run/dmesg.boot gives only a little bit more.
|
|
||||
![]()
It gave a LOT more. There's a complete dmesg starting at line 606.
![]() It shows a Haswell Processor, which was expected: Code:
cpu0: Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz, 2195.20 MHz Code:
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 4600" rev 0x06 Last edited by jggimi; 1st November 2017 at 07:46 PM. Reason: typo |
|
|||
![]()
I'll continue looking. Thanks for taking the time to read, research and respond.
|
|
|||
![]()
I'm guessing its related but I can't play videos
Code:
mpv Sample.mp4 Playing: Sample_Video.mp4 (+) Video --vid=1 (*) (h264) (+) Audio --aid=1 --alang=und (*) (aac) libGL error: failed to open drm device: Permission denied libGL error: failed to load driver: i965 libEGL warning: DRI2: could not open /dev/drm0 (Permission denied) AO: [sdl] 44100Hz stereo 2ch s32 VO: [opengl] 1280x720 yuv420p [osd/libass] PlayResX undefined, setting to 960 AV: 00:00:01 / 00:07:33 (0%) A-V: 0.000 Dropped: 44 Audio/Video desynchronisation detected! Possible reasons include too slow hardware, temporary CPU spikes, broken drivers, and broken files. Audio position will not match to the video (see A-V status field). AV: 00:00:05 / 00:07:33 (1%) A-V: 0.000 Dropped: 123 Exiting... (Quit) pthread_mutex_destroy on mutex with waiters! Last edited by livestradamus; 4th November 2017 at 07:45 AM. |
|
|||
![]()
I have Sandy Bridge CPU and also some drm errors in dmesg, but at least they seems to not damage anything.
Code:
error: [drm:pid93183:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A error: [drm:pid93183:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A Code:
libEGL warning: DRI2: could not open /dev/drm0 (Permission denied) I have my user in video group. I mean the user that starts mpv (not root). You should have too. You can check by: Code:
$ userinfo $(whoami) | grep groups Code:
/usr/local/bin/sudo /usr/sbin/chown root:video /dev/drm0 /usr/local/bin/sudo /bin/chmod 660 /dev/drm0
__________________
Signature: Furthermore, I consider that systemd must be destroyed. Based on Latin oratorical phrase |
|
||||
![]()
You should not need to change ownership of a drm device; that should normally be done by X.org at startup, via startx(1), or a display manager such as xenodm(1).
The output in /var/log/Xorg.0.log may provide additional information about the problem. |
|
|||
![]()
I get these too
Code:
error: [drm:pid93183:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A Thanks |
|
|||
![]()
I use xinit directly in my script to launch openbox-session. Before xinit I just declare some environment variables and set permissions. It works well.
__________________
Signature: Furthermore, I consider that systemd must be destroyed. Based on Latin oratorical phrase |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
`halt -p` causes error | sw2wolf | OpenBSD General | 6 | 24th August 2012 02:33 AM |
shc unistd.h:239: error: syntax error before '&' token | laraaj | OpenBSD General | 3 | 11th September 2010 07:21 AM |
help error | darken | FreeBSD General | 1 | 21st September 2008 09:28 PM |
VLC run error | mfaridi | OpenBSD Packages and Ports | 14 | 29th May 2008 05:38 PM |
error kde | darken | FreeBSD General | 1 | 5th May 2008 08:45 PM |