2007-09-12 (Wed)

_ [debian] X11R7.3 (xserver 1.4) vs nvidia-graphics-drivers-legacy-96xx 1.0.9639

experimental に X11R7.3 が入ってきているけど、xserver の ABI が変わって nvidia のバイナリドライバが入らなくなっている。Provides に xserver-xorg-video-2.0 を指定したものが新しい ABI に対応したビデオドライバのようだ。nvidia のバイナリドライバは xserver-xorg-video-1.0 が指定されているため駄目なようだ。これを無視して無理矢理入れると、

(EE) NVIDIA(0): ============= WARNING WARNING WARNING WARNING =============
(EE) NVIDIA(0): This server has a video driver ABI version of 2.0 but this
(EE) NVIDIA(0):     driver is designed to work with versions before 2.0. 
(EE) NVIDIA(0):     Please check http://www.nvidia.com/ for driver updates or
(EE) NVIDIA(0):     downgrade to an X server with a supported driver ABI.
(EE) NVIDIA(0): ===========================================================
(EE) NVIDIA(0): This video driver ABI is not supported.
(EE) NVIDIA(0): Use the -ignoreABI option to override this check.

となって X 起動せず。もっともそこに書かれているように、X サーバオプションに -ignoreABI を付加してやればいい模様。/etc/X11/xinit/xserverrc をちょっと修正。

#exec /usr/bin/X11/X -dpi 100 -nolisten tcp
exec /usr/bin/X11/X -dpi 100 -nolisten tcp -ignoreABI

さらに

Make sure you disable composite.

ref. Xorg 7.3 ABI change

とあるので /etc/X11/xorg.conf で

Section "Extensions"
        Option  "Composite"     "Disable"
EndSection

としておく。これでしばらくは OK。legacy driver も対応してくれるのかな…。

2007-09-10 (Mon)

_ [audacious] audacious/po/ja.po hg3472, audacious-plugins/po/ja.po hg1680

両方とも更新。> audacious hg3472, audacious-plugins hg1680

2007-09-08 (Sat)

_ [debian] libmono-winforms2.0-cil 1.2.5-2 変

libmono-winforms2.0-cil 1.2.4-3 に続き、libmono-winforms2.0-cil 1.2.5-2 も変。いわゆる「ファイルを開く」動作で落ちる。

Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required.
  at System.Configuration.CustomizableFileSettingsProvider.SaveProperties (System.Configuration.ExeConfigurationFileMap exeMap, System.Configuration.SettingsPropertyValueCollection collection, ConfigurationUserLevel level, System.Configuration.SettingsContext context, Boolean checkUserLevel) [0x00000] 
  at System.Configuration.CustomizableFileSettingsProvider.SetPropertyValues (System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection) [0x00000] 
  at System.Configuration.CustomizableFileSettingsProvider.Reset (System.Configuration.SettingsContext context) [0x00000] 
  at System.Configuration.LocalFileSettingsProvider.Reset (System.Configuration.SettingsContext context) [0x00000] 
  at System.Configuration.ApplicationSettingsBase.Reload () [0x00000] 
  at XXXXXXXX.YYYYYYYY.FileOpen () [0x00000] 
  at XXXXXXXX.YYYYYYYY.menuItemOpen_Click (System.Object sender, System.EventArgs e) [0x00000] 
  at System.Windows.Forms.MenuItem.OnClick (System.EventArgs e) [0x00000] 
  at System.Windows.Forms.MenuItem.PerformClick () [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.MenuItem:PerformClick ()
  at System.Windows.Forms.MenuTracker.OnMouseUp (System.Windows.Forms.MouseEventArgs args) [0x00000] 
  at System.Windows.Forms.Form.WmButtonUp (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] 
  at System.Windows.Forms.XplatUIX11.DispatchMessage (System.Windows.Forms.MSG& msg) [0x00000] 
  at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG& msg) [0x00000] 
  at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] 
  at XXXXXXXX.YYYYYYYY.Main () [0x00000] 

libmono-winforms2.0-cil 1.2.3.1-5 + libgdiplus 1.2.3-3 + 他 1.2.5 は駄目だなあ。libmono-winforms2.0-cil 1.2.3.1-5 + libgdiplus 1.2.3-3 + 他 1.2.4 ならまだかろうじて動作する。