Well, I`ve got this:
/etc/conf.d/xdm
...
DISPLAYMANAGER="kdm"
...
/etc/rc.conf
...
# Gnome - will start gnome-session
# kde-<version> - will start startkde (look in /etc/X11/Sessions/)
# Xfce4 - will start a XFCE4 session
# Xsession - will start a terminal and a few other nice apps
XSESSION="kde-4"
Then I remembered about /etc/X11/Sessions and switched it for KDE-4, but still...
Also tried commenting the line XSESSION, and nothing again.
But, I`m thinking about this note in /etc/rc.conf:
# NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists, and startx
# is called.
This is the command called when I use startx, right? If so, how can
I make xdm use it as well? Or the problem is somewhere else here?
I checked ~/.xinitrc and it has:
startkde
And may be related to this, or something in my xorg.conf.
I just moved ~/.xinitrc so it couldnt be found when I try startx. Then, X failed to load.
kdm log:
Current Operating System: Linux amebamovel 2.6.31-gentoo-r10 #2 SMP Fri Mar 12 12:56:56 BRT 2010 i686
Build Date: 09 March 2010 03:23:43PM
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: Sun Mar 21 09:07:09 2010
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
QFont::fromString: Invalid description 'Serif,20,5,0,50,0'
QFont::fromString: Invalid description 'Sans Serif,10,5,0,50,0'
QFont::fromString: Invalid description 'Sans Serif,10,5,0,75,0'
(EE) XKB: No components provided for device Virtual core keyboard
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
QFont::fromString: Invalid description 'Serif,20,5,0,50,0'
QFont::fromString: Invalid description 'Sans Serif,10,5,0,50,0'
QFont::fromString: Invalid description 'Sans Serif,10,5,0,75,0'
What do u think now?
On Friday 19 March 2010 11:16:29 Leandro Boscariol wrote:Let's belt & brace this to cover all bases:
> Well, did as you said, but still the same...
Check that in your /etc/rc.conf you have XSESSION="fluxbox" or whatever is the
session shown in /etc/X11/Sessions/.
Also, check that you have specified the correct Display Manager in
/etc/conf.d/xdm, e.g. DISPLAYMANAGER="kdm"
Then /etc/init.d/xdm restart to see what you get. If you have no success
after this then I'm afraid I've run out of ideas.
--
Regards,
Mick