Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
Whenever I try to launch any audio pdf viewer program my computer hard locks up and I have to power cycle. Does anyone have any info as to why? uname -v: FreeBSD 12.0-CURRENT #0 r319752: Sat Jun 10 01:59:26 CST 2017 blubee.me: /usr/obj/usr/src/sys/GENERIC __

Re: Okular or any pdf reader

2017-10-25 Thread Hans Petter Selasky
On 10/25/17 11:30, blubee blubeeme wrote: any audio pdf viewer Audio?? Do you have a kernel trace or dmesg ? --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mai

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
Typo on the [audio] Here's my /var/log/messages for the past hour or so, the failure should be logged in there somewhere: https://pastebin.com/FCkXEn1v Other than that there's this: https://ibb.co/gUBVkm On Wed, Oct 25, 2017 at 5:29 PM, Hans Petter Selasky wrote: > On 10/25/17 11:30, blubee bl

Re: Okular or any pdf reader

2017-10-25 Thread Hans Petter Selasky
On 10/25/17 11:39, blubee blubeeme wrote: Typo on the [audio] Here's my /var/log/messages for the past hour or so, the failure should be logged in there somewhere: https://pastebin.com/FCkXEn1v Other than that there's this: https://ibb.co/gUBVkm Try: dbus-launch okular --HPS _

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
That also hard locked my computer, /var/log/messages below: Oct 25 17:52:52 blubee syslogd: kernel boot file is /boot/kernel/kernel Oct 25 17:52:52 blubee kernel: Copyright (c) 1992-2017 The FreeBSD Project. Oct 25 17:52:52 blubee kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 199

Re: Okular or any pdf reader

2017-10-25 Thread Hans Petter Selasky
On 10/25/17 11:55, blubee blubeeme wrote: "os.lock_mtx" Oct 25 17:52:58 blubee kernel: 1st os.lock_mtx @ nvidia_os.c:841 Oct 25 17:52:58 blubee kernel: 2nd os.lock_mtx @ nvidia_os.c:841 Oct 25 17:52:58 blubee kernel: stack backtrace: Oct 25 17:52:58 blubee kernel: #0 0x80ab6f30 at witness

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
The GPUT thing is pretty terrible so I know i'm risking things with that, have no choice until I can take some time to try that drm-kmod. Speaking of which, those commands do not work; I am on a laptop and if I try to change terms like that the nvidia drivers just panic and die. screen looks like

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
Okay, I tried using chatbot for android to ssh into this laptop and that works just fine. Then when I launch okular the computer had locks up and the ssh dies on the phone as well. So it seems not even ssh works when this this freezes up. Any other suggestions? On Wed, Oct 25, 2017 at 6:05 PM, bl

Re: Okular or any pdf reader

2017-10-25 Thread Hans Petter Selasky
On 10/25/17 13:15, blubee blubeeme wrote: Okay, I tried using chatbot for android to ssh into this laptop and that works just fine. Then when I launch okular the computer had locks up and the ssh dies on the phone as well. So it seems not even ssh works when this this freezes up. Any other sugge

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
I've had the pdf viewers work with these nvidia drivers before, then a few months back they stopped working. I've avoided dealing with the problem by using chrome to view pdfs but that's getting old. About this laptop it's a bios switch to use either the gtx 1070 or the intel gpu vgapci0@pci0:1:0:

Re: Okular or any pdf reader

2017-10-25 Thread Gary Jennejohn
On Wed, 25 Oct 2017 19:32:30 +0800 blubee blubeeme wrote: > I've had the pdf viewers work with these nvidia drivers before, > then a few months back they stopped working. I've avoided > dealing with the problem by using chrome to view pdfs but > that's getting old. > I use the nvidia driver an

po/Makefile.in.in was not created by intltoolize."

2017-10-25 Thread blubee blubeeme
I found this really old thread: https://mail.gnome.org/archives/gtkmm-list/2009-August/msg00072.html and this really old script to "work around" the issue. #! /bin/sh -etest -n "$srcdir" || srcdir=`dirname "$0"`test -n "$srcdir" || srcdir=.( cd "$srcdir" && AUTOPOINT='intltoolize --automake -

Re: po/Makefile.in.in was not created by intltoolize."

2017-10-25 Thread Tijl Coosemans
On Thu, 26 Oct 2017 01:11:55 +0800 blubee blubeeme wrote: > I found this really old thread: > https://mail.gnome.org/archives/gtkmm-list/2009-August/msg00072.html > > and this really old script to "work around" the issue. > > #! /bin/sh -etest -n "$srcdir" || srcdir=`dirname "$0"`test -n > "$src

RFC: Removing hpt* drivers from GENERIC

2017-10-25 Thread Colin Percival
Hi developers, I'd like to remove the hpt* drivers from GENERIC. These are the drivers for the HighPoint storage hardware -- SATA (hptnr) and RAID (hpt27xx, hptiop, hptmv, hptrr). My reason for wanting to remove them is that the hpt27xx and hptnr drivers spend ~150 ms in their DEVICE_PROBE routi

Re: RFC: Removing hpt* drivers from GENERIC

2017-10-25 Thread Warner Losh
On Wed, Oct 25, 2017 at 3:43 PM, Colin Percival wrote: > Hi developers, > > I'd like to remove the hpt* drivers from GENERIC. These are the drivers > for the HighPoint storage hardware -- SATA (hptnr) and RAID (hpt27xx, > hptiop, > hptmv, hptrr). > > My reason for wanting to remove them is that

Re: RFC: Removing hpt* drivers from GENERIC

2017-10-25 Thread O'Connor, Daniel
> On 26 Oct 2017, at 08:13, Colin Percival wrote: > My reason for wanting to remove them is that the hpt27xx and hptnr drivers > spend ~150 ms in their DEVICE_PROBE routines every time the system boots. > Since they are roughly 1000x slower than the median driver, this is clearly > excessive; unf

can't link against math.h

2017-10-25 Thread blubee blubeeme
I wrote a simple test program to test and see if math.h has the function: exp10f #include int main(int argc, char** argv) { (void)argv; return ((int*)(&exp10))[argc]; } tried compiling it with clang: clang++ test.cpp -o test -lm test.cpp:7:17: error: use of undeclared identifier 'expf10' return

Re: RFC: Removing hpt* drivers from GENERIC

2017-10-25 Thread Andrew Turner
> On 25 Oct 2017, at 22:43, Colin Percival wrote: > > Hi developers, > > I'd like to remove the hpt* drivers from GENERIC. These are the drivers > for the HighPoint storage hardware -- SATA (hptnr) and RAID (hpt27xx, hptiop, > hptmv, hptrr). > > My reason for wanting to remove them is that th

Re: can't link against math.h

2017-10-25 Thread Steve Kargl
On Thu, Oct 26, 2017 at 10:05:00AM +0800, blubee blubeeme wrote: > I wrote a simple test program to test and see if math.h has the function: > exp10f > #include > > int main(int argc, char** argv) > { > (void)argv; > return ((int*)(&exp10))[argc]; > } > > tried compiling it with clang: > clang++

Re: RFC: Removing hpt* drivers from GENERIC

2017-10-25 Thread Baptiste Daroussin
On Thu, Oct 26, 2017 at 03:12:57AM +0100, Andrew Turner wrote: > > > On 25 Oct 2017, at 22:43, Colin Percival wrote: > > > > Hi developers, > > > > I'd like to remove the hpt* drivers from GENERIC. These are the drivers > > for the HighPoint storage hardware -- SATA (hptnr) and RAID (hpt27xx,