Re: [kde-freebsd] Ctrl Alt Backspace exit problem

2011-10-29 Thread Tijl Coosemans
On Saturday 29 October 2011 11:35:52 David Southwell wrote:
 I posted the following last week. As there has been no response I hope you 
 will not mind if I post again in the hope that someone may be able to point 
 me 
 in the right direction:
 
  After logging a user out of KDE and then trying to log that user back in I 
 get a white screen. I cannot find anyway of exiting from the screen. Neither 
 Ctrl Alt Backspace or any method other than powering down the machine 
 followed 
 by reboot into single user, fsck -fy will work. On rebooting multi-user and 
 logging in the user Konqueror works fine. So whatever is creating the 
 condition has been removed.  How can I solve this non-functioning exit 
 problem?
 
 I have (as per handbook):
 /usr/local/etc/hal/fdi/policy/x11-input.fdi
 
 with following lines:
 ?xml version=1.0 encoding=ISO-8859-1?
 deviceinfo version=0.2
   device
 match key=info.capabilities contains=input.keyboard
   merge key=input.x11_options.XkbOptions 
 type=stringterminate:ctrl_alt_bksp/merge
 /match
   /device
 /deviceinfo
 
 xorg.conf.new 
 and /usr/local/etc/x11/xorg.conf
 contain, in the ServerLayout section, the line:
 Option DontZap  off

Does ctrl+alt+backspace work at all, e.g. when you are at the login
screen? I noticed in the log below that AutoAddDevices is off, so I'm
not sure the hal policy above is actually used. Without hal you may
need to add the following line to xorg.conf in the InputDevice section
for your keyboard:

Option XkbOptions terminate:ctrl_alt_bksp

That said, the white screen is more than likely due to the graphics
driver locking up, so you could try to replace the nv driver you're
currently using with the driver from the x11/nvidia-driver port.

 Full output from /var/log/Xorg.0.log created when logging in user normally is 
 shown below.
 
 Thanks in advance
 ___
 X.Org X Server 1.7.7
 Release Date: 2010-05-04
 X Protocol Version 11, Revision 0
 Build Operating System: FreeBSD 8.2-RELEASE amd64 
 Current Operating System: FreeBSD dns1.vizion2000.net 8.2-RELEASE FreeBSD 8.2-
 RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 
 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
 Build Date: 19 October 2011  07:23:14AM
  
 Current version of pixman: 0.22.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: Fri Oct 21 11:07:09 2011
 (==) Using config file: /usr/local/etc/X11/xorg.conf
 (==) ServerLayout X.org Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor Monitor0
 (**) |   |--Device Card0
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (**) Option DontZap off
 (**) Option AutoAddDevices false
 (**) Not automatically adding devices
 (==) 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/URW/,
   /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: 0x699480
 (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:1:0:0) 10de:0092:107d:2a32 nVidia Corporation G70 [GeForce 7800 
 GT] rev 161, Mem @ 0xfd00/16777216, 0xd000/268435456, 
 0xfc00/16777216, I/O @ 0xbc00/128, BIOS @ 0x/65536
 (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, 

Re: [kde-freebsd] Ctrl Alt Backspace exit problem (edited)

2011-10-29 Thread David Southwell
On Saturday 29 October 2011 02:35:52 David Southwell wrote:
 HI everyone
 
 I posted the following last week. As there has been no response I hope you
 will not mind if I post again in the hope that someone may be able to point
 me in the right direction:
 
  After logging a user out of KDE and then trying to log that user back in
 I get a white screen. I cannot find anyway of exiting from the screen.
 Neither Ctrl Alt Backspace or any method other than powering down the
 machine followed by reboot into single user, fsck -fy will work. On
 rebooting multi-user and logging in the user Konqueror works fine. So
 whatever is creating the condition has been removed.  

For the sake of clarity. The problem continues. If a user logs outof kde  then 
that user cannot log back in to kde unless the system is shutdown and 
rebooted! If the user does try to login then a white screen appears and there 
seems to be no way other than powering down the system.
 How can I solve this
 non-functioning exit problem?
 
 I have (as per handbook):
 /usr/local/etc/hal/fdi/policy/x11-input.fdi
 
 with following lines:
 ?xml version=1.0 encoding=ISO-8859-1?
 deviceinfo version=0.2
   device
 match key=info.capabilities contains=input.keyboard
   merge key=input.x11_options.XkbOptions
 type=stringterminate:ctrl_alt_bksp/merge
 /match
   /device
 /deviceinfo
 
 xorg.conf.new
 and /usr/local/etc/x11/xorg.conf
 contain, in the ServerLayout section, the line:
 Option DontZap  off
 
 Can anyone shed any light on this?
 
 Full output from /var/log/Xorg.0.log created when logging in user normally
 is shown below.
 
 Thanks in advance
 ___
 X.Org X Server 1.7.7
 Release Date: 2010-05-04
 X Protocol Version 11, Revision 0
 Build Operating System: FreeBSD 8.2-RELEASE amd64
 Current Operating System: FreeBSD dns1.vizion2000.net 8.2-RELEASE FreeBSD
 8.2- RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
 Build Date: 19 October 2011  07:23:14AM
 
 Current version of pixman: 0.22.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: Fri Oct 21 11:07:09 2011
 (==) Using config file: /usr/local/etc/X11/xorg.conf
 (==) ServerLayout X.org Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor Monitor0
 (**) |   |--Device Card0
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (**) Option DontZap off
 (**) Option AutoAddDevices false
 (**) Not automatically adding devices
 (==) 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/URW/,
   /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: 0x699480
 (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:1:0:0) 10de:0092:107d:2a32 nVidia Corporation G70 [GeForce
 7800 GT] rev 161, Mem @ 0xfd00/16777216, 0xd000/268435456,
 0xfc00/16777216, I/O @ 0xbc00/128, BIOS @ 0x/65536
 (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
 (II) Loading extension DPMS
 (II) Loading extension XVideo
 (II) Loading extension 

[kde-freebsd] [SVN Commit] area51/KDE/x11/kde4-workspace/files

2011-10-29 Thread Alberto Villa
SVN commit 7790 by avilla:

- Use SLOT() to call a slot, not SIGNAL().



 A 
patch-plasma__generic__dataengines__geolocation__location_gps.cpp  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon

2011-10-29 Thread Raphael Kubo da Costa
SVN commit 7791 by rakuco:

phonon: Update to 4.5.1

 M  +4 -5  Makefile  
 M  +2 -2  distinfo  
 M  +2 -2  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/multimedia/phonon

2011-10-29 Thread Raphael Kubo da Costa
SVN commit 7792 by rakuco:

phonon: Make the QZeitgeist dependency optional.

QZeitgeist 0.8.0 has started depending on Zeitgeist itself at build-time.
Depending on it by default would mean Qt and KDE would always pull in
Zeitgeist, Python, GObject and its Python bindings etc.

Discussed with: avilla


 M  +9 -3  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information