[Bug 292214] Re: Xinerama broken since intrepid on MGA

2012-08-06 Thread Bug Watch Updater
Launchpad has imported 9 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=18472.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2008-11-10T12:40:54+00:00 Reinhard Tartler wrote:

This bug is forwarded from https://.launchpad.net/bugs/292214.

when the mga driver is configured for xinerama, the server aborts with
the message:

MGA(0): Unable to map BAR 0. Invalid argument (22)

This bug is confirmed in ubuntu and OpenSuse at http://www.linux-
club.de/viewtopic.php?f=48t=97381.

I belive it is different to #9261 (this is no segfault).

Reply at: https://bugs.launchpad.net/xorg-server/+bug/292214/comments/15


On 2008-11-10T12:42:12+00:00 Reinhard Tartler wrote:

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
mga/+bug/292214/comments/8 has a first analyses of this issue:

  Andy MacLean (0) wrote on 2008-11-07:  (permalink)

I have the same issue with a G550 card in dual head mode and managed to
change the code to get it all working with some nasty hacks. It looks
like it was broken when they changed the driver to use libpciaccess to
map memory regions instead of using the old xf86MapPciMem calls. There
are two problems:

- It tries to map the card's IO and iload regions twice, once for each
head. libpciaccess doesn't like having two mappings for the same PCI
region in the same device so it gives back EINVAL and this causes the
breakage. I took out the check in pci_device_map_range in libpciaccess
and this worked OK.

- The new code maps the whole framebuffer into both heads because it
uses region-base_addr and region-size instead of pMga-FBAddress and
pMga-FbMapSize. This makes both displays draw onto a single monitor and
it all looks very silly. I changed that in the mga driver and it works
fine now.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/292214/comments/16


On 2009-04-07T01:24:36+00:00 Rboesger wrote:

Bug also reported on Gentoo:
http://bugs.gentoo.org/show_bug.cgi?id=265100

Last Patch available here:
http://launchpadlibrarian.net/19618287/mga-driver-3.patch

I use this patch since yesterday, no problems so far

(Gentoo, AMD64, MGA G550 (DualHead PCIe)


Reply at: https://bugs.launchpad.net/xorg-server/+bug/292214/comments/48


On 2009-05-06T04:55:51+00:00 Remi wrote:

Any news here? I have a few users who confirm the patch works. Could the
patch be applied to master?

Thanks

Reply at: https://bugs.launchpad.net/xorg-server/+bug/292214/comments/58


On 2009-08-18T03:30:59+00:00 Rboesger wrote:

Any news here?

Is it really anoying to use this fix, whenever a new revision / release
of the corg server comes, please have a look on this issue.Thanks.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/292214/comments/64


On 2009-08-18T03:58:57+00:00 Benoit-n1 wrote:

I can not work yet on this bug. Maybe I have it, but, I have tons of other X 
problems. Two are very ennoying, and prevent me working on the MGA one:
- when X (1.5) starts, it freeses the box (no more ping) = reset
- after reboot, I have no log file anywhere = no way to know what happened.

As long as I dont have logs, I can not comment here. I think launching
over ssh will NOT help (too many caches every where in IP layers).

What I can say is that ... I am pretty sure X 1.5 does not take care any
more about the conf file. I can also say that I have several Matrox, and
one non matrox card; and that, whether I tell the conf to use xinerama
or not, I have bugs; but, as it does not read the conf ... and I dont
get any log ...

even things like (forgot what I typed exactly)
X -- verbose --debug /root/log 21
X freeses immediatly (less than 2s), so, the inode cache is not written on 
disk. So, even stdoutdisk does not work (X freeses the kernel before the ext3 
5s auto-sync).

Reply at: https://bugs.launchpad.net/xorg-server/+bug/292214/comments/65


On 2010-01-21T13:45:55+00:00 Benoit-n1 wrote:

I still can not work on this bug. I have a brand new machine, with 3 ATI
Radeon cards, dual head each, and i frequently got X freese, or kernel
panics. It depends on the driver and the conf. Even using X 1.7 and Mesa
1.4 does not help.

Amongst other problems, I don't what are the required features at the
kernel level. Some people mentioned about VGA_ARB ... and KMS, ut i do
not understand if they are required, 

[Bug 292214] Re: Xinerama broken since intrepid on MGA

2012-04-19 Thread Timo Aaltonen
12.04 LTS is soon released, and includes the fix.

** Changed in: xserver-xorg-video-mga (Ubuntu Lucid)
   Status: In Progress = Won't Fix

** Changed in: xserver-xorg-video-mga (Ubuntu Lucid)
 Assignee: Timo Aaltonen (tjaalton) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/292214

Title:
  Xinerama broken since intrepid on MGA

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/292214/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2011-05-25 Thread Timo Aaltonen
** Also affects: xserver-xorg-video-mga (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: xserver-xorg-video-mga (Ubuntu Lucid)
   Status: New = In Progress

** Changed in: xserver-xorg-video-mga (Ubuntu Lucid)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/292214

Title:
  Xinerama broken since intrepid on MGA

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2011-03-15 Thread Tyler Gates
Can we please get this pushed out to Lucid? I've been using patch from
comment #100 for months without any trouble.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/292214

Title:
  Xinerama broken since intrepid on MGA

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2011-02-03 Thread Bug Watch Updater
** Changed in: xorg-server
   Importance: Unknown = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/292214

Title:
  Xinerama broken since intrepid on MGA

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2011-01-24 Thread Bug Watch Updater
** Changed in: xorg-server
   Importance: High = Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/292214

Title:
  Xinerama broken since intrepid on MGA

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-11-23 Thread Robert Hooker
This is now fixed in natty:


xserver-xorg-video-mga (1:1.4.11.dfsg-4+squeeze1) unstable; urgency=low

  * Add patch: 02_tentatively_unbreak_dual_head.diff, tested by Ferenc
Wágner (thanks!). Patch by Andy MacLean, stolen from LP's #292214
(hopefully closes: #562209).
 -- Ubuntu Archive Auto-Sync arch...@ubuntu.com   Tue,  23 Nov 2010 10:46:53 
+


** Changed in: xserver-xorg-video-mga (Ubuntu Natty)
   Status: Incomplete = Fix Released

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-11-19 Thread Richard Dickson
I have just installed Ubuntu 10.10 with G450 Matrox, and came upon this
issue.

- I tried running patch from #100, but this didn't work at all.
- I then applied patch manually. This then built a mga_drv.so file that allowed 
me to boot into the GUI.

I then tried countless versions of the xorg.conf, but the second monitor
attached to the DVI never seemed to work.

Until I logged out instead of restarting the machine.

I was always trying out my changes by restarting the machine. And this
never worked. But if I log in with an xorg.conf set up for single
monitor mode, copy over xorg.conf with one set up for dual monitor mode,
then log out, hey presto - both monitors are working at the login
screen.

Hope this bit of info helps anyone figure out what is going on.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-11-19 Thread Martin Pitt
Chris, can you please check out the patch in comment 100, whether it's
appropriate? Please reassign to someone else if more appropriate, I'm
not quite sure how you, Bryce, and Robert split the work between you.
Thanks!

** Changed in: xserver-xorg-video-mga (Ubuntu Natty)
 Assignee: (unassigned) = Chris Halse Rogers (raof)

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-11-19 Thread Colm Linehan
On 19 Nov 2010 14:36, Martin Pitt martin.p...@ubuntu.com wrote:

Chris, can you please check out the patch in comment 100, whether it's
appropriate? Please reassign to someone else if more appropriate, I'm
not quite sure how you, Bryce, and Robert split the work between you.
Thanks!

** Changed in: xserver-xorg-video-mga (Ubuntu Natty)
Assignee: (unassigned) = Chris Halse Rogers (raof)


-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this ...

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-11-05 Thread Kate Stewart
** Also affects: xserver-xorg-video-mga (Ubuntu Natty)
   Importance: High
   Status: Incomplete

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-10-23 Thread Johannes Martin
The additional problem on Ubuntu 10.10 (X server crashing when starting
QT app such as konqueror) has a separate bug report. A patch is also
available now. See
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/650539/comments/91

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-10-18 Thread Svarec
I tested on Ubuntu 10.10 too, but have same problem.

- After installation error message unable to map BAR 0 when starting with 
dual-screen setup.
- I tried the patch from comment #95 then the dualhead start well, but when i'd 
like to start a psi-plus the X-server crashes.


Have you some solution to this or some other patch that works correctly.

Thanks a lot.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-10-16 Thread Johannes Martin
I just tested this on Ubuntu 10.10.

- The problem still exists (error message unable to map BAR 0 when starting 
with dual-screen setup).
- The patch kind of works (using build instructions from comment #95).
- kind of means: I can start X in dual screen mode fine, but as soon as I 
start Konqueror, the X server crashes

I haven't found any other applications that cause X to crash, but I
haven't tried much. Konqueror doesn't cause X to crash when it's running
with the unpatched mga_drv.so.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-27 Thread tgates81
Attached patch to enable xinerama 1.4.11. I've used this for several days on 
several machines without issues. Included this patch upstream as well:
https://bugs.freedesktop.org/process_bug.cgi

** Patch added: enable xinerama for 1.4.11
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-mga/+bug/292214/+attachment/1643900/+files/mga-xinerama.patch

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-25 Thread wb8nbs
I've worked around this problem by E-Baying a newer Nvidia GeFORCE-
FX5200 card which does do dual monitors OK with the NVidia supplied
driver.

I'm willing to move the Matrox 450 back into the PC if you need
something tested.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-14 Thread Michiel Eghuizen
sudo cp src/.libs/mga_drv.so /usr/lib/xorg/modules/drivers/mga_drv.so

you can find files in a directory with the command:
find /directory -iname '*.so'

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-14 Thread wb8nbs
Thanks Michiel - that found the module. What is the point of compiling into a 
hidden directory??
But on copying to /usr/lib/xorg/modules/drivers/ the server immediately crashed 
and would not restart on a reboot.
The log file shows a bus error -- attached.

** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-mga/+bug/292214/+attachment/1584577/+files/Xorg.0.log

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-13 Thread Bug Watch Updater
** Changed in: xorg-server
   Importance: Unknown = High

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-13 Thread wb8nbs
I was able to compile using Michiel's directions but no .so file is produced. I 
am attaching the output from ./configure and from make.
Can anyone see what I am doing wrong?


** Attachment added: xorgcompile.txt
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-mga/+bug/292214/+attachment/1580314/+files/xorgcompile.txt

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-10 Thread Michiel Eghuizen
On Lucid (based on comment #89):

Commands (you can copy and past these commands if you want:
aptitude -y install build-essential
apt-get -y build-dep xserver-xorg-video-mga
apt-get source xserver-xorg-video-mga
cd xserver-xorg-video-mga-*
./configure
make
cd src
wget -O lucid_mga_dual.patch 
https://bugs.launchpad.net/xorg-server/+bug/292214/+attachment/1377942/+files/lucid_mga_dual.patch
patch  lucid_mga_dual.patch
cd ..
make
sudo cp mga_drv.so /usr/lib/xorg/modules/drivers/mga_drv.so

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-08 Thread wb8nbs
I am fighting this problem on a 10.04 install.  The card is a G450.
Per Petr's post I copied in the driver binary from  
http://launchpadlibrarian.net/32153149/mga_drv.so but get:
undefined symbol rssVgaShared and a server crash on bootup.

My config file is attached


** Attachment added: My config file
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-mga/+bug/292214/+attachment/1557491/+files/xorg.conf

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-08 Thread Michiel Eghuizen
@wb8nbs, please read comment #89 (Tom Adams  wrote on 2010-05-06) and
try that.

Why is this bug still unresolved anyways?

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-08 Thread Sergei Kirjanov
on lucid #89 fails during ./configure with:

checking for XORG... configure: error: Package requirements (xorg-server = 
1.1.0 xproto fontsproto ) were not met:
No package 'xorg-server' found
No package 'fontsproto' found

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-09-02 Thread justin
I can confirm the bug re-occurs on Lucid. After building and applying
Tony's patch above, I was able to enable dual-screen once again.

I haven't had any crashes or lockups yet.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-05-06 Thread Tom Adams
I also had this problem on lucid. Applying the patches automatically
failed, but I was able to manually apply the patches and I'm up and
running with two monitors.  I repackaged patch-3 as it worked on my
system and have attached that patch.  I've had to fight this across
three upgrades.  It sure would be nice if this was accepted.

to apply: 
sudo apt-get source xserver-xorg-video-mga
cd xserver-xorg-video-mga-1.4.11.dfsg
./configure
make  (to be sure it compiles)
cd src
apply the patch 
patch  lucid_mga_dual.patch
cd ..
make
sudo cp mga_drv.so /usr/lib/xorg/modules/drivers/mga_drv.so



** Patch added: patch of mga.h and mga_driver.c
   http://launchpadlibrarian.net/47943954/lucid_mga_dual.patch

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-05-06 Thread Tom Adams
I spoke a little too soon.  Things *mostly* work, but there's an
irritating bug I've hit 3 times  where the mouse cursor rapidly flashes
and the mouse locks up.  It looks as though it's confused about which
monitor it's on and some of the flashes are on the far right of my
leftmost monitor and some on the far left of my right monitor.  In
earlier release I've seen a couple other quirks where there's some
confusion about which area is part of which monitor, but this is teh
first time there's a lock up.

I've attached my /var/log/Xorg.0.log.   There're some errors in there
that might be informative if (unlike me) you actually know what you're
doing.  Here's the bit that caught my attention:

[mi] EQ overflowing. The server is probably stuck in an infinite loop.

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e937b]
1: /usr/bin/X (mieqEnqueue+0x1ab) [0x80e8b6b]
2: /usr/bin/X (xf86PostMotionEventP+0xd2) [0x80c2d02]
3: /usr/lib/xorg/modules/input/evdev_drv.so (0x2ec000+0x48a1) [0x2f08a1]
4: /usr/lib/xorg/modules/input/evdev_drv.so (0x2ec000+0x4b96) [0x2f0b96]
5: /usr/bin/X (0x8048000+0x6d5bf) [0x80b55bf]
6: /usr/bin/X (0x8048000+0x122794) [0x816a794]
7: (vdso) (__kernel_sigreturn+0x0) [0xb33400]
8: /usr/lib/xorg/modules/libfb.so (fbBltStip+0x73) [0x4059d3]
9: /usr/lib/xorg/modules/libfb.so (fbGetImage+0x235) [0x40a0e5]
10: /usr/lib/xorg/modules/libxaa.so (0x43a000+0x5d97) [0x43fd97]
11: /usr/lib/xorg/modules/libxaa.so (0x43a000+0x4ab16) [0x484b16]
12: /usr/bin/X (0x8048000+0x162b6f) [0x81aab6f]
13: /usr/bin/X (XineramaGetImageData+0x2bd) [0x80fbcfd]
14: /usr/bin/X (0x8048000+0xbbeec) [0x8103eec]
15: /usr/bin/X (0x8048000+0x2a477) [0x8072477]
16: /usr/bin/X (0x8048000+0x1ed7a) [0x8066d7a]
17: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0x165bd6]
18: /usr/bin/X (0x8048000+0x1e961) [0x8066961]


** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/47964021/Xorg.0.log.old

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-05-05 Thread CuTeBoi
I can confirm this is still a problem in lucid, has been. And from what
I keep reading, will be.  If any other information needed, I will check
on this bug report in the future.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-05-05 Thread Chris Halse Rogers
** Tags added: patch-forwarded-upstream

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-05-03 Thread plopix
I can confirm that this bug is in lucid.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-05-01 Thread Bryce Harrington
[This is an automatic notification.]

Hi REPORTER,

This bug was reported against an earlier version of Ubuntu, can you
test if it still occurs on Lucid?

Please note we also provide technical support for older versions of
Ubuntu, but not in the bug tracker.  Instead, to raise the issue through
normal support channels, please see:

http://www.ubuntu.com/support


If you are the original reporter and can still reproduce the issue on
Lucid, please run the following command to refresh the report:

  apport-collect BUGNUMBER

If you are not the original reporter, please file a new bug report, so
we can work with you as the original reporter instead (you can reference
bug BUGNUMBER in your report if you think it may be related):

  ubuntu-bug xorg

If by chance you can no longer reproduce the issue on Lucid or if you
feel it is no longer relevant, please mark the bug report 'Fix Released'
or 'Invalid' as appropriate, at the following URL:

  https://bugs.launchpad.net/ubuntu/+bug/BUGNUMBER


** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Incomplete = New

** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: New = Incomplete

** Tags added: needs-retested-on-lucid-by-june

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-05-01 Thread Bryce Harrington
[This is an automatic notification.]

Hi Adrian,

This bug was reported against an earlier version of Ubuntu, can you
test if it still occurs on Lucid?

Please note we also provide technical support for older versions of
Ubuntu, but not in the bug tracker.  Instead, to raise the issue through
normal support channels, please see:

http://www.ubuntu.com/support


If you are the original reporter and can still reproduce the issue on
Lucid, please run the following command to refresh the report:

  apport-collect 292214

If you are not the original reporter, please file a new bug report, so
we can work with you as the original reporter instead (you can reference
bug 292214 in your report if you think it may be related):

  ubuntu-bug xorg

If by chance you can no longer reproduce the issue on Lucid or if you
feel it is no longer relevant, please mark the bug report 'Fix Released'
or 'Invalid' as appropriate, at the following URL:

  https://bugs.launchpad.net/ubuntu/+bug/292214


** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Incomplete = New

** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: New = Incomplete

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-20 Thread justin
Eckart's patch worked for me on this issue, once I fixed my foolishly
authored (by me) xorg.conf

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-16 Thread Ethan Close
I am *very* new to all of this, but I did manage to get the Maxtor G450
working in Dual Monitor mode on 9.10

 I used the exact instructions as Petr's above but changed both the
ChipSet values to 'mga400' and the HorizSync and VertRefresh values
as seen in the xorg.conf file that I attached.  Before changing the sync
and refresh the second monitor at horizontal ribbons running across it.

The screen boots with an odd rectangle in the upper left, but that
disappears.  The resolution on Screen 1 needs to be reset for my monitor
I think, but I have two almost acceptable monitors now.  More work needs
to be done.

Thank you to everyone!

I hope this post is okay.  It's my first on any linux forum.

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/44401374/xorg.conf

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-15 Thread jo
@Eckart
I tried your suggestion on 9.04 but unfortunately it did not help. I will try 
out 10.04 when it is finally released.

@Petr
Play around with these settings in the device section:

Option Crtc2Half  # [bool]
Option Crtc2Ram   # i

I think you just need to set the first one to true (omit the 2nd);
although I am not sure - just a guess.

@Marty
Did you try the patch-4 on 10.04 beta2? Can you please clarify what you mean 
with 

Just remember to also grab patch-3 (
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
mga/+bug/292214/comments/28 ) and apply the mga.h parts of that diff. 

All I did was install one of the patches via repository, and then played
around with xorg.conf - unfortunately with no success. What (how) do I
need to apply to mga.h when I already install the patch from repository
(I'm not a programmer). Thanks.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-15 Thread Petr Michalík
Thanks jo,

Option Crtc2Half true works :)

Petr

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-15 Thread jo
@Petr, glad I could help. You say: ...I run Ubuntu 9.10 with G550 AGP
and after several tries dual head works for me; I have the same card,
but no luck. What made it work for you finally? Something else than
installing the patch from repository and messing around with xorg.conf?
Would be nice if you could post how you did it. Thanks.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-15 Thread Petr Michalík
to jo and all whichfind it useful,

here is the description of what I did:

I have a standard Ubuntu 9.10 installation - xserver-xorg-video-mga,
version 1:1.4.11.dfsg-1, my adapter is Matrox Millenium G550 (Matrox
Graphics, Inc. MGA G550 AGP (rev 01) - from lspci).

I downloaded patched driver from here:
http://launchpadlibrarian.net/32153149/mga_drv.so and copied it to
/usr/lib/xorg/modules/drivers/ (after backing up the original version).

Then I created xorg.conf (attached).
You probably have to change HorizSync and VertRefresh lines according to your 
monitors specifications. For the first try you don't need them at all. You also 
don't need the Display subsections at the begining, I added them when it 
already worked, just to set up preferred resolutions.


** Attachment added: xorg.conf
   http://launchpadlibrarian.net/44287141/xorg.conf

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-14 Thread Marty
Can confirm that patch-4 ( https://bugs.launchpad.net/ubuntu/+source
/xserver-xorg-video-mga/+bug/292214/comments/71 ) works on Matrox G550.
Just remember to also grab patch-3 (
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
mga/+bug/292214/comments/28 ) and apply the mga.h parts of that diff.
Also needed this xorg.conf ( https://bugs.launchpad.net/ubuntu/+source
/xserver-xorg-video-mga/+bug/292214/comments/55 )

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-13 Thread Bryce Harrington
I tried including the patch for Lucid, but it fails to build.  I've
attached the build log.

** Attachment added: build_errors.txt
   http://launchpadlibrarian.net/44062610/build_errors.txt

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-13 Thread Bryce Harrington
It's a shame there's not activity on the upstreamed bug.  It would
probably make sense to try sending this patch upstream to Debian as a
next step.


** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Triaged = Incomplete

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-12 Thread Petr Michalík
Hello there, I run Ubuntu 9.10 with G550 AGP and after several tries
dual head works for me. However I still have one problem, Xserver
allocates 3/4 of the memory for the first display and only 1/4 for the
second one. I've got two same monitors and want to use the same
adjusting for them (1280x1...@85hz). Could anybody help me with it,
please? This is a part of my Xorg.0.log:

(**) MGA(0): Chipset: mgag550
(--) MGA(0): Linear framebuffer at 0xD000
(--) MGA(0): MMIO registers at 0xD200
(--) MGA(0): Pseudo-DMA transfer window at 0xD300
(II) MGA(0): Creating default Display subsection in Screen section
Screen1 for depth/fbbpp 24/32
(==) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(**) MGA(0): Option HWcursor on
(**) MGA(0): Option MGASDRAM
(**) MGA(0): Option AGPMode 4
(**) MGA(0): Using AGP 4x mode
(**) MGA(0): Using HW cursor
(==) MGA(0): Using XAA acceleration
(**) MGA(0): Has SDRAM
(--) MGA(0): Video BIOS info block at offset 0x07CE0
(--) MGA(0): Crtc2 will use 8192K of VideoRam
(**) MGA(0): VideoRAM: 24576 kByte

Thank you very much,

Petr

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-11 Thread Eckart Haug
Your logfile ends when the server tries to initialize DRI.
I have Xorg ver 1.7.6 (part of Ubuntu 10.04). My logfile contains the lines 

(WW) MGA(0): Direct rendering is not supported when Xinerama is enabled
(EE) MGA(0): [drm] DRIScreenInit failed.  Disabling DRI.

Maybe somebody realized that DRI doesn't work with dual heads and
disabled it.

To find out, try

   Option  DRI off

in the device section (and make shure it's really in effect by looking
at the log file)

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-10 Thread jventure
Unfortunately these solutions do not work for me (on a G550). I tried
Ubuntu 8.04, 9.04, 9.10 and 10.04 Beta2 with and without the patch.
Without the patch I always get the same picture on both screens. With
the patch (tried only 8.04 - 9.10, not 10.04 Beta2), my monitor at the
DVI port turns off (standby) and the monitor at the VGA port stays on
with a black screen. The system freezes I think, because I cannot do
anything, not even switch to a different console (CTRL+ALT+F1).

On the boot process I always have to include 'vga=0x31a' to kernel
parameters because otherwise the DVI port monitor shows out of sync
(even when I 'force' the correct settings in xorg.conf), and the VGA
port monitor stays off.

Any suggestions very welcome. Could it be that it works for some because
of different hardware (mainboard, RAM etc)?

(Right now I am stuck with openSUSE and mergedFB view which I really do
not like.)

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-10 Thread jventure
Tried some stuff again on Ubuntu 9.04 with the 1.4.9.dfsg-
3ubuntu1~bug292214 package from repository. I noticed that sometimes the
VGA port monitor loaded XserverGnome, I could click around on buttons
but no window opened. The DVI port monitor always went to standby when I
loaded the Xserver.

I am attaching my xorg.conf and corresponding Xorg.log in one file.

Btw, I noticed some question marks in the log file at this place:

(--) PCI:*(0...@1:0:0) Matrox Graphics, Inc. MGA G550 AGP rev 1, Mem @
0xf200/33554432, 0xf6a0/16384, 0xf600/8388608, BIOS @
0x/131072

Is that still ok or is the RAM dying?

** Attachment added: xorg.conf  Xorg.log
   http://launchpadlibrarian.net/43697698/xorg.conf.log

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-10 Thread Brian Murray
** Tags added: patch

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-04 Thread Eckart Haug
Here's a Andy's patch against the new source version on 
http://archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.11.dfsg.orig.tar.gz
 (15-Aug-2009)

I did an additional change for the framebuffer unmapping: The
dev-regions[] array always contains the full size  of the framebuffer
bar. In Xinerama mode, temporary mappings of smaller sizes are created.
The unmapping of these failed in my case if the size was taken from the
regions[] array. In the new patch, pMga-FbMapSize is used instead.

binaries might eventually appear in

https://launchpad.net/~ubuntu-syntacs/+archive/ppa

** Patch added: mga-driver-4.patch
   http://launchpadlibrarian.net/43115869/mga-driver-4.patch

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-04-02 Thread jwich...@gmail.com
Sorry - I can't offer much here, as I've not messed with it for quite a
while.   Good luck though...

On Tue, Dec 29, 2009 at 04:38, falk falker1...@arcor.de wrote:

 Hi,

 I installed a completely new ubuntu 9.10 Karmic and followed the advice
 of  #61 Woko. But the dual view does not work. X can not find any device
 and uses always the failsafe config of xorg.conf.

 do you guys have any advice? many thanks in advance.


 (PS.: before all of this, I have had ubuntu 9.04, later updated to 9.10 and
 changed the graiph driver  patched by andi. the dual view has worked. but
 the update to 9.10 has raised more other problems, so I formatted all and
 did above - a new installation of 9.10 ).

 ** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/37265117/Xorg.0.log

 --
 Xinerama broken since intrepid on MGA
 https://bugs.launchpad.net/bugs/292214
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in X.Org X server: Confirmed
 Status in “xserver-xorg-video-mga” package in Ubuntu: Triaged

 Bug description:
 Binary package hint: xserver-xorg-video-mga

 I have a Matrox G450 dual-head. When I start Xorg with a second screen
 enabled, it errors with the message:
 MGA(0): Unable to map BAR 0.  Invalid argument (22)

 This problem is referenced elsewhere on the internet, so far without a
 solution:
 https://answers.launchpad.net/ubuntu/+source/xorg/+question/49251
 http://www.linux-club.de/viewtopic.php?f=48t=97381

 If I disable the second screen, it starts up fine (but with the same image
 on both monitors). I realize Xinerama is deprecated in favor of xrandr but
 the version of the mga driver in intrepid doesn't seem to support xrandr
 configuration -- http://wiki.debian.org/XStrikeForce/HowToRandR12 suggests
 that version 1.9.99 of the mga driver is needed to support randr, and
 following the directions on that page does not have any effect.

 $ lsb_release -rd
 Description:Ubuntu 8.10
 Release:8.10

 $ apt-cache policy xserver-xorg-video-mga
 xserver-xorg-video-mga:
  Installed: 1:1.4.9.dfsg-1build1
  Candidate: 1:1.4.9.dfsg-1build1
  Version table:
  *** 1:1.4.9.dfsg-1build1 0
500 http://archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

 $ cat /etc/X11/xorg.conf
 Section Device
Identifier  MGA[0]
Driver  mga
BusID   PCI:1:0:0
Screen  0
 EndSection

 Section Device
Identifier  MGA[1]
Driver  mga
BusID   PCI:1:0:0
Screen  1
 EndSection

 Section Monitor
Identifier  ViewSonic
Option  DPMS
 EndSection

 Section Monitor
Identifier  Westinghouse
Option  DPMS
 EndSection

 Section Screen
Identifier  Left Screen
Monitor ViewSonic
Device  MGA[0]
 EndSection

 Section Screen
Identifier  Right Screen
Monitor Westinghouse
Device  MGA[1]
 EndSection

 Section ServerLayout
Identifier  Xinerama
Screen  Left Screen
Screen  Right Screen RightOf Left Screen
Option  Xinerama on
 EndSection

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/xorg-server/+bug/292214/+subscribe


-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-03-29 Thread CuTeBoi
I had the Karmic version, and it never loads.

Tried all the alternatives this time around, and no luck.  I've reverted
to Hardy LTS version, and can't load more than 1 video card, but at
least I have 4 displays out. (Still working on the other 8 displays.

Any other info can be provided if given time.

http://www.pastie.org/private/4efpmzyrpf38rvzx2magg

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2010-01-28 Thread Anthrogue
Hello... I've been avidly trying to apply solutions in this thread - so
far to no avail.

New to Linux and have Mint 7 [which I think is based on ubuntu
jaunty]... so I thought all this might work.

I have the following PPA's in my Synaptic repositories

http://ppa.launchpad.net/andy-ub1/ppa/ubuntu/
http://ppa.launchpad.net/bryceharrington/ppa/ubuntu/

They're successfully integrated into Synaptic - and I think the relevant
packages are downloaded/installed.  But I don't know where else to look
to make sure this is the case.  At least Synaptic Package Manager says
they are installed, i.e. xserver-xorg-video-mga 1:1.4.9dfsg-
3ubuntu1~bug292214

I also tweaked my xorg.conf file to mirror somebody else in this thread
who reported success (attached).

Again, I'm new to Linux.  After an XP crash on an MS Update, I'm very
keen to get Linux working in order to run XP as a virtual machnine.  But
right off the bat I can't get my Matrox G450 to work.   The Display
thing in the Control Center doesn't do anything (at least no indication
of dual head functionality).

This experience has forced me to learn a lot... and yet, I'm obviously
missing something.  I really want it to pay off, so any advice/help
vastly appreciated.

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/38515190/xorg.conf

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-12-31 Thread mister-x
Hi,

I've the same Probleme with Dual-Head and the mga-Driver in Kubuntu 9.04 and 
9.10. 
I've tested the Patch from Bryce PPA and it worked fine in Kubuntu 9.10 ( I 
haven't tested it in 9.04). 

@Bryce: Can you included it in the patches for karmic? Thanks for your
help.


regards
denis

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-12-29 Thread falk
Hi,

I installed a completely new ubuntu 9.10 Karmic and followed the advice
of  #61 Woko. But the dual view does not work. X can not find any device
and uses always the failsafe config of xorg.conf.

do you guys have any advice? many thanks in advance.


(PS.: before all of this, I have had ubuntu 9.04, later updated to 9.10 and 
changed the graiph driver  patched by andi. the dual view has worked. but the 
update to 9.10 has raised more other problems, so I formatted all and did above 
- a new installation of 9.10 ). 

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/37265117/Xorg.0.log

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-12-29 Thread falk
... and here my xorg.conf ?field.comment=... and here my xorg.conf

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/37265124/xorg.conf

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-11-18 Thread Micah Blake McCurdy
Hallo!

Trying again to install the patched version of xserver-xorg-server-mga
from Bryce's repository succeeded on Karmic where I had (somehow)
failed previously. Dual screen setup works again, and joy is restored.

Thanks to all, and esp. Bryce and Andy. =)

Cheers,

Micah

On Thu, Nov 19, 2009 at 12:41 AM, florin florinena...@gmail.com wrote:
 Hi there,

 Matrox g550 works fine here on karmic (9.10) with Xinerama and your
 binary, Bryce, that I installed manually. I had some timeout issues with
 keyserver.ubuntu.com.

 I first had an issue with the second monitor and experienced a
 horizontal lines prb but I figured, and was right about this, that the
 frequencies were not right. Indeed I'm using two different monitors and
 copied the first block for the second one. I then looked on the net for
 the monitor specs, fixed xorg.conf and now it works.

 I confirm not to be able to use the System-Pref-Display as it's based
 on RANDR and get tis ugly error screen.

 Actually I have a funny 12-monitors setup here with Xinerama on diff
 Linux distros and Os-es and synergy.

 Thanks for the patch ...

 - Florin

 --
 Xinerama broken since intrepid on MGA
 https://bugs.launchpad.net/bugs/292214
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in X.Org X server: Confirmed
 Status in “xserver-xorg-video-mga” package in Ubuntu: Triaged

 Bug description:
 Binary package hint: xserver-xorg-video-mga

 I have a Matrox G450 dual-head. When I start Xorg with a second screen 
 enabled, it errors with the message:
 MGA(0): Unable to map BAR 0.  Invalid argument (22)

 This problem is referenced elsewhere on the internet, so far without a 
 solution:
 https://answers.launchpad.net/ubuntu/+source/xorg/+question/49251
 http://www.linux-club.de/viewtopic.php?f=48t=97381

 If I disable the second screen, it starts up fine (but with the same image on 
 both monitors). I realize Xinerama is deprecated in favor of xrandr but the 
 version of the mga driver in intrepid doesn't seem to support xrandr 
 configuration -- http://wiki.debian.org/XStrikeForce/HowToRandR12 suggests 
 that version 1.9.99 of the mga driver is needed to support randr, and 
 following the directions on that page does not have any effect.

 $ lsb_release -rd
 Description:    Ubuntu 8.10
 Release:        8.10

 $ apt-cache policy xserver-xorg-video-mga
 xserver-xorg-video-mga:
  Installed: 1:1.4.9.dfsg-1build1
  Candidate: 1:1.4.9.dfsg-1build1
  Version table:
  *** 1:1.4.9.dfsg-1build1 0
        500 http://archive.ubuntu.com intrepid/main Packages
        100 /var/lib/dpkg/status

 $ cat /etc/X11/xorg.conf
 Section Device
        Identifier      MGA[0]
        Driver          mga
        BusID           PCI:1:0:0
        Screen          0
 EndSection

 Section Device
        Identifier      MGA[1]
        Driver          mga
        BusID           PCI:1:0:0
        Screen          1
 EndSection

 Section Monitor
        Identifier      ViewSonic
        Option          DPMS
 EndSection

 Section Monitor
        Identifier      Westinghouse
        Option          DPMS
 EndSection

 Section Screen
        Identifier      Left Screen
        Monitor         ViewSonic
        Device          MGA[0]
 EndSection

 Section Screen
        Identifier      Right Screen
        Monitor         Westinghouse
        Device          MGA[1]
 EndSection

 Section ServerLayout
        Identifier      Xinerama
        Screen          Left Screen
        Screen          Right Screen RightOf Left Screen
        Option          Xinerama on
 EndSection


-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-11-18 Thread florin
Hi there,

Matrox g550 works fine here on karmic (9.10) with Xinerama and your
binary, Bryce, that I installed manually. I had some timeout issues with
keyserver.ubuntu.com.

I first had an issue with the second monitor and experienced a
horizontal lines prb but I figured, and was right about this, that the
frequencies were not right. Indeed I'm using two different monitors and
copied the first block for the second one. I then looked on the net for
the monitor specs, fixed xorg.conf and now it works.

I confirm not to be able to use the System-Pref-Display as it's based
on RANDR and get tis ugly error screen.

Actually I have a funny 12-monitors setup here with Xinerama on diff
Linux distros and Os-es and synergy.

Thanks for the patch ...

- Florin

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-11-04 Thread Terry S
Hi there

I have the same issue as Micah on Karmic, but I'm using a g550.

Mirrored screens work fine, but trying to get a desktop across both causes that 
same error message:
(EE) MGA(1): Unable to map BAR 0. Invalid argument (22)

Works fine until I add the Monitor1 RightOf Monitor2 line

I also don't have randr, which I think is probably related, although as
I've never had randr, I could be wrong :o)

Not posting a whole log file here as the Bar 0 line seems to be the
important one (tell me if I'm wrong on that !)

T

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-11-02 Thread Micah Blake McCurdy
Hallo!

I have recently installed Karmic and my g450 no longer works in dual
screen mode. I had an xorg.conf that worked with 8.04, but now it
breaks with errors like unto those above, namely:

(EE) MGA(1): Unable to map BAR 0.  Invalid argument (22)

Fatal server error:
AddScreen/ScreenInit failed for driver 1

I notice that Bryce's repository above does not seem to work with
9.10. Has anybody had any success with dual head with any such card on
9.10?

Many thanks,

Micah
On Mon, Sep 21, 2009 at 11:31 PM, Woko wolfram.ko...@gmx.net wrote:
 I have a G550 video-card and got the same error message after updating my 
 debian-testing on 14 Sep 2009. To get the Xserver working again, I deleted 
 the '/etc/X11/xorg.conf' and restarted the window-manager. After that, both 
 screens were working again, but showing the same contents.
 While searching for a solution I soon found this thread, but it took me one 
 week of  further investigation to get both screens back working as they done 
 it before the update. Since I have Debian, not Ubuntu, none of the 
 repositories here could help me, so I had to bite the bullet and build the 
 driver from source with the patches from Andy MacLean. For other Debians who 
 are stranded here with the same problem:

 1.Load the source package from: 
 http://ftp.de.debian.org/debian/pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.11.dfsg.orig.tar.gz
 2.Extract the the file (tar -xzf).
 3.cd into the directory as root.
 4.'apt-get install xserver-xorg-dev libdrm-dev x11proto-xf86dri-dev 
 x11proto-gl-dev libgl1-mesa-dev'
 5.'./configure'
 6.'make' (to see if the original can be compiled)
 7.Edit the files 'mga_driver.c' and 'mga.h' on the basis of Andy's third 
 patch. (I don't know if automatic patching would work, because of the 
 different line-numbers in the source).
 8.'make' (to build the new driver)
 9.'cp /usr/lib/xorg/modules/drivers/mga_drv.so 
 /usr/lib/xorg/modules/drivers/mga_drv.so.old' (as a precaution)
 10.'cp src/.libs/mga_drv.so /usr/lib/xorg/modules/drivers' (Attention: the 
 Xserver will automatically restart !!)
 11. Both screens are working again :-)

 Many thanks to  Andy MacLean,

 Wolfram

 ** Attachment added: Mga-driver with Andy's patch for debian-squeeze.
   http://launchpadlibrarian.net/32153149/mga_drv.so

 --
 Xinerama broken since intrepid on MGA
 https://bugs.launchpad.net/bugs/292214
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in X.Org X server: Confirmed
 Status in “xserver-xorg-video-mga” package in Ubuntu: Triaged

 Bug description:
 Binary package hint: xserver-xorg-video-mga

 I have a Matrox G450 dual-head. When I start Xorg with a second screen 
 enabled, it errors with the message:
 MGA(0): Unable to map BAR 0.  Invalid argument (22)

 This problem is referenced elsewhere on the internet, so far without a 
 solution:
 https://answers.launchpad.net/ubuntu/+source/xorg/+question/49251
 http://www.linux-club.de/viewtopic.php?f=48t=97381

 If I disable the second screen, it starts up fine (but with the same image on 
 both monitors). I realize Xinerama is deprecated in favor of xrandr but the 
 version of the mga driver in intrepid doesn't seem to support xrandr 
 configuration -- http://wiki.debian.org/XStrikeForce/HowToRandR12 suggests 
 that version 1.9.99 of the mga driver is needed to support randr, and 
 following the directions on that page does not have any effect.

 $ lsb_release -rd
 Description:    Ubuntu 8.10
 Release:        8.10

 $ apt-cache policy xserver-xorg-video-mga
 xserver-xorg-video-mga:
  Installed: 1:1.4.9.dfsg-1build1
  Candidate: 1:1.4.9.dfsg-1build1
  Version table:
  *** 1:1.4.9.dfsg-1build1 0
        500 http://archive.ubuntu.com intrepid/main Packages
        100 /var/lib/dpkg/status

 $ cat /etc/X11/xorg.conf
 Section Device
        Identifier      MGA[0]
        Driver          mga
        BusID           PCI:1:0:0
        Screen          0
 EndSection

 Section Device
        Identifier      MGA[1]
        Driver          mga
        BusID           PCI:1:0:0
        Screen          1
 EndSection

 Section Monitor
        Identifier      ViewSonic
        Option          DPMS
 EndSection

 Section Monitor
        Identifier      Westinghouse
        Option          DPMS
 EndSection

 Section Screen
        Identifier      Left Screen
        Monitor         ViewSonic
        Device          MGA[0]
 EndSection

 Section Screen
        Identifier      Right Screen
        Monitor         Westinghouse
        Device          MGA[1]
 EndSection

 Section ServerLayout
        Identifier      Xinerama
        Screen          Left Screen
        Screen          Right Screen RightOf Left Screen
        Option          Xinerama on
 EndSection


-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing 

[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-09-21 Thread Woko
I have a G550 video-card and got the same error message after updating my 
debian-testing on 14 Sep 2009. To get the Xserver working again, I deleted the 
'/etc/X11/xorg.conf' and restarted the window-manager. After that, both screens 
were working again, but showing the same contents.
While searching for a solution I soon found this thread, but it took me one 
week of  further investigation to get both screens back working as they done it 
before the update. Since I have Debian, not Ubuntu, none of the repositories 
here could help me, so I had to bite the bullet and build the driver from 
source with the patches from Andy MacLean. For other Debians who are stranded 
here with the same problem:

1.Load the source package from: 
http://ftp.de.debian.org/debian/pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.11.dfsg.orig.tar.gz
2.Extract the the file (tar -xzf).
3.cd into the directory as root.
4.'apt-get install xserver-xorg-dev libdrm-dev x11proto-xf86dri-dev 
x11proto-gl-dev libgl1-mesa-dev'
5.'./configure'
6.'make' (to see if the original can be compiled)
7.Edit the files 'mga_driver.c' and 'mga.h' on the basis of Andy's third patch. 
(I don't know if automatic patching would work, because of the different 
line-numbers in the source).
8.'make' (to build the new driver)
9.'cp /usr/lib/xorg/modules/drivers/mga_drv.so 
/usr/lib/xorg/modules/drivers/mga_drv.so.old' (as a precaution)
10.'cp src/.libs/mga_drv.so /usr/lib/xorg/modules/drivers' (Attention: the 
Xserver will automatically restart !!)
11. Both screens are working again :-)

Many thanks to  Andy MacLean,

Wolfram

** Attachment added: Mga-driver with Andy's patch for debian-squeeze.
   http://launchpadlibrarian.net/32153149/mga_drv.so

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-09-02 Thread Bryce Harrington
** Tags added: intrepid

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-07-17 Thread Paul Neaveill
sorry for the semi-newb question here: can someone explain how to do
those patches in simple English?  Am severely lost on it.

Have 9.04 with this if this helps anyone?

r...@research:/# dmesg |grep -i matrox
[   22.875197] matrox_w1 :01:00.0: Matrox G400 GPIO transport layer for 
1-wire.
[   36.993539] matrox_w1 :01:00.0: PCI INT A - GSI 16 (level, low) - IRQ 
16
[   37.079217] matrox_w1 :01:00.0: putting AGP V2 device into 1x mode
[   53.002028] matrox_w1 :01:00.0: putting AGP V2 device into 1x mode

Also FYI: not sure where/how to print the actual error, so forgive the
typing here:

xserver-xorg-core conflicts with xserver-xorg-video-4
xserver-xorg-video-mga provides xserver-xorg-video-4 and is to be installed.

Can someone translate?

Thanks in advance

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-06-23 Thread Bon
Sorry, not 9.04, 9.10Beta

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-06-23 Thread Bon
I am having the same problem with 9.10Beta. Also under 9.04 and none of
the patches seemed to work. At the moment I'm dualbooting 8.04 for
dualhead, and 9.04 to test and if I feel the need to work on only 1
screen!!

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-05-27 Thread Atif Mansoor
I downloaded the patch, edited the xorg.conf and restarted, but now what 
happens is I get a blank screen with just the mouse cursor What should I do?
Here's the errors I get in the log (which i have also attached)
(EE) MGA(0): Static buffer allocation failed, not initializing the DRI
(EE) MGA(0): Need at least 15360 kB video memory at this resolution, bit depth
...
(EE) MGA(1): Not initializing the DRI on the second head

and here is the xorg.conf I have:
Section Device
Identifier  Configured Video Device
BusID   PCI:2:0:0
Option HWcursor true
Driver  mga
Screen  0
EndSection

Section Device
Identifier  Configured Video Device 2
BusID   PCI:2:0:0
Option HWcursor true
Driver  mga
Screen  1
EndSection

Section Monitor
Identifier  Configured Monitor
Option  DPMS
EndSection


Section Monitor
Identifier  Configured Monitor 2
Option  DPMS
EndSection

Section Screen
Identifier  Main Screen
Device  Configured Video Device
Monitor Configured Monitor
DefaultDepth24
SubSection Display
Depth   24
Modes   1280x1024
EndSubSection
EndSection

Section Screen
Identifier  Second Screen
Device  Configured Video Device 2
Monitor Configured Monitor 2
DefaultDepth24
SubSection Display
Depth   24
Modes   1280x1024
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  0   Main Screen
Screen  1  Second Screen RightOf Main Screen
EndSection

Section ServerFlags
Option Xinerama 
EndSection

** Attachment added: Log file (Xorg.0.log)
   http://launchpadlibrarian.net/27219075/xorgLog

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-05-12 Thread jr244
Bryce's patch working well with 9.04 here too.  My xorg.conf file is
attached.

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/26637822/xorg.conf

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-28 Thread tomladams
Patch from Bryce's repository worked perfectly on 9.04.  Thanks!  Is
there any chance this could make its way into the official repositories.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-28 Thread Andy MacLean
I upgraded to 9.04 recently and have also been using Bryce's patch with
no problems.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-24 Thread Bubnov
Patch from Bryce's repository worked for me on Ubuntu 9.04. Dual head is 
working just fine. 
Thank you guys, you made my life much more easier.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-09 Thread zaist
Andy,

I did it : installing Jaunty installing the Bryce's package, No dual
head working in the end. Thus I don't have any dev skills in that
matters so maybe you could provide Bryce better feedback than I did...

/chris

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-09 Thread Andy MacLean
Yes, I saw the mga_hal comment.  The mga_hal is a binary only part of
the driver which gets loaded in to perform certain functions on certain
mga cards.  I had a look but couldn't find the mga_hal binary on my
system at all, implying that it doesn't need this for dual head mode.
Presumably there's something different about your card or your xorg.conf
that makes it require this.  Will have a look at the code later and see
if I can work out what.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-09 Thread Andy MacLean
Zaist:  The mga_hal error you've got is generated if the driver decides
it needs the HAL using this macro:

#define MGA_DH_NEEDS_HAL(x) (((x)-Chipset == PCI_CHIP_MGAG400)  \
 ((x)-ChipRev  0x80))

In other words for some revisions of the MGA 400 chip family you need to
use the binary mga_hal module to make dualhead mode work.  My system
uses an MGA 550 so it doesn't need one.  I have no idea where you would
get the mga_hal from or what you'd do with it, I just know it's a binary
blob you need to get from whoever wrote the mga driver.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-09 Thread JujuLand
Andy,

I have used your patch number 3  and I make it work with a G450 under
Ibex (the only point is that the config tool isn't available anymore).

I have posted here: http://forum.ubuntu-
fr.org/viewtopic.php?id=273010p=2

I have just a little problem now :

On the second screen, the image is altered, and it seems we are in
water. To make it ok, I must launch 'Screen and Display' tool, and just
ask for preview (this doesn't work, I just see gey lines), answer ok,
and the display is now ok on the second screen.

It's really curious ...

A+

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-08 Thread Bryce Harrington
Huh weird.  Well since there's been no feedback indicating the above
package of the patch solves it, guess we'll have to leave it aside for
jaunty.

** Changed in: xserver-xorg-video-mga (Ubuntu)
 Assignee: Bryce Harrington (bryceharrington) = (unassigned)

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-08 Thread Andy MacLean
Well I'd like to see this in Jaunty.  What is it you need?  Do you want
me to put Jaunty on a machine, install your package and check it?

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-06 Thread zaist
Bryce,

I juste moved to Jaunty, and added your reposotpry. 
On my computer it doesn't solve my issue :


(EE) MGA(1): This card requires the mga_hal module for dual-head operation

Myabe I'am missing a key point here ...

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-03 Thread Bryce Harrington
Here is a package with Andy's mga patch in my PPA.  Let me know if you
guys want this uploaded for mga.

https://edge.launchpad.net/~bryceharrington/+archive/ppa

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-02 Thread zaist
Help us, Bryce Kenobi! You’re our only hope.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-04-01 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
   Importance: Undecided = High

** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: xserver-xorg-video-mga (Ubuntu)
 Assignee: (unassigned) = Bryce Harrington (bryceharrington)

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-03-27 Thread zaist
Hi there,

I's parse out the thread as I got the same trouble : dual-head mode with
G450 is not working on Intrepid Ibex.

So I 'get-install xserver-xorg-video-mga' from Andy MacLean's PPA.
After restarting X I still operate un mono-head mode. xorg.conf looks the same 
as a goog dual-head one.

What I got in Xorg.0.log is : 
# grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) MGA(1): This card requires the mga_hal module for dual-head operation

Did I miss something, or is my issue different of yours?

Thanks in advance for time and help.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-03-16 Thread jr244
Hi there,

I have a dual screen configuration working by following
http://bgoglin.livejournal.com/12835.html

here's my lspci:

01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400/G450 (rev 82)
Subsystem: Matrox Graphics, Inc. Device 0641
Flags: bus master, medium devsel, latency 64, IRQ 16
Memory at f800 (32-bit, prefetchable) [size=32M]
Memory at fdefc000 (32-bit, non-prefetchable) [size=16K]
Memory at fd00 (32-bit, non-prefetchable) [size=8M]
Expansion ROM at fd80 [disabled] [size=128K]
Capabilities: access denied
Kernel driver in use: matrox_w1
Kernel modules: matrox_w1, matroxfb_base

and I have attached the xorg.conf.

I have installed mga 1.9.100 following the link provided by Martjin.
This didn't work for me.  However, since I have been messing about with
the configuration and drivers of X11 for a few hours now, I may have a
part in the result, or not, I have no idea...


Good luck everybody.  It's a bit of a pain, eh?


** Attachment added: xorg.conf
   http://launchpadlibrarian.net/23918844/xorg.conf-ukc.16032009

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-03-16 Thread jr244
Yes, I copied the module to /usr/lib/xorg/... after installing.  I ended
up with a different set of errors than before, but it still didn't work
(unfortunately, I didn't take notes of all this).  I did not apply any
further patches.

With the xorg.conf I posted, Gnome and OpenGL applications work fine (I
do not know if anything is accelerated though) and nothing odd happened
so far, so I don't think I'll be modifying anything in a hurry :-)

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-03-16 Thread Martijn Vermaat
Are you sure you installed 1.9.100 in
/usr/lib/xorg/modules/drivers/mga_drv.so (the driver installs to another
directory by default)? And I think I also manually applied any relevant
patches from the 1.4.9 Ubuntu package before building the driver, but I
don't remember if that included anything important.

I should also note that Metacity is only useable under 1.9.100 if I
enable compositing (/apps/metacity/general/compositing_manager gconf
key).

See also this xorg bug that prevents 1.9.100 to be used with Jaunty's
xorg: http://bugs.freedesktop.org/show_bug.cgi?id=20380

There are still some annoyances in my setup with 1.9.100, e.g. none of
the video outputs seem to work ok. But xrandr with dual screen and
compositing work.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-02-24 Thread Martijn Vermaat
I tried mga 1.9.100

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-
mga-1.9.100.tar.gz

on Xorg 7.4 that comes with Intrepid and with that I can use xrandr to
configure both screens.

There are, however, some problems:

* Using accelleration (either EXA or XAA) gives a lot of screen corruption, I 
have to use Option NoAccel true.
* I cannot get DRI to work, which (I presume) is the reason of very slow 
scrolling in the browser.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2009-02-24 Thread Martijn Vermaat
What is the status of the mga 1.9.x driver? It is suggested that it is
needed for xrandr support, but it looks like 1.4.8 and 1.4.9 were
released after 1.9.99:

http://cgit.freedesktop.org/xorg/driver/xf86-video-mga/

and 1.9.99 (as well as 1.9.100) were never included in Debian (i386) or
Ubuntu it seems. Are they still experimental branches waiting to
stabilize before replacing 1.4.x?

Has anyone tried 1.9.100? Should it work with Xorg 7.4 in Intrepid and
xrandr 1.2?

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-12-04 Thread Troy Carpenter
Well, as a temporary fix, I went with the solution that installs Hardy's
xorg packages along with the unofficial 4.4.4 driver.  Unfortunately,
now the system is constantly wants to upgrade the whole xorg system back
to the Intrepid versions.  I don't want to upgrade all that again until
I am sure it will do dual monitor (in my setup) will work.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-12-02 Thread Troy Carpenter
I started with a new intrepid kubuntu install, did an apt-get
update/upgrade, then changed my xorg.conf file to do dual head and got
the BAR 0 issue.  I then installed Andy's ppa mga driver and rebooted
the machine. I get the same result as  before.  The second monitor looks
out of sync (diagonal lines, distorted picture), and when I swtich back
to console mode, the screen resolution on the second monitor is
[EMAIL PROTECTED] Hz (according to the monitor's status screen).

Both monitors should be running at [EMAIL PROTECTED]  The primary monitor
seems to be correct in that regard, and the second monitor _reports_
that it is getting set to that resolution/refresh rate, but something
must not be reporting correctly.

I've also tried mergedFB, but it fails when it complains it cannot load
mga_hal.  Since I am using a PCI G550 (I think it might be dual DVI, but
I am using the monitors in analog mode), I didn't think the driver was
supposed to try to load mga_hal.  In any case, mga_hal is not installed.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-21 Thread Barry Morrison
I had a similar problem to Troy after installing Andy's patch - almost
gave up and went back to Hardy - but found that after a reboot (I had
been killing the X-server after each change) both screens were working
as expected.

I have also found that trying to access 'display' crashes the control
panel.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-20 Thread Andy MacLean
I wonder if the framebuffer for the second head is too small.  By
default you only get 8Mb for it and you've a high resolution display.
Have you tried using

Option Crtc2Half true

 in the device section for both heads?  That should split the
framebuffer more evenly and might make the second head work better.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-20 Thread Troy Carpenter
Tried that and other options.  When I set the above option, I see this
(note that video and Crtc2 RAM are the same):

(II) MGA(0): Primary V_BIOS segment is: 0xc000
(**) MGA(0): Using 32 MB of AGP memory
(**) MGA(0): Using AGP 4x mode
(--) MGA(0): Linear framebuffer at 0xD000
(--) MGA(0): Pseudo-DMA transfer window at 0xD200
(--) MGA(0): Video BIOS info block at offset 0x07D20
(II) MGA(0): MAPPED Framebuffer D000 200 to B598E000.
(II) MGA(0): UNMAPPING framebuffer 0xB598E000, 0x200.
(**) MGA(0): Crtc2 will use 16384K of VideoRam
(--) MGA(0): VideoRAM: 16384 kByte

Without that option, I get:
(--) MGA(0): Crtc2 will use 8192K of VideoRam
(--) MGA(0): VideoRAM: 24576 kByte

Both cases are the same.  The second screen is messed up with black
slightly diagonal lines (going down from left to right), but obvious
changes to the distortion when I move the pointer onto that screen.  I
can use a lower resolution on that screen which makes it viewable, but
its the wrong aspect ratio and the kde desktop doesn't seem to recognize
it completely (I can put windows over there, but none of the tools seem
to recognize that section).

Both sections of the Xorg.0.log file for MGA(0) and MGA(1) indicate they
picked this modeline to use:
(II) MGA(0): Modeline 1680x1050x60.0  146.25  1680 1784 1960 2240 
1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
(II) MGA(1): Modeline 1680x1050x60.0  146.25  1680 1784 1960 2240 
1050 1053 1059 1089 -hsync +vsync (65.3 kHz)

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-19 Thread Troy Carpenter
Using Andy's patched package, I am able to get both screens up again,
but the second monitor is distorted like there is a sync problem.
However, the monitor is reporting that the signals are correct.

I am using a G550 Dual head with two Dell 2005FPW monitors at 1680x1050.

If I force the second monitor to a different resolution (like
1280x1024), then it will display, but it is distorted due to the wrong
aspect ratio.  Also, even though I can move windows over to that side,
it's almost like the desktop doesn't extend that far.  There are no
backgrounds or any context menus from the desktop there.

Of course, this all worked fine before updating from Hardy to Intrepid.

Other things I've noticed: Control panel for the display crashes (saw
that with KDE4 in Hardy), X -configure does not work with mga driver,
mga_hal_drv doesn't like to load.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-13 Thread Andy MacLean
Here's a new version of the patch that works with both 1 and 2 head
mode.  The package in my PPA has been updated to have the newer version.

** Attachment added: mga-driver-3.patch
   http://launchpadlibrarian.net/19618287/mga-driver-3.patch

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-13 Thread Andy MacLean
I see the same RANDR behaviour here, it works in single head mode but
not in multi-head.  Doing 'xdpyinfo |grep RANDR' shows the extension
present in one case but not the other.  I don't think this is anything
to do with my patch though, we have an Ubuntu 8.04 machine here that
behaves in exactly the same way.

As far as I can tell 3D acceleration works just fine in dual head mode.
Previous versions of the driver used to only render the 3d on one of the
two heads and if you moved a 3d window to the other head it went blank.
This version runs glxgears fine for me at 115 FPS.  I have Option
AccelMode EXA in both of my Device sections but I don't know if
this is necessary.  It doesn't seem to be Compiz capable though, I get
'The Composite extension is not available', so no funky rippling water
effects for this desktop.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-13 Thread Poningru
Thank you Andy. You are right re: the RANDR I think its an upstream issue. I 
will try to open a bug report for mga upstream and add it to this bug. 
Once again thank you, I will test the new stuff out asap and report back.
-Eldo

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-12 Thread Andy MacLean
Here is a better patch for the mga driver which doesn't require the
changes to libpciaccess.   This one eliminates the duplicate mappings
and counts how many heads are using mapping to prevent unmapping too
early.  It also fixes a bug I found where the i2c monitor detection on
the second head leaves mappings behind forever.

I think this is a reasonably good way to fix the problem and it works
fine on my machine.  I'm no expert on matrox cards or Xorg drivers
though so, as before, use with caution.


** Attachment added: Much nicer patch to fix multihead support
   http://launchpadlibrarian.net/19595197/mga-driver-2.patch

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-12 Thread Andy MacLean
I finally got the whole source package building/PPA thing working
properly.  I've put an mga package in my ppa with the nicer fix in it.
It works without the libpciaccess patch and is running fine on my
machine.

https://launchpad.net/~andy-ub1/+archive

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-12 Thread Vyacheslav
Thank you for your patch. New driver works good.

Unfortunately I must setup ServerLayout section in my xorg.conf for this. So, I 
can't use autodetection feature and change resolution applet.
If I don't setup ServerLayout, I get next text in the xorg.log and the server 
crashes.

(==) MGA(0): Depth 24, (==) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(==) MGA(0): Using AGP 1x mode
(==) MGA(0): Using HW cursor
(==) MGA(0): Using XAA acceleration
(--) MGA(0): Linear framebuffer at 0xF400
(--) MGA(0): MMIO registers at 0xFDE0
(--) MGA(0): Pseudo-DMA transfer window at 0xFD00
(--) MGA(0): Video BIOS info block at offset 0x07D00
(II) MGA(0): MAPPED Framebuffer F400 200 to 0xb5b74000.

Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x79) [0x80c3009]
1: [0xb80d9400]
2: /usr/lib/xorg/modules/drivers//mga_drv.so [0xb7b85c51]
3: /usr/X11R6/bin/X(InitOutput+0x96f) [0x80aac9f]
4: /usr/X11R6/bin/X(main+0x279) [0x8071b19]
5: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7cdd685]
6: /usr/X11R6/bin/X [0x8071101]
Saw signal 11.  Server aborting.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-12 Thread Poningru
Yeah I got the same issue... didnt really try to troubleshoot other than
look through the log files.

(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor=X.Org Foundation
compiled for 1.5.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 4.1
(--) MGA(0): Chipset: mgag400 (G450)
(II) MGA(0): Creating default Display subsection in Screen section
Default Screen for depth/fbbpp 24/32
(==) MGA(0): Depth 24, (==) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(==) MGA(0): Using AGP 1x mode
(==) MGA(0): Using HW cursor
(==) MGA(0): Using XAA acceleration
(--) MGA(0): Linear framebuffer at 0xF800
(--) MGA(0): MMIO registers at 0xE010
(--) MGA(0): Pseudo-DMA transfer window at 0xE080
(--) MGA(0): Video BIOS info block at offset 0x07720
(II) MGA(0): MAPPED Framebuffer F800 200 to 0xb5b8.

Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x79) [0x80c3009]
1: [0xb80e3400]
2: /usr/lib/xorg/modules/drivers//mga_drv.so [0xb7b91c51]
3: /usr/X11R6/bin/X(InitOutput+0x96f) [0x80aac9f]
4: /usr/X11R6/bin/X(main+0x279) [0x8071b19]
5: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7cec685]
6: /usr/X11R6/bin/X [0x8071101]
Saw signal 11. Server aborting.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-12 Thread Andy MacLean
Thanks for the feedback, that's a silly mistake in the patch.  The
patched version of the driver ONLY works with a dual head setup, it
can't be used when there's only 1 screen or you get a NULL deref.
Should have thought of that really.  Will do another one tomorrow (my
home PC doesn't have a matrox card) and try it with a single head setup
as well.

Incidentally I believe the autodetect and screen resolution applet rely
on an XRandR extension which isn't present in this driver.  The first
comment in the bug claims this is in a newer version of the driver but
not in this version.  I think that means that without a ServerLayout
section you'll only ever get single head mode with this version of the
driver.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-12 Thread Vyacheslav
It is strange for me, that Xrandr doesn't work in the patched driver. I
see (==) RandR enabled for both screens in the Xorg.0.log.
Additionally there is a line (II) Initializing built-in extension
RANDR. So, all should work accordingly to the log. But, when I run
simple utility xrandr, it tell me, that xrandr doesn't work. May be it
happens only due to the ServerLayout section?...

For original 1.4.9 driver I see the same strings in the log (single head
mode) and xrandr utility works fine.

And one more question. Does 3D acceleration work in the dual-head mode?

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-11 Thread Adrian Quark
How to install the old xorg distribution:
1. add to /etc/apt/sources.list: deb http://archive.ubuntu.com/ubuntu hardy 
main restricted universe multiverse
2. sudo aptitude install --without-recommends xserver-xorg=1:7.3+10ubuntu10
I got the version by looking at the output of: aptitude -v show xserver-xorg
3. dpkg screwed up the first time I ran (2) so I had to run it again, reject 
the first suggestion offered (n), and accept the second (y); this time it worked
4. sudo aptitude hold xserver-xorg

This is just a temporary solution, as you won't receive updates to the
hardy version. (Someone who knows about pinning can perhaps explain
how to set that up.) When you're ready to upgrade again, do: sudo
aptitude unhold xserver-xorg

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292214] Re: Xinerama broken since intrepid on MGA

2008-11-11 Thread Jerry West
Johannes,

Thanks for the good news there!  Could you perhaps post a brief 'how-to'
for non-experts to install the old xorg distribution, please?  Assume we
have no X display :-( but are quite happy using apt-get, etc.  What
package do we remove (just 'xorg' ??) and what changes are required to
/etc/apt/source.list to load the old version?  Is it just a matter of
(temporarily) changing all references from intrepid to hardy?

Many thanks,
  A bemused user who needs to get up  running again asap.

-- 
Xinerama broken since intrepid on MGA
https://bugs.launchpad.net/bugs/292214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >