[Comm] eeepc liveflash - некоторые настройки

Владимир Гусев =?iso-8859-1?q?vova1971_=CE=C1_narod=2Eru?=
Чт Янв 29 14:38:33 MSK 2009


> >> С этой темой, наверное, надо в какую-то другую рассылку сваливать.
> >> 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

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


Подробная информация о списке рассылки community