[Bug 233787] Re: No display with Intel x3100 965GM Express

2008-07-18 Thread unggnu
From upstream:
So the problem is intel driver always assumes LVDS connected on mobile chipset.
And in this case there's no local flat panel on this machine with 965GM.

We can work around it with adding a quirk. But I'm wondering if we can do
better to completely resolve this kind of issues with adding LVDS detection
code in the driver.

For now I suggest users to work around it by explicitly disable LVDS in
xorg.conf:
1) Add
Option  monitor-LVDS   LVDS
in Device section
2)
Section Monitor
Identifier LVDS
Option  Ignore True
EndSection


Could somebody confirm this?

** Summary changed:

- No display with Intel x3100 965GM Express
+ Output LVDS is connected to pipe B on a Mini-PC without LFP

-- 
Output LVDS is connected to pipe B on a Mini-PC without LFP
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-17 Thread unggnu
Thanks for the information. Could you please attach the Xorg.0.log when you 
specified the intel driver?
Just copy the Xorg.0.log after you have heard the Gdm sound to your home 
directory or something like that and upload it afterwards.

Do you mean after regenerating xorg.conf the vesa driver is used or
really listed under Device section in your new xorg.conf?

Could everyone please attach the output of lspci -vvnn too so we can
check that the hardware is equal since the some times the -intel driver
is used per default and some times -vesa. First one is of course
correct.

I am going to move this issue upstream anyway.

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-17 Thread unggnu
Btw. does anyone using this computer with a digital DVI device? If I
understand your reports correctly everyone is using the VGA-Adapter?
This looks like the problem since VGA has no attached Pipe according to
Xorg.0.log.

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-17 Thread Jumble
The vesa-driver gets automatically specified by dpkg-reconfigure
xserver-xorg if the system has been installed in safe graphics mode.
The vesa-line has to be removed from xorg.conf to archieve the native
behaviour. My display is now connected via a digital DVI cable and it
behaves exactly the same as with an analogue one.

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

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-17 Thread unggnu
Hi, I've forwarded your bug upstream to Xorg for their assistance with
this issue.  Would you mind please subscribing to the upstream bug
report in case they have questions or need you to test something?  Then
you can provide the info directly without me slowing down the process.

** Changed in: xserver-xorg-video-intel
   Importance: Undecided = Unknown
 Bugwatch: None = freedesktop.org Bugzilla #16757
   Status: New = Unknown

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-17 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Unknown = Confirmed

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-17 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Confirmed = Triaged

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

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-16 Thread unggnu
Please regenerate your xorg.conf with sudo dpkg-reconfigure xserver-xorg. 
Confirm every question with enter. After this please add the line Option 
ForceEnablePipeA true to your xorg.conf device section and restart X. It 
should look like this?
 
Section Device
...
Option ForceEnablePipeA true
EndSection

If the issue still appears attach your current /var/log/Xorg.0.log and
the output of dmesg and xrandr --verbose.

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-16 Thread Romano Giannetti
The original problem seems related to this one:

http://bugzilla.kernel.org/show_bug.cgi?id=10892

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-16 Thread egli
Thanks ungnu for your help

I regenerated my xorg.conf with sudo dpkg-reconfigure xserver-xorg and
confirmed all questions. It regenerates xorg.conf with Driver vesa in
the Device section btw. Added the Option ForceEnablePipeA true to
the device section.

Restart X and still have a resolution of 800X600.

If I change the Driver to intel I can hear the login sound of gdm but
I get a blank screen. Cannot even switch to console anymore (C-M-F1) as
I did before without ForceEnablePipeA. Same with i810 as the driver.

Attaching the requested files

** Attachment added: output of dmesg
   http://launchpadlibrarian.net/16098609/dmesg.txt

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-16 Thread egli
Output of xrandr --verbose:

Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 (0x47) normal (normal) 0mm x 0mm
Identifier: 0x46
Timestamp:  2153637
Subpixel:   unknown
Clones:
CRTC:   0
CRTCs:  0
  800x600 (0x47)   29.3MHz
h: width   800 start0 end0 total  800 skew0 clock   36.6KHz
v: height  600 start0 end0 total  600   clock   61.0Hz
  640x480 (0x48)   18.4MHz
h: width   640 start0 end0 total  640 skew0 clock   28.8KHz
v: height  480 start0 end0 total  480   clock   60.0Hz


** Attachment added: current /var/log/Xorg.0.log
   http://launchpadlibrarian.net/16098647/Xorg.0.log

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-15 Thread egli
I installed the unofficial package as mentioned in
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/233787/comments/13

sudo apt-get remove xserver-xorg-video-i810 xserver-xorg-video-all

Then install http://people.ubuntu.com/~bryce/Testing/intel/hardy-i386
/xserver-xorg-video-intel_2.3.1-1ubuntu1~bwh3_i386.deb. This time it
installs without a problem.

sudo dpkg-reconfigure xserver-xorg

It still says the driver is vesa and the resolution is still 800x600. If
I change the driver to intel or i810 I can hear the prompt sound
from gdm, but the screen remains black. I have to move to a console to
fix xorg.conf.

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

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-14 Thread egli
I have the same hardware with a Philips Brilliance 151AX monitor. I had
to install with safe graphics mode and now only have a screen
resolution of 800x600 (instead of 1024x768).

I tried to install a newer version of the X server from
http://people.ubuntu.com/~bryce/Testing/intel/hardy-i386/xserver-xorg-
video-intel_2.3.1-1ubuntu1~bwh3_i386.deb, but it failed with an error.

How should I proceed?


** Attachment added: Installation error message
   http://launchpadlibrarian.net/16024284/errorMsg

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-14 Thread egli
Hm, I managed to install
http://people.ubuntu.com/~bryce/Testing/intel/hardy-i386/xserver-xorg-
video-i810_2.3.1-1ubuntu1~bwh3_all.deb, rebooted and still have the same
resolution (800x600). I changed the Driver to i810 and to intel but
this doesn't seem to make a difference. Come to think of it maybe it is
is running in failsafe mode as my keyboard seems to have us layout all
of a sudden.

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

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-14 Thread egli
Attached also the log file

** Attachment added: X server log file
   http://launchpadlibrarian.net/16024509/Xorg.0.log

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-10 Thread Pierre Dinh-van
I found on this page : http://ubuntuforums.org/showthread.php?t=843052
that I had to remove libglitz1 to get dri activated.

It works now pretty well (enought for the 3D features I needed). I still
have some times problems to switch from X to console (screen stays
black, but Ctrl+Alt+F7 give it back), but I'm satisfied with the result
:). Have to test on a fresh install and document it.

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-09 Thread Jumble
The appropriate RPMs for the SUSE-distro are packaged under
http://download.transtec.de/doit/loadva/software/w3/CD_TREIBER_EDOC/Novell/SLE_10/SP1/i810/i810_Code10_SP1_x8664.tgz
It also contains an URL-file under which the sources kann be found.

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-09 Thread Pierre Dinh-van
I removed all packages related to nvidia (but I guess just nvidia-glx
was usefull to remove). And I can get some 3D now.

But DRI is not activated using libgl1-mesa-glx and I still didn't found
why. I'll try the diverses variants and if none works, I'll try to
compile the last mesa revision. Is there somewhere some testing packages
from mesa-glx ?

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-08 Thread Pierre Dinh-van
Some infos which could be usefull.

This computer is sold from transtec with a SuSE Enteprise Desktop 10. I
downloaded a trial version to see how the graphic chip worked and I took
some infos.

First of all, it works properly :). 3D works fine.

I made a rpm -qa to get the installed versions of the stuff related to
xorg/intel :

intel-i810-Mesa-6.4.2.2-1.4
xorg-x11-Xnest-6.9.0-50.58
xorg-x11-6.9.0-50.58
intel-i810-xorg-x11-6.9.0.2-2.7
xorg-x11-fonts-75dpi-6.9.0-50.58
xorg-x11-fonts-100dpi-6.9.0-50.58
xorg-x11-Xvnc-6.9.0-50.58
intel-i810-agpgart-kmp-smp-1.2_2.6.16.60_0.21-1.4
xorg-x11-server-glx-6.9.0-50.58
xorg-x11-libs-6.9.0-50.58
xorg-x11-fonts-scalable-6.9.0-50.58
xorg-x11-driver-video-radeon-6.6.3-0.19
xorg-x11-driver-video-nvidia-6.9.0-46.51
xorg-x11-server-6.9.0-50.58
xorg-x11-driver-video-6.9.0-46.51
intel-i810-drm-kmp-smp-1.2_2.6.16.60_0.21-1.4

SuSE Linux Enterprise Desktop uses Xorg 6.9 and configures the x3100
with a i810 driver. It also uses 915resolution in the boot process.

I tried to import the xorg.conf directly onto Ubuntu Hardy, but it
didn't worked and the symptoms are staying the same (black screen).

I tried the actual intel driver without success.

Are the patches used in SuSE packages available somewhere ?



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

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-08 Thread Jumble
@Pierre: Have you tried the unofficial testing-server mentioned above?
(Then I don't have to... ;) )

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-07-08 Thread Pierre Dinh-van
I thought it did the same with the newest driver, but it was actually my
xorg.conf which wasn't OK. I just tried with the xorg.conf of comment
#10 and it works better.

For the moment, I don't get any GLX extensions but I hope I can fix it
by myself with a little work.

I attach my Xorg.0.log file in case this GLX problem is not due to my
misconfiguration

** Attachment added: GLX can't load with intel driver
   http://launchpadlibrarian.net/15894048/Xorg.0.log

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-06-26 Thread Jumble
Here comes the X-log for the above posted config. I'll check for the
testing-server in a few days (this is a productivity-system)...

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

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-06-26 Thread unggnu
Pipe dealing looks similar for me. Please regenerate your xorg.conf with
the command sudo dpkg-reconfigure xserver-xorg after installing the
new driver.

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-06-24 Thread unggnu
It looks like a quirk is needed to disable LVDS I guess. Which monitor
connectors have your computer?

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-06-24 Thread Jumble
It has the following video-connectors:

1 x DVI-I
1x TV Port (S-Video) 

Only the DVI-port is in use here.

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-06-24 Thread unggnu
At first please post a current Xorg.0.log with your new xorg.conf to see the 
difference.
It is the best to report it upstream I guess but could you please check if this 
issue still happens with the unofficial package 
http://people.ubuntu.com/~bryce/Testing/intel/hardy-amd64/xserver-xorg-video-intel_2.3.1-1ubuntu1~bwh3_amd64.deb
 of a newer -intel driver.

To install it you have to remove the old i810 driver before.
sudo apt-get remove xserver-xorg-video-i810 xserver-xorg-video-all

And please regenerate your xorg.conf just to be sure.
sudo dpkg-reconfigure xserver-xorg

If you want to reset everything do the follow commands.
sudo apt-get remove xserver-xorg-video-intel
sudo apt-get install xserver-xorg-video-all

Of course you have to uncomment your current xorg.conf options before X
restart.

** Also affects: xserver-xorg-video-intel
   Importance: Undecided
   Status: New

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-05-23 Thread Jumble
I noticed the following in the log:

(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output LVDS is connected to pipe B

In my mini-pc is a laptop-chipset,but it has no built-in display. Is my
X-session perhaps displayed on an inexisting display?

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-05-23 Thread Jumble

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

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-05-23 Thread Jumble

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

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-05-23 Thread Jumble
OK, here comes the backtrace (generated remotely):

#0  0x7f49d3515d53 in select () from /lib/libc.so.6
No symbol table info available.
#1  0x00561891 in WaitForSomething (pClientsReady=0x7fffdcf52930) at 
../../os/WaitFor.c:236
i = -587911792
waittime = {tv_sec = 0, tv_usec = 644000}
wt = (struct timeval *) 0x7fffdcf528d0
timeout = value optimized out
clientsReadable = {fds_bits = {0 repeats 16 times}}
clientsWritable = {fds_bits = {8652032, 8675728, 1, 139955054300188, 1, 
139955054300188, 140736900442128, 139951509340161, 
1, 5270350, 12233744, 139951509340160, 12637912, 5392956, 139955037433136, 
139955057338848}}
curclient = value optimized out
selecterr = 12233744
nready = value optimized out
devicesReadable = {fds_bits = {12233744, 4532735, 8752480, 8313680, 
8752304, 140736900442048, 12233744, 4532735, 12233744, 
140736900442088, 4196637, 4, 3221225474, 139955057338848, 12637912, 
12637824}}
now = 3707055504
someReady = 0
#2  0x0044e85a in Dispatch () at ../../dix/dispatch.c:425
clientReady = (int *) 0x100
result = 0
client = (ClientPtr) 0xbaac10
nready = -1
start_tick = value optimized out
#3  0x00436b9d in main (argc=10, argv=0x7fffdcf52ee8, envp=value 
optimized out) at ../../dix/main.c:452
i = 1
error = 0
xauthfile = value optimized out
alwaysCheckForInput = {0, 1}

I've used another xorg.conf for that. The funny thing is if I manually
specify the intel-driver, switching to a console is possible. All other
symptoms are the same.

The xorg.conf and log follow in a few minutes.

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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 233787] Re: No display with Intel x3100 965GM Express

2008-05-23 Thread Bryce Harrington
Thanks for reporting this bug and attaching necessary files.  Sounds
like an X lockup. Please also collect a full backtrace on this issue -
see http://wiki.ubuntu.com/X/Backtracing for directions on how to do
this.

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

-- 
No display with Intel x3100 965GM Express
https://bugs.launchpad.net/bugs/233787
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