Displaying 20 results from an estimated 1100 matches similar to: "[Bug 25036] New: KMS + multihead leaves ghost mouse pointer"
2010 Feb 09
1
low memory
12:08 < curro_> shining: hmm, it seems, darktama didn't quite finish
the additional reloc checking he started to code
12:11 < curro_> shining: that would have solved your problem, poke him
when he's back from vacations :)
12:16 < shining> curro_: hmm I really dont get it, it looks like
domain can have both set, and flags can also have both set
12:16 < shining> I
2009 Aug 09
1
I have a multihead setup
I was reading thru the project page and I found that you were looking for people with multihead setup.
my setup is
1 AGP TNT2
1 PCI TNT2
1 PCI old ATI-all-in-wonder
and I am running Mandriva 2008.1 because its the only linux distro that will use my setup...
2003 Apr 06
0
XFree86 4.3.0 Matrox/MultiHead (Long!)
On Mon, 2003-03-17 at 16:37, Eric Anholt wrote:
> On Thu, 2003-03-13 at 09:10, Paul Boehmer wrote:
> > I have a test box that had been running X 4.2 in a multihead config for a
> > while now (1 Nvidia TNT2 AGP, and 2 Matrox Millennium/Mystique PCI Cards).
> > I upgraded yesterday to 4.3.0 only to find out that any attempts to run X
> > result in a complete console lockup
2009 Oct 31
5
[Bug 24831] New: XRandR multihead fails on NV50
http://bugs.freedesktop.org/show_bug.cgi?id=24831
Summary: XRandR multihead fails on NV50
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2006 Oct 03
0
Xgl/Compiz - Kernel, ATI, Console, and Multihead problems still unresolved
I've been avidly updating mesa, xgl, and compiz, every week (from the
portage-xgl overlay) hoping to solve some of these problems:
* Using ati-drivers-8.29.6 xgl crashes complaining about lacking dri, so
i'm using 8.27.10.
* Using 2.6.18 kernels, the ati-drivers-8.27.10 don't compile when
building the drm module.
* My laptop automatically switchs to vt1 when init services fail
2007 Jun 02
1
Bigscreen multihead issues [URGENT]
At the moment, Compiz draws each head at a time, shifting the
glViewport() for every head in a xinerama-like setup. However, the
projection matrix is NOT adjusted. This means any translation along
the z-axis will cause problems and any rotation along the x/y axis,
because the projection matrix is centered around the viewport, not the
actual X screen as it has to be to keep the scenery together.
I
2010 Jan 29
2
swap control
Is it possible to use sync to vblank / swap control with mesa/gallium
(and nouveau) ?
I googled it but did not find any clear answers about how it is
supposed to be enabled.
I also tried to read the code, and I am getting lost. So I didn't find
any answers to any of these questions :
1) how are we supposed to enable it ? is there an env var , or
~/.drirc ? is drirc/driconf still valid with
2010 Feb 09
1
texture dimension limits in ddx
in nv10_exa.c :
check_texture does :
if (w > 2046 || h > 2046)
NOUVEAU_FALLBACK("picture too large, %dx%d\n", w, h);
check_render_target does :
if (w > 4096 || h > 4096)
return FALSE;
So we have different size limits for the source and the destination ?
Another thing is that nv20 uses nv10_exa.c code, and the limit in
2007 Apr 12
1
Multihead related issues
First, there are two fundamentally diffrent types of doing multihead:
The "one big screen" solution, usually achieved with xinerama ,
twinview or similar. This provides us with one Screen, and therefor
one CompScreen structure. The output extens are retrieved from
xinerama, or possibly randr (in the future?), I would assume.
Then there is the less used "multiscreen" way, which
2008 Sep 25
9
Using xen in multihead distributed setup
I''m new to xen and hope that this question is not too daft but I just need a
short answer. Can I run say four servers within xen on one box with 4 video
cards, where each server is tied to one of the video cards, so I have a view
of applications running on the various servers concurrently.
John
_______________________________________________
Xen-users mailing list
2007 Jun 24
3
Moving user accounts from a domain to another - and changing their logins
Hello everyone,
I have two domains, let's call them D1 and D2.
D1 is:
- heavily modified, cumbersome, Linux RH 7.3 based,
- samba 2.2 based,
- using the old LDAP samba schema,
- implementing Unix services/Windows logon SSO via the means of the LDAP
schema with Kerberos added in the picture.
D2 is:
- stock, clean Linux RHEL4 based,
- Samba 3.0.11 based,
- using the newer Samba SAM LDAP
2008 Feb 27
2
Still unresolved: adding printers as a non admin domain user doesn't work
Hello list,
I use samba-3.0.10 from RHEL4, with an smbldap-tools backend (version 0.9.2a).
Everything works fine: domain logons work OK, I can join machines to the
domain, "unjoin" them, add users (from the samba server only though, but
that's not important), submit drivers for printers as a printer admin, etc.
The only thing that does NOT work is adding printers as a non admin
2007 Jun 24
2
Samba seems to pause for a long time and do nothing
Hi,
I have a problem with Samba (although it may be my hardware, I'm not sure).
I have a Linux i386 Samba server that I use for storing music, pictures
etc in a small home network which isn't that busy. When I stream music
to my laptop I get periods of silence which coincide with periods of
network inactivity. These can last up to 50 seconds and can be seen on
both the Linux and PC
2010 Mar 17
1
ogginfo writes errors to stdout
The ogginfo tool writes its errors to stdout instead of stderr.
Shouldn't that change? (Warnings also go to stdout, but that's more of
a gray area.) The other vorbis-tools don't have this problem, with the
possible exception of vcut, which writes the usage message to stdout,
another edge case.
2010 Jan 04
2
vorbis-tools release soon?
Since it's been almost 2 years since vorbis-tools 1.2.0 was released,
would it be reasonable to see 1.3.0 soon? There are plenty of changes
in there that deserve to see the light of day - the ReplayGain support
in ogg123 and the vcut fixes in particular have my attention.
2010 Mar 01
1
adding directory contents to ogg123 playing in sorted order?
Would a patch to ogg123 for using scandir(3) and alphasort(3) instead
of opendir(3) and readdir(3) in playlist_append_directory() be
accepted, or are those not sufficiently portable? On Linux,
_SVID_SOURCE or _BSD_SOURCE is required to use them. This shouldn't be
hard to implement and I'd like very much to have directories added to
the playlist in sorted order.
2009 Dec 11
1
conflicting memory types
I just noticed these messages in my logs :
modprobe:1998 conflicting memory types e8000000-e8010000
uncached-minus<->write-combining
reserve_memtype failed 0xe8000000-0xe8010000, track uncached-minus,
req uncached-minus
ioremap reserve_memtype failed -16
Xorg:5078 conflicting memory types e8000000-e8010000
uncached-minus<->write-combining
reserve_memtype failed 0xe8000000-0xe8010000,
2008 Jan 18
1
Re-2: XP Home and samba
xp home can join the domain just needs a bit of hacking
read
http://www.ntcompatible.com/story8718.html
regards
-----------------------------------------------------------------------------
Damien Dye BSC(hon)
IT and Telecommunications Engineer
Mckenna Group
Lawn Road Industrial Estate
Lawn Road
Carlton-in-Lindrick
Worksop
Nottinghamshire
United Kingdom
S81 9LB
Email :
2007 Jul 04
1
net ads join without kerberos
Hello,
I'm trying to join a samba server to a w2k domain.
Now I have removed all samba and kerberos software from the machine to reset
configuration.
Then I have executed "net ads testjoin" to see what happened (I have already
joined the machine to the domain).
It returned the following messages:
[2007/07/04 09:14:44, 0] libads/kerberos.c:ads_kinit_password(208)
2007 Jul 23
1
mac osx charset on linux
Hey there,
After searching for quite some time I'm finally just going to ask the people
who know :)
I'm having trouble when listing the files on a samba share that's hosted on
a Mac OS X 10.4 server. The client is an Kubuntu Dapper Linux machine.
This happens only when using smbmount (smbfs) and not when I use Konqueror
with smb:// . The problem is that files with certain characters