Aktív témák

  • Kendek

    MODERÁTOR

    válasz #62853120 #19759 üzenetére

    Egybeolvad az egész de azért átlátható:

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "A monitor gyártója"
    ModelName "A monitor típusa"
    HorizSync 30-107
    VertRefresh 48-120

    EndSection

    Ez a monitor részeg alapból. Ilyen most:

    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection

    Hozzá kell adni a monitorod horizontális és vertikális frissítési frekvenciáját, ezen értékeknek utána kell nézned. A felbontást is tudod állítani:

    Eredeti:

    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

    Módosított példa:

    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Mode "1024x768"
    EndSubSection
    EndSection

    [ Szerkesztve ]

    <-ƘƘ->

Aktív témák