From: Florian Kulzer on
On Sun, Jul 18, 2010 at 15:34:22 +0100, Alan Chandler wrote:
> >On 14/07/10 17:25, Bob Proulx wrote:
> >>Florian Kulzer wrote:
> >>>Do you see signs of an X server restart or
> >>>anything else that looks suspicious in /var/log/Xorg.0.log or
> >>>/var/log/Xorg.0.log.old or /var/log/syslog?
> >>
> >>See also the ~/.xsesssion-errors file.

[...]

> It has happened again whilst I was having lunch today. System had
> been idle for about 4 hours and when I came back to it I had been
> logged out. Only 15 minutes ago (so it had worked perfectly up
> until then) it created an /var/log/Xorg.0.log.old file with ...
>
> Fatal server error:
> Failed to submit batchbuffer: Input/output error

That is a problem with the video driver; your GPU is choking on a set of
instructions that it is supposed to execute. Which video chipset do you
use, which version of the X server and which kernel? (An Intel 845
series chipset with Sid's Xorg and kernel, maybe?)

--
Regards, |
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100718171942.GA4271(a)isar.localhost
From: Andrei Popescu on
On Du, 18 iul 10, 15:34:22, Alan Chandler wrote:
>
> Fatal server error:
> Failed to submit batchbuffer: Input/output error

I've never seen this error, but did you try to google it? Do you have
enough space on all partitions (especially /tmp)? How about a full fsck?

Regards,
Andrei
--
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
From: Alan Chandler on
On 18/07/10 18:34, Andrei Popescu wrote:
> On Du, 18 iul 10, 15:34:22, Alan Chandler wrote:
>>
>> Fatal server error:
>> Failed to submit batchbuffer: Input/output error
>
> I've never seen this error, but did you try to google it? Do you have
> enough space on all partitions (especially /tmp)? How about a full fsck?
>

I did try to google it - vague references to problems with the Intel
Chipset - but no solutions that I could find.

--
Alan Chandler
http://www.chandlerfamily.org.uk


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4C438427.1030102(a)chandlerfamily.org.uk
From: Alan Chandler on
On 18/07/10 18:19, Florian Kulzer wrote:
> On Sun, Jul 18, 2010 at 15:34:22 +0100, Alan Chandler wrote:
>>> On 14/07/10 17:25, Bob Proulx wrote:
>>>> Florian Kulzer wrote:
>>>>> Do you see signs of an X server restart or
>>>>> anything else that looks suspicious in /var/log/Xorg.0.log or
>>>>> /var/log/Xorg.0.log.old or /var/log/syslog?
>>>>
>>>> See also the ~/.xsesssion-errors file.
>
> [...]
>
>> It has happened again whilst I was having lunch today. System had
>> been idle for about 4 hours and when I came back to it I had been
>> logged out. Only 15 minutes ago (so it had worked perfectly up
>> until then) it created an /var/log/Xorg.0.log.old file with ...
>>
>> Fatal server error:
>> Failed to submit batchbuffer: Input/output error
>
> That is a problem with the video driver; your GPU is choking on a set of
> instructions that it is supposed to execute. Which video chipset do you
> use, which version of the X server and which kernel? (An Intel 845
> series chipset with Sid's Xorg and kernel, maybe?)
>

I am running Squeeze, with Xorg and latest kernel - the chipset is an
Intel 965 (I think - motherboard is an Intel DG965S)

--
Alan Chandler
http://www.chandlerfamily.org.uk


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4C43854F.2010805(a)chandlerfamily.org.uk
From: Florian Kulzer on
On Sun, Jul 18, 2010 at 23:50:55 +0100, Alan Chandler wrote:
> On 18/07/10 18:19, Florian Kulzer wrote:
> >On Sun, Jul 18, 2010 at 15:34:22 +0100, Alan Chandler wrote:

[...]

> >>It has happened again whilst I was having lunch today. System had
> >>been idle for about 4 hours and when I came back to it I had been
> >>logged out. Only 15 minutes ago (so it had worked perfectly up
> >>until then) it created an /var/log/Xorg.0.log.old file with ...
> >>
> >>Fatal server error:
> >>Failed to submit batchbuffer: Input/output error
> >
> >That is a problem with the video driver; your GPU is choking on a set of
> >instructions that it is supposed to execute. Which video chipset do you
> >use, which version of the X server and which kernel? (An Intel 845
> >series chipset with Sid's Xorg and kernel, maybe?)
> >
>
> I am running Squeeze, with Xorg and latest kernel - the chipset is
> an Intel 965 (I think - motherboard is an Intel DG965S)

So the 965 chipsets still have problems with the driver as well? I used
to have an 965 system and I had some problems, but I have not followed
recent developments. I have the impression, based on the experience with
the 855GM in my laptop and on numerous upstream bugs reports, that 8xx
series cards are especially difficult with newer drivers. (My 855GM
tends to locks up as soon as X is started; Magic-SysRq to the rescue.)

You could try the intel driver from experimental, which supposedly has
been much improved. For my 855GM card this fixes at least the
lockup/crash problem - the driver detects the impending lockup and
disables acceleration. This makes everything slow and introduces some
rendering artefacts, but at least X stays functional enough so that I
can save my work before I terminate the session myself. (If you want to
try this, you also need the 2.6.35 kernel from experimental.)

The other approach is to downgrade the intel driver to the last version
that works for your card. For my 855GM I have to use package
xserver-xorg-video-intel 2:2.8.1-1 with the linux-image-2.6.30-1-686
kernel to get reasonable stability.

The third option is learning to live with the occasional X crash and
make sure to save all your work early and often.

--
Regards, |
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100719194228.GA4324(a)isar.localhost