fstab
My fstab file.
Return to topmake.conf
My make.conf variable file for Gentoo's portage system.
Return to topmodules.conf
My entire modules.conf file.
Return to toprc.conf
The rc.conf file sets the variables for keyboard layout, display manager, time zone, etc.
Return to topXF86Config
My XF86Config XFree86 configuration file.
Return to topXF86Config.1024
An alternate XFree86 configuration file (XF86Config.1024) that changes the resolution for use with a projector. Unfortunately, I've not been able to get this to work with at least one type of projector. Regardless of which resolution I set for my laptop display, I'm always left with a virtual screen on the projector. However, when I test it using an external monitor, the display on my laptop and the external monitor is always the same. Any tips?
You can use the following command line to start a new X session with a different resolution on a different virtual terminal. Switch to the new screen using the Ctrl + Alt + F8 key combination. Switch back using Ctrl + Alt + F7.
startx -- :1 -xf86config XF86Config.1024Return to top