[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-16 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-16 Thread Bryce Harrington
** Tags added: intrepid

** Summary changed:

- [i945] intrepid: 945GM Xorg config fails - intel driver
+ [i945] 945GM Xorg config fails

-- 
[i945] 945GM Xorg config fails
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-14 Thread jim brown
Hi the good news is I've finally got the screen to work on intrepid.
I followed your instructions above for both TMDS and LVDS neither worked (could 
still here session starting up though)

So I tried

In section Section Device add the line:

 Option monitor-VGA VGA

Then the following new section:

 Section Monitor
Identifier VGA
Option Ignore True
  EndSection

I've attached as requested the dmidecode, lscpi -vnnn output, I've also
attached my working xorg.conf

The PC is a ACER Aspire Idea 500 media centre.

Hope this helps



** Attachment added: dmidecode output
   http://launchpadlibrarian.net/29021622/dmi.txt

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-14 Thread jim brown

** Attachment added: lspci.txt
   http://launchpadlibrarian.net/29021643/lspci.txt

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-14 Thread jim brown

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

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-10 Thread Bryce Harrington
** Tags added: karmic

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-10 Thread Bryce Harrington
** Tags added: blank-screen

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-10 Thread Bryce Harrington
What is going on here with this class of blank-screen bug is that your
video card is connecting two of its video outputs, and sending the video
signal to the wrong one; this is why the system seems to be otherwise
working (login sound, etc):

(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TMDS-1 is connected to pipe A
(II) intel(0):   Output TV is connected to pipe none

Test if forcing the undesired output off solves the problem.  To do
this, try explicitly disabling TMDS-1 (or LVDS) in your
/etc/X11/xorg.conf:

In section Section Device add the line:

 Option monitor-TMDS-1 TMDS-1

Then the following new section:

 Section Monitor
Identifier TMDS
Option Ignore True 
  EndSection 

If that works, then please attach the following:

  * Paste in the output of lspci -vvnn | grep -A1 VGA compat
  * Run sudo dmidecode  dmi.txt and attach dmi.txt to the bug report
  * Give the laptop model name and number 

Also, please attach files separately, NOT in tarballs, as that adds
extra steps to processing your bug report.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Confirmed = Incomplete

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-08 Thread jim brown
Hi, I've tried Karmic - I get similar results

I tried a couple of configurations
1) Standard Karmic
2) My working config attached above
3) My xorg.conf with Intel driver

Only 2 presents a working gdm session; for 1  3 I had to fallback on the 
console.
Note: It sounded like a session had started successfully somewhere :-) as I 
heard the startup sound played and was wondering if the default display was 
being sent to another output e.g. HD or TV output as opposed to VGA; 
I'll try to test this later on this week.

Logs attached, for both the initial set up and my xorg.conf using the
Intel driver




** Attachment added: results from Karmic test
   http://launchpadlibrarian.net/28789005/karmic_results.tar.gz

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-07-08 Thread Bryce Harrington
Thanks for testing

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided = High

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 329559] Re: [i945] intrepid: 945GM Xorg config fails - intel driver

2009-06-25 Thread Bryce Harrington

[This is an automatic notification.]

A new major version of the -intel driver is now available in Karmic.

This version includes a major reworking of the acceleration
architecture, which resolves a huge number of issues.  We do not know
whether it resolves the issue you reported.

Would you mind testing Karmic Alpha-2 and seeing if it is still a
problem?  CD ISO images are available here:

  http://cdimages.ubuntu.com/releases/karmic/

If the issue can still be reproduced on karmic, please report here with
your findings, and attach a fresh Xorg.0.log from your test, and we will
be able to forward the bug upstream.

Otherwise, if the bug no longer exists in Karmic, let us know that as
well.

In the off chance you encounter different bugs while attempting to test
Karmic, please report those as new bug reports.


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

-- 
[i945] intrepid: 945GM Xorg config fails - intel driver
https://bugs.launchpad.net/bugs/329559
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp