Problems with XFCE after restart/reboot

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
wubuntu
Level 1
Level 1
Posts: 28
Joined: Fri Oct 19, 2007 2:27 pm
Contact:

Problems with XFCE after restart/reboot

Post by wubuntu »

Hi, i'm using the xfce ce beta and have some troubles - after every reboot/restart xfce doesn't build the desktop - there's just the background. when I restart the xserver and log in again, it works! could compiz be the problem or something else? and how to solve?

thanx and greez

wubuntu
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: Problems with XFCE after restart/reboot

Post by Husse »

Tell us about your hardware to begin with
You could post your /etc/X11/xorg.conf too
User avatar
wubuntu
Level 1
Level 1
Posts: 28
Joined: Fri Oct 19, 2007 2:27 pm
Contact:

Re: Problems with XFCE after restart/reboot

Post by wubuntu »

Hi,

Thinpakd R31, 768 MB RAM, 1200 MHz

Xorg.conf:

Code: Select all

Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "YAxisMapping"          "4 5"
        Option          "XAxisMapping"          "6 7"
        Option          "EmulateWheel"          "on"
        Option          "EmulateWheelButton"    "2"
        Option          "EmulateWheelTimeout"   "200"
        Option          "EmulateWheelButtonTimeout"     "200" 
        Option          "Emulate3Buttons"       "true"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "stylus"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "eraser"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "cursor"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "Intel Corporation 82830 CGC [Chipset Graphics Controller]"
        Driver          "intel"
        BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       30-70
        VertRefresh     50-160
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82830 CGC [Chipset Graphics Controller]"
        Monitor         "Generic Monitor"
        DefaultDepth    24
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"

# Uncomment if you have a wacom tablet
#       InputDevice     "stylus"        "SendCoreEvents"
#       InputDevice     "cursor"        "SendCoreEvents"
#       InputDevice     "eraser"        "SendCoreEvents"
        InputDevice     "Synaptics Touchpad"
EndSection
Whatelse do You need?
User avatar
wubuntu
Level 1
Level 1
Posts: 28
Joined: Fri Oct 19, 2007 2:27 pm
Contact:

Re: Problems with XFCE after restart/reboot

Post by wubuntu »

I think I have found the reason for that problem:

I'm using GNOME Gutsy and XFCE Mint and both have the same /home-partition.
Every time I boot XFCE after using the GNOME-System the problem appears.

Hmm, Could that really be the reason or do I have to search again?
And, could that problem be solved?
Husse

Re: Problems with XFCE after restart/reboot

Post by Husse »

I think you may be spot on
I don't know which config files XFCE is using but there may be some that are the same....
Look in .gconf and .gconfd...
Locked

Return to “Xfce”