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