ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Ilja Raskin <ilia_raskin@pochta.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] wine из branch и  Counter-Strike
Date: Fri, 22 Feb 2008 01:42:14 +0300
Message-ID: <47BDFE46.8060609@pochta.ru> (raw)
In-Reply-To: <20080221113224.22072a92@biblo.gusev.ru>

[-- Attachment #1: Type: text/plain, Size: 3409 bytes --]

Здравствуйте, Владимир Гусев
Ответ на Ваше письмо от 02/21/2008 11:32 AM
> 
> Ну о каком тут нормальном dpi может идти речь, когда у вас:
> 
> Уже противоречащие, на мой взгляд, настройки для dpi - Option
> "DPI" "96x96" и DisplaySize    382 202. Вы уж что-нибудь одно выберите,
> тем более. что, исходя из ваших измерений экрана вручную рулеткой,
> размеры у вас совсем другие - 376х302, а не 382 202 , как вы
> прописали.. Советую поиграться - сначала оставьте только "DPI" "96x96",
> посмотрите. что и как.. потом уберите его и выставьте DisplaySize с
> РЕАЛЬНЫМИ значениями размеров матрицы в миллиметрах, опять проверьте..
> В обоих случаях сделайте xdpyinfo, сравните (можете привести выводы и
> отчеты тут, в ветке этой). Выберите лучшее.. Дайте название точное
> вашего монитора.. Кроме того, что он Samsung SyncMaster.. Марка,
> серия.. 
> 
Монитор Samsung SymcMaster 940Fn 19" 1280x1024 PVA-матрица
Рабочая частота 60-75 написано...
Поигрался с вариантами xorg.conf:
1.
Section "Monitor"
     # HorizSync source: edid, VertRefresh source: edid
     Identifier     "Monitor0"
     VendorName     "Unknown"
     ModelName      "Samsung SyncMaster"
     HorizSync       30.0 - 81.0
     VertRefresh     60.0 - 75.0
     Option         "DPMS"
     DisplaySize    382 202
EndSection

Section "Device"
     Identifier     "Videocard0"
     Driver         "nvidia"
     VendorName     "NVIDIA Corporation"
     BoardName      "GeForce 8400 GS"
EndSection

Section "Screen"
     Identifier     "Screen0"
     Device         "Videocard0"
     Monitor        "Monitor0"
     DefaultDepth    24
     Option         "TwinView" "0"
#    Option        "DPI" "96x96"
#    Option         "metamodes" "1280x1024 +0+0"
     SubSection     "Display"
         Depth       24
         Modes       "1280x1024"
     EndSubSection
EndSection

xdpyinfo выдает:
screen #0:
   print screen:    no
   dimensions:    1024x768 pixels (342x271 millimeters)
   resolution:    76x72 dots per inch
   depths (7):    24, 1, 4, 8, 15, 16, 32

В Xorg.0.log при этом:
(WW) NVIDIA(0): No valid modes for "1280x1024"; removing.

Если выставить:
Section "Monitor"
     # HorizSync source: edid, VertRefresh source: edid
     Identifier     "Monitor0"
     VendorName     "Unknown"
     ModelName      "Samsung SyncMaster"
     HorizSync       30.0 - 81.0
     VertRefresh     60.0 - 75.0
     Option         "DPMS"
#    DisplaySize    382 202
EndSection

Section "Device"
     Identifier     "Videocard0"
     Driver         "nvidia"
     VendorName     "NVIDIA Corporation"
     BoardName      "GeForce 8400 GS"
EndSection

Section "Screen"
     Identifier     "Screen0"
     Device         "Videocard0"
     Monitor        "Monitor0"
     DefaultDepth    24
     Option         "TwinView" "0"
     Option         "DPI" "96x96"
#    Option         "metamodes" "1280x1024 +0+0"
     SubSection     "Display"
         Depth       24
         Modes       "1280x1024"
     EndSubSection
EndSection

xdpyiinfo выдает:
screen #0:
   print screen:    no
   dimensions:    1024x768 pixels (271x203 millimeters)
   resolution:    96x96 dots per inch
   depths (7):    24, 1, 4, 8, 15, 16, 32

В Xorg.0.log так же:
(WW) NVIDIA(0): No valid modes for "1280x1024"; removing.

Пробовал перебирать разные варианты для modes "1280х1024 +0+0" 
"1280х1024+0+0" "1280х1024" - сообщение не пропадает.
Монитор подключен по DVI.
Что еще можно покрутить здесь?

[-- Attachment #2: ilia_raskin.vcf --]
[-- Type: text/x-vcard, Size: 122 bytes --]

begin:vcard
fn:Ilja Raskin
n:Raskin;Ilja
email;internet:ilia_raskin@pochta.ru
x-mozilla-html:FALSE
version:2.1
end:vcard


  reply	other threads:[~2008-02-21 22:42 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-12 22:12 Ilja Raskin
2008-02-12 22:33 ` Alexey Borovskoy
2008-02-12 22:55   ` Ilja Raskin
2008-02-13  9:35     ` Владимир Гусев
2008-02-18 13:23       ` Ilya V. Raskin
2008-02-18 13:26         ` Шишков Евгений
2008-02-18 13:34         ` Pavlov Konstantin
2008-02-18 13:46           ` Владимир Гусев
2008-02-18 15:08             ` Ilya V. Raskin
2008-02-18 16:45               ` Владимир Гусев
2008-02-18 21:07                 ` Ilja Raskin
2008-02-18 22:10                   ` Владимир Гусев
2008-02-18 23:14                     ` Ilja Raskin
2008-02-19 10:24                       ` Владимир Гусев
2008-02-19 22:44                         ` Ilja Raskin
2008-02-20  4:29                           ` Хихин Руслан
2008-02-20 23:13                             ` Ilja Raskin
2008-02-21  3:15                               ` Хихин Руслан
2008-02-21  8:32                               ` Владимир Гусев
2008-02-21 22:42                                 ` Ilja Raskin [this message]
2008-02-22  2:48                                   ` Хихин Руслан
2008-02-22  9:11                                   ` Владимир Гусев
2008-02-22 11:53                                     ` Michael Shigorin
2008-02-22 12:10                                       ` Alexey I. Froloff
2008-02-22 12:22                                         ` [Comm] [JT] " Michael Shigorin
2008-02-22 12:59                                           ` Alexey I. Froloff
2008-02-23 10:39                                     ` [Comm] " Ilja Raskin
2008-02-19 10:43                       ` Ilya V. Raskin
2008-02-19 19:14                         ` Владимир Гусев

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=47BDFE46.8060609@pochta.ru \
    --to=ilia_raskin@pochta.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