[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: improve screen resolution



> On 03/11/2010 11:42, Chris Davies asked:
>> Do you have a file /etc/X11/xorg.conf?

Johan Scheepers <johansche@telkomsa.net> replied:
> No. Not such file.

Right. Try creating the file with the attached content. I tested it on
my laptop, and it appears to work for me.

Chris

--------cut-here--------
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen" 0 0
EndSection

Section "Monitor"
    Identifier     "Monitor"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
EndSection

Section "Screen"
    Identifier     "Screen"
    Monitor        "Monitor"
    DefaultDepth    16
    SubSection     "Display"
        Modes      "1024x768"
    EndSubSection
EndSection
--------cut-here--------


Reply to: