Thread: Xorg question
View Single Post
  #6   (View Single Post)  
Old 27th April 2010
Beastie Beastie is offline
Daemonology student
 
Join Date: Jan 2009
Location: /dev/earth0
Posts: 335
Default

xorg.conf should be in /etc/X11/xorg.conf.

The default Files section:
Code:
ModulePath "/usr/local/lib/xorg/modules"
FontPath   "/usr/local/lib/X11/fonts/misc/"
FontPath   "/usr/local/lib/X11/fonts/TTF/"
FontPath   "/usr/local/lib/X11/fonts/OTF"
FontPath   "/usr/local/lib/X11/fonts/Type1/"
FontPath   "/usr/local/lib/X11/fonts/100dpi/"
FontPath   "/usr/local/lib/X11/fonts/75dpi/"
The mouse "Device" (mouse's InputDevice section): /dev/sysmouse.


And you can always create a new configuration: http://www.freebsd.org/doc/en_US.ISO.../x-config.html
__________________
May the source be with you!
Reply With Quote