ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Разрешение в X
@ 2005-10-05 12:29 Eugene Prokopiev
  2005-10-05 12:32 ` Шенцев Алексей Владимирович
  2005-10-05 13:08 ` Sergey Vlasov
  0 siblings, 2 replies; 9+ messages in thread
From: Eugene Prokopiev @ 2005-10-05 12:29 UTC (permalink / raw)
  To: ALT Linux Community

Здравствуйте!

Есть машина с видео S3 Inc. Savage 4 и 15' монитором Phillips 105S - не 
самая лучшая, но 800х600 и Depth 16 вполне в состоянии потянуть, по 
крайней мере инсталлятор ALM 2.4 вытягивает больше.

Но ставить заново не кайф. Там ALM 2.4 уже есть, нужно только настроить Х.

С помошью XFree86 -configure и ручной правки был создан такой  XF86Config-4:

Section "ServerLayout"
         Identifier     "XFree86 Configured"
         Screen      0  "Screen0" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
         RgbPath      "/usr/X11R6/lib/X11/rgb"
         ModulePath   "/usr/X11R6/lib/modules"
         FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
         FontPath     "tcp/127.0.0.1:7100"
EndSection

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

Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "keyboard"
EndSection

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "auto"
         Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
         #DisplaySize      280   210     # mm
         Identifier   "Monitor0"
         VendorName   "PHL"
         ModelName    "philips 105S"
         Option      "DPMS"
EndSection

Section "Device"
         Identifier  "Card0"
         Driver      "savage"
         VendorName  "S3 Inc."
         BoardName   "Savage 4"
         BusID       "PCI:1:0:0"
EndSection

Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         DefaultDepth 16
         SubSection              "Display"
             Depth               16
             Modes               "800x600"
             ViewPort            0 0
         EndSubsection
EndSection

Так вот, когда это чудо запускается, то разрешение ну явно не 800х600, а 
640х480. На глаз. Какой утилитой это подтвердить и как все-таки вытянуть 
из этой железки 800х600?

-- 
С уважением, Прокопьев Евгений


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-10-06  6:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-05 12:29 [Comm] Разрешение в X Eugene Prokopiev
2005-10-05 12:32 ` Шенцев Алексей Владимирович
2005-10-05 12:48   ` Eugene Prokopiev
2005-10-05 12:52     ` Шенцев Алексей Владимирович
2005-10-05 13:08 ` Sergey Vlasov
2005-10-05 13:18   ` Шенцев Алексей Владимирович
2005-10-05 13:46     ` Sergey Vlasov
2005-10-05 18:25     ` Eugene Prokopiev
2005-10-06  6:50       ` Шенцев Алексей Владимирович

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