On Jun 26, 6:50 pm, Florian Kulzer <[EMAIL PROTECTED]> wrote: > On Tue, Jun 26, 2007 at 06:09:42 -0000, rocky wrote: > > [...] > > > > > This is the output of the command > > > $-------------------code begin----------------------------$ > > LIJIANG:~# awk '/Section "Files"/,/EndSection/' /etc/X11/xorg.conf > > Section "Files" > > FontPath "/usr/share/fonts/X11/misc" > > FontPath "/usr/share/fonts/X11/100dpi/:unscaled" > > FontPath "/usr/share/fonts/X11/75dpi/:unscaled" > > FontPath "/usr/share/fonts/X11/Type1" > > FontPath "/usr/share/fonts/X11/100dpi" > > FontPath "/usr/share/fonts/X11/75dpi" > > # path to defoma fonts > > FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/ > > TrueType" > > EndSection > > $---------------------code end ------------------------------$ > > That looks OK to me. > > > > > But I still get the below error > > $----------------error begin-----------------------------$ > > (EE) AIGLX: Screen 0 is not DRI capable > > error opening security policy file /etc/X11/xserver/SecurityPolicy > > xkb_keycodes { include "xfree86+aliases(qwerty)" }; > > xkb_types { include "complete" }; > > xkb_compatibility { include "complete" }; > > xkb_symbols { include "pc(pc105)+us" }; > > xkb_geometry { include "pc(pc104)" }; > > > Fatal server error: > > could not open default font 'fixed' > > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" > > after 0 requests (0 known processed) with 0 events remaining. > > $----------------error end-----------------------------$ > > > Comment out the glx module in Module section would eliminate the above > > (EE) problem. > > The AIGLX error should not keep X from starting. We can worry about it > later. > > > but the rest errors remain. If I copy the SecurityPolicy > > file from my Ubuntu machine to Debian box's /etc/X11/xserver. the only > > problems left are xkb_ related errors and the fatal error part. > > Regarding the SecurityPolicy file: See my other message. > > The xkb_ output is normal, it just tells you how the keyboard is > configured. > > We still need to get rid of the "could not open default font 'fixed'" > fatal error. > > > I even aptitude purge the x-window-system away and load it back. But > > it still not work. Do I need to reinstall the whole Debian Etch? > > No, you definitely do not have to reinstall Etch just to get X working. > At most you need to purge all Xorg (and old XFree86) packages and > install them again. However, before you do that check out these links: > > http://www.debian.org/releases/stable/i386/release-notes/ch-informati...http://wiki.debian.org/Xorg69To7#head-fdbbfad9b02233b11ba1572a6318276... > > According to the Debian wiki, I would try this: > > dpkg --purge --force-depends xfonts-base > aptitude install xfonts-base > > If that still does not help then you should post the output of: > > dpkg -l x{org,server,fonts}\* | awk '/^ii/{print $2,$3}' > > -- > Regards, |http://users.icfo.es/Florian.Kulzer > Florian | > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hey Florian, Thank you very much for your help! I reloaded xserver-xorg-core and the SecurityPolicy file is in its place now. both dpkg --purge --force-depends xfonts-base and give me the warning of " warning: /usr/lib/X11/fonts/misc does not exist or is not a directory". Therefore startx give me the error of below: $---------------------error begin------------------------------$ xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compatibility { include "complete" }; xkb_symbols { include "pc(pc105)+us" }; xkb_geometry { include "pc(pc104)" }; xinit: No such file or directory (errno 2): no program named "xterm" in PATH Specify a program on the command line or make sure that /usr/bin is in your path. FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing. $---------------------------------------error end------------------------------$ The output of the dpkg -l is $-------------------output begin----------------------------$ LIJIANG:~# dpkg -l x{org,server,fonts}\* | awk '/^ii/{print $2,$3}' xfonts-100dpi 1.0.0-3 xfonts-75dpi 1.0.0-3 xfonts-base 1.0.0-4 xfonts-encodings 1.0.0-6 xfonts-intl-chinese 1.2.1-6 xfonts-scalable 1.0.0-6 xfonts-utils 1.0.1-1 xfonts-x3270-misc 3.3.4p6-3.3 xorg 7.1.0-16 xserver-xorg 7.1.0-16 xserver-xorg-core 1.1.1-21 xserver-xorg-input-all 7.1.0-16 xserver-xorg-input-evdev 1.1.2-6 xserver-xorg-input-kbd 1.1.0-4 xserver-xorg-input-mouse 1.1.1-3 xserver-xorg-input-synaptics 0.14.6-1 xserver-xorg-input-wacom 0.7.4.1-5 xserver-xorg-video-all 7.1.0-16 xserver-xorg-video-apm 1.1.1-3 xserver-xorg-video-ark 0.6.0-3 xserver-xorg-video-ati 6.6.3-2 xserver-xorg-video-chips 1.1.1-4 xserver-xorg-video-cirrus 1.1.0-3 xserver-xorg-video-cyrix 1.1.0-4 xserver-xorg-video-dummy 0.2.0-3 xserver-xorg-video-fbdev 0.3.1-1 xserver-xorg-video-glint 1.1.1-3 xserver-xorg-video-i128 1.2.0-3 xserver-xorg-video-i740 1.1.0-3 xserver-xorg-video-i810 1.7.2-4 xserver-xorg-video-imstt 1.1.0-3 xserver-xorg-video-mga 1.4.4.dfsg.1-2 xserver-xorg-video-neomagic 1.1.1-5 xserver-xorg-video-newport 0.2.0-3 xserver-xorg-video-nsc 2.8.1-3 xserver-xorg-video-nv 1.2.0-3 xserver-xorg-video-rendition 4.1.0.dfsg.1-4 xserver-xorg-video-s3 0.4.1-5 xserver-xorg-video-s3virge 1.9.1-3 xserver-xorg-video-savage 2.1.2-3 xserver-xorg-video-siliconmotion 1.4.1-4 xserver-xorg-video-sis 0.9.1-4 xserver-xorg-video-sisusb 0.8.1-3 xserver-xorg-video-tdfx 1.3.0-1 xserver-xorg-video-tga 1.1.0-3 xserver-xorg-video-trident 1.2.3-1 xserver-xorg-video-tseng 1.1.0-3 xserver-xorg-video-v4l 0.1.1-3 xserver-xorg-video-vesa 1.3.0-1 xserver-xorg-video-vga 4.1.0-3 xserver-xorg-video-via 0.2.1-6 xserver-xorg-video-vmware 10.13.0-3 xserver-xorg-video-voodoo 1.1.0-4 $--------output end-----------------------$ Thanks a lot for your assistance again! Blessings, Rocky -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]