[sisyphus] После обновления не стартуют Х-сы автоматически

Michael Shigorin mike на osdn.org.ua
Сб Окт 30 20:17:29 UTC 2010


On Sat, Oct 30, 2010 at 10:07:49PM +0400, C.Н. Рева wrote:
> Где можно посмотреть? В Xorg.0.log чисто. Приходится стартовать руками.

Хм, а я думал, у меня вылезло...

На i965 (X3100) и std-def 2.6.32/35 service dm restart дважды
мигнул иксами (оставив Xorg.0.log и Xorg.0.log.old без криминала
и одинаковые с точностью до таймстампа), startx работает.

xorg-server-1.9.1-alt1
xorg-drv-intel-2.13.0-alt1

/etc/X11/xorg.conf для wacom на /dev/ttyS0 приложен, без него уже
не помню -- запускалось или нет.  Если у Вас необходимости в
конфиге нет, попробуйте отодвинуть в сторонку?

-- 
 ---- WBR, Michael Shigorin <mike на altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/
----------- следующая часть -----------

# With libXiconfig we don't need configuration for
# ps and usb mice.
# For serial mice we will set up all serial devices.
#

Section "ServerLayout"
	Identifier     "Minimal layout"
	Screen         "Screen0" 0 0
	InputDevice    "Cursor" "SendCoreEvents"
	InputDevice    "Stylus" "SendCoreEvents"
	InputDevice    "Eraser" "SendCoreEvents"
EndSection

Section "InputDevice"
   Identifier  "Cursor"
   Driver      "wacom"
   Option      "Device" "/dev/ttyS0"
   Option      "Type" "cursor"
   Option      "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
   Identifier  "Stylus"
   Driver      "wacom"
   Option      "Device" "/dev/ttyS0"
   Option      "Type" "stylus"
   Option      "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
   Identifier  "Eraser"
   Driver      "wacom"
   Option      "Device" "/dev/ttyS0"
   Option      "Type" "eraser"
   Option      "ForceDevice" "ISDV4"
EndSection

Section "Monitor"
	Identifier   "Monitor0|0"
EndSection

Section "Device"
	Identifier  "Card0|0"
	Driver      "intel"
	# http://www.thinkwiki.org/wiki/How_to_reduce_power_consumption
	#Option          "NoDRI"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0|0"
	Monitor    "Monitor0|0"
	DefaultDepth     16
EndSection



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