Re: couldn't start KDE.

2005-02-04 Thread BSD Mail
On Thu, 3 Feb 2005 15:47:53 +, nbco [EMAIL PROTECTED] wrote:
 On Thursday 03 February 2005 09:04, BSD Mail wrote:
  On Wed, 2 Feb 2005 23:48:13 -0800, Kent Stewart [EMAIL PROTECTED]
 wrote:
   On Wednesday 02 February 2005 11:28 pm, BSD Mail wrote:
 snip
   Did you see the error message about /tmp/.ICE-unix. Check the
   ownership.
  
   Kent
 
  Sorry I forgot to mention that this is the second thing I tried
  actually. I noticed the permissions for 3 other directory and the
  .ICE-unix under /'tmp as root:wheel I ran chown -R user:user on them
  it got rid of most the errors but still, I was getting an error about
  that .ICE-unix directory. the third thing I did is I rm -rf
  everything under /tmp and started kde again. Less errors and still
  showing the .ICE-unix error and my previous attachment was the least
  error I was able to get.
 snip
 
 Hi,
 In relaton to the .ICE_unix directory, UPDATING deals with it in part
 (see below).   I like having clear_tmp_enable=YES so to avoid this
 problem, I created the directory /etc/rc.local with the following line:
 
 mkdir -p -m 1777 /tmp/.ICE-unix
 
 This means that I can still clear out my tmp directories automatically
 on reboot and maintain the ICE-unix permissions.
 I hope this helps
 .nbco
 
 20041229:
 AFFECTS: users of x11/kdebase3, x11-servers/xorg-server
 AUTHOR: [EMAIL PROTECTED]
 If KDE does not start anymore after upgrading Xorg to version 6.8.1
 (X restarts when the KDE splash screen has reached the third icon),
 please check whether the directory /tmp/.ICE-unix exists, is owned by
 root and has permissions 1777 (read/write/access for everybody + sticky
 bit).
 
 To make sure everything is in working order, do (as root):
 mkdir -p /tmp/.ICE-unix  chmod 1777 /tmp/.ICE-unix 
 chown root:wheel /tmp/.ICE-unix
 
 Also, make sure you do NOT have clear_tmp_enable=YES set
 in /etc/rc.conf,
 as it will remove the directory on every reboot and applications will
 re-create it with the wrong ownership.
 
 Users of daily_clean_tmps_enable in /etc/periodic.conf should make sure
 daily_clean_tmps_ignore contains /tmp/.ICE-unix.
 
Thanks very much that did help. I'm able to start KDE, and no more
error pop-ups. There is only one small thing what would make my day.
Under Control Center --- Peripherals --- Display I'm only able to
run 640x480 @ 60 Hz I can't change those values. As I mentioned before
I failed to use the Modes directive in xorg.conf  The video card is
GeForce4 440 Go and I'm using the nv driver. I'm attaching my
xorg.conf file. You won't see the Modes directive anywhere because if
added kde or blackbox will fail to start.

Thanks again, have a good day.


-- 
Regards,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: couldn't start KDE.

2005-02-04 Thread BSD Mail
On Fri, 4 Feb 2005 00:18:27 -0800, BSD Mail [EMAIL PROTECTED] wrote:
 On Thu, 3 Feb 2005 15:47:53 +, nbco [EMAIL PROTECTED] wrote:
  On Thursday 03 February 2005 09:04, BSD Mail wrote:
   On Wed, 2 Feb 2005 23:48:13 -0800, Kent Stewart [EMAIL PROTECTED]
  wrote:
On Wednesday 02 February 2005 11:28 pm, BSD Mail wrote:
  snip
Did you see the error message about /tmp/.ICE-unix. Check the
ownership.
   
