LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Xorg fails to start. XKB error? (https://www.linuxquestions.org/questions/linux-desktop-74/xorg-fails-to-start-xkb-error-869655/)

bluebox 04-07-2011 02:01 PM

Okay ... so let's have a look at your Xorg.log ...

Code:

(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
There is something wrong with "defoma", the DEbian FOnt MAnager. It should not be needed, but I never tried without, as it is installed by default. When I do a search for "defoma", I get these packages listed and installed for me:

defoma fontconfig lmodern x-ttcidfont-conf

Purge them, reinstall them.

Do a
Code:

dpkg-configure xserver-xorg
afterwards.

Code:

(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel

This is not a fatal error, but it looks like your intel driver is not really lucky with your hardware.

Your kernel should have ACPI support. Is it disabled in BIOS? Is there a reason for you to do so?

Install "acpid" and see if this warning goes away.

Code:

(WW) intel(0): ESR is 0x00000010, page table error
(WW) intel(0): PGTBL_ER is 0x00000039
(WW) intel(0): PRB0_HEAD (0x01010000) and PRB0_TAIL (0x00000000) indicate ring buffer not flushed
(WW) intel(0): Existing errors found in hardware state.

As I said, your intel diver does not seem to be very happy.

Code:

Change the device section of your Xorg.conf like this:
Section "Device"
        Identifier        "Configured Video Device"
        Driver          "vesa"
EndSection

(I expect "xserver-xorg-video-vesa" to be installed)

vesa is an inferior driver and will give you a low resolution. But this is better than no X at all.

If this solves your problem, see here:
http://crunchbanglinux.org/forums/to...font-problems/
for how to improve your Xorg.conf.


All times are GMT -5. The time now is 08:56 AM.