Re: Booting Stuck at Starting ACPI Daemon
Hisham <[email protected]>
| Newsgroups | gmane.linux.distributions.gobo.general |
|---|---|
| Message-ID | <CAJpkDYf_2Nct-zcROtVCLcVLTqW42wnGSg7RM9gUV9TQrgskzQ@mail.gmail.com> |
On 26 May 2014 10:58, Lucas C. Villa Real <[email protected]> wrote: > On Mon, May 26, 2014 at 2:31 AM, A. Zainal Abidin <[email protected]> > wrote: >> >> Hello :) >> >> thanks for your help before :) > > > No problem. Let's try to get your system up and running! > >> >> i already changethe content of ~/.xinitrcand the result still the >> same. freeze, i dont know it just X error or the machine death cos, i >> only use 1 machine. >> >> with this email, i attach Xorg.0.log from /Data/Variable/log/ > > > No errors are reported on that file, unfortunately. Would you have a second > machine from where you can SSH to Gobo? If you do, then the approach I > suggested before could be used. I believe he mentioned he doesn't have a second machine handy. One thing that got me suspicious was that the very last lines refer to touchscreen initalization on /dev/input/event11. There may be a driver problem with this specific device. Try to edit /System/Index/share/X11/xorg.conf.d/10-evdev.conf and comment out the touchscreen section: # Section "InputClass" # Identifier "evdev touchscreen catchall" # MatchIsTouchscreen "on" # MatchDevicePath "/dev/input/event*" # Driver "evdev" # EndSection Please send us the resulting Xorg.0.log when running with this commented out. If it goes past this point and startx boots up, then we can try figuring out the correct driver. -- Hisham