ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Speccyfighter <zxwarior@yandex.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] проблемы с  fullscreen
Date: Wed, 21 Dec 2011 23:05:16 +0300
Message-ID: <4EF23BFC.6020108@yandex.ru> (raw)
In-Reply-To: <4EF1CFDE.5030908@gmail.com>

21.12.2011 15:23, Occisor пишет:
> Пробовал убрать рукописную секцию "Screen", но результат пропадал, 
> экран уходил в небытие.
И должен. Сервер не знает ничего про вывод. :)
На Simply с KMS секция Screen всё равно в наличии:

Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         SubSection "Display"

         EndSubSection
EndSection

Извиняюсь за копипаст:
Kernel Mode Setting - метод установки разрешения экрана и глубины цвета 
на уровне ядра. Без KMS эта задача выполняется драйвером XOrg.
Например, и далее по ссылкам:
https://wiki.archlinux.org/index.php/Intel_%28%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9%29#KMS_.28Kernel_Mode_Setting.29

> Хотя в пункте VertRefresh, те же 60 указаны.
Та секция это только параметры работы монитора, а не вывода.

Опираясь на предыдущее.
Не знаю, есть ли в базе у альтератора va903m (в 5.1 нет). Если нет, то 
выбрать в альтераторе Дисплей:
Другой производитель...: Generic LCD Display
Монитор: LCD Panel 1280x1024

Старым гамезам надо 16bit цвет. Тут ИМХО правильнее SubSection "Display" 
привести к виду:

Section "Screen"
     Identifier   "Screen0"
     Device       "Card0"
     Monitor      "Monitor0"
     DefaultDepth  24
     SubSection "Display"
         Depth     24
         Modes    "1280x1024" "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
         Depth     16
         Modes    "1280x1024" "1024x768" "800x600" "640x480"
     EndSubSection
EndSection

Т.е. напрямую указать. А 720x400 выбросить.
Всё равно 720x400 нигде не используется. Да и требует фиксированно 70Hz.
Если фиксированно указать

     VertRefresh     60.0

а для этих разрешений с этим монитором это сделать можно, привязав 
кадровую жестко к 60Hz,
то в системных настройках самого монитора (под "кнопками монитора") 
по-идее должен отображаться
режим работы.
Благо эта частота рекомендуемая для модели.
Лыжа, например, говорит что монитор работает в режиме:
1280x1024 60Hz
внизу одного из окон.
У ViewSonic тоже такое должно быть.
Вообще для всех LCD 60Hz кадровой - штатные.
Если монитор разрабатывался прямыми руками.
Но для LCD вообще, спецификацию на модель всё равно читать обязательно.
Где-то видел, что спек буквально вынуждал натравливать gtf на xorg.conf 
для LCD.
Это когда кадровую для разных разрешений буквально бросает из стороны в 
сторону как в лихорадке.
Если забыть про 720x400 то у va903m этой проблемы нет.



      reply	other threads:[~2011-12-21 20:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-14  9:46 Occisor
2011-12-14  9:55 ` Igor Vlasenko
2011-12-14 11:28   ` Occisor
2011-12-14 11:45     ` Roman Savochenko
2011-12-18  2:09       ` Occisor
2011-12-18 23:48         ` Speccyfighter
2011-12-19  0:12           ` Speccyfighter
2011-12-19  9:05             ` Occisor
2011-12-19 13:03               ` Speccyfighter
2011-12-21 12:23                 ` Occisor
2011-12-21 20:05                   ` Speccyfighter [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EF23BFC.6020108@yandex.ru \
    --to=zxwarior@yandex.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git