Re: no X after updating ports [Intel i945GME]

2012-05-23 Thread Ramiro Caso

On 21/05/2012 23:23, Antonio Olivares wrote:

Dear folks,

I have an acer-aspire 1 netbook running FreeBSD 9.0 i386.  It was
working beautifully, but after todays updates, X no longer works.


I have a similar problem. I have a Dell Inspiron 1318 running 9.0 amd. I 
use KDE4 (kde-4.7.4_1). After an upgrade of ports (using portupgrade), X 
works, but every time I launch a non-KDE application, X crashes. Putting 
vesa instead of intel in xorg.conf stopped the crashes.


I upgraded roughly the same ports, and I get a Segmentation fault: 11 
at address 0x10 error. The card is an Intel Mobile GM965/GL960 IGC.


If it helps, I can provide more details (upgraded ports, log files and 
screen output).



On screen I have

drm0:Intel i945GME  on vgapci0
info:  [drm] AGP at 0x2000 256MB
info:  [drm] Initialized i915 1.6.0 20080730

I have also:
xfsettingsd:  Fatal IO error 35 (Resource temporarily unavailable) on
X server :0.
xfce4-settings-helper:  Fatal IO error 35 (Resource temporarily
unavailable) on X server :0.
xfwm4:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
Thunar:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
wrapper:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
xfce4-panel:  Fatal IO error 35 (Resource temporarily unavailable) on
X server :0.
gkrellm:  Fatal IO error 0 (No error:  0) on X server :0.
running 'ssh-agent -s -k'
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1785 killed;
xinit connection to X server lost

waiting for X server to shut down xfdesktop:  Fatal IO error 2 (No
such file or directory) on X server :0.0.


Segmentation fault:  11 at address 0x10

Fatal server errror:
Caught signal 11 (Segmentation fault:  11). Server aborting

updates installed via portmaster:

fontconfig-2.9.0,1
gdk-pixbuf-2.23.5_2
gtk-2.24.6_1

also cairo went from cairo-1.10.2_3,1 to cairo-1.12.2,1

Any advice, comments or suggestions are greatly appreciated.

Best Regards,


Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: no X after updating ports [Intel i945GME]

2012-05-23 Thread Joe Gain
Hi all,

same problem here as well. Apparently this is in relation to updating
Cairo. See the thread on the forum:
http://forums.freebsd.org/showthread.php?p=178116

= downgrade Cairo to 1.10
http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/cairo/distinfo

Would be good to see this fixed ;)

On Wed, May 23, 2012 at 2:24 PM, Ramiro Caso ramirocas...@yahoo.com.ar wrote:
 On 21/05/2012 23:23, Antonio Olivares wrote:

 Dear folks,

 I have an acer-aspire 1 netbook running FreeBSD 9.0 i386.  It was
 working beautifully, but after todays updates, X no longer works.


 I have a similar problem. I have a Dell Inspiron 1318 running 9.0 amd. I use
 KDE4 (kde-4.7.4_1). After an upgrade of ports (using portupgrade), X works,
 but every time I launch a non-KDE application, X crashes. Putting vesa
 instead of intel in xorg.conf stopped the crashes.

 I upgraded roughly the same ports, and I get a Segmentation fault: 11 at
 address 0x10 error. The card is an Intel Mobile GM965/GL960 IGC.

 If it helps, I can provide more details (upgraded ports, log files and
 screen output).


 On screen I have

 drm0:Intel i945GME  on vgapci0
 info:  [drm] AGP at 0x2000 256MB
 info:  [drm] Initialized i915 1.6.0 20080730

 I have also:
 xfsettingsd:  Fatal IO error 35 (Resource temporarily unavailable) on
 X server :0.
 xfce4-settings-helper:  Fatal IO error 35 (Resource temporarily
 unavailable) on X server :0.
 xfwm4:  Fatal IO error 35 (Resource temporarily unavailable) on X server
 :0.
 Thunar:  Fatal IO error 35 (Resource temporarily unavailable) on X server
 :0.
 wrapper:  Fatal IO error 35 (Resource temporarily unavailable) on X server
 :0.
 xfce4-panel:  Fatal IO error 35 (Resource temporarily unavailable) on
 X server :0.
 gkrellm:  Fatal IO error 0 (No error:  0) on X server :0.
 running 'ssh-agent -s -k'
 unset SSH_AUTH_SOCK;
 unset SSH_AGENT_PID;
 echo Agent pid 1785 killed;
 xinit connection to X server lost

 waiting for X server to shut down xfdesktop:  Fatal IO error 2 (No
 such file or directory) on X server :0.0.


 Segmentation fault:  11 at address 0x10

 Fatal server errror:
 Caught signal 11 (Segmentation fault:  11). Server aborting

 updates installed via portmaster:

 fontconfig-2.9.0,1
 gdk-pixbuf-2.23.5_2
 gtk-2.24.6_1

 also cairo went from cairo-1.10.2_3,1 to cairo-1.12.2,1

 Any advice, comments or suggestions are greatly appreciated.

 Best Regards,


 Antonio
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



-- 
joe gain

