Re: [SOLVED] - Re: video driver - new thread

2017-07-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jul 25, 2017 at 01:15:48PM -0600, D. R. Evans wrote: > Felix Miata wrote on 07/23/2017 08:26 PM: > > > > >> I tried this solution (for Arch; I saw some posts about Debian, but nothing > >> that seemed to be a definitive solution): > > > >> h

[SOLVED] - Re: video driver - new thread

2017-07-25 Thread D. R. Evans
Felix Miata wrote on 07/23/2017 08:26 PM: > >> I tried this solution (for Arch; I saw some posts about Debian, but nothing >> that seemed to be a definitive solution): > >> https://wiki.archlinux.org/index.php/GRUB/Tips_and_tricks#Setting_the_framebuffer_resolution > [material elided] > The c

Re: video driver - new thread

2017-07-24 Thread Henrique de Moraes Holschuh
On Mon, 24 Jul 2017, Greg Wooledge wrote: > On Mon, Jul 24, 2017 at 02:20:08PM +0100, Darac Marjal wrote: > > You'd need some sort of system logging daemon. Something which runs with > > the privileges necessary to write to the log file, and which can accept > > log messages from unprivileged proce

Re: video driver - new thread

2017-07-24 Thread Greg Wooledge
On Mon, Jul 24, 2017 at 02:20:08PM +0100, Darac Marjal wrote: > You'd need some sort of system logging daemon. Something which runs with > the privileges necessary to write to the log file, and which can accept > log messages from unprivileged processes, perhaps by listening on a UNIX > socket. Li

Re: video driver - new thread

2017-07-24 Thread Darac Marjal
On Mon, Jul 24, 2017 at 08:59:56AM -0400, Greg Wooledge wrote: On Sat, Jul 22, 2017 at 04:27:42PM -0400, Felix Miata wrote: I don't often here fail to find a current /var/log/Xorg.0.log. I think what's happening is the one in .local/share/ is getting copied to /var/log/ so that it remains availa

Re: video driver - new thread

2017-07-24 Thread Greg Wooledge
On Sat, Jul 22, 2017 at 04:27:42PM -0400, Felix Miata wrote: > I don't often here fail to find a current /var/log/Xorg.0.log. I think what's > happening is the one in .local/share/ is getting copied to /var/log/ so that > it > remains available in the location people historically expect, where Goo

Re: video driver - new thread

2017-07-23 Thread Felix Miata
D. R. Evans composed on 2017-07-23 17:52 (UTC-0600): > D. R. Evans wrote: >> I am 99+% sure that the proprietary driver is being used, because the screen >> looks quite different during the boot sequence, and slightly different once I > I have discovered that if I open a console after switching

Re: video driver - new thread

2017-07-23 Thread David Wright
On Sun 23 Jul 2017 at 17:52:19 (-0600), D. R. Evans wrote: > D. R. Evans wrote on 07/22/2017 11:48 AM: > > > I am 99+% sure that the proprietary driver is being used, because the screen > > looks quite different during the boot sequence, and slightly different once > > I > > I have discovered th

Re: video driver - new thread

2017-07-23 Thread D. R. Evans
D. R. Evans wrote on 07/22/2017 11:48 AM: > I am 99+% sure that the proprietary driver is being used, because the screen > looks quite different during the boot sequence, and slightly different once I I have discovered that if I open a console after switching to the NVIDIA driver, the text is hug

Re: video driver - new thread

2017-07-22 Thread Felix Miata
Curt composed on 2017-07-22 15:58 (UTC-0400): > Felix Miata wrote: >> D. R. Evans composed on 2017-07-22 13:06 (UTC-0600): >>> Reco wrote: grep -i glx ~/.local/share/xorg/Xorg.[0-9]*.log >>> [HN:~] grep -i glx ~/.local/share/xorg/Xorg.[0-9]*.log >>> grep: /home/n7dr/.local/share/xorg/Xorg

Re: video driver - new thread

2017-07-22 Thread Curt
On 2017-07-22, Felix Miata wrote: > D. R. Evans composed on 2017-07-22 13:06 (UTC-0600): > >> Reco wrote: > >>> grep -i glx ~/.local/share/xorg/Xorg.[0-9]*.log > >> [HN:~] grep -i glx ~/.local/share/xorg/Xorg.[0-9]*.log >> grep: /home/n7dr/.local/share/xorg/Xorg.[0-9]*.log: No such file or directo

Re: video driver - new thread

2017-07-22 Thread Felix Miata
D. R. Evans composed on 2017-07-22 13:06 (UTC-0600): > Reco wrote: >> grep -i glx ~/.local/share/xorg/Xorg.[0-9]*.log > [HN:~] grep -i glx ~/.local/share/xorg/Xorg.[0-9]*.log > grep: /home/n7dr/.local/share/xorg/Xorg.[0-9]*.log: No such file or directory > [HN:~] > I don't know why he suggeste

Re: video driver - new thread

2017-07-22 Thread D. R. Evans
Hans wrote on 07/22/2017 11:55 AM: > Maybe try to add a file /etc/X11/xorg.conf (ask google, how it has to look), > and in it set the driver "nvidia". > nvidia-xconfig created such a file, and the driver in it is set to "nvidia", so I think that is indeed the confirmation I was looking for. Tha

Re: video driver - new thread

2017-07-22 Thread D. R. Evans
Reco wrote on 07/22/2017 12:37 PM: > grep -i glx ~/.local/share/xorg/Xorg.[0-9]*.log [HN:~] grep -i glx ~/.local/share/xorg/Xorg.[0-9]*.log grep: /home/n7dr/.local/share/xorg/Xorg.[0-9]*.log: No such file or directory [HN:~] Doc -- Web: http://enginehousebooks.com/drevans signature.asc De

Re: video driver - new thread

2017-07-22 Thread Reco
Hi. On Sat, 22 Jul 2017 11:48:42 -0600 "D. R. Evans" wrote: > As my old thread has been hijacked, I thought that I'd better start a new one. > > Teemu Likonen wrote on 07/17/2017 03:09 PM: > > D. R. Evans [2017-07-17 14:19:32-06] wrote: > > > >> Beginning a couple of weeks ago, I starte

Re: video driver - new thread

2017-07-22 Thread Hans
Maybe try to add a file /etc/X11/xorg.conf (ask google, how it has to look), and in it set the driver "nvidia". Make sure, the nouveau kernel driver is blacklisted. BTW: Is the proprietrary driver compatible with latest xserver-xorg again? Best regards Hans > Thanks to people for their helpfu

Re: video driver?

2017-07-18 Thread Brian
On Tue 18 Jul 2017 at 16:05:48 -0400, Fungi4All wrote: > From: to...@tuxteam.de > >Because there"s more control by civil society of the tools shaping > >our future? > What control does society have over science and technology? None! Bollocks. We no longer have the chariot or leeches. > What cont

Re: video driver?

2017-07-18 Thread Brian
On Tue 18 Jul 2017 at 21:20:42 +0200, to...@tuxteam.de wrote: > On Tue, Jul 18, 2017 at 01:25:34PM -0500, Doug wrote: > [...] > > > My point is that most of the folks who complain about code not being > > free to modify are not capable of modifying it, so why do they > > complain? > > Because th

Re: video driver?

2017-07-18 Thread to...@tuxteam.de
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jul 18, 2017 at 04:05:48PM -0400, Fungi4All wrote: > From: to...@tuxteam.de > >Because there"s more control by civil society of the tools shaping > >our future? > What control does society have over science and technology? None! > What control

Re: video driver?

2017-07-18 Thread Fungi4All
From: to...@tuxteam.de >Because there"s more control by civil society of the tools shaping >our future? What control does society have over science and technology? None! What control does society have over religious beliefs? None! What control does society have over media and information? None! Wha

Re: video driver?

2017-07-18 Thread Dan Ritter
On Tue, Jul 18, 2017 at 01:25:34PM -0500, Doug wrote: > > On 07/18/2017 05:52 AM, RavenLX wrote: > > On 07/18/2017 01:43 AM, Brad Rogers wrote: > > > On Mon, 17 Jul 2017 22:38:55 -0500 > > > Doug wrote: > > > > > > Hello Doug, > > > > > > > I get so sick of this! Did you PAY for your nvidia sof

Re: video driver?

2017-07-18 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jul 18, 2017 at 01:25:34PM -0500, Doug wrote: [...] > My point is that most of the folks who complain about code not being > free to modify are not capable of modifying it, so why do they > complain? Because they sympathize with those who can

Re: video driver?