Kent
  
   Sorry I forgot to mention that this is the second thing I tried
   actually. I noticed the permissions for 3 other directory and the
   .ICE-unix under /'tmp as root:wheel I ran chown -R user:user on them
   it got rid of most the errors but still, I was getting an error about
   that .ICE-unix directory. the third thing I did is I rm -rf
   everything under /tmp and started kde again. Less errors and still
   showing the .ICE-unix error and my previous attachment was the least
   error I was able to get.
  snip
 
  Hi,
  In relaton to the .ICE_unix directory, UPDATING deals with it in part
  (see below).   I like having clear_tmp_enable=YES so to avoid this
  problem, I created the directory /etc/rc.local with the following line:
 
  mkdir -p -m 1777 /tmp/.ICE-unix
 
  This means that I can still clear out my tmp directories automatically
  on reboot and maintain the ICE-unix permissions.
  I hope this helps
  .nbco
 
  20041229:
  AFFECTS: users of x11/kdebase3, x11-servers/xorg-server
  AUTHOR: [EMAIL PROTECTED]
  If KDE does not start anymore after upgrading Xorg to version 6.8.1
  (X restarts when the KDE splash screen has reached the third icon),
  please check whether the directory /tmp/.ICE-unix exists, is owned by
  root and has permissions 1777 (read/write/access for everybody + sticky
  bit).
 
  To make sure everything is in working order, do (as root):
  mkdir -p /tmp/.ICE-unix  chmod 1777 /tmp/.ICE-unix 
  chown root:wheel /tmp/.ICE-unix
 
  Also, make sure you do NOT have clear_tmp_enable=YES set
  in /etc/rc.conf,
  as it will remove the directory on every reboot and applications will
  re-create it with the wrong ownership.
 
  Users of daily_clean_tmps_enable in /etc/periodic.conf should make sure
  daily_clean_tmps_ignore contains /tmp/.ICE-unix.
 
 Thanks very much that did help. I'm able to start KDE, and no more
 error pop-ups. There is only one small thing what would make my day.
 Under Control Center --- Peripherals --- Display I'm only able to
 run 640x480 @ 60 Hz I can't change those values. As I mentioned before
 I failed to use the Modes directive in xorg.conf  The video card is
 GeForce4 440 Go and I'm using the nv driver. I'm attaching my
 xorg.conf file. You won't see the Modes directive anywhere because if
 added kde or blackbox will fail to start.
 
 Thanks again, have a good day.
Sorry forgot to attach my xorg.conf file.  I just need to know how can
I increase the resolution to lets say 1024x768 there should be a
directive that works if the Modes directive is refused by xorg.conf.

-- 
Regards,
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/TTF/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  freetype
Load  speedo
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
 ### Uncomment if you don't want to default to DDC:
#   HorizSync31.5 - 57.0
#   VertRefresh  50.0 - 70.0
EndSection

Section Device

### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option NoAccel   # [bool]
#Option ShadowFB  # [bool]
#Option UseFBDev  # [bool]
#Option Rotate# [str]
#Option VideoKey  # i
#Option FlatPanel  

Re: couldn't start KDE.

2005-02-03 Thread BSD Mail
On Wed, 2 Feb 2005 23:48:13 -0800, Kent Stewart [EMAIL PROTECTED] wrote:
 On Wednesday 02 February 2005 11:28 pm, BSD Mail wrote:
  Greetings,
  I installed a fresh 5_3 upgraded the ports and source. I'm using
  xorg. I can run blackbox without any errors. I also installed KDE
  3.3.2 latest one. It was running fine at first untill I started
  installing few other applications. I'm attaching the error I recieve
  after running startx.
 
  Besides that. There is another small problem. xorg.conf refuses the
  Modes directive. I have an nVIDIA GeForce4 440 Go. Because the
  FreeBSD driver from nvidia refused to work with xorg. I used driver
  nv instead. I can only run 800x600 everything looks huge. I tried
  something like Modes  1024x758 and it refused the directive Modes.
  It's unkown.
 
  Any help would be appreciated.
 
 Did you see the error message about /tmp/.ICE-unix. Check the ownership.
 
 Kent
 
