search for: maxwell

Displaying 20 results from an estimated 536 matches for "maxwell".

2020 Oct 18
2
samba start issues after classic upgrade
...ce Sun 2020-10-18 16:47:39 UTC; 10s ago Docs: man:samba(8) man:samba(7) man:smb.conf(5) Process: 3479 ExecStart=/usr/local/samba/sbin/samba --foreground --no-process-group $SAMBAOPTIONS (code=exited, status=127) Main PID: 3479 (code=exited, status=127) Oct 18 16:46:09 maxwell systemd[1]: samba.service: Got notification message from PID 3515, but reception only permitted for main PID 3479 Oct 18 16:46:09 maxwell smbd[3485]: [2020/10/18 16:46:09.636690, 0] ../../lib/util/become_daemon.c:136(daemon_ready) Oct 18 16:46:09 maxwell systemd[1]: samba.service: Got notification...
2020 Oct 24
2
samba ad errors in log
On 24/10/2020 18:05, Sonic wrote: > On Sat, Oct 24, 2020 at 12:46 PM Sonic <sonicsmith at gmail.com> wrote: >>> Who is user '5035' ? >> No clue, all users have a uidNumber in 1000-1999 with all sids ending >> in 2000-2999. > Sorry that was from the AD side, the same client with the > 192.168.7.176 address has a local unix uid of 5035 - I have not yet
2016 Feb 15
1
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...hub.com/skeggsb/Mesa/commits/master Thanks. I looked over this series and it seems fine. I don't hate the outcome in nv50_formats.c although it would have been kinda nice to keep it together. However outside of new compressed formats, I doubt it'll be getting too many updates. Perhaps tic.maxwell should really be tic.version? Presumably later GPUs will also use this new TIC format? [There's also a v0 that we don't really use but the only tic version supported by G80, which does the colorkey thing and doesn't support first/last level.] I would really appreciate it if you could d...
2017 Nov 30
2
State of Video Decoding for Maxwell cards
Hi Everyone, I have a Maxwell Card (GTX 970/NV 110) and would very much like to use nouveau to drive it. The problem is that the performance -- especially when decoding high-resolution video -- seems to be relatively poor compared to the proprietary Nvidia driver. I'm interested in Kernel Development and pretty much the o...
2016 Feb 15
2
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...inal version looks like after all your changes, but it's hard to see that with these patches. On Mon, Feb 15, 2016 at 12:38 AM, Ben Skeggs <skeggsb at gmail.com> wrote: > From: Ben Skeggs <bskeggs at redhat.com> > > Adds support for the new TIC layout that's present on Maxwell GPUs, > heavily based on the code for the existing layout. > > This code is required for GM20x support. While GM10x supports the older > layout still, this commit switches it to use the updated version instead. > > Piglit testing shows zero regressions on GM107. > > Signed-...
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
From: Ben Skeggs <bskeggs at redhat.com> Adds support for the new TIC layout that's present on Maxwell GPUs, heavily based on the code for the existing layout. This code is required for GM20x support. While GM10x supports the older layout still, this commit switches it to use the updated version instead. Piglit testing shows zero regressions on GM107. Signed-off-by: Ben Skeggs <bskeggs at red...
2016 Feb 26
1
[GIT,PULL] Signed firmware for NVIDIA Maxwell 2 GPUs
...gt; > for you to fetch changes up to 8d1fd61a3723ab8cb6b7bfeb8be38e16282cc1ed: > > > > nvidia: Add GM20B signed firmware (2016-02-23 18:48:41 +0900) > > > > These two patches add the NVIDIA-released firmwares necessary to enable > > rendering on desktop and mobile Maxwell 2 GPUs. Kernel support is ready > to > > be merged once this pull request is officially accepted. > > > > Pulled. Thanks Alexandre. > > regards, --Kyle > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org &gt...
2017 Nov 30
0
State of Video Decoding for Maxwell cards
Well, you are most likely using the CPU for decoding here. Currently nobody is working on that, because this is quite a big and challenging project. We have an open project idea regarding this for EVoC and GSoC though: "Maxwell Accelerated Video Decoding" https://www.x.org/wiki/SummerOfCodeIdeas/ On Thu, Nov 30, 2017 at 1:18 PM, Christoph Böhmwalder <christoph at boehmwalder.at> wrote: > Hi Everyone, > > I have a Maxwell Card (GTX 970/NV 110) and would very much like to use > nouveau to drive it....
2015 Mar 20
0
VBO flush method on Maxwell (GM107)
Hello, The method we previously used on Fermi and Kepler (0x142c) to flush the VBO cache before draw appears to be gone on Maxwell. Is there a replacement method we should use? (Or perhaps that method was never meant for VBO cache flush and instead flushed something related to the vertex quarantine area defined by 0x17bc/0x17c0/0x17c4, which in turn is gone on Maxwell?) Thanks for any light you might shed on this. We're...
2006 Feb 23
12
Showcase On Rails CMS v0.1
...graphic and web designers in particular, but also other people with stuff to show off. It''s really easy to customize progressively, so that some people will only modify CSS, but others will dig deeper into Javascript behaviors and the Rails view code. Check it out at http://showcase.kylemaxwell.com/ SVN co at http://svn.kylemaxwell.com/showcase/ then rake migrate up a fresh database, and you''re good to go (/me waves hand a la Taco Bell commercial) Features: - 100% semantic XHTML - Built on Ruby on Rails - AJAXified administration - Revision management - Textile/Markdown-driven e...
2005 Sep 09
5
file_column: patched for imagemagick and validation
...match Examples: file_column :document, :format => ".txt" file_column :document, :format => [".doc", ".pdf"] The code is definitely alpha quality. No warranty, etc. I hope someone finds it useful. I''d definitely like some feedback on it too! Kyle Maxwell _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...at > with these patches. https://github.com/skeggsb/Mesa/commits/master > > On Mon, Feb 15, 2016 at 12:38 AM, Ben Skeggs <skeggsb at gmail.com> wrote: >> From: Ben Skeggs <bskeggs at redhat.com> >> >> Adds support for the new TIC layout that's present on Maxwell GPUs, >> heavily based on the code for the existing layout. >> >> This code is required for GM20x support. While GM10x supports the older >> layout still, this commit switches it to use the updated version instead. >> >> Piglit testing shows zero regressions on...
2015 Aug 11
3
Odd text behavior on Websites and others
...NV117 (GM107) Family... > > The update was made using DNF (Yum) in my daily update procedure > > using > > the Fedora 22 Update repository. > > I am not familiar with details I just can report what happens right > > now... > > OK, there's no EXA support for maxwell, so you're using glamor. > Before > kernel 4.1, unless you had extracted your own ctxsw firmware, you > didn't have acceleration at all, that was likely the change that > triggered the issue. > > The glamor integration in nouveau is, sadly, broken. But it's unclear &...
2016 Jan 03
0
Nouveau support for GeForce GT 730 or GTX 750 Ti?
...ten > or > GoogleSketchUp ( by using PlayOnLinux ); although this last ( GSkUP ) > has never been usable at all ( garbage on screen). > > So, does nouveau support these cards? > > Should I choose GTX 750 Ti or GT 730 or neither of them? > > Is that true that GTX 750 Ti is Maxwell and may work with > xf86-video-nouveau v1.0.11, but the next v1.0.12 removed the GM10x > support? In effect nothing was removed, only fixed. Anything you read to the contrary is incorrect. GM10x is driven just fine by xf86-video-modesetting, much better than it ever was by xf86-video-nouveau...
2006 Feb 07
4
RailsCron 0.2.2, please update
...th ActiveRecord. Please update if you were on 0.2.1. Also, I am still working on a good unit test strategy (its tricky because I would think that the tests must occur over a lot of time), but haven''t had/made time to give it its due. If you have suggestions, please let me know. -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com 1-866-263-3261
2016 Jan 03
2
Nouveau support for GeForce GT 730 or GTX 750 Ti?
...net/> sometimes and SweetHome3D more often or GoogleSketchUp ( by using PlayOnLinux ); although this last ( GSkUP ) has never been usable at all ( garbage on screen). So, does nouveau support these cards? Should I choose GTX 750 Ti or GT 730 or neither of them? Is that true that GTX 750 Ti is Maxwell and may work with xf86-video-nouveau v1.0.11, but the next v1.0.12 removed the GM10x support? So should I buy instead the GT 730 card? -- Best, Pali
2006 Jan 09
5
form with more than 1 file upload field saves 0 byte file for 1 file field
Im using the file_column plugin to upload files from my application. The problem I am encountering is that I have a form with 2 file upload fields and when I submnit that form with files selected, I would get a message from the browser(Firefox) saying that a script on the page is taking a long time to execute and whether I want to cancel it or continue. Whichever option I choose, only 1 file(PDF)
2016 Feb 23
0
[GIT,PULL] Signed firmware for NVIDIA Maxwell 2 GPUs
...firmware.git secboot > > for you to fetch changes up to 8d1fd61a3723ab8cb6b7bfeb8be38e16282cc1ed: > > nvidia: Add GM20B signed firmware (2016-02-23 18:48:41 +0900) > > These two patches add the NVIDIA-released firmwares necessary to enable > rendering on desktop and mobile Maxwell 2 GPUs. Kernel support is ready to > be merged once this pull request is officially accepted. > Pulled. Thanks Alexandre. regards, --Kyle
2006 Jan 27
3
Problem setting multi-value cookie
I''m trying to set a multi-value cookie but for some reason it''s not working. Any help would be appreciated. cookies[:user] = { :value => {:email=>params[:login][:email], :passwd=>params[:login][:passwd]}, :expires => 30.days.from_now, :path => "/login"} -- Thiago Jackiw
2006 Feb 04
5
file_column + form_remote_tag
...eekend project, I''m going to get form_remote_tag and file_column playing happily together. According to my research, no one has done this yet. If you happen to have tried this, and have some workable code, send me an email. I''d rather not duplicate the effort. Thanks! -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com 1-866-263-3261