Форум русскоязычного сообщества Ubuntu


Следите за новостями русскоязычного сообщества Ubuntu в Twitter-ленте @ubuntu_ru_loco

Автор Тема: частота обновления экрана  (Прочитано 5994 раз)

0 Пользователей и 1 Гость просматривают эту тему.

mavirtual

  • Гость
Re: частота обновления экрана
« Ответ #15 : 29 Июля 2008, 21:49:12 »
Решено. У меня заработало когда я добавил в xorg.conf вот это:

Section "Screen"
Option "DynamicTwinView" "False"

Оффлайн nebeda

  • Активист
  • *
  • Сообщений: 333
  • gentoo x86 2.6.30.1
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #16 : 30 Июля 2008, 15:31:24 »
у меня при ксорге, проапдейченном как было сказано иксы вывалились в безопаску ( ксорг не нравится.

вообще всегда как я ни проставлял моды с разрешениями в ксорг - он отваливался. куда лечить?(


UPD ура! трабл с частотой пока хз - я ему сказал 100 он мне сказал 75 на том и порешили, но! важный хинт
(если у вас АТИ)

ниже (for up)
« Последнее редактирование: 04 Августа 2008, 23:56:01 от nebeda »

Оффлайн nebeda

  • Активист
  • *
  • Сообщений: 333
  • gentoo x86 2.6.30.1
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #17 : 04 Августа 2008, 23:56:07 »
заходим в синаптик и радостно убиваем все, что называет себя fglrx (если ставили его)
потом ищем и ставим всего один маленький но полезный драйвер - radeonhd
ксоргу говорим что драйвер у нас теперь называется radeon

все. в разы все красивше и быстрее. лично у меня)) ati radeon 9600

Оффлайн wertwerter

  • Любитель
  • *
  • Сообщений: 86
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #18 : 06 Августа 2008, 10:05:26 »
 nebeda, Ваш случай хорошо описан вот тут https://help.ubuntu.com/community/RadeonDriver  8)

Оффлайн nebeda

  • Активист
  • *
  • Сообщений: 333
  • gentoo x86 2.6.30.1
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #19 : 06 Августа 2008, 15:19:23 »
nebeda, Ваш случай хорошо описан вот тут https://help.ubuntu.com/community/RadeonDriver  8)
ну... да) там еще твик хороший в конце =)
меня лично это пока что *тьфу-тьфу-на* спасает от зависаний в полноэкранках.

Оффлайн caliban

  • Новичок
  • *
  • Сообщений: 22
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #20 : 16 Августа 2008, 13:02:01 »
всем привет, вобщем такая проблема... хочу поставить разрешение 1152х864 и частоту 75, с разрешением проблем нет, а вот макс частота ток 60, при 1024х768 можно ставить 85. пересмотрел все  созданные темы, поэксперементировал,  то белый экран, то какието полоски и тормаза, вобщем знающие люди измените как надо чтоб я мне ток осталось вставить, а то ей богу глаза устале..  :-\  :-[  буду оч признателен  :)
# 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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

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

Section "Monitor"
Identifier       "Samsung SyncMaster 783DF"
     Option              "DPMS"
     HorizSync           30-70
     VertRefresh         50-160

EndSection

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

Section "ServerLayout"
Identifier "Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection

Оффлайн caliban

  • Новичок
  • *
  • Сообщений: 22
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #21 : 16 Августа 2008, 21:22:11 »
попробывал добавить вот это:
Section "Monitor"
Identifier       "Samsung SyncMaster 783DF"
     Option              "DPMS"
     HorizSync           30-71
     VertRefresh         50-160
     # 1152x864 @ 70.00 Hz (GTF) hsync: 63.00 kHz; pclk: 96.77 MHz
     Modeline "1152x864_70.00"  96.77  1152 1224 1344 1536  864 865 868 900  -HSync +Vsync
EndSection
не помогло....  :-\  :'(

