Wow! first post here ever....
Found this solution somewhere on this forum or on MEPISLovers...
How to fix your monitor if it is
not correctly detected by MEPIS
————————————————
1. Go to
www.knopper.net/download/knoppix/i386
and download the latest ddcxinfo package. (
http://developer.linuxtag.net/knoppi...0.6-5_i386.deb)
2. Put it in any folder, then open it in Konqueror and click on it.
- KPackage will open, prompt you for a root password and install the package.
3. Open a terminal, do a “su” followed by enter, and enter your root password to access
root superuser privileges.
4. cp /etc/X11/XF86Config-4 /tmp
5. ddcxinfo -modelines > modelines.txt
6. open XF86Config-4 in KWrite, go to Monitor Section.. fill in with info from output
of “DDCXINFO” command (Last few lines list the frequencies you need for the monitor)
eg: In the monitor section of /etc/X11/XF86Config-4
Section “Monitor”
Identifier “Monitor0”
VendorName “LG”
ModelName “T710BH”
#Option “DPMS” “true”
HorizSync 30-71
VertRefresh 50-160
7. Erase all modelines below these lines and replace with lines in “Modelines.txt”
8. Go up to “Screen” section and change DefaultColourDepth to 24
9. Save and exit
10. cp /tmp/XF86Config-4 /etc/X11
11. Reboot MEPIS
12. Open KDE Control Center and go to Peripherals > Display
13. Select correct Monitor Res and Refresh Rate
14. Apply and Ok
15. Reboot X
— ALL DONE