LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   External monitor blurry display -aspire one netbook (https://www.linuxquestions.org/questions/linux-newbie-8/external-monitor-blurry-display-aspire-one-netbook-844840/)

TomMg 11-17-2010 09:29 AM

External monitor blurry display -aspire one netbook
 
Hello

I connected an external 22" monitor to my new linux netbook and now I am trying to improve the display clarity. By shifting the "clock" monitor bar to 100 ,the letters were less faded but edges of my screen were lost (by zooming in). Can I fix that through Linux?

jf.argentino 11-17-2010 04:17 PM

Flat screen need to work to their resolution to not look blurry, so increase the resolution until it looks good, but maybe your netbook video card won't be able to provide a high resolution enough for a 22" screen...

TomMg 11-20-2010 06:56 AM

[Solved external-monitor-blurry-display
 
Hello

I found out how to do switch for a desired resolution in this website:
http://jorge.fbarr.net/2008/08/06/ac...ternal-monitor

MTK358 11-20-2010 08:34 AM

I did a similar thing for my dual-monitor desktop. This is my xorg.conf:

Code:

Section "Device"
        Identifier "Default Device"
        Driver "radeon"
EndSection

Section "Monitor"
        Identifier "DVI-0"
EndSection

Section "Monitor"
        Identifier "DVI-1"
        Option "RightOf" "DVI-0"
EndSection

Section "Screen"
        Identifier "Default Screen"
        SubSection "Display"
                Virtual 2560 1024
        EndSubSection
EndSectio

And if this issue is solved, mark the thread as solved.


All times are GMT -5. The time now is 08:08 PM.