Q. I would like to setup 1920x1200 resolution for my XFree86 X windows system. How do I setup in XFree86? I am using Fedora Linux v5.0.
A. XFree86 is an X server that was originally designed for UNIX and UNIX like (BSD/Linuix) operating systems running on Intel x86 hardware. It now runs on a wider range of hardware and OS platforms.
File /etc/X11/XF86Config is a server configuration file for XFree86. You need to edit this file using vi text editor.
Login as the root
Open file:
# vi /etc/X11/XF86Config
Since 1920x1200 is a non-standard resolution you need to locate Section called "Screen". Then find out Modes directive of the Screen section, add 1920x1200 to the list (the beginning of the list). At the end it should look as follows:
Modes "1920x1200" "1600x1200" "1024x768" "800x600" "640x480"
Here is the complete entry:
SubSection "Display"
Depth 24
Modes "1920x1200" "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1200" "1600x1200" "1024x768" "800x600"
EndSubSection
Save the file and restart the system or restart the X server by logging out (or by pressing
CTRL+ALT+BkSpace keys)
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop












{ 0 comments… add one now }