[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-03-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Triaged => Fix Released

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-01-17 Thread Bryce Harrington
** Description changed:

  Now i can run Feisty Fawn with the 2.6.17-17-generic kernel, but not
  with the standard 2.6.20-15-generic kernel. To select the
  2.6.20-15-generic kernel isn't possible. The first text line "starting
  up..." is shown, nothing else. The loading process doesn't start. What's
  that?
  
  Information about my problem:
  http://ubuntuforums.org/showthread.php?t=421415 . I started a thread in
  the forum without success.
  
  Best regards,
  Bernhard
+ [lspci]
+ 00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host Bridge 
and Memory Controller Hub [8086:1130] (rev 04)
+ Subsystem: Siemens Nixdorf AG Unknown device [110a:005a]
+ 01:00.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G400/G450 
[102b:0525] (rev 82) (prog-if 00 [VGA])
+ Subsystem: Matrox Graphics, Inc. Millennium G450 32Mb SDRAM Dual 
Head [102b:0641]

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-10-22 Thread Bernhard Schülke
I can run gutsy gibbon with the 2.6.22-14-generic kernel. But only in
low graphic mode.

The original bug is "solved"; but there is a new bug to open...

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-14 Thread Brian Murray
Could you please also the full output of 'sudo lspci -vvnn' as an
attachment to your bug report?  Thanks again.

** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: (unassigned) => Brian Murray
   Status: Triaged => Incomplete

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Brian,

i do my best. The answer of 'lspci -vvnn' was copied in the attached
textfile.

For your Information, the pc i used is Fujitsu Siemens Scenic xB.  Typ-
Name:

"Scenic xB - 1219 C Lan"
(DT6 - D1219)

Technical Information, see on page: 
http://support.fujitsu-siemens.com/com/support/downloads.html
or on page:
http://support.fujitsu-siemens.com/com/support/manuals.html

** Attachment added: "lspci_-vvnn.txt"
   http://launchpadlibrarian.net/9315673/lspci_-vvnn.txt

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Brian Murray
** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: Brian Murray => (unassigned)
   Status: Incomplete => Triaged

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
This sounds similar to bug
https://bugs.freedesktop.org/show_bug.cgi?id=9711, although the symptoms
as described are a bit different.

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
Hi Bernhard,

>From your logs it looks like there may be an issue with your card accepting 
>the DRI/GLX modules.
Could you please try changing the Modules section of your xorg.conf file to the 
following:

Section "Module"
Load"bitmap"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
#   Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

If that does not do it, then try changing it to this:

Section "Module"
Disable "dri"
Disable "glx"
EndSection

You may also need to comment out this section at the end of the
xorg.conf:

# Section "DRI"
#   Mode0666
# EndSection


You could also try disabling one or the other, or try running with an empty 
Modules section.

Let us know how it goes.

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

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Bryce,

disabling all modules and deleting the ' Section "DRI" ' leads to
nothing: No start with the 2.6.20-Kernel.

But as i deactivated the whole Module-section i had to start with strg-
alt-f2 (or 2?). Ubuntu didn't start in the grafic mode. Therefore i
copied the backup-file to xorg.conf.

I dislike such experiences because i'm not a linux or unix expert.

The stepwise deactivation of the two modules, what you suggested, shows
no effect.

Best regards
Bernhard

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
 Assignee: Bryce Harrington (bryceharrington) => (unassigned)

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2008-09-04 Thread Brian Murray
** Tags added: valid-xorg-conf

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2008-09-04 Thread Brian Murray
** Tags added: valid-xorg-conf

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-10-22 Thread Bernhard Schülke
I can run gutsy gibbon with the 2.6.22-14-generic kernel. But only in
low graphic mode.

The original bug is "solved"; but there is a new bug to open...

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
 Assignee: Bryce Harrington (bryceharrington) => (unassigned)

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Brian,

i do my best. The answer of 'lspci -vvnn' was copied in the attached
textfile.

For your Information, the pc i used is Fujitsu Siemens Scenic xB.  Typ-
Name:

"Scenic xB - 1219 C Lan"
(DT6 - D1219)

Technical Information, see on page: 
http://support.fujitsu-siemens.com/com/support/downloads.html
or on page:
http://support.fujitsu-siemens.com/com/support/manuals.html

** Attachment added: "lspci_-vvnn.txt"
   http://launchpadlibrarian.net/9315673/lspci_-vvnn.txt

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Brian Murray
** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: Brian Murray => (unassigned)
   Status: Incomplete => Triaged

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
This sounds similar to bug
https://bugs.freedesktop.org/show_bug.cgi?id=9711, although the symptoms
as described are a bit different.

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
Hi Bernhard,

>From your logs it looks like there may be an issue with your card accepting 
>the DRI/GLX modules.
Could you please try changing the Modules section of your xorg.conf file to the 
following:

Section "Module"
Load"bitmap"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
#   Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

If that does not do it, then try changing it to this:

Section "Module"
Disable "dri"
Disable "glx"
EndSection

You may also need to comment out this section at the end of the
xorg.conf:

# Section "DRI"
#   Mode0666
# EndSection


You could also try disabling one or the other, or try running with an empty 
Modules section.

Let us know how it goes.

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

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Bryce,

disabling all modules and deleting the ' Section "DRI" ' leads to
nothing: No start with the 2.6.20-Kernel.

But as i deactivated the whole Module-section i had to start with strg-
alt-f2 (or 2?). Ubuntu didn't start in the grafic mode. Therefore i
copied the backup-file to xorg.conf.

I dislike such experiences because i'm not a linux or unix expert.

The stepwise deactivation of the two modules, what you suggested, shows
no effect.

Best regards
Bernhard

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-01-17 Thread Bryce Harrington
** Description changed:

  Now i can run Feisty Fawn with the 2.6.17-17-generic kernel, but not
  with the standard 2.6.20-15-generic kernel. To select the
  2.6.20-15-generic kernel isn't possible. The first text line "starting
  up..." is shown, nothing else. The loading process doesn't start. What's
  that?
  
  Information about my problem:
  http://ubuntuforums.org/showthread.php?t=421415 . I started a thread in
  the forum without success.
  
  Best regards,
  Bernhard
+ [lspci]
+ 00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host Bridge 
and Memory Controller Hub [8086:1130] (rev 04)
+ Subsystem: Siemens Nixdorf AG Unknown device [110a:005a]
+ 01:00.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G400/G450 
[102b:0525] (rev 82) (prog-if 00 [VGA])
+ Subsystem: Matrox Graphics, Inc. Millennium G450 32Mb SDRAM Dual 
Head [102b:0641]

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-01-17 Thread Bryce Harrington
** Description changed:

  Now i can run Feisty Fawn with the 2.6.17-17-generic kernel, but not
  with the standard 2.6.20-15-generic kernel. To select the
  2.6.20-15-generic kernel isn't possible. The first text line "starting
  up..." is shown, nothing else. The loading process doesn't start. What's
  that?
  
  Information about my problem:
  http://ubuntuforums.org/showthread.php?t=421415 . I started a thread in
  the forum without success.
  
  Best regards,
  Bernhard
+ [lspci]
+ 00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host Bridge 
and Memory Controller Hub [8086:1130] (rev 04)
+ Subsystem: Siemens Nixdorf AG Unknown device [110a:005a]
+ 01:00.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G400/G450 
[102b:0525] (rev 82) (prog-if 00 [VGA])
+ Subsystem: Matrox Graphics, Inc. Millennium G450 32Mb SDRAM Dual 
Head [102b:0641]

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-03-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Triaged => Fix Released

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-14 Thread Brian Murray
Could you please also the full output of 'sudo lspci -vvnn' as an
attachment to your bug report?  Thanks again.

** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: (unassigned) => Brian Murray
   Status: Triaged => Incomplete

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-03-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Triaged => Fix Released

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-14 Thread Brian Murray
Could you please also the full output of 'sudo lspci -vvnn' as an
attachment to your bug report?  Thanks again.

** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: (unassigned) => Brian Murray
   Status: Triaged => Incomplete

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Brian,

i do my best. The answer of 'lspci -vvnn' was copied in the attached
textfile.

For your Information, the pc i used is Fujitsu Siemens Scenic xB.  Typ-
Name:

"Scenic xB - 1219 C Lan"
(DT6 - D1219)

Technical Information, see on page: 
http://support.fujitsu-siemens.com/com/support/downloads.html
or on page:
http://support.fujitsu-siemens.com/com/support/manuals.html

** Attachment added: "lspci_-vvnn.txt"
   http://launchpadlibrarian.net/9315673/lspci_-vvnn.txt

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Brian Murray
** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: Brian Murray => (unassigned)
   Status: Incomplete => Triaged

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
This sounds similar to bug
https://bugs.freedesktop.org/show_bug.cgi?id=9711, although the symptoms
as described are a bit different.

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
Hi Bernhard,

>From your logs it looks like there may be an issue with your card accepting 
>the DRI/GLX modules.
Could you please try changing the Modules section of your xorg.conf file to the 
following:

Section "Module"
Load"bitmap"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
#   Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

If that does not do it, then try changing it to this:

Section "Module"
Disable "dri"
Disable "glx"
EndSection

You may also need to comment out this section at the end of the
xorg.conf:

# Section "DRI"
#   Mode0666
# EndSection


You could also try disabling one or the other, or try running with an empty 
Modules section.

Let us know how it goes.

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

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Bryce,

disabling all modules and deleting the ' Section "DRI" ' leads to
nothing: No start with the 2.6.20-Kernel.

But as i deactivated the whole Module-section i had to start with strg-
alt-f2 (or 2?). Ubuntu didn't start in the grafic mode. Therefore i
copied the backup-file to xorg.conf.

I dislike such experiences because i'm not a linux or unix expert.

The stepwise deactivation of the two modules, what you suggested, shows
no effect.

Best regards
Bernhard

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
 Assignee: Bryce Harrington (bryceharrington) => (unassigned)

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2008-09-04 Thread Brian Murray
** Tags added: valid-xorg-conf

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-10-22 Thread Bernhard Schülke
I can run gutsy gibbon with the 2.6.22-14-generic kernel. But only in
low graphic mode.

The original bug is "solved"; but there is a new bug to open...

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2008-09-04 Thread Brian Murray
** Tags added: valid-xorg-conf

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-14 Thread Brian Murray
Could you please also the full output of 'sudo lspci -vvnn' as an
attachment to your bug report?  Thanks again.

** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: (unassigned) => Brian Murray
   Status: Triaged => Incomplete

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Brian,

i do my best. The answer of 'lspci -vvnn' was copied in the attached
textfile.

For your Information, the pc i used is Fujitsu Siemens Scenic xB.  Typ-
Name:

"Scenic xB - 1219 C Lan"
(DT6 - D1219)

Technical Information, see on page: 
http://support.fujitsu-siemens.com/com/support/downloads.html
or on page:
http://support.fujitsu-siemens.com/com/support/manuals.html

** Attachment added: "lspci_-vvnn.txt"
   http://launchpadlibrarian.net/9315673/lspci_-vvnn.txt

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Brian Murray
** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: Brian Murray => (unassigned)
   Status: Incomplete => Triaged

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
This sounds similar to bug
https://bugs.freedesktop.org/show_bug.cgi?id=9711, although the symptoms
as described are a bit different.

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
Hi Bernhard,

>From your logs it looks like there may be an issue with your card accepting 
>the DRI/GLX modules.
Could you please try changing the Modules section of your xorg.conf file to the 
following:

Section "Module"
Load"bitmap"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
#   Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

If that does not do it, then try changing it to this:

Section "Module"
Disable "dri"
Disable "glx"
EndSection

You may also need to comment out this section at the end of the
xorg.conf:

# Section "DRI"
#   Mode0666
# EndSection


You could also try disabling one or the other, or try running with an empty 
Modules section.

Let us know how it goes.

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

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Bryce,

disabling all modules and deleting the ' Section "DRI" ' leads to
nothing: No start with the 2.6.20-Kernel.

But as i deactivated the whole Module-section i had to start with strg-
alt-f2 (or 2?). Ubuntu didn't start in the grafic mode. Therefore i
copied the backup-file to xorg.conf.

I dislike such experiences because i'm not a linux or unix expert.

The stepwise deactivation of the two modules, what you suggested, shows
no effect.

Best regards
Bernhard

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-10-22 Thread Bernhard Schülke
I can run gutsy gibbon with the 2.6.22-14-generic kernel. But only in
low graphic mode.

The original bug is "solved"; but there is a new bug to open...

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
 Assignee: Bryce Harrington (bryceharrington) => (unassigned)

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-03-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Triaged => Fix Released

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-14 Thread Brian Murray
Could you please also the full output of 'sudo lspci -vvnn' as an
attachment to your bug report?  Thanks again.

** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: (unassigned) => Brian Murray
   Status: Triaged => Incomplete

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Brian,

i do my best. The answer of 'lspci -vvnn' was copied in the attached
textfile.

For your Information, the pc i used is Fujitsu Siemens Scenic xB.  Typ-
Name:

"Scenic xB - 1219 C Lan"
(DT6 - D1219)

Technical Information, see on page: 
http://support.fujitsu-siemens.com/com/support/downloads.html
or on page:
http://support.fujitsu-siemens.com/com/support/manuals.html

** Attachment added: "lspci_-vvnn.txt"
   http://launchpadlibrarian.net/9315673/lspci_-vvnn.txt

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Brian Murray
** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: Brian Murray => (unassigned)
   Status: Incomplete => Triaged

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
This sounds similar to bug
https://bugs.freedesktop.org/show_bug.cgi?id=9711, although the symptoms
as described are a bit different.

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
Hi Bernhard,

>From your logs it looks like there may be an issue with your card accepting 
>the DRI/GLX modules.
Could you please try changing the Modules section of your xorg.conf file to the 
following:

Section "Module"
Load"bitmap"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
#   Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

If that does not do it, then try changing it to this:

Section "Module"
Disable "dri"
Disable "glx"
EndSection

You may also need to comment out this section at the end of the
xorg.conf:

# Section "DRI"
#   Mode0666
# EndSection


You could also try disabling one or the other, or try running with an empty 
Modules section.

Let us know how it goes.

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

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Bryce,

disabling all modules and deleting the ' Section "DRI" ' leads to
nothing: No start with the 2.6.20-Kernel.

But as i deactivated the whole Module-section i had to start with strg-
alt-f2 (or 2?). Ubuntu didn't start in the grafic mode. Therefore i
copied the backup-file to xorg.conf.

I dislike such experiences because i'm not a linux or unix expert.

The stepwise deactivation of the two modules, what you suggested, shows
no effect.

Best regards
Bernhard

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-10-22 Thread Bernhard Schülke
I can run gutsy gibbon with the 2.6.22-14-generic kernel. But only in
low graphic mode.

The original bug is "solved"; but there is a new bug to open...

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
 Assignee: Bryce Harrington (bryceharrington) => (unassigned)

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-01-17 Thread Bryce Harrington
** Description changed:

  Now i can run Feisty Fawn with the 2.6.17-17-generic kernel, but not
  with the standard 2.6.20-15-generic kernel. To select the
  2.6.20-15-generic kernel isn't possible. The first text line "starting
  up..." is shown, nothing else. The loading process doesn't start. What's
  that?
  
  Information about my problem:
  http://ubuntuforums.org/showthread.php?t=421415 . I started a thread in
  the forum without success.
  
  Best regards,
  Bernhard
+ [lspci]
+ 00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host Bridge 
and Memory Controller Hub [8086:1130] (rev 04)
+ Subsystem: Siemens Nixdorf AG Unknown device [110a:005a]
+ 01:00.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G400/G450 
[102b:0525] (rev 82) (prog-if 00 [VGA])
+ Subsystem: Matrox Graphics, Inc. Millennium G450 32Mb SDRAM Dual 
Head [102b:0641]

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2008-09-04 Thread Brian Murray
** Tags added: valid-xorg-conf

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-01-17 Thread Bryce Harrington
** Description changed:

  Now i can run Feisty Fawn with the 2.6.17-17-generic kernel, but not
  with the standard 2.6.20-15-generic kernel. To select the
  2.6.20-15-generic kernel isn't possible. The first text line "starting
  up..." is shown, nothing else. The loading process doesn't start. What's
  that?
  
  Information about my problem:
  http://ubuntuforums.org/showthread.php?t=421415 . I started a thread in
  the forum without success.
  
  Best regards,
  Bernhard
+ [lspci]
+ 00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host Bridge 
and Memory Controller Hub [8086:1130] (rev 04)
+ Subsystem: Siemens Nixdorf AG Unknown device [110a:005a]
+ 01:00.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G400/G450 
[102b:0525] (rev 82) (prog-if 00 [VGA])
+ Subsystem: Matrox Graphics, Inc. Millennium G450 32Mb SDRAM Dual 
Head [102b:0641]

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-03-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Triaged => Fix Released

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-14 Thread Brian Murray
Could you please also the full output of 'sudo lspci -vvnn' as an
attachment to your bug report?  Thanks again.

** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: (unassigned) => Brian Murray
   Status: Triaged => Incomplete

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Brian,

i do my best. The answer of 'lspci -vvnn' was copied in the attached
textfile.

For your Information, the pc i used is Fujitsu Siemens Scenic xB.  Typ-
Name:

"Scenic xB - 1219 C Lan"
(DT6 - D1219)

Technical Information, see on page: 
http://support.fujitsu-siemens.com/com/support/downloads.html
or on page:
http://support.fujitsu-siemens.com/com/support/manuals.html

** Attachment added: "lspci_-vvnn.txt"
   http://launchpadlibrarian.net/9315673/lspci_-vvnn.txt

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Brian Murray
** Changed in: xserver-xorg-driver-mga (Ubuntu)
 Assignee: Brian Murray => (unassigned)
   Status: Incomplete => Triaged

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
This sounds similar to bug
https://bugs.freedesktop.org/show_bug.cgi?id=9711, although the symptoms
as described are a bit different.

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bryce Harrington
Hi Bernhard,

>From your logs it looks like there may be an issue with your card accepting 
>the DRI/GLX modules.
Could you please try changing the Modules section of your xorg.conf file to the 
following:

Section "Module"
Load"bitmap"
Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
#   Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

If that does not do it, then try changing it to this:

Section "Module"
Disable "dri"
Disable "glx"
EndSection

You may also need to comment out this section at the end of the
xorg.conf:

# Section "DRI"
#   Mode0666
# EndSection


You could also try disabling one or the other, or try running with an empty 
Modules section.

Let us know how it goes.

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

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-17 Thread Bernhard Schülke
Hi Bryce,

disabling all modules and deleting the ' Section "DRI" ' leads to
nothing: No start with the 2.6.20-Kernel.

But as i deactivated the whole Module-section i had to start with strg-
alt-f2 (or 2?). Ubuntu didn't start in the grafic mode. Therefore i
copied the backup-file to xorg.conf.

I dislike such experiences because i'm not a linux or unix expert.

The stepwise deactivation of the two modules, what you suggested, shows
no effect.

Best regards
Bernhard

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2008-09-04 Thread Brian Murray
** Tags added: valid-xorg-conf

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-10-22 Thread Bernhard Schülke
I can run gutsy gibbon with the 2.6.22-14-generic kernel. But only in
low graphic mode.

The original bug is "solved"; but there is a new bug to open...

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2007-09-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
 Assignee: Bryce Harrington (bryceharrington) => (unassigned)

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-01-17 Thread Bryce Harrington
** Description changed:

  Now i can run Feisty Fawn with the 2.6.17-17-generic kernel, but not
  with the standard 2.6.20-15-generic kernel. To select the
  2.6.20-15-generic kernel isn't possible. The first text line "starting
  up..." is shown, nothing else. The loading process doesn't start. What's
  that?
  
  Information about my problem:
  http://ubuntuforums.org/showthread.php?t=421415 . I started a thread in
  the forum without success.
  
  Best regards,
  Bernhard
+ [lspci]
+ 00:00.0 Host bridge [0600]: Intel Corporation 82815 815 Chipset Host Bridge 
and Memory Controller Hub [8086:1130] (rev 04)
+ Subsystem: Siemens Nixdorf AG Unknown device [110a:005a]
+ 01:00.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G400/G450 
[102b:0525] (rev 82) (prog-if 00 [VGA])
+ Subsystem: Matrox Graphics, Inc. Millennium G450 32Mb SDRAM Dual 
Head [102b:0641]

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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 110489] Re: [Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead

2009-03-24 Thread Bryce Harrington
** Changed in: xserver-xorg-video-mga (Ubuntu)
   Status: Triaged => Fix Released

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
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