Bug#420419: xserver-xorg-video-intel: Chrashes on startup

2011-02-22 Thread Cyril Brulebois
Hi,

Brice Goglin  (24/04/2007):
> I don't know about ion3, but I know that lots of window managers
> allow you to put your mail client on one Xinerama screen and flag it
> "appear on all workspace" so that it always appear while you switch
> between workspaces in the other screen.

could you please tell us what the status is with squeeze or sid?

KiBi.


signature.asc
Description: Digital signature


Bug#420419: xserver-xorg-video-intel: Chrashes on startup

2007-04-22 Thread Ruben Porras
Package: xserver-xorg-video-intel
Version: 2:2.0.0-1
Severity: grave
Justification: renders package unusable

After upgrading the server is no more able to start.

xauth:  creating new authority file /home/bennett/.serverauth.5642

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux localhost 2.6.21-rc4 #2 Tue Mar 27
11:18:20 CEST 2007 i686
Build Date: 20 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 21 08:27:16 2007
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in

(WW) intel: No matching Device section for instance (BusID PCI:0:2:1)
found
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in
(II) Module already built-in

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x84) [0x80c20e4]
1: [0xe420]
2: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7b49ec0]
3: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7b4ae6e]
4: /usr/lib/xorg/modules/drivers//i810_drv.so(i830_allocate_2d_memory
+0x131) [0xb7b4b161]
5: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7b46f2e]
6: /usr/bin/X11/X(AddScreen+0x1ed) [0x806f8ad]
7: /usr/bin/X11/X(InitOutput+0x22e) [0x80a14ae]
8: /usr/bin/X11/X(main+0x27b) [0x807004b]
9: /lib/i686/cmov/libc.so.6(__libc_start_main+0xd8) [0xb7d18878]
10: /usr/bin/X11/X(FontFileCompleteXLFD+0xad) [0x806f591]

Fatal server error:
Caught signal 11.  Server aborting

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
  after 0 requests (0 known processed) with 0 events remaining.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-rc4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6   2.5-2GNU C Library: Shared
libraries
ii  libdrm2 2.3.0-4  Userspace interface to
kernel DRM
ii  xserver-xorg-core   2:1.3.0.0.dfsg-1 X.Org X server -- core
server

xserver-xorg-video-intel recommends no packages.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#420419: xserver-xorg-video-intel: Chrashes on startup

2007-04-22 Thread Brice Goglin
severity 420219 important
thank you



Ruben Porras wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.0.0-1
> Severity: grave
> Justification: renders package unusable
>   

It's not unusable for everybody fortunately :) A crash of the server
usually goes to severity important.

> After upgrading the server is no more able to start.
>   

Could you send us the output of
/usr/share/bug/xserver-xorg-core/script 3>&1
so that we see your config and full log file?

It might be caused by your xorg.conf containing dual-head/xinerama or
other complicated stuff that are not needed anymore and should be
dropped and configured at runtime with xrandr.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#420419: xserver-xorg-video-intel: Chrashes on startup

2007-04-22 Thread Brice Goglin
retitle 420419 xserver-xorg-video-intel crashes with old dual-head config
forwarded 420419 https://bugs.freedesktop.org/show_bug.cgi?id=10706
thank you






Ruben Porras wrote:
> yup, it contains dual-head.
>   

Ok it explains the crash. There's already an upstream bug at
https://bugs.freedesktop.org/show_bug.cgi?id=10706

> Section "Device"
> Identifier  "915-LCD"
> Driver  "i810"
> BusID   "PCI:0:2:0"
> Option  "MonitorLayout" "CRT,LFP"
> Screen  0
> EndSection
>
> Section "Device"
> Identifier  "915-External"
> Driver  "i810"
> BusID   "PCI:0:2:0"
> Option  "MonitorLayout" "CRT,LFP"
> Screen  1
> #Option  "Rotate" "CCW"
> EndSection
>   

Please keep a single entry here, and drop the MonitorLayout and Screen
lines.

> Section "Monitor"
> Identifier  "LCD"
> Option  "DPMS"
> EndSection
>
> Section "Monitor"
> Identifier  "External"
> Option  "DPMS"
>   HorizSync   28-49
>   VertRefresh 40-80
> EndSection
>   

Keep a single entry, drop the HorizSync and VertRefresh.

> Section "Screen"
> Identifier  "LCD Screen"
> Device  "915-LCD"
> Monitor "LCD"
> DefaultDepth24
> SubSection "Display"
> Depth   16
> Modes   "1024x768"
> EndSubSection
> SubSection "Display"
> Depth   24
> Modes   "1024x768"
> EndSubSection
> EndSection
>
> Section "Screen"
> Identifier  "External Screen"
> Device  "915-External"
> Monitor "External"
> DefaultDepth24
> SubSection "Display"
> Depth   16
> Modes   "1280x1024" "1024x768"
> EndSubSection
> SubSection "Display"
> Depth   24
> Modes   "1280x1024" "1024x768"
> EndSubSection
> EndSection
>   

Keep a single entry and drop the "Modes" lines.
Instead of the "Modes" line, add "Virtual 2048 2048" (or whatever
virtual screen size you need to put both monitors aside).

