Displaying 20 results from an estimated 1100 matches similar to: "Strange problem with dual head on GeForce9600GT (dual DVI)"
2010 Oct 03
7
[Bug 30589] New: Dual screen connected with VGA works, but not with DVI on G94 [GeForce 9600GT]
https://bugs.freedesktop.org/show_bug.cgi?id=30589
Summary: Dual screen connected with VGA works, but not with DVI
on G94 [GeForce 9600GT]
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2012 Jan 11
5
augeas error: Could not evaluate: unknown error - Failed to initialize Augeas
Hi,
I am running puppet 2.6.12 on a SLES11SP1 server. I get the following error
message as part of the puppet catalog run on a SLED11SP1 client.
Augeas[sap_host_entries](provider=augeas): Opening augeas with root /, lens
path , flags 0
err: /Stage[main]/Sap/Augeas[sap_host_entries]: Could not evaluate: unknown
error - Failed to initialize Augeas
Can somebody shed some light on the error
2010 Jul 13
3
STRFTIME function declared in globals context
I'm trying to declare a few date-related global variables to ease my
dialplan. When I declare the following in the [globals] context of
extensions.conf, I get unexpected results:
YEAR = ${STRFTIME(${EPOCH},,%Y)}
MONTH = ${STRFTIME(${EPOCH},,%m)}
DAY = ${STRFTIME(${EPOCH},,%d)}
TIMESTAMP = ${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}
If I evaluate these variables in the dialplan later, using
exten
2010 Apr 05
17
[Bug 27455] New: dualhead not working, second display always black
https://bugs.freedesktop.org/show_bug.cgi?id=27455
Summary: dualhead not working, second display always black
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at
2004 Apr 19
3
Sync UNIX and SMB users
Hi,
I'm new to Samba so I apologize if this topic has been covered in the past.
I want to sync my UNIX users from /etc/shadow to my Samba users in
/etc/samba/smbpasswd
How can I do this automatically?
Thanks!
Tim Mektrakarn
Systems Engineer
Loud Packet, Inc.
27455 Tierra Alta Way, Suite A
Temecula, CA 92590
Mobile: 909.757.5129
Office: 714.263.9090
Fax: 714.263.9001
Email:
2010 Jul 13
4
[LLVMdev] LoopInterchange Pass
Hi,
I developed a Loop Interchange pass. Please take a look.
I have not incorporate data dependence analysis check. I can insert it when the LoopDependenceAnalysis is available.
Thank you
Satya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100713/654d5fd5/attachment.html>
--------------
2005 May 06
1
Again on DC prediction
Reading the source code i noted the zeroing of the LASTDC array after
each plane (Y,U,V) in the DC prediction function.
Perhaps i missed this in the specification, but in the chapter 7.8.2
(Inverting the DC prediction precess) i don't find this wrote down.
Can someone explain me this?
Thanks in advance
-Marco Bagnaresi
2017 Nov 28
1
XDOVECOT capability?
Hi!
Here and there, I'm seeing mentions of a "XDOVECOT" capability - e.g. on https://documentation.open-xchange.com/7.8.2/middleware/components/search/crossfolder_fts_in_mail.html .
However, I can't seem to find any documentation on what this actually does.
We need to add this capability to our servers in order for certain functionality of Open Xchange App Suite to work
2010 Jul 13
1
[LLVMdev] Where is Andersen Alias Analysis in LLVM-2.7?
Hi,
I was working on alias analysis using LLVM-2.6 previously. But I just
downloaded LLVM-2.7 and found AndersenAA is not there. What happened for
andersen's IPA alias analysis? Has it been deleted for some reason?
Thanks.
Lei
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jul 13
2
[LLVMdev] VMKit - patch to detect ANT_HOME
Hi,
Please find in the attachment a patch for configure.ac to detect
ANT_HOME, when running configure --with-gc=mmtk.
Cheers,
Chanwit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ant_home_ac.patch
Type: text/x-patch
Size: 696 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100713/561e7840/attachment.bin>
2010 Jul 13
2
EDD errors from extlinux on USB
Hi,
I got this from my digital camera with Syslinux compiled from source
(yes, I've got a configuration file with a UI directive):
SYSLINUX 4.02 pre-1-g0ee5047 CHS Copyright (C) 199...
EDD: Error 0100 reading sector 0
EDD: Error 0100 reading sector 2252244088
EDD: Error 0100 reading sector 2252244089
EDD: Error 0100 reading sector 2252244090
EDD: Error 0100 reading sector 2252244091
EDD:
2008 Apr 12
1
Compiling REnouveau with Koala's script fails on Ubuntu Hardy
Hello,
At the risk of looking like an idiot, I thought I would post because I
can't make Koala's script work. My brother has an nVidia GEforce 8800,
which nobody has dumped for, so I thought I would try.
As I posted here:
https://answers.launchpad.net/ubuntu/+question/29595
I am trying to submit a REnouveau dump from my brother's computer. I
have installed the latest Ubuntu Hardy
2010 Apr 22
1
nv20tcl and renouveau questions
First some data errors I get with both nv20 exa and nv20 dri/mesa.
1.
RT_FORMAT
LINEAR + X8R8G8B8
Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x00800080:0x00000105
Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x01000100:0x00000105
LINEAR + A8R8G8B8
Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x01000100:0x00000108
Ch 1/5 Class 0x0597 Mthd 0x0208 Data 0x00800080:0x00000108
The only value I found in renouveau dump
2010 Feb 26
2
[PATCH] renouveau/nv10: remove duplicate vertex buffer registers
NV10TCL defines the vertex buffer registers both as arrays and as
individual named registers.
This causes duplicate register definitions and the individual registers
are not used either by the DDX or by the Mesa driver.
Francisco Jerez said to remove them all.
Signed-off-by: Luca Barbieri <luca at luca-barbieri.com>
---
renouveau.xml | 49
2008 Jul 12
2
[Bug 16684] New: renouveau runs forever on 8600GS
http://bugs.freedesktop.org/show_bug.cgi?id=16684
Summary: renouveau runs forever on 8600GS
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2007 Nov 19
1
[G80] patch to renouveau.xml
I have some things to add to renouveau.xml (NV50_MEMORY_TO_MEMORY_FORMAT
high address words, and NV50COMPUTE object 0x50c0), see the attached patch
Greetings,
Wladimir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/nouveau/attachments/20071119/f65ec979/attachment.htm
-------------- next part --------------
A non-text
2007 Jul 14
1
REnouveau crashed my computer
Hi,
When REnouveau came to "74/75 test_interesting_registers" the CPU used
100% and I could only use the mouse, but not interact witt anything.
What could be wrong? I am using GeForce 6150 and Fedora 7.
Love,
Louise
2007 Sep 05
2
Renouveau and GeForce 7950 GX2
Hello,
I have a dual-GPU card GeForce 7950 GX2 (PCI ID 10de:0294). Unfortunately, I
cannot make a dump using renouveau, because the program crashes. The
backtrace looks like this:
Program received signal SIGSEGV, Segmentation fault.
0x00000000004153af in read_fb_ramin (instanceMem=4, offset=2) at
objects.c:4089
4089 return fb[((fb_size - (ramin_block*512*1024) + ramin_inst)/4)
+
2007 Aug 28
1
Renouveau and Nouveau driver for Nvidia Riva 128 ZX (NV3) ?
Hello,
I have a Nvidia Riva 128 ZX graphic card.
But renouveau need the nvidia proprietary driver to work
and there is no nvidia proprietary driver for Riva 128 or Riva 128 ZX.
How can I send you informations that can help you to write
a free and open source driver for this nvidia graphic chip.
At http://users.tkk.fi/~jpakkane/ren/,
I found nothing for NV3.
But there is some information for NV1
2007 Sep 05
1
GeForce 6150SE and Renouveau failure
Hello,
renouveau has failed on my machine with an integrated GeForce 6150SE
(nForce 430) - PCI ID 10de:03d0.
detect_devices: Creating probe window failed.
We tried to create a window by using SDL.
Our OpenGL tests require a stencil buffer whichusually
is not available with 16-bit desktop colordepth. If you are
using 16-bit colors, please try24-bit instead.
Device detection failed.
The problem