jacob-burckhardt-str. 16
78464 konstanz
germany

+49 (0)7531 60389

(...otherwise in ???)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: no X after updating ports [Intel i945GME]

2012-05-22 Thread Antonio Olivares
 Dear folks,

 I have an acer-aspire 1 netbook running FreeBSD 9.0 i386.  It was
 working beautifully, but after todays updates, X no longer works.

 On screen I have

 drm0: Intel i945GME on vgapci0
 info:  [drm] AGP at 0x2000 256MB
 info:  [drm] Initialized i915 1.6.0 20080730

 I have also:
 xfsettingsd:  Fatal IO error 35 (Resource temporarily unavailable) on
 X server :0.
 xfce4-settings-helper:  Fatal IO error 35 (Resource temporarily
 unavailable) on X server :0.
 xfwm4:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
 Thunar:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
 wrapper:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
 xfce4-panel:  Fatal IO error 35 (Resource temporarily unavailable) on
 X server :0.
 gkrellm:  Fatal IO error 0 (No error:  0) on X server :0.
 running 'ssh-agent -s -k'
 unset SSH_AUTH_SOCK;
 unset SSH_AGENT_PID;
 echo Agent pid 1785 killed;
 xinit connection to X server lost

 waiting for X server to shut down xfdesktop:  Fatal IO error 2 (No
 such file or directory) on X server :0.0.


 Segmentation fault:  11 at address 0x10

 Fatal server errror:
 Caught signal 11 (Segmentation fault:  11). Server aborting

 updates installed via portmaster:

 fontconfig-2.9.0,1
 gdk-pixbuf-2.23.5_2
 gtk-2.24.6_1

 also cairo went from cairo-1.10.2_3,1 to cairo-1.12.2,1

 Any advice, comments or suggestions are greatly appreciated.

 Best Regards,


 Antonio

Dear folks,

I have used
# Xorg -configure
to create an xorg.conf file and copied it over to /etc/X11/xorg.conf.
I changed intel to vesa and I am running X.  I have found Xorg.0.log
the old one where I get error.   See below

===

acer-aspire-1# cat Xorg.0.log.old

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 9.0-RELEASE i386
Current Operating System: FreeBSD acer-aspire-1 9.0-RELEASE FreeBSD
9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012
r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 28 April 2012  05:51:53AM

Current version of pixman: 0.24.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Tue May 22 20:16:26 2012
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout X.org Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Not automatically adding devices
(==) Not automatically enabling devices
(**) FontPath set to:
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/,
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/
(**) ModulePath set to /usr/local/lib/xorg/modules
(II) Loader magic: 0x81dcfc0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(--) PCI:*(0:0:2:0) 8086:27ae:1025:019c Intel Corporation Mobile
945GSE Express Integrated Graphics Controller rev 3, Mem @
0x3628/524288, 0x2000/268435456, 0x3630/262144, I/O @
0x50f0/8, BIOS @ 0x/65536
(--) PCI: (0:0:2:1) 8086:27a6:1025:019c Intel Corporation Mobile
945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev
3, Mem @ 0x3620/524288
(II) extmod will be loaded. This was enabled by default and also
specified in the config file.
(II) dbe will be loaded. This was enabled by default and also
specified in the config file.
(II) glx will be loaded. This was enabled by default and also
specified in the config file.
(II) record will be loaded. This was enabled by default and also
specified in the config file.
(II) dri will be loaded. This was enabled by default and also
specified in the config file.
(II) dri2 will be loaded. This was enabled by default and also
specified in the config file.
(II) LoadModule: extmod
(II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA

no X after updating ports [Intel i945GME]

2012-05-21 Thread Antonio Olivares
Dear folks,

I have an acer-aspire 1 netbook running FreeBSD 9.0 i386.  It was
working beautifully, but after todays updates, X no longer works.

On screen I have

drm0: Intel i945GME on vgapci0
info:  [drm] AGP at 0x2000 256MB
info:  [drm] Initialized i915 1.6.0 20080730

I have also:
xfsettingsd:  Fatal IO error 35 (Resource temporarily unavailable) on
X server :0.
xfce4-settings-helper:  Fatal IO error 35 (Resource temporarily
unavailable) on X server :0.
xfwm4:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
Thunar:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
wrapper:  Fatal IO error 35 (Resource temporarily unavailable) on X server :0.
xfce4-panel:  Fatal IO error 35 (Resource temporarily unavailable) on
X server :0.
gkrellm:  Fatal IO error 0 (No error:  0) on X server :0.
running 'ssh-agent -s -k'
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1785 killed;
xinit connection to X server lost

waiting for X server to shut down xfdesktop:  Fatal IO error 2 (No
such file or directory) on X server :0.0.


Segmentation fault:  11 at address 0x10

Fatal server errror:
Caught signal 11 (Segmentation fault:  11). Server aborting

updates installed via portmaster:

fontconfig-2.9.0,1
gdk-pixbuf-2.23.5_2
gtk-2.24.6_1

also cairo went from cairo-1.10.2_3,1 to cairo-1.12.2,1

Any advice, comments or suggestions are greatly appreciated.

Best Regards,


Antonio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org