ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Vyacheslav A. Brunev" <bv@gres.tomske.elektra.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Проблема с разрешением!
Date: Tue, 18 Mar 2008 15:39:37 +0600
Message-ID: <200803181539.37740.bv@gres.tomske.elektra.ru> (raw)
In-Reply-To: <86c9dbe50803170845q2e4ac285t6652cd6ed0360ff5@mail.gmail.com>

В сообщении от Monday 17 March 2008 21:45:29 Сергей Дунин написал(а):
>  Рекомендованное разрешение поставленное ALTLinux 4.0.3 1152*864 при
> частоте 75 герц. При этом монитор LG F720P не разворачивает картинку на
> весь экран (со всех сторон по 2см черного поля). При выставлении разрешения
> 1024*768 и частоте 85 герц изображение растягивается на весь экран. Так как
> мне сделать принудительно 1152*864 ― 85 герц или пусть 75 герц но что бы
> растянулось на весь экран? Видюха GeFs2mx400. Драйвер NVIDIA (proprietary).
>
> Спасибо!

Я бы сделал так:

Section "Monitor"
	Identifier   "LG F720P|0"
# Выкинул эту строку вообще
#	DisplaySize  330	250
	HorizSync    30.0 - 98.0
# Поставил максимально возможную частоту развертки по вертикали (для вашей 
#модели это 85 Гц)
	VertRefresh  85.0
EndSection

Section "Device"
	Identifier  "Card0|0"
	Driver      "nvidia"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0|0"
	Monitor    "LG F720P|0"
	DefaultDepth     24
	Option	    "NvAgp" "1"
	Option	    "RenderAccel" "true"
	Option	    "AllowGLXWithComposite"
	Option	    "Backingstore" "true"
	Option	    "RandRRotation" "true"
	Option	    "TripleBuffer" "true"
	Option	    "AddARGBGLXVisuals" "true"
# И заменил везде значение 1152x864 на 1280 x 1024
	SubSection "Display"
		Depth     8
		Modes    "1280 x 1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280 x 1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280 x 1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280 x 1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes    "1280 x 1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

После внесенных изменений сделать рестарт Х-ов.
Всё.

Удачи!
-- 
С уважением, Вячеслав.

  parent reply	other threads:[~2008-03-18  9:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-17 17:06 ` Владимир Гусев
2008-03-17 17:39     ` Владимир Гусев
2008-03-17 17:52 ` Alexei V. Mezin
2008-03-17 17:58   ` Владимир Гусев
2008-03-17 23:22     ` Alexei V. Mezin
2008-03-18  4:35       ` Владимир Гусев
2008-03-18  9:39 ` Vyacheslav A. Brunev [this message]
2008-03-18  9:42   ` Vyacheslav A. Brunev

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=200803181539.37740.bv@gres.tomske.elektra.ru \
    --to=bv@gres.tomske.elektra.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