Превышена частота

Настройка графического интерфейса, Иксов, десктопов, оконных менеджеров и иксовых терминалов

Модератор: Модераторы разделов

Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Превышена частота

Сообщение viktor6 »

Здравствуйте не хотел создавать новую тему
Я в линуксе новенький и не знаю много чего так что не пинайте сильно
У меня установлена Debian lenny я апргрейднул комп поменял материнку и проц после апргрея вроде все нормально стало работать но когда запускаю иксы командой startx то в мониторе вижу надпись (Превышена частота) Я взял удалил файл xorg.conf он заново не создался после перегрузки
вот мой /var/log/Xorg.0.log
http://vik.plusnet.ks.ua/Xorg.0.log
Спасибо сказали:
Ism
Сообщения: 1261
Статус: Никто, по сути быдло

Re: Превышена частота

Сообщение Ism »

У вас несколько путей
1 Сгенерить xorg.conf специальной утилитой (у nvidia такая есть)
2 Переустановить дистрибутив (метод выжженой земли)
3 Возможно у вас не установлен драйвер на вашу видеокарту , установить его. (судя по логу так оно и есть)
4 Вручную сконфигурировать xorg.conf
5 ?

скажите , какая у вас видеокарта ?
Спасибо сказали:
Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Re: Превышена частота

Сообщение viktor6 »

видео карта интегрирована в материнку ASUS M4A78LT-M LE
Спасибо сказали:
Ism
Сообщения: 1261
Статус: Никто, по сути быдло

Re: Превышена частота

Сообщение Ism »

А что, посмотреть спецификацию сложно ?
Спасибо сказали:
Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Re: Превышена частота

Сообщение viktor6 »

Ism писал(а):
13.04.2011 18:41
А что, посмотреть спецификацию сложно ?

нет несложно думал как луче указать сразу все
ATI Radeon HD3000

Вот и не знаю как из одной карты перейти на другую
Спасибо сказали:
sciko
Сообщения: 1744
Статус: Ъ-участник
ОС: Debian/Ubuntu/etc

Re: Превышена частота

Сообщение sciko »

viktor6 писал(а):
12.04.2011 17:46
мониторе вижу надпись (Превышена частота)
О марке монитора мы должны догадаться сами?

viktor6 писал(а):
12.04.2011 17:46
Я взял удалил файл xorg.conf
И бекапа не осталось?
Спасибо сказали:
Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Re: Превышена частота

Сообщение viktor6 »

sciko писал(а):
14.04.2011 11:49
viktor6 писал(а):
12.04.2011 17:46
мониторе вижу надпись (Превышена частота)
О марке монитора мы должны догадаться сами?

SyncMaster 753s
sciko писал(а):
14.04.2011 11:49
viktor6 писал(а):
12.04.2011 17:46
Я взял удалил файл xorg.conf
И бекапа не осталось?

остался

Код: Выделить всё

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/etc/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load  "glx"
    Load  "extmod"
    Load  "xtrap"
    Load  "record"
    Load  "GLcore"
    Load  "dbe"
    Load  "dri"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
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     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card0"
    Driver      "vesa"
    VendorName  "ATI Technologies Inc"
    BoardName   "Unknown Board"
    BusID       "PCI:1:5:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
Спасибо сказали:
Аватара пользователя
Fangelion
Сообщения: 112
ОС: Debian GNU/Linux

Re: Превышена частота

Сообщение Fangelion »

когда ставил Debian на одну машину, то там иксы тоже показали превышение частоты. Перешел в консоль, сгенерировал новый конфиг и сразу все стало нормально.
Спасибо сказали:
sciko
Сообщения: 1744
Статус: Ъ-участник
ОС: Debian/Ubuntu/etc

Re: Превышена частота

Сообщение sciko »

Надо прописать Modeline. Как? Гугл ит!
И вот когда будет выставляться разрешение надо смотреть, чтобы частота развертки не выходила за пределы того, что умеет монитор. Ваш монитор умеет: горизонтальная: 30-70 кГц; вертикальная: 50-160 Гц.
На примере:
$gtf 1024 768 120

# 1024x768 @ 120.00 Hz (GTF) hsync: 98.76 kHz; pclk: 139.05 MHz
Modeline "1024x768_120.00" 139.05 1024 1104 1216 1408 768 769 772 823 -HSync +Vsync

Т.е. выход по горизонтали
$ gtf 1024 768 85

# 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
А вот тут нормально.
Спасибо сказали:
Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Re: Превышена частота

Сообщение viktor6 »

Вот пытаюсь запустить командой # Xorg -config xorg.conf.new

Код: Выделить всё

# Xorg -config xorg.conf.new
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/debian:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny3)
Current Operating System: Linux debian 2.6.26-2-amd64 #1 SMP Thu Jan 27 02:11:55 UTC 2011 x86_64
Build Date: 25 September 2010  12:05:44PM

        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 23 18:39:37 2011
(EE) Unable to locate/open config file: "xorg.conf.new"
New driver is "vesa"
(==) Using default built-in configuration (54 lines)
(WW) VESA: More than one matching Device section found: Builtin Default vesa Device 0
(EE) open /dev/fb0: No such file or directory
(II) Module "ddc" already built-in
error opening security policy file /etc/X11/xserver/SecurityPolicy
^CFreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.
Спасибо сказали:
sciko
Сообщения: 1744
Статус: Ъ-участник
ОС: Debian/Ubuntu/etc

