Linux-Noob Forums
more LCD monitor technical help - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html)
+---- Forum: Printers, Scanners and Other Hardware (https://www.linux-noob.com/forums/forum-33.html)
+---- Thread: more LCD monitor technical help (/thread-960.html)



more LCD monitor technical help - Charles Anthony - 2008-04-28


I have a new wide screen LCD monitor and it works fine. However, the extra width just means my display is stretched out.

 

I want more workable space. How do I go about tackling that?

 

 

 

 

It is a Samsung SyncMaster 920NW monitor and I am using the Fedora 8 distribution.




more LCD monitor technical help - anyweb - 2008-04-29


as root do

 



Code:
system-config-display




 

click on the hardware tab

 

for monitor type select a LCD monitor that matches (or nearly matches) the capability of your new LCD

 

once done click ok. Then click on the Settings tab and set your display resolution to your desired result.

 

cheers

anyweb




more LCD monitor technical help - Charles Anthony - 2008-04-29


That did it. Thanks again!

 

 

 

 

 

You would figure I should have learned the first time around! Oh, well. I am slowly get it.




more LCD monitor technical help - Charles Anthony - 2008-05-05


I need more help!

I buggered up my xorg.conf settings and now the display just freezes. Luckily, I save my last working settings as a xorg.conf.backup file but I have trouble accessing it. I just want to switch my file back.

 

I am using a PCLinuxOS live cd logged in as root to access my computer but I can not locate my computer's /etc/X11/ directory. It seems like all I get are links to etc/ directory of the PCLinuxOS live installation.

 

What might I be doing wrong? or what might be preventing me from accessing it?

 

My hard-drive installation uses logical volumes.




more LCD monitor technical help - hybrid - 2008-05-05


Try logging into your actual system and not the live CD.

 

When the display fails to work properly on the system, press Ctrl-Alt-F2 (or try Ctrl-Alt-F3 if that doesn't work, etc) to get one of the alternative terminals up. This is text-only, so shouldn't be affected by the messed up Xorg settings.

 

From there, you can login as your root user, then issue this command:

 



Code:
cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf




 

Then reboot:

 



Code:
reboot




 

And hopefully your old settings will be restored.

 

Hope this helps. :)




more LCD monitor technical help - Charles Anthony - 2008-05-05


Thanks a lot! That did it.

 

[i guess I should be learning to do more in text mode, right?]