2017-07-18 Thread Brad Rogers
On Tue, 18 Jul 2017 13:25:34 -0500 Doug wrote: Hello Doug, >My point is that most of the folks who complain about code not being >free to modify are not capable of modifying it, so why do they complain? For the same reason people take an idealogical stance on anything - Ability to act on their

Re: video driver?

2017-07-18 Thread Doug
On 07/18/2017 05:52 AM, RavenLX wrote: On 07/18/2017 01:43 AM, Brad Rogers wrote: On Mon, 17 Jul 2017 22:38:55 -0500 Doug wrote: Hello Doug, I get so sick of this! Did you PAY for your nvidia software? No? then Anyone that buys an nVidia chipset GFX card pays for the nVidia drivers - wh

Re: video driver?

2017-07-18 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jul 18, 2017 at 01:09:53PM +0100, Brad Rogers wrote: > On Tue, 18 Jul 2017 06:52:05 -0400 > RavenLX wrote: > > Hello RavenLX, > > >This poses an interesting question: Why would a company keep something > >proprietary such as a driver? > >

Re: video driver?

2017-07-18 Thread Brad Rogers
On Tue, 18 Jul 2017 06:52:05 -0400 RavenLX wrote: Hello RavenLX, >This poses an interesting question: Why would a company keep something >proprietary such as a driver? Control. And the (misguided?) belief that they'll end up fielding tech support questions for driver modifications they didn't

Re: video driver?

2017-07-18 Thread RavenLX
On 07/18/2017 01:43 AM, Brad Rogers wrote: On Mon, 17 Jul 2017 22:38:55 -0500 Doug wrote: Hello Doug, I get so sick of this! Did you PAY for your nvidia software? No? then Anyone that buys an nVidia chipset GFX card pays for the nVidia drivers - whether they use them, or not. it was FREE!

Re: video driver?

2017-07-17 Thread Brad Rogers
On Mon, 17 Jul 2017 22:38:55 -0500 Doug wrote: Hello Doug, >I get so sick of this! Did you PAY for your nvidia software? No? then Anyone that buys an nVidia chipset GFX card pays for the nVidia drivers - whether they use them, or not. >it was FREE! No, it wasn't. Cost is hidden, but is still

Re: video driver?

2017-07-17 Thread Doug
On 07/17/2017 04:09 PM, Teemu Likonen wrote: D. R. Evans [2017-07-17 14:19:32-06] wrote: Beginning a couple of weeks ago, I started to experience occasional freezes or sudden blank screens on my 64-bit jessie system. Jul 17 13:58:23 homebrew kernel: [24262.075187] nouveau E[ DRM] GPU locku

Re: video driver?

2017-07-17 Thread Teemu Likonen
D. R. Evans [2017-07-17 14:19:32-06] wrote: > Beginning a couple of weeks ago, I started to experience occasional freezes or > sudden blank screens on my 64-bit jessie system. > Jul 17 13:58:23 homebrew kernel: [24262.075187] nouveau E[ DRM] GPU lockup > - switching to software fbcon > > I do

Re: video driver?

2017-07-17 Thread Sven Joachim
On 2017-07-17 14:19 -0600, D. R. Evans wrote: > Beginning a couple of weeks ago, I started to experience occasional freezes or > sudden blank screens on my 64-bit jessie system. > > It just happened again, and this time the following appeared in the syslog: > Jul 17 13:55:05 homebrew kernel: [24

Re: video driver?

2017-07-17 Thread Felix Miata
D. R. Evans composed on 2017-07-17 14:19 (UTC-0600): > Beginning a couple of weeks ago, I started to experience occasional freezes or > sudden blank screens on my 64-bit jessie system. > It just happened again, and this time the following appeared in the syslog: > Jul 17 13:55:05 homebrew kerne

Re: Video Driver

2006-02-15 Thread jlmb
Henrique RennĂ³ wrote: > One more question. > > When I boot my system directly to X (passing 5 at inittab) it stops at > a login screen and it enters in blackbox (the X manager that I am > using) but without running bbkeys. I've put the "/usr/bin/bbkeys &" > command in the /etc/X11/xinit/xinitrc fi

Re: Video Driver

2006-02-15 Thread Henrique RennĂ³
One more question. When I boot my system directly to X (passing 5 at inittab) it stops at a login screen and it enters in blackbox (the X manager that I am using) but without running bbkeys. I've put the "/usr/bin/bbkeys &" command in the /etc/X11/xinit/xinitrc file before "/usr/bin/blackbox" but