LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   changed monitor....wher can i change settings (https://www.linuxquestions.org/questions/linux-hardware-18/changed-monitor-wher-can-i-change-settings-505201/)

syedtariq 11-27-2006 06:42 AM

changed monitor....wher can i change settings
 
i am a student
and recently my monitor was givin me trouble
so i borrowed one from a friend

the new monitor is displayin
monitor out of frequency

and gui is not startin up
wher and how can i change these settings

helpers thanks

farslayer 11-27-2006 09:55 AM

With no information on what Linux distro you are running or whether you are running XFree86 or Xorg.. the best I can do is tell you to manually edit the X11 configuration file and change the HorixSync and VertRefresh settings to the appropriate values for the new monitor as found in the Monitors manual or the manufacturers specifications on their website.

One of hte following should be the config file for X on your machine.. the settings are the same in either file..

/etc/X11/XF86Config
/etc/X11/XF86Config-4
/etc/X11/xorg.conf

Code:

Section "Monitor"
        Identifier      "Visual SensatKDS"
        HorizSync      30-64
        VertRefresh    50-60
        Option          "DPMS"
EndSection


syedtariq 11-28-2006 12:22 PM

sorry for not providin enough info
wel i am using linux enterprise edition
and my file is Xf86conf
so shall i jus open that file and add the settings u mentioned

i'll try that
thanks

syedtariq 11-30-2006 02:37 PM

thanks for ur help dude
everythin's workin great after i applied the settings u mentioned
thanks again

farslayer 11-30-2006 07:39 PM

Did you use the values in my example ? Or did you look up the proper values for your monitor ?

If you used the ones in my example and they worked that's great, but you may get petter performance from your monitor by using the specifications provided by it's manufacturer..

Either way I'm glay you can get video now :)


All times are GMT -5. The time now is 04:54 AM.