Оффлайн wertwerter

  • Любитель
  • *
  • Сообщений: 86
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #22 : 20 Августа 2008, 09:06:27 »
Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon 9550"
        Driver          "ati"
        Option          "AGPMode"        "8"    #usually not needed, the driver will use the setting from BIOS
        Option          "AccelMethod"    "XAA"  #either XAA or EXA. "XAA" is the default and safe choice
        Option          "ColorTiling"    "on"
        Option          "EnablePageFlip" "true" #only works with accelmethod "XAA"
        Option          "AccelDFS"       "true" #seemed to speed things up using EXA acceleration
        Option          "TripleBuffer"   "true" #This *might* help if you use something like Beryl and have slow video playback.
        Option          "DynamicClocks"  "on"   #This is for laptop users, it saves energy when in battery mode.

        Option          "DMAForXv"       "true" #This can speed up movie playback but can in rare cases case instability
        Option          "GARTSize"       "64"   #This is the size of the "GART" that xorg will use.

        BusID           "PCI:1:0:0"             #must match your lspci output
EndSection

Section "Monitor"
        Identifier      "Syncmaster 795df/795mb/cd195gp"
        Option          "DPMS"
        HorizSync       30-85
        VertRefresh     50-160
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Radeon 9550"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768_85" "800x600_85" "640x480_85"
        EndSubSection
EndSection

Section "ServerLayout"
        Option          "AIGLX"         "true"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode 0666
EndSection
       
Section "Extensions"
        Option "Composite" "Enable"
EndSection

Это мой xorg, а все познания вот отсюда https://help.ubuntu.com/community/RadeonDriver, двое суток кофе пил

Оффлайн stx

  • Любитель
  • *
  • Сообщений: 87
  • e2 - e4
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #23 : 20 Августа 2008, 16:00:07 »
ubuntu 7.10

у меня тож конфиг отваливается, чего только не пробовал.
вот тут пример с моей видюхой и монитором, но даже этот конфиг не хочет хавать :(
хелп плиииз?  :-\

сейчас стоит этот конфиг:
Section "Monitor"
Identifier "Failsafe Monitor"
Vendorname "Samsung"
Modelname "Samsung SyncMaster 711N/712N"
Horizsync 30-81
Vertrefresh 56-85
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
  modeline  "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  modeline  "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75"
"1024x768@70" "1400x1050@60" "1024x768@75" "1600x1200@65" "1024x768@85" "1600x1200@60" "832x624@75"
"800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection
« Последнее редактирование: 21 Августа 2008, 14:49:21 от stx »
FreeBSD 8.3 / Ubuntu 12.10

Оффлайн k0shk4

  • Новичок
  • *
  • Сообщений: 1
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #24 : 20 Августа 2008, 21:36:00 »
Добрый вечер всем участникам проекта !

Недавно решила перейти на Линух ну и конешно начала с Ubuntu  :)
Тут же столкнулась с такой проблемой.
С частотой обнавления монитора, не думала ранее что с этим может возникнуть проблемы ))
 
Смотрите в  System->Preferences->Screen Resolution Показывает частоту в 50hz и максимальнау там частоту можно выставить не больше 55hz я с помощью утилиты NVIDIA Config выставила в 85hz вроде всё норм казалось бы и монитор показывает что стоит 85hz но в System->Preferences->Screen Resolution также показывает 50 и при длительном сидении перед монитором глаза быстрее устают чем в Винде..
Характеристики:
Monitor: LG FLATRONez T711B
Video: NVIDIA GeForce 5200 128mb

файл конфигурации xorg
Цитировать
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:30:30 PDT 2007

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
    Load           "v4l"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "Failsafe Monitor"
    VendorName     "Plug 'n' Play"
    ModelName      "Plug 'n' Play"
    Gamma           1
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine       "640x480@72" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine       "640x480@75" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine       "640x480@85" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine       "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine       "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine       "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine       "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "832x624@75" 57.3 832 864 928 1152 624 625 628 667 -hsync -vsync
    ModeLine       "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine       "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine       "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine       "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine       "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
    ModeLine       "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1400x1050@60" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
EndSection

