Skip to main content
added 797 characters in body
Source Link
DonBit
  • 569
  • 1
  • 7
  • 24
root@test:~# ls -al /usr/share/fonts/
total 12
drwxr-xr-x  3 root root 4096  3월 24 19:35 .
drwxr-xr-x 10 root root 4096  3월 24 03:12 ..
drwxr-xr-x  3 root root 4096  3월 24 03:11 truetype
root@test:~# 

root@test:~# ls -al /usr/share/X11/xorg.conf.d/
total 12
drwxr-xr-x 2 root root 4096  3월 24 03:12 .
drwxr-xr-x 4 root root 4096  3월 24 03:12 ..
-rw-r--r-- 1 root root 1099  3월 24 03:12 10-evdev.conf
root@test:~# ls -al /usr/share/X11/
total 16
drwxr-xr-x  4 root root 4096  3월 24 03:12 .
drwxr-xr-x 10 root root 4096  3월 24 03:12 ..
drwxr-xr-x  8 root root 4096  3월 24 03:12 xkb
drwxr-xr-x  2 root root 4096  3월 24 03:12 xorg.conf.d
root@test:~# ls -al /etc/X11/xorg.conf.d/
total 20
drwxr-xr-x 2 root root 4096  3월 24 03:12 .
drwxr-xr-x 3 root root 4096  3월 24 03:12 ..
-rwxr--r-- 1 root root  111  3월 24 03:12 1-fbdev.conf
-rwxr--r-- 1 root root  135  3월 24 03:12 2-serverflags.conf
-rwxr--r-- 1 root root  275  3월 24 03:12 99-calibration.conf
root@test:~#
root@test:~# ls -al /usr/share/fonts/
total 12
drwxr-xr-x  3 root root 4096  3월 24 19:35 .
drwxr-xr-x 10 root root 4096  3월 24 03:12 ..
drwxr-xr-x  3 root root 4096  3월 24 03:11 truetype
root@test:~#
root@test:~# ls -al /usr/share/fonts/
total 12
drwxr-xr-x  3 root root 4096  3월 24 19:35 .
drwxr-xr-x 10 root root 4096  3월 24 03:12 ..
drwxr-xr-x  3 root root 4096  3월 24 03:11 truetype
root@test:~# 

root@test:~# ls -al /usr/share/X11/xorg.conf.d/
total 12
drwxr-xr-x 2 root root 4096  3월 24 03:12 .
drwxr-xr-x 4 root root 4096  3월 24 03:12 ..
-rw-r--r-- 1 root root 1099  3월 24 03:12 10-evdev.conf
root@test:~# ls -al /usr/share/X11/
total 16
drwxr-xr-x  4 root root 4096  3월 24 03:12 .
drwxr-xr-x 10 root root 4096  3월 24 03:12 ..
drwxr-xr-x  8 root root 4096  3월 24 03:12 xkb
drwxr-xr-x  2 root root 4096  3월 24 03:12 xorg.conf.d
root@test:~# ls -al /etc/X11/xorg.conf.d/
total 20
drwxr-xr-x 2 root root 4096  3월 24 03:12 .
drwxr-xr-x 3 root root 4096  3월 24 03:12 ..
-rwxr--r-- 1 root root  111  3월 24 03:12 1-fbdev.conf
-rwxr--r-- 1 root root  135  3월 24 03:12 2-serverflags.conf
-rwxr--r-- 1 root root  275  3월 24 03:12 99-calibration.conf
root@test:~#
added 18 characters in body
Source Link
DonBit
  • 569
  • 1
  • 7
  • 24

I have been used to cross-compile the X Windows.

The X windows font path error occurs. What should I do to compile ?

(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 24 19:29:28 1980
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/misc/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/TTF/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/OTF/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/Type1/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/100dpi/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/75dpi/

The font path error message as shown below .

In fact, / usr / share / fonts / X11 / path does not do anything.

root@test:~# ls -al /usr/share/fonts/
total 12
drwxr-xr-x  3 root root 4096  3월 24 19:35 .
drwxr-xr-x 10 root root 4096  3월 24 03:12 ..
drwxr-xr-x  3 root root 4096  3월 24 03:11 truetype
root@test:~#

Do I need to cross-compile any package?

  1. prefix=/usr

I have been used to cross-compile the X Windows.

The X windows font path error occurs. What should I do to compile ?

(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 24 19:29:28 1980
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/misc/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/TTF/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/OTF/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/Type1/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/100dpi/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/75dpi/

The font path error message as shown below .

In fact, / usr / share / fonts / X11 / path does not do anything.

root@test:~# ls -al /usr/share/fonts/
total 12
drwxr-xr-x  3 root root 4096  3월 24 19:35 .
drwxr-xr-x 10 root root 4096  3월 24 03:12 ..
drwxr-xr-x  3 root root 4096  3월 24 03:11 truetype
root@test:~#

Do I need to cross-compile any package?

I have been used to cross-compile the X Windows.

The X windows font path error occurs. What should I do to compile ?

(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 24 19:29:28 1980
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/misc/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/TTF/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/OTF/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/Type1/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/100dpi/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/75dpi/

The font path error message as shown below .

In fact, / usr / share / fonts / X11 / path does not do anything.

root@test:~# ls -al /usr/share/fonts/
total 12
drwxr-xr-x  3 root root 4096  3월 24 19:35 .
drwxr-xr-x 10 root root 4096  3월 24 03:12 ..
drwxr-xr-x  3 root root 4096  3월 24 03:11 truetype
root@test:~#

Do I need to cross-compile any package?

  1. prefix=/usr
Source Link
DonBit
  • 569
  • 1
  • 7
  • 24

The X windows font path error occurs. What should I do to compile?

I have been used to cross-compile the X Windows.

The X windows font path error occurs. What should I do to compile ?

(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 24 19:29:28 1980
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/misc/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/TTF/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/OTF/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/Type1/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/100dpi/
_FontTransOpen: Unable to Parse address ${prefix}/share/fonts/X11/75dpi/

The font path error message as shown below .

In fact, / usr / share / fonts / X11 / path does not do anything.

root@test:~# ls -al /usr/share/fonts/
total 12
drwxr-xr-x  3 root root 4096  3월 24 19:35 .
drwxr-xr-x 10 root root 4096  3월 24 03:12 ..
drwxr-xr-x  3 root root 4096  3월 24 03:11 truetype
root@test:~#

Do I need to cross-compile any package?