On Fri, 4 Feb 2005 00:18:27 -0800, BSD Mail <[EMAIL PROTECTED]> wrote:
> On Thu, 3 Feb 2005 15:47:53 +0000, 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
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "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"
        ModelName    "Monitor Model"
 ### Uncomment if you don't want to default to DDC:
#       HorizSync    31.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"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "NV17 [GeForce4 440 Go]"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
#       SubSection "Display"
#               Viewport   0 0
#               Depth     1
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     4
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     8
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     15
#       EndSubSection
#       SubSection "Display"
#               Viewport   0 0
#               Depth     16
#       EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Group        0
EndSection

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

Reply via email to