ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Владимир Гусев" <vova1971@narod.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] eeepc liveflash - некоторые настройки
Date: Thu, 29 Jan 2009 14:38:33 +0300
Message-ID: <20090129143833.1c22a66b@wind.gusev.ru> (raw)
In-Reply-To: <gji44p$t0m$1@ger.gmane.org>

> >> С этой темой, наверное, надо в какую-то другую рассылку сваливать.
> >> hardware, 
> >> devel-distro?
> > По идее в devel-distro, но боюсь, там слой слишком узок...
> 
> У меня wi-fi  так и не  заработал

Я вот приобрел MSI Wind U100 (с обычным хардом) - все что мне нужно -
работает хорошо, даже интеловская карта.. какая и у автора треда.
Единственное, что мне не особо нужно - bluetooth.. Я пока даже не
заморачивался.. Камера работает, я даже и не трогал ничего.
Реалтековский wifi - благодаря отдельному модулю ядра 2.6.27 из Branch
5.0 тоже работает. Могу подкинуть xorg.conf. DRI работает даже на 24
bit. При 24 бит glxgears в окошке показывает (в XFCE с композитом при
включенных тенях и прозрачности) в среднем 2700 фреймов за 5 сек =
где-то 570 fps. Причем тени не влияют на fps. А если сделать 16-битный
цвет, то будет уже 3800 фреймов за 5 сек и 760 fps.. Закоментаренные
строки про XAA в секции Section "Device" не трогайте.. Лучше используйте
имеющийся EXA..

Биос у себя я проапгрейдил и теперь при 1 гб памяти на видео выделяется
128 мб.

Вот еще.. я все же прописал у себя в lilo.conf на всякий случай
указание ядру для пункта загрузки (не глобально), сколько видеопамяти
выделяется, командой addappend:

[root@wind ~]# cat /etc/lilo.conf
map="/boot/map"
lba32
prompt
compact
vga="0x314"
install="menu"
message="/boot/splash/desktop-system/message"
append="resume=/dev/disk/by-uuid/4ab0cc8c-68ac-48bb-aae3-b91eb6070fa7
panic=30 splash=silent"
boot="/dev/disk/by-id/scsi-SATA_WDC_WD1200BEVT-_WD-WXC808027061"
timeout="100"
default="ALTLinux"

image="/boot/vmlinuz"
	label="ALTLinux"
	initrd="/boot/initrd.img"
	root="UUID=2553ef35-25a2-4034-b327-17c947c4a2ec"
	addappend="videomem=128mb"
	read-only

image="/boot/vmlinuz"
	label="failsafe"
	initrd="/boot/initrd.img"
	root="UUID=2553ef35-25a2-4034-b327-17c947c4a2ec"
	addappend="failsafe"
	vga="normal"
	read-only

other="/dev/sda1"
	label="Windows"

image="/boot/memtest-2.10.bin"
	label="memtest86"

Итак, xorg.conf для видеокарты Intel 945 GME (для 128 мб видеопамяти)

[vova@wind ~]$ cat /etc/X11/xorg.conf

# With libXiconfig we don't need configuration for
# ps and usb mice.
# For serial mice we will set up all serial devices.
#
# Composite is not yet stable on even major drivers;
# uncomment to enable

Section "Extensions"
	Option      "RENDER" "Enable"
	Option      "Composite" "Enable"
EndSection

Section "ServerLayout"
	Identifier     "Minimal layout"
	Screen         "Screen0" 0 0
	Option       "Clone" "off"
	Option       "Xinerama" "off"
EndSection

Section "Module"
	Load  "freetype"
	Load  "glx"
	Load  "GLcore"
	Load  "dri"
	Load  "dbe"
	Load  "v4l"
	SubSection "extmod"
		Option	    "omit xfree86-dga"
	EndSubSection
EndSection

Section "ServerFlags"
	Option	    "AutoAddDevices" "true"
	Option	    "AllowMouseOpenFail" "true"
	Option	    "AIGLX" "true"
	Option	    "ZapWarning" "true"
EndSection

Section "Monitor"
	DisplaySize  271 159
	HorizSync    29-60
	Identifier   "Monitor0|0"
	ModelName    "1024X600@60HZ"
	Option       "DPMS"
	Option       "PreferredMode" "1024x600"
	VertRefresh  50-60
	VendorName   "--> LCD"
EndSection

Section "Device"
	BoardName    "945 GME"
	BusID        "0:2:0"
	Option       "monitor-LVDS" "Monitor0|0"
	Identifier  "Card0|0"
	Driver      "intel"
	VideoRam    131072
	Option	    "AccelMethod" "EXA"
#	Option	    "AccelMethod" "XAA"
#	Option	    "XAANoOffscreenPixmaps" "true"
	Option	    "MigrationHeuristic" "greedy"
	Option	    "DRI" "true"
	Option	    "XVideo" "true"
	Option	    "Legacy3D" "true"
	Option	    "AperTexSize" "131072"
	Option	    "PageFlip" "true"
	Option	    "TripleBuffer" "true"
	Option	    "XvMC" "true"
	Option	    "TexturedVideo" "false"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0|0"
	Monitor    "Monitor0|0"
	DefaultDepth     24
	SubSection "Display"
		Depth     8
		Modes    "1024x600" "960x720" "848x480" "832x624"
"800x600" "720x576" "640x480" EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x600" "960x720" "848x480" "832x624"
"800x600" "720x576" "640x480" EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x600" "960x720" "848x480" "832x624"
"800x600" "720x576" "640x480" EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x600" "960x720" "848x480" "832x624"
"800x600" "720x576" "640x480" EndSubSection
	SubSection "Display"
		Depth     32
		Modes    "1024x600" "960x720" "848x480" "832x624"
"800x600" "720x576" "640x480" EndSubSection
EndSection

Section "DRI"
	Group        "xgrp"
	Mode         0660
EndSection

-- 
С уважением,
Владимир Гусев


  parent reply	other threads:[~2009-01-29 11:38 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-27 12:22 ` [Comm] eeepc инструкция Alexey Rusakov
2008-12-27 14:09   ` Denis Kirienko
2008-12-27 15:13       ` Denis Kirienko
2008-12-27 15:38   ` Ivan Petrov
2008-12-27 17:28     ` [Comm] " Igor Zakhrebetkov
2008-12-27 17:52       ` [Comm] eeepc Ivan Petrov
2008-12-28 10:19         ` Michael A. Kangin
2008-12-28 14:00           ` Ivan Petrov
2008-12-28 15:14             ` Michael A. Kangin
2008-12-28 15:24               ` Ivan Petrov
2008-12-28 15:37                 ` Michael A. Kangin
2008-12-28 15:46                   ` Denis Kirienko
2008-12-29  4:06                     ` Ivan Petrov
2008-12-29 16:15                     ` [Comm] eeepc liveflash Michael A. Kangin
2008-12-30  6:59                       ` Igor Zakhrebetkov
2008-12-30  8:31                         ` Michael A. Kangin
2008-12-31  0:08                       ` Alexey Rusakov
2009-01-01  9:58                         ` Ivan Petrov
2009-01-01 13:03                           ` Michael A. Kangin
2009-01-01 17:03                             ` Ivan Petrov
2009-01-29 11:38                           ` Владимир Гусев [this message]
2009-02-08  9:18                             ` [Comm] eeepc liveflash - некоторые настройки Serge
2009-01-02 16:32                         ` [Comm] eeepc liveflash Michael Shigorin

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=20090129143833.1c22a66b@wind.gusev.ru \
    --to=vova1971@narod.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