When I installed chromium, pkg said:
Where is my X.org configuration?
The only file in xorg.conf.d is an nvidia conf file I created when I installed the driver for my nvidia card:
Thanks
Code:
Message from droid-fonts-ttf-20131024_3:
You can start using the fonts by following these instructions:
Add the following line to the "Files" section of your X.org configuration
file:
FontPath "/usr/local/share/fonts/Droid/"
The only file in xorg.conf.d is an nvidia conf file I created when I installed the driver for my nvidia card:
Code:
ichael@freebsd:~ % cd /usr/local/etc/X11
michael@freebsd:/usr/local/etc/X11 % ls
xinit xorg.conf.d
michael@freebsd:/usr/local/etc/X11 % ls xorg.conf.d
10-nvidia.conf
michael@freebsd:/usr/local/etc/X11 % cat xorg.conf.d/10-nvidia.conf
Section "Device"
Identifier "NVIDIA Card"
VendorName "NVIDIA Corporation"
Driver "nvidia"
EndSection
michael@freebsd:/usr/local/etc/X11 %