Alan McKinnon wrote:
On Thursday 03 May 2007, Mick wrote:
Colleen's machine is a laptop. They don't have horiz and vert sync signals... Those settings apply only to CRT displays.

99 times out of 100, LCD screens do just fine with a minimal xorg.conf. Here's mine:
Section "Monitor"
#       HorizSync       64.8 - 64.8
#       VertRefresh     60.0 - 60.0
        Identifier      "Monitor0"
        VendorName      "Monitor Vendor"
        ModelName       "Monitor Model"
        Option          "DPMS" "true"
#       DisplaySize     331 207
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option         "HWCursor"              "false"
        # Check if these three really work on this hardware...
        #Option         "ShadowFB"              # [<bool>]
        #Option         "VGAClocks"             # [<bool>]
        #Option         "KGAUniversal"          # [<bool>]
        Identifier      "Card0"
        Driver          "radeon"
        Option          "AGPMode" "4"
        #Option          "AGPFastWrite" "True"
        Option          "EnablePageFlip" "True"
        Option          "AccelMethod" "xaa"
        BusID           "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Depth      24
                Modes      "1680x1050"
        EndSubSection
EndSection

Notice how the only things that are uncommented are unky radeon driver settings. I can even take the "Modes" line out and it all still works just fine. That's because virtually all modern monitors/cards speak DDC and Xorg can ask the hardware when it starts what the hardware supports.

The only thing Colleen *has* to customize here is the correct "Driver" for her nvdia card

alan



I may be wrong but I think this is not quite correct. I had to look for the specs (hsync, vsync) of my LCD because X was trying to run it on higher refresh rates resulting in out of range errors. On the other hand Colleen said the screen was "garbled" - doesn't seem to be an out of range problem. Probably it would be best if Colleen attached or linked to Xorg.0.log and xorg.conf and maybe kernel output [if that kernel recompilation didn't fix the problems of course].
--
[EMAIL PROTECTED] mailing list

Reply via email to