Sorry I forgot to mention that this is the second thing I tried
actually. I noticed the permissions for 3 other directory and the
.ICE-unix under /'tmp as root:wheel I ran chown -R user:user on them
it got rid of most the errors but still, I was getting an error about
that .ICE-unix directory. the third thing I did is I rm -rf everything
under /tmp and started kde again. Less errors and still showing the
.ICE-unix error and my previous attachment was the least error I was
able to get.

Follow up: what about the Modes  1024x758 why the word Modes is
unknown to xorg.conf  ? and if it is. What should I use instead to
increase the resolution. At least to be able to run blackbox smoothly
till I get kde errors fixed.

thanks again for your help.

-- 
Regards,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: couldn't start KDE.

2005-02-03 Thread Kent Stewart
On Wednesday 02 February 2005 11:28 pm, BSD Mail wrote:
 Greetings,
 I installed a fresh 5_3 upgraded the ports and source. I'm using
 xorg. I can run blackbox without any errors. I also installed KDE
 3.3.2 latest one. It was running fine at first untill I started
 installing few other applications. I'm attaching the error I recieve
 after running startx.

 Besides that. There is another small problem. xorg.conf refuses the
 Modes directive. I have an nVIDIA GeForce4 440 Go. Because the
 FreeBSD driver from nvidia refused to work with xorg. I used driver
 nv instead. I can only run 800x600 everything looks huge. I tried
 something like Modes  1024x758 and it refused the directive Modes.
 It's unkown.

Well, for starters, it is 1024x768. It wouldn't know a 758. On 5.3, I 
was kind of lazy. All I have is the following:

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Depth 1
EndSubSection
SubSection Display
Depth 4
EndSubSection
SubSection Display
Depth 8
EndSubSection
SubSection Display
Depth 15
EndSubSection
SubSection Display
Depth 16
EndSubSection
SubSection Display
Depth 24
Modes1280x1024
EndSubSection
EndSection

It used to be 1024x768 but 1024 on a 19 monitor is kind of under using 
what you have :).

Kent


 Any help would be appreciated.

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: couldn't start KDE.

2005-02-03 Thread John
-- 

John Lind
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: couldn't start KDE.

2005-02-03 Thread nbco
On Thursday 03 February 2005 09:04, BSD Mail wrote:
 On Wed, 2 Feb 2005 23:48:13 -0800, Kent Stewart [EMAIL PROTECTED] 
wrote:
  On Wednesday 02 February 2005 11:28 pm, BSD Mail wrote:
snip
  Did you see the error message about /tmp/.ICE-unix. Check the
  ownership.
 
  Kent

 Sorry I forgot to mention that this is the second thing I tried
 actually. I noticed the permissions for 3 other directory and the
 .ICE-unix under /'tmp as root:wheel I ran chown -R user:user on them
 it got rid of most the errors but still, I was getting an error about
 that .ICE-unix directory. the third thing I did is I rm -rf
 everything under /tmp and started kde again. Less errors and still
 showing the .ICE-unix error and my previous attachment was the least
 error I was able to get.
snip

Hi, 
In relaton to the .ICE_unix directory, UPDATING deals with it in part 
(see below).   I like having clear_tmp_enable=YES so to avoid this 
problem, I created the directory /etc/rc.local with the following line:

mkdir -p -m 1777 /tmp/.ICE-unix

This means that I can still clear out my tmp directories automatically 
on reboot and maintain the ICE-unix permissions.  
I hope this helps
.nbco


20041229:
AFFECTS: users of x11/kdebase3, x11-servers/xorg-server
AUTHOR: [EMAIL PROTECTED]
If KDE does not start anymore after upgrading Xorg to version 6.8.1
(X restarts when the KDE splash screen has reached the third icon),
please check whether the directory /tmp/.ICE-unix exists, is owned by 
root and has permissions 1777 (read/write/access for everybody + sticky 
bit).

To make sure everything is in working order, do (as root):
mkdir -p /tmp/.ICE-unix  chmod 1777 /tmp/.ICE-unix 
chown root:wheel /tmp/.ICE-unix

Also, make sure you do NOT have clear_tmp_enable=YES set 
in /etc/rc.conf,
as it will remove the directory on every reboot and applications will 
re-create it with the wrong ownership.

Users of daily_clean_tmps_enable in /etc/periodic.conf should make sure
daily_clean_tmps_ignore contains /tmp/.ICE-unix.


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


couldn't start KDE.

2005-02-02 Thread BSD Mail
Greetings,
I installed a fresh 5_3 upgraded the ports and source. I'm using xorg.
I can run blackbox without any errors. I also installed KDE 3.3.2
latest one. It was running fine at first untill I started installing
few other applications. I'm attaching the error I recieve after
running startx.

Besides that. There is another small problem. xorg.conf refuses the
Modes directive. I have an nVIDIA GeForce4 440 Go. Because the
FreeBSD driver from nvidia refused to work with xorg. I used driver
nv instead. I can only run 800x600 everything looks huge. I tried
something like Modes  1024x758 and it refused the directive Modes.
It's unkown.

Any help would be appreciated. 
-- 
Regards,
X Window System Version 6.8.1
Release Date: 17 September 2004
X Protocol Version 11, Revision 0, Release 6.8.1
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD host.domain 5.3-RELEASE-p5 FreeBSD 5.3-REL
EASE-p5 #0: Fri Jan 21 13:45:52 PST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src
/sys/custom i386
Build Date: 21 January 2005
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: Wed Feb  2 22:11:52 2005
(==) Using config file: /etc/X11/xorg.conf
(EE) Failed to load module speedo (module does not exist, 0)
startkde: Starting up...
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
kbuildsycoca running...
KWrited - Listening on Device /dev/ttyp0
SetClientVersion: 0 8
 running as realtime process now (priority 15)
_IceTransmkdir: ERROR: Owner of /tmp/.ICE-unix must be set to root
_IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, errno = 1
_IceTransMakeAllCOTSServerListeners: failed to create listener for local
KSMServer: Error listening for connections: Cannot establish any listening socke
ts
KSMServer: Aborting.
startkde: Shutting down...
klauncher: Exiting on signal 1
warning: leaving MCOP Dispatcher and still 12 object references alive.
  - Arts::SampleStorage
  - Arts::Synth_MULTI_ADD
  - Arts::Synth_MULTI_ADD
  - Arts::Synth_PLAY
  - Arts::StereoVolumeControl
  - Arts::StereoEffectStack
  - Arts::Synth_BUS_DOWNLINK
  - Arts::SoundServerV2
  - Arts::Synth_BUS_UPLINK
  - Arts::Synth_AMAN_PLAY
  - Arts::AudioManagerClient
  - Arts::MidiManager
warning: leaving MCOP Dispatcher and still 113 types alive.
ICE default IO error handler doing an exit(), pid = 39012, errno = 0
startkde: Running shutdown scripts...
startkde: Done.

waiting for X server to shut down

%
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: couldn't start KDE.

2005-02-02 Thread Kent Stewart
On Wednesday 02 February 2005 11:28 pm, BSD Mail wrote:
 Greetings,
 I installed a fresh 5_3 upgraded the ports and source. I'm using
 xorg. I can run blackbox without any errors. I also installed KDE
 3.3.2 latest one. It was running fine at first untill I started
 installing few other applications. I'm attaching the error I recieve
 after running startx.

 Besides that. There is another small problem. xorg.conf refuses the
 Modes directive. I have an nVIDIA GeForce4 440 Go. Because the
 FreeBSD driver from nvidia refused to work with xorg. I used driver
 nv instead. I can only run 800x600 everything looks huge. I tried
 something like Modes  1024x758 and it refused the directive Modes.
 It's unkown.

 Any help would be appreciated.

Did you see the error message about /tmp/.ICE-unix. Check the ownership.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]