Section "Monitor"

 # 
    Identifier     "monitor1"
    Gamma           1
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG T711B"
    HorizSync       30.0 - 71.0
    VertRefresh     50.0 - 160.0
EndSection

Section "Device"
    Identifier     "Failsafe Device"
    Driver         "nvidia"
    BoardName      "vesa"
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"

 # 
    Identifier     "device1"
    Driver         "vesa"
    BoardName      "vesa"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5200"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Failsafe Device"
    Monitor        "Failsafe Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Virtual     1400 1050
        Depth       24
        Modes      "800x600@85" "800x600@60" "800x600@75" "832x624@75" "800x600@72" "1024x768@85" "800x600@56" "1024x768@75" "640x480@85" "1024x768@70" "640x480@75" "1024x768@60" "640x480@72" "1024x768@43" "640x480@60" "1152x864@75" "1280x960@60" "1280x1024@60" "1400x1050@60"
    EndSubSection
EndSection

Section "Screen"

 # 
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
EndSection

Section "Screen"

# Removed Option "metamodes" "1024x768 +0+0; 800x600@85 +0+0; 800x600@60 +0+0; 800x600@75 +0+0; 832x624@75 +0+0; 800x600@72 +0+0; 1024x768@85 +0+0; 800x600@56 +0+0; 1024x768@75 +0+0; 640x480@85 +0+0; 1024x768@70 +0+0; 640x480@75 +0+0; 1024x768@60 +0+0; 640x480@72 +0+0; 1024x768@43 +0+0; 640x480@60 +0+0"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1024x768_85 +0+0; 1024x768 +0+0"
EndSection

посоветуйте чтонибуть, нехочу потерять зрение  :-\

Оффлайн caliban

  • Новичок
  • *
  • Сообщений: 22
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #25 : 30 Августа 2008, 12:21:02 »
Проблема решена!!!!!
вот если у кого то девайсы совпадут)

# 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



Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "us,ru"

Option "XkbVariant" ",winkeys"

Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"

EndSection



Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

EndSection



Section "Device"

Identifier "ATI Technologies, Inc. Radeon x700"

Driver "ati"

EndSection



Section "Monitor"

Identifier       "SyncMaster 753DF(T)/783DF(T)"

        Option              "DPMS"

        HorizSync           30-71

        VertRefresh         50-160

        # 1152x864 @ 75.00 Hz (GTF) hsync: 67.65 kHz; pclk: 104.99 MHz
  Modeline "1152x864_75.00"  104.99  1152 1224 1352 1552  864 865 868 902  -HSync +Vsync

EndSection



Section "Screen"

Identifier "Default Screen"

Monitor "SyncMaster 753DF(T)/783DF(T)"

Device "Radeon x700"

Defaultdepth 24

EndSection



Section "ServerLayout"

Identifier "Default Layout"

  screen "Default Screen"

EndSection

Section "Module"

Load "glx"

EndSection

и + к этому:
заходим в синаптик и радостно убиваем все, что называет себя fglrx (если ставили его)
потом ищем и ставим всего один маленький но полезный драйвер - radeonhd
только я его просто установил) и все.
nebeda, wertwerter  спс =) ваши примеры оч помогли
пс иногда лучше чтоб самому все дошло  :2funny: а не ждать помощи

Оффлайн stx

  • Любитель
  • *
  • Сообщений: 87
  • e2 - e4
    • Просмотр профиля
Re: частота обновления экрана
« Ответ #26 : 30 Августа 2008, 12:44:10 »
у себя задачку решил просто - снёс проприетарный драйвер nvidia и оставил дефолтный, какой был при установке.
способ хреновый, т.к. 3d не поддерживается.
но оно мне и не надо, нужна была только частота обновления :)


ЗЫ всем, кто выложил конфиг целиком (вместе с конфигом клавы и мыши, а также комментами сверху), огромное спасибо.
мышь и клава какраз имеют прямое отношение к частоте обновления монитора..
перематывать эти простыни так здорово, чесс слово.. :D
FreeBSD 8.3 / Ubuntu 12.10

 

Страница сгенерирована за 0.037 секунд. Запросов: 23.