Searching for the right Xorg resolution & refresh rate

It took me a while to find the correct tools for detecting it. Here it is :

- apt-get install xresprobe

- take note of the output from “ddcprobe” (this command will only available after the previous step)

- change “HorizSync”, “VertRefresh” & “Modes” in /etc/X11/xorg.conf accordingly

- extra parameters for eye candy :
1. make sure the correct driver is being used. e.g. Driver “intel”

2. Section “Extensions”
Option “Composite” “Enable”
#Option “AllowGLXWithComposite” “true”
EndSection

Voila !!!

Related posts:

  1. How to Enable Suidperl in FreeBSD Enable Suidperl In FreeBSD Due to security issues, by default...
  2. Install and Configure mod_suphp or suphp on Plesk Server Plesk control panel comes with Media Temple DV package doesn’t...
  3. lspci on FreeBSD? By default, Linux come with lspci command to print PCI...
  4. mail rejects, deleted & queue in periodic.conf By default, after exim successfully configured and run, it sends...
  5. Firefox 3 – “force” your add on compatible with it On the url bar, type “about:config” Right click on any...
  6. Enable SSHD on FreeBSD I believe most system admin does remote access to the...
  7. Adding RTL8139 Into Gentoo With modeprobe In Gentoo installation, if you are booting kernel with nodetect;...
  8. Star Wars ASCII Animation Through Telnet Telnet to mail server port? telnet to web server port?...

Leave a Reply