xorg.conf na 60Hz

Sekcia: Konfigurácia 29.12.2008 | 15:29
Avatar lubos679   Používateľ
Zdravim.
Casto sa stane, ze nejaka full screen hra mi zmeni frekvenciu monitora na 75Hz, monitor vsak korektne funguje iba na 60Hz. Taktiez pri prihlasovani ide monitor na 75 a robi to rozne pasy a neviem co vsetko.
Chcel by som si upravit xorg.conf , aby nepustil viac ako 60Hz, ale bojim sa trochu aby sa mi este nastartovali X, poradite kde mam co dopisat? Dakujem

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Generic Keyboard"
# Driver "kbd"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
#EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection

Section "Module"
Load "glx"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
EndSection
    • Re: xorg.conf na 60Hz 29.12.2008 | 17:26
      WlaSaTy   Návštevník
      72Hz by som este pochopil, 75Hz uz nie. Ale to nema ATI/AMD nejake nastavovatko v ktorom sa povie ze Monitor podporuje len frekvenciu 60Hz?

      Ak nie, tak staci opisat frekvencie HorizSync a VertRefresh z techbnickej specifikacie monitora a zadat to do sekcie monitor.
      • Re: xorg.conf na 60Hz 29.12.2008 | 22:36
        Avatar lubos679   Používateľ
        No ma na to klikatko nastavovatko, ktore si vsak zapamata nastavenia do najblizsieho restartu X.
        • Re: xorg.conf na 60Hz 29.12.2008 | 23:23
          WlaSaTy   Návštevník
          Hm, v debiane asi nebude nieco take klikacie ako pchaju do blbuntu. Teda kedysi som videl zarodky niecoho co by mohlo byt aj v debiane, ale stacilo pridat tie dva riadky do sekcie kam si ich aj dal. Nic ine nebolo treba pre zaciatok robit.

          • Re: xorg.conf na 60Hz 30.12.2008 | 00:32
            Avatar lubos679   Používateľ
            Ano v Debiane boli tieto 2 riadky, iba som upravil zo 75 na 60 a vsetko krasne slo........v Ubuntu mi ich ani nevytvorilo.
            • Re: xorg.conf na 60Hz 30.12.2008 | 09:16
              WlaSaTy   Návštevník
              :v Ubuntu mi ich ani nevytvorilo.
              Pokial nie je definovana hodnota v konfiguracii, tak sa pouzije standardna hodnota. Takze si to mohol aj skor zmenit :-)
    • Re: xorg.conf na 60Hz 29.12.2008 | 18:33
      Avatar Dušan Ďurech Debian Lenny 5.0  Používateľ
      Vynucení obnovovací frekvence monitoru
      http://debian.nfo.sk/Wiki/AkoNaNizkeRozlisenieObrazovky
      • Re: xorg.conf na 60Hz 29.12.2008 | 22:37
        Avatar lubos679   Používateľ
        Pozrel som specifikacie a podla vzoru Oroburusa som vytvoril nieco taketo:

        # xorg.conf (X.Org X Window System server configuration file)
        #
        # This file was generated by dexconf, the Debian X Configuration tool, using
        # values from the debconf database.
        #
        # Edit this file with caution, and see the xorg.conf manual page.
        # (Type "man xorg.conf" at the shell prompt.)
        #
        # This file is automatically updated on xserver-xorg package upgrades *only*
        # if it has not been modified since the last upgrade of the xserver-xorg
        # package.
        #
        # If you have edited this file but would like it to be automatically updated
        # again, run the following command:
        # sudo dpkg-reconfigure -phigh xserver-xorg
        # commented out by update-manager, HAL is now used
        #Section "InputDevice"
        # Identifier "Generic Keyboard"
        # Driver "kbd"
        # Option "XkbRules" "xorg"
        # Option "XkbModel" "pc105"
        # Option "XkbLayout" "us"
        #EndSection
        # commented out by update-manager, HAL is now used
        #Section "InputDevice"
        # Identifier "Configured Mouse"
        # Driver "mouse"
        # Option "CorePointer"
        #EndSection

        Section "ServerLayout"
        Identifier "Default Layout"
        Screen 0 "amdcccle-Screen[1]-0" 0 0
        EndSection

        Section "Files"
        EndSection

        Section "Module"
        Load "glx"
        EndSection

        Section "Monitor"

        HorizSync 30-70
        VertRefresh 56-60

        Identifier "Configured Monitor"
        EndSection

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

        Section "Device"
        Identifier "Configured Video Device"
        Driver "fglrx"
        EndSection

        Section "Device"
        Identifier "amdcccle-Device[1]-0"
        Driver "fglrx"
        BusID "PCI:1:0:0"
        EndSection

        Section "Screen"
        Identifier "Default Screen"
        Device "Configured Video Device"
        Monitor "Configured Monitor"
        DefaultDepth 24
        EndSection

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

        moze to byt takto?
        • Re: xorg.conf na 60Hz 30.12.2008 | 00:29
          Avatar lubos679   Používateľ
          Takze skusil som to nahodit. Su tam dve polozky "Monitor" . Nastavenie som nahodil najskor do prvej polozky. Nic sa nezmenilo.
          Potom som to skusil dat do druhej polozky. Avsak po nabehnuti prihlasovacej obrazovky mal konecne 60Hz, ale obraz bol iba na pol monitoru, zvysok bol cierny. Po prihlaseni uz to ale funguje korektne, ved to mam nastavene na 1280x1024 a 60Hz. Ide mi iba o tu prihlasovaciu obrazovku.
          Taktiez som skusal pridat polozku "Modes" 1280x1024_60" . Xka nenabehli. Nejake napady?
          • Re: xorg.conf na 60Hz 30.12.2008 | 00:30
            Avatar lubos679   Používateľ
            Inak je to v Ubuntu, nie v Debiane. Momentalne mam nahodene Ubuntu.
          • Re: xorg.conf na 60Hz 30.12.2008 | 11:48
            WlaSaTy   Návštevník
            ta pol obrazovka pri prihlasovani mohla byt sposobena tym ze si nerestartol xDM alebo inym preklepom.

            Inak nazov toho modu 1280x1024_60 neplati pre vsetky distribucie, jedna sa len o odporucanie. skus to bez _60 nakolko frekvencie si uz definoval v sekcii monitor a skontroluj logy.
            • Re: xorg.conf na 60Hz 03.01.2009 | 20:41
              Avatar lubos679   Používateľ
              No to niekedy skusim ked budem mat znovu taky problem....momentalne sa to vyriesilo, tak som si dokaslal Ubuntu, ze som ho musel reinstall:-D
              A po nainstalovani som zakazal proprietarny driver od ATI, nechal som iba Opensource. Tak frekvencia mi uz ide pekne. Niekedy sa vsak uz musim naucit editovat xorg.conf.
              Inak som bol prekvapeny, ze po nainstalovani Direct Rendering Yes, na OS driveroch. Sice maju ovela slabsi vykon ale nevadi....
            • Re: xorg.conf na 60Hz 03.01.2009 | 20:42
              Avatar lubos679   Používateľ
              Inak dik sa napady :-)