Results 1 to 3 of 3
i am running ubuntu 11.04 and i have an old tube monitor with built in speakers and it is screeching on and off it fixes for a while if i ...
- 10-11-2011 #1
monitor screeching
i am running ubuntu 11.04 and i have an old tube monitor with built in speakers and it is screeching on and off it fixes for a while if i turn it off for a while i have been told its the refresh rate but idk what can i do to fix this
- 10-11-2011 #2
If its a Refresh Rates problem then you should configure those in /etc/X11/xorg.conf file.
Press Alt+F2 and type this
* Its Capital X in X11.Code:gksu gedit /etc/X11/xorg.conf
Above code will open an empty xorg.conf file in Gedit with root privileges.
Copy following code and paste in Gedit. Save file and reboot machine.
I have used Generic Refresh Rates ( HorizSync and VertiRefresh ) in above code.Code:Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 31.5 - 70.0 VertRefresh 50 - 160 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubsection EndSectionIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-11-2011 #3
Alright thanks ill PM you how my monitor reacts


Reply With Quote