Plamo-4.22の方です。
> その様ですね。4.22でXorg7.3へは、
> PATHを6.9から7.3へ
> /usr/X11R6/lib/X11/fonts -> /usr/X11R7.3/lib/X11/fonts
> 書き換えました。
> また、gdmではXorg6.9に対するエラーコードが表示されますので、
> ランレベルを4から3に戻して、startxしています。
エラーコードです。
Fatal server error:
could not open default font 'fixed'
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional
information.
で、たぶんフォントがデフォルトで必要とする物が開けていないようです。
/etc/xorg.confのフォントセクションは、以下のようにしています。
Section "Files"
#RgbPath "/usr/X11R6/lib/X11/rgb"
#ModulePath "/usr/X11R6/lib/modules"
#FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R7.3/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R7.3/lib/X11/fonts/100dpi/:unscaled"
#FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R7.3/lib/X11/fonts/TTF/"
#FontPath "/usr/X11R6/lib/X11/fonts/ghostscript/"
FontPath "/usr/X11R7.3/lib/X11/fonts/Type1/"
#FontPath "/usr/X11R6/lib/X11/fonts/Bitmap/:unscaled"
#FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
#FontPath "/usr/X11R7.3/lib/X11/fonts/Speedo/"
#FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
#FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R7.3/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R7.3/lib/X11/fonts/100dpi/"
#FontPath "/usr/X11R6/lib/X11/fonts/Bitmap/"
#FontPath "/usr/X11R7.3/lib/X11/fonts/misc/"
EndSection
~$ ls /usr/X11R7.3/lib/X11/fonts
100dpi/ OTF/ TTF/ cyrillic/ log util/
75dpi/ Speedo/ Type1/ encodings/ misc/
FontPathの/usr/X11R6をコメントアウトした部分を
戻した方がいいのでしょうか?