Re: Превышена частота

Сообщение sciko »

Мне это ни о чём не говорит. xorg.conf и Xorg.0.log в студию!
Спасибо сказали:
Аватара пользователя
Bizdelnick
Модератор
Сообщения: 21278
Статус: nulla salus bello
ОС: Debian GNU/Linux

Re: Превышена частота

Сообщение Bizdelnick »

viktor6 писал(а):
23.04.2011 19:42
Вот пытаюсь запустить командой # Xorg -config xorg.conf.new

viktor6 писал(а):
23.04.2011 19:42

Код: Выделить всё

(EE) Unable to locate/open config file: "xorg.conf.new"

Ну и где этот Ваш xorg.conf.new?
Пишите правильно:
в консоли
вку́пе (с чем-либо)
в общем
вообще
в течение (часа)
новичок
нюанс
по умолчанию
приемлемо
проблема
пробовать
трафик
Спасибо сказали:
sciko
Сообщения: 1744
Статус: Ъ-участник
ОС: Debian/Ubuntu/etc

Re: Превышена частота

Сообщение sciko »

Bizdelnick писал(а):
23.04.2011 20:50
Ну и где этот Ваш xorg.conf.new?
Походу не в текущей директории ^_^
Спасибо сказали:
Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Re: Превышена частота

Сообщение viktor6 »

sciko писал(а):
23.04.2011 20:45
Мне это ни о чём не говорит. xorg.conf и Xorg.0.log в студию!

xorg.conf

Код: Выделить всё

# 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"    ","
    Option        "XkbOptions"    "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection

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

Section "Device"
    Identifier    "r"
        Driver "radeon"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
EndSection

У вас нет необходимых прав для просмотра вложений в этом сообщении.
Спасибо сказали:
sciko
Сообщения: 1744
Статус: Ъ-участник
ОС: Debian/Ubuntu/etc

Re: Превышена частота

Сообщение sciko »

Строчка из  Xorg.0.log

Код: Выделить всё

(EE) Unable to locate/open config file: "xorg.conf.new"


Возможно она возникла потому, что этого самого xorg.conf.new нет?

ЗЫ. xorg.conf страшен. Попробуй лучше этот.
Спасибо сказали:
Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Re: Превышена частота

Сообщение viktor6 »

sciko писал(а):
25.04.2011 11:39
Строчка из  Xorg.0.log

Код: Выделить всё

(EE) Unable to locate/open config file: "xorg.conf.new"


Возможно она возникла потому, что этого самого xorg.conf.new нет?

ЗЫ. xorg.conf страшен. Попробуй лучше этот.

Вот запускал командой startx

Код: Выделить всё

# 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"    ","
    Option        "XkbOptions"    "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection

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

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

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Modes"
  Modeline  "1024x768_my" 131.43 1024 1092 1204 1368 768 769 772 805
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
 SubSection "Display"
 Depth 24
 Modes "1024x768_my"
 EndSubSection
EndSection

Xorg.0.log

Код: Выделить всё

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/debian:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny3)
Current Operating System: Linux debian 2.6.26-2-amd64 #1 SMP Thu Jan 27 02:11:55 UTC 2011 x86_64
Build Date: 25 September 2010  12:05:44PM

    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 25 20:28:12 2011
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 43 of section Modes in file /etc/X11/xorg.conf
    This section must have an Identifier line.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
Спасибо сказали:
sciko
Сообщения: 1744
Статус: Ъ-участник
ОС: Debian/Ubuntu/etc

Re: Превышена частота

Сообщение sciko »

Строки
Xorg.0.log писал(а):
25.04.2011 21:32
Parse error on line 43 of section Modes in file /etc/X11/xorg.conf
    This section must have an Identifier line.
(EE) Problem parsing the config file
(EE) Error parsing the config file

как бе намекают нам, что пробел перед Modeline стереть и вписать свой Modeline.
Спасибо сказали:
Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Re: Превышена частота

Сообщение viktor6 »

Взял удалил строку
Section "Modes"
Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
EndSection

и вот что в логи записало
У вас нет необходимых прав для просмотра вложений в этом сообщении.
Спасибо сказали:
Аватара пользователя
sash-kan
Администратор
Сообщения: 13939
Статус: oel ngati kameie
ОС: GNU

Re: Превышена частота

Сообщение sash-kan »

QUOTE писал(а):(EE) Failed to load module "glx" (module does not exist, 0)
$ update-alternatives --display libglx.so
?
Писать безграмотно - значит посягать на время людей, к которым мы адресуемся, а потому совершенно недопустимо в правильно организованном обществе. © Щерба Л. В., 1957
при сбоях форума см.блог
Спасибо сказали:
Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Re: Превышена частота

Сообщение viktor6 »

sash-kan писал(а):
13.05.2011 22:02
(EE) Failed to load module "glx" (module does not exist, 0)
$ update-alternatives --display libglx.so
?

~$ sudo update-alternatives --display libglx.so
Нет альтернатив для libglx.so.
Спасибо сказали:
Аватара пользователя
viktor6
Сообщения: 87
ОС: Debian

Re: Превышена частота

Сообщение viktor6 »

ребята а может это сообщения выскакивает из -за того что я перед апгреем перешел из x86 на x64 (правда после перехода я не проверял как иксы работают :( )
Спасибо сказали: