i have run this
Quote:
|
echo "exec gnome-session" > ~/.xinitrc
|
as regular user and rc-update add xdm default and i edited /etc/conf.d/xdm i added DISPLAYMANAGER="gdm" and i start x as regular user an works but as root the same problem.and i don't know how to start pppoe at boot,my x server don't start at boot, got this
ERROR :could not start the Disply Manager
One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
has a modification time in the future!
i try to change date as root but when i reboot i got the same thing.
and nano ~/.xinitrc looks like this
and i have uploaded the File: /var/log/Xorg.0.log to
http://pastebin.com/.as sosoy77,and how this thing work?what i mean is how to identify errors in this file?
and another problem this is my /etc/fstab
/dev/sda1 /boot mkreiserfs noauto,noatime 1 2
/dev/sda2 none swap sw 0 0
/dev/sda3 / mkreiserfs noatime 0 1
/dev/sda5 /usr mkreiserfs noatime 0 1
/dev/sda6 /home mkreiserfs noatime 0 1
/dev/sda7 /home1 mkreiserfs noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
and this is nano /boot/grub/grub.conf
# Which listing to boot as default. 0 is the first, 1 the second etc.
default 0
# How many seconds to wait before the default listing is booted.
timeout 30
# Nice, fat splash-image to spice things up

# Comment out if you don't have a graphics card installed
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Gentoo Linux 2.6.23-r8
# Partition where the kernel image (or operating system) is located
root (hd0,0)
kernel /boot/kernel-2.6.23-gentoo-r8 root=/dev/sda3 ro
title Gentoo Linux 2.6.23-r8 (rescue)
# Partition where the kernel image (or operating system) is located
root (hd0,0)
kernel /boot/kernel-2.6.23-gentoo-r8 root=/dev/sda3 init=/bin/bb
now my question: how supose to look this if i want to load all partition at boot.
thanx anticipate