Displaying 16 results from an estimated 16 matches for "hrmph".
Did you mean:
hmph
2018 Mar 05
2
Nouveau Digest, Vol 131, Issue 3
...ns in
>> xf86RandR12CrtcComputeGamma(), see
>>
>> https://cgit.freedesktop.org/xorg/xserver/commit/?id=b5f9fcd50a999a00128c0cc3f6e7d1f66182c9d5
>>
>> for the latest. I'll propose that one to get cherry-picked into the
>> server-1.19 branch as well.
>
> Hrmph. That means we should try to adjust the gamma_set helper to do
> the sampling when receiving a 1024-sized LUT, if people will use older
> X servers (seems likely). Should hopefully be straightforward, to
> handle just that one case.
I think we never receive anything but a 256 slot LUT via...
2018 Mar 09
2
Nouveau Digest, Vol 131, Issue 3
...gt;>>> https://cgit.freedesktop.org/xorg/xserver/commit/?id=b5f9fcd50a999a00128c0cc3f6e7d1f66182c9d5
>>>>
>>>> for the latest. I'll propose that one to get cherry-picked into the
>>>> server-1.19 branch as well.
>>>
>>>
>>> Hrmph. That means we should try to adjust the gamma_set helper to do
>>> the sampling when receiving a 1024-sized LUT, if people will use older
>>> X servers (seems likely). Should hopefully be straightforward, to
>>> handle just that one case.
>>
>>
>> I thin...
2018 Mar 02
2
Nouveau Digest, Vol 131, Issue 3
On 03/02/2018 11:29 PM, Ilia Mirkin wrote:
> On Fri, Mar 2, 2018 at 5:16 PM, Mario Kleiner
> <mario.kleiner.de at gmail.com> wrote:
>> On 03/01/2018 07:21 PM, nouveau-request at lists.freedesktop.org wrote:
>>>
>>>
>>> Message: 1
>>> Date: Thu, 1 Mar 2018 08:15:55 -0500
>>> From: Ilia Mirkin <imirkin at alum.mit.edu>
>>>
2010 Jul 19
0
[LLVMdev] Function::getName in CallGraphSCCPass causes bus error
Hi Trevor,
> struct Hello : public CallGraphSCCPass {
> static char ID; // Pass identification, replacement for typeid
> Hello() : CallGraphSCCPass(&ID) {}
> virtual bool runOnSCC(std::vector<CallGraphNode *> &SCC) {
> CallGraphNode *node = SCC.front();
> Function *function = node->getFunction();
>
2018 Mar 02
0
Nouveau Digest, Vol 131, Issue 3
...g from 1024 -> 256 hw lut happens in
> xf86RandR12CrtcComputeGamma(), see
>
> https://cgit.freedesktop.org/xorg/xserver/commit/?id=b5f9fcd50a999a00128c0cc3f6e7d1f66182c9d5
>
> for the latest. I'll propose that one to get cherry-picked into the
> server-1.19 branch as well.
Hrmph. That means we should try to adjust the gamma_set helper to do
the sampling when receiving a 1024-sized LUT, if people will use older
X servers (seems likely). Should hopefully be straightforward, to
handle just that one case.
>> It's sending 8bpc data out to the screen, unless you'r...
2018 Mar 05
0
Nouveau Digest, Vol 131, Issue 3
...>>>
>>>
>>> https://cgit.freedesktop.org/xorg/xserver/commit/?id=b5f9fcd50a999a00128c0cc3f6e7d1f66182c9d5
>>>
>>> for the latest. I'll propose that one to get cherry-picked into the
>>> server-1.19 branch as well.
>>
>>
>> Hrmph. That means we should try to adjust the gamma_set helper to do
>> the sampling when receiving a 1024-sized LUT, if people will use older
>> X servers (seems likely). Should hopefully be straightforward, to
>> handle just that one case.
>
>
> I think we never receive anyth...
2018 Apr 28
0
Nouveau Digest, Vol 131, Issue 3
...cgit.freedesktop.org/xorg/xserver/commit/?id=b5f9fcd50a999a00128c0cc3f6e7d1f66182c9d5
>>>>>
>>>>> for the latest. I'll propose that one to get cherry-picked into the
>>>>> server-1.19 branch as well.
>>>>
>>>>
>>>> Hrmph. That means we should try to adjust the gamma_set helper to do
>>>> the sampling when receiving a 1024-sized LUT, if people will use older
>>>> X servers (seems likely). Should hopefully be straightforward, to
>>>> handle just that one case.
>>>
>>...
2018 Oct 19
13
[Bug 108500] New: Crash when creating a depth buffer on GeForce 320M
https://bugs.freedesktop.org/show_bug.cgi?id=108500
Bug ID: 108500
Summary: Crash when creating a depth buffer on GeForce 320M
Product: Mesa
Version: 18.2
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Drivers/DRI/nouveau
2002 Jul 16
1
OT - RE: Coffee Break...
Your mention of the good ole' days of fidomail w/o spam got me digging for
my Wildcat install disks. I found them both. Now I realize I got rid of my
5.25 inch drive in 1991.
Hrmph.
- btw I love the lyrics. :)
<p><p>-----Original Message-----
From: Robert Cole [mailto:robert@support4linux.com]
Sent: Tuesday, July 16, 2002 14:16
To: vorbis@xiph.org
Subject: [vorbis] Coffee Break...
<p>Here's a coffee break for all you coders out there. I use to run a B...
2010 Jul 16
2
[LLVMdev] Function::getName in CallGraphSCCPass causes bus error
Hi,
I'm trying to use CallGraphSCCPass, but I keep getting a bus error. I
can reproduce the problem quite easily using the lib/Transforms/Hello
example. I simply mix in these changes:
#include "llvm/CallGraphSCCPass.h"
...
struct Hello : public CallGraphSCCPass {
static char ID; // Pass identification, replacement for typeid
Hello() : CallGraphSCCPass(&ID) {}
1998 Dec 15
3
how can i find out a netbios name from an IP address.
i install quite a few (debian linux) internet gateway boxes with samba
installed so that the client can get their /var/www directory in network
neighbourhood.
in order to diagnose network faults (i.e "WTF can't the stupid doze boxes
see/login to/etc the samba share?"), i often need to find out the netbios
name of a machine. for some reason this seems to an extraordinarily
difficult
2014 Sep 14
1
[PATCH] nouveau: fix glCompressedTexImage
On Sun, Sep 14, 2014 at 3:37 AM, Francisco Jerez <currojerez at riseup.net> wrote:
> Ilia Mirkin <imirkin at alum.mit.edu> writes:
>
>> mesa_texstore expects pixel data, not compressed data. For compressed
>> textures, we want to just copy the bits in without any conversion.
>>
>
> Any reason we cannot use _mesa_store_compressed_*image for this instead
2011 Apr 06
5
CentOS 5.6 will not install due to Firefox error
Hello all,
Well, my local mirror now has CentOS 5.6! Yay! But, I cannot
get it to install. A "yum update" and a "yum --skip-broken"
yields me this:
--> Processing Conflict: firefox conflicts xulrunner >= 1.9.2.14
--> Finished Dependency Resolution
firefox-3.6.13-2.el5.centos.i386 from installed has depsolving problems
--> firefox conflicts with xulrunner
2015 May 14
35
[Bug 90453] New: Desktop periodically freezes when using Nouveau & getting "nouveau E[PDISP]" errors in dmesg
https://bugs.freedesktop.org/show_bug.cgi?id=90453
Bug ID: 90453
Summary: Desktop periodically freezes when using Nouveau &
getting "nouveau E[PDISP]" errors in dmesg
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity:
2001 Mar 25
8
OpenSSh 2.5.2p2 on Linux/Sparc
When doing a simple configure of OpenSSh 2.5.2p2 on a Sparc running
RedHat 6.0 I get:
...
updating cache ./config.cache
creating ./config.status
creating Makefile
sed: file conftest.s1 line 1: Unknown command: ``^''
creating openbsd-compat/Makefile
sed: file conftest.s1 line 1: Unknown command: ``^''
creating ssh_prng_cmds
sed: file conftest.s1 line 1: Unknown command:
2016 Sep 07
43
[Bug 97620] New: [REGRESSION] KMS having issues after kernel upgrade (4.5.1-1 to 4.6.4-1)
https://bugs.freedesktop.org/show_bug.cgi?id=97620
Bug ID: 97620
Summary: [REGRESSION] KMS having issues after kernel upgrade
(4.5.1-1 to 4.6.4-1)
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: critical
Priority: medium