Re: i845G - X locks up machine

2014-10-14 Thread Felix Miata
Adam Jackson composed on 2014-10-14 14:53 (UTC-0400):

> On Tue, 2014-10-14 at 14:10 -0400, Felix Miata wrote:

>> Adam Jackson composed on 2014-10-14 11:56 (UTC-0400):

>> >> Might this be worked around via some manual acceleration option for the 
>> >> Intel
>> >> X driver?

>> > Probably.  Option "AccelMethod" "UXA" perhaps?

>> /etc/X11/xorg.conf.d/60-flags.conf:

>> Section "ServerFlags"
>>   Option "AccelMethod"   "UXA"
>> EndSection

> It's not a server flag, it's a driver option.

> Section "Device"
> Identifier "intel"
> Driver "intel"
> Option "AccelMethod" "UXA"
> EndSection

But I also wrote:

Moving the option to /etc/X11/xorg.conf.d/50-device.conf didn't work 
either.

plus the part about xorg.conf* being ignored. Since then I filed
https://bugs.freedesktop.org/show_bug.cgi?id=85016
after which your reply arrived.

Then I eliminated xorg.conf.d/ and consolidated all into this xorg.conf:

Section "ServerFlags"
Option  "AllowMouseOpenFail" "on"
Option  "ZapWarning" "off"
Option  "DontZap" "off"
Option  "BlankTime" "120"
EndSection

Section "InputClass"
Identifier  "system-keyboard"
MatchIsKeyboard "on"
Option  "XkbLayout" "us"
EndSection

Section "Extensions"
Option  "Composite" "Disable"
EndSection

# 50-device.conf
Section "Device"
Identifier "Default Device"
Driver  "Intel"
Option  "AccelMethod"   "UXA"
EndSection

# 50-monitor.conf
Section "Monitor"
Identifier  "Default Monitor"
HorizSync   30-150
VertRefresh 56-86
Option  "DPMS"  "off"
Option  "PreferredMode" "1600x1200"
DisplaySize 338 253 # 120 DPI @ 1600x1200
EndSection

# 50-screen.conf
Section "Screen"
Identifier  "Default Screen"
Device  "Default Device"
Monitor "Default Monitor"
EndSection

This works, so now I'm confused again, but maybe
https://bugs.freedesktop.org/show_bug.cgi?id=85016 resolves it.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: i845G - X locks up machine

2014-10-14 Thread Adam Jackson
On Tue, 2014-10-14 at 14:10 -0400, Felix Miata wrote:
> Adam Jackson composed on 2014-10-14 11:56 (UTC-0400):
> >> Might this be worked around via some manual acceleration option for the 
> >> Intel
> >> X driver?
> 
> > Probably.  Option "AccelMethod" "UXA" perhaps?
> 
> /etc/X11/xorg.conf.d/60-flags.conf:
> 
> Section "ServerFlags"
>   Option  "AccelMethod"   "UXA"
> EndSection

It's not a server flag, it's a driver option.

Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "UXA"
EndSection

- ajax

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: i845G - X locks up machine

2014-10-14 Thread Felix Miata
Adam Jackson composed on 2014-10-14 11:56 (UTC-0400):

> On Mon, 2014-10-13 at 03:29 -0400, Felix Miata wrote:

>> Old old old single core 2.8GHz P4 test box.

>> Cauldron's 3.17 kernel and X server 1.16.1 work fine on same machine. Both
>> F21 and F22 before tonight's upgrades worked. Now both lock it up as KDE is
>> about to restore previous session. F21 produces no Xorg.0.log. Rawhide's:
>> Before (working):
>> http://fm.no-ip.com/Tmp/Linux/F/xorg.0.log-t2240-f22-OKpre
>> After (broken):
>> http://fm.no-ip.com/Tmp/Linux/F/xorg.0.log-t2240-f22-bad-post

>> Might this be worked around via some manual acceleration option for the Intel
>> X driver?

> Probably.  Option "AccelMethod" "UXA" perhaps?

/etc/X11/xorg.conf.d/60-flags.conf:

Section "ServerFlags"
  Option"AccelMethod"   "UXA"
EndSection

Did not help, but I see no mention of it in the log.
http://fm.no-ip.com/Tmp/Linux/F/xorg.0.log-t2240-f21-sfUXAbad

Moving the option to /etc/X11/xorg.conf.d/50-device.conf didn't work either.

That said, I don't think anything in /etc/X11/xorg.conf* is currently
supported by 2.99.916 or recent intel drivers, though it is working in
git3.0.0. I've been working since yesterday trying to pin down better what's
happening, or not:
http://lists.opensuse.org/opensuse-xorg/2014-10/msg0.html
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: i845G - X locks up machine

2014-10-14 Thread Adam Jackson
On Mon, 2014-10-13 at 03:29 -0400, Felix Miata wrote:
> Old old old single core 2.8GHz P4 test box.
> 
> Cauldron's 3.17 kernel and X server 1.16.1 work fine on same machine. Both
> F21 and F22 before tonight's upgrades worked. Now both lock it up as KDE is
> about to restore previous session. F21 produces no Xorg.0.log. Rawhide's:
> Before (working):
> http://fm.no-ip.com/Tmp/Linux/F/xorg.0.log-t2240-f22-OKpre
> After (broken):
> http://fm.no-ip.com/Tmp/Linux/F/xorg.0.log-t2240-f22-bad-post
> 
> Might this be worked around via some manual acceleration option for the Intel
> X driver?

Probably.  Option "AccelMethod" "UXA" perhaps?

- ajax

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: i845G - X locks up machine

2014-10-13 Thread Felix Miata
Richard Ryniker composed on 2014-10-13 08:51 (UTC-0400):

> Might this be an effect caused by removal of an old graphics driver?

> https://lists.fedoraproject.org/pipermail/devel/2014-May/199459.html

I recognize nothing there that the machine depends on.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: i845G - X locks up machine

2014-10-13 Thread Richard Ryniker
Might this be an effect caused by removal of an old graphics driver?

https://lists.fedoraproject.org/pipermail/devel/2014-May/199459.html
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

i845G - X locks up machine

2014-10-13 Thread Felix Miata
Old old old single core 2.8GHz P4 test box.

Cauldron's 3.17 kernel and X server 1.16.1 work fine on same machine. Both
F21 and F22 before tonight's upgrades worked. Now both lock it up as KDE is
about to restore previous session. F21 produces no Xorg.0.log. Rawhide's:
Before (working):
http://fm.no-ip.com/Tmp/Linux/F/xorg.0.log-t2240-f22-OKpre
After (broken):
http://fm.no-ip.com/Tmp/Linux/F/xorg.0.log-t2240-f22-bad-post

Might this be worked around via some manual acceleration option for the Intel
X driver?
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test