KDE4 login problem

Hi to all,

I am experiencing a trouble running KDE4 on my machine (Asus motherboard ( P8H61-M LX ) , which has an integrated graphic card , an Intel ( Quick Sync Technology Support )): I could install it using ports, and now I can see it run. The problem is that, when I try and log in, I can type my username and password, but when I press enter to go on I see the hard drive icon appear, then a sudden black screen brings me back to the login, the system doesn't let me log in. I think I tried almost everything with the help of the tutorials and pages I found online, but I can't go beyond this for the moment, probably I am not paying attention to the right files or error messages . Any help or suggestions will be more than welcome .

My uname -a output:
Code:
FreeBSD greenmile 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  i386

My /etc/rc.conf
Code:
hostname="greenmile"
keymap="it.iso.kbd"
ifconfig_re0="DHCP"
ifconfig_re0_ipv6="inet6 accept_rtadv"
sshd_enable="YES"
hald_enable="YES"
dbus_enable="YES"
# local_startup="$(local_startup) /usr/local/kde4/etc/rc.d"
kdm4_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"

My .xinitrc
Code:
exec /usr/local/kde4/bin/startkde4

My Xorg.0.conf
http://pastebin.com/RbrexxuR

The output of sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu
Code:
hw.machine: i386
hw.model: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz
hw.ncpu: 4
hw.machine_arch: i386

Greetings
 
Back
Top