ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexander Kuprin <ru_classic@gts.lg.ua>
To: community@altlinux.ru
Subject: Re: [Comm] вопрос от "чайника"  )
Date: Sat, 23 Apr 2005 13:12:29 +0300
Message-ID: <426A1F8D.6040306@gts.lg.ua> (raw)
In-Reply-To: <E1DPHPI-000Mdi-00.el_bruto-mail-ru@f37.mail.ru>

Stanislav Neddy wrote:
> Привет всем! )) Есть вопрос к "отцам" Линукса) Имеется Alt Linux
> Junior 2.2 и имеется такая проблема - разрешенеи экрана по-умолчанию
> 1024х768, а хотелось-бы 1280х1024. Вроде искал везде, но чего-то
> конкретного не нашел. Если кто подскажет, то буду очень благодарен)
> Заранее спасибо.

Отцы заняты, отвечу я. ;-)

Варинат первый, универсальный: под правами root'а открываете
/etc/X11/XF86Config-4 и идёте в самый конец файла. Там расположена
секция "Screen". Выглядит примерно так:


Section "Screen"
         Identifier      "Default Screen"
         Device          "Generic Video Card"
         Monitor         "Generic Monitor"
         DefaultDepth    24
...skip...
         SubSection "Display"
           Depth           24
           Modes           "1024x768" "800x600" "640x480"
         EndSubSection
...skip...
EndSection

Вам необходимо дописать в строку

           Modes           "1024x768" "800x600" "640x480"

параметр "1280x1024". Выглядеть будет вот так:

           Modes           "1280x1024" "1024x768" "800x600" "640x480"

Единственное на что обратите внимание, это то, что у Вас там будет
несколько секций, для разной глубины цветов (1,4,8,15,16,24). Текущая
определяется параметром DefaultDepth. В моём примере это 24.

Вариант второй: воспользоваться утилитой XFdrake, запустив её с опцией
--expert. Но я сейчас не помню, присутсвует она или нет в ALT Linux
Junior 2.2.

--
WBR, Alexander Kuprin


  parent reply	other threads:[~2005-04-23 10:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-23  9:58 Stanislav Neddy
2005-04-23  9:47 ` Drool
2005-04-23 10:12 ` Alexander Kuprin [this message]
2005-04-23 11:01   ` Re[2]: " Stanislav Neddy
2005-04-23 11:09     ` Andrey Rahmatullin
2005-04-23 11:12       ` Re[2]: " Stanislav Neddy
2005-04-23 14:14       ` Stanislav Neddy
2005-04-23 14:42         ` Andrey Rahmatullin
2005-04-23 15:24           ` Re[2]: " Stanislav Neddy
2005-04-23 15:44             ` Andrey Rahmatullin
2005-04-23 16:17               ` Re[2]: " Stanislav Neddy
2005-04-24  5:13                 ` Alexander Kuprin

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=426A1F8D.6040306@gts.lg.ua \
    --to=ru_classic@gts.lg.ua \
    --cc=community@altlinux.ru \
    /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