> Section "ServerLayout"
>   Identifier  "Default Layout"
> Screen  "LCD Screen"
> Screen  "External Screen" LeftOf "LCD Screen"
> #Screen  "External Screen" RightOf "LCD Screen"
> # Screen  "Default Screen"
>   

Keep a single Screen line without any LeftOf/RightOf indication.

To get the same behavior with this config, you may just do something like
xrandr --output VGA --right-of LVDS
after starting X to place one monitor on the right of the other one.

> Section "DRI"
>   Mode0666
> EndSection
>   
This is the default now.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#420419: xserver-xorg-video-intel: Chrashes on startup

2007-04-24 Thread Ruben Porras
Am Sonntag, den 22.04.2007, 21:16 +0200 schrieb Brice Goglin:

> > Section "Screen"
> > Identifier  "LCD Screen"
> > Device  "915-LCD"
> > Monitor "LCD"
> > DefaultDepth24
> > SubSection "Display"
> > Depth   16
> > Modes   "1024x768"
> > EndSubSection
> > SubSection "Display"
> > Depth   24
> > Modes   "1024x768"
> > EndSubSection
> > EndSection
> >
> > Section "Screen"
> > Identifier  "External Screen"
> > Device  "915-External"
> > Monitor "External"
> > DefaultDepth24
> > SubSection "Display"
> > Depth   16
> > Modes   "1280x1024" "1024x768"
> > EndSubSection
> > SubSection "Display"
> > Depth   24
> > Modes   "1280x1024" "1024x768"
> > EndSubSection
> > EndSection
> >   
> 
> Keep a single entry and drop the "Modes" lines.
> Instead of the "Modes" line, add "Virtual 2048 2048" (or whatever
> virtual screen size you need to put both monitors aside).
> 
> > Section "ServerLayout"
> > Identifier  "Default Layout"
> > Screen  "LCD Screen"
> > Screen  "External Screen" LeftOf "LCD Screen"
> > #Screen  "External Screen" RightOf "LCD Screen"
> > #   Screen  "Default Screen"
> >   
> 
> Keep a single Screen line without any LeftOf/RightOf indication.
> 
> To get the same behavior with this config, you may just do something like
> xrandr --output VGA --right-of LVDS
> after starting X to place one monitor on the right of the other one.

I know that maybe this info is anywere else, but I cannot find it. I
followed your instructions, but then I do not get the same results as
before. If I add the Virtual option, I get the same effect as before
with Xinerama. If I remove the Virtual both monitors have the same copy
of the image.

Neither of the is what I have before. Before I have two independent
monitors. It was not possible to move windows across them, etc. it was
not like Xinerama.

So, I would not say that I can upgrade reteining the old behaviour :(

Thanks.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#420419: xserver-xorg-video-intel: Chrashes on startup

2007-04-24 Thread Brice Goglin
Ruben Porras wrote:
> I know that maybe this info is anywere else, but I cannot find it. I
> followed your instructions, but then I do not get the same results as
> before. If I add the Virtual option, I get the same effect as before
> with Xinerama. If I remove the Virtual both monitors have the same copy
> of the image.
>
> Neither of the is what I have before. Before I have two independent
> monitors. It was not possible to move windows across them, etc. it was
> not like Xinerama.
>
> So, I would not say that I can upgrade reteining the old behaviour :(
>   

That's right.

Why do you need 2 independent screens? You want to move in virtual
desktops on one screen without moving on the other one? It looks like it
might be something that window manager will have to implement on top of
Xinerama (which is now implemented on top of XRandR 1.2). People seem to
really push XRandR 1.2 nowadays...

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#420419: xserver-xorg-video-intel: Chrashes on startup

2007-04-24 Thread Ruben Porras
Am Dienstag, den 24.04.2007, 19:51 +0200 schrieb Brice Goglin:
> Ruben Porras wrote:
> > I know that maybe this info is anywere else, but I cannot find it. I
> > followed your instructions, but then I do not get the same results as
> > before. If I add the Virtual option, I get the same effect as before
> > with Xinerama. If I remove the Virtual both monitors have the same copy
> > of the image.
> >
> > Neither of the is what I have before. Before I have two independent
> > monitors. It was not possible to move windows across them, etc. it was
> > not like Xinerama.
> >
> > So, I would not say that I can upgrade reteining the old behaviour :(
> >   
> 
> That's right.
> 
> Why do you need 2 independent screens?

a) i use ion3, which does not support Xinerama

b) I don't like the mouse jumping from one window to another one ;)

>  You want to move in virtual
> desktops on one screen without moving on the other one?

One screen without moving to the other one. Can I get this behaviour
back?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#420419: xserver-xorg-video-intel: Chrashes on startup

2007-04-24 Thread Brice Goglin
Ruben Porras wrote:
>>  You want to move in virtual
>> desktops on one screen without moving on the other one?
>> 
>
> Can I get this behaviour back?
>   


I don't know about ion3, but I know that lots of window managers allow
you to put your mail client on one Xinerama screen and flag it "appear
on all workspace" so that it always appear while you switch between
workspaces in the other screen.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]