差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

Both sides previous revision Previous revision
Next revision
Previous revision
misc [2011/02/14 14:40]
isakari [OpenFOAM]
misc [2012/05/09 19:17] (現在)
saito [ipod_touch_iphone]
ライン 1: ライン 1:
 メモ メモ
-====== screen ====== + 
-===== スクロールバック ===== + 
-screenを使っていてスクロールバックしたければ、モッドキー+ESCののち、viと同じ操作で動ける。ただし、スクロールバッファが非常に小さいので,.screenrcに以下を書いておくと幸せ。+
 <​code>​ <​code>​
-defscrollback 4000+ 
 + 
 +Section "​ServerLayout"​ 
 + Identifier ​    "​X.org Configured"​ 
 + Screen ​     0  "​Screen0"​ 0 0 
 + Screen ​     1  "​Screen1"​ RightOf "​Screen0"​ 
 + Screen ​     2  "​Screen2"​ RightOf "​Screen1"​ 
 + Screen ​     3  "​Screen3"​ RightOf "​Screen2"​ 
 + InputDevice ​   "​Mouse0"​ "​CorePointer"​ 
 + InputDevice ​   "​Keyboard0"​ "​CoreKeyboard"​ 
 +EndSection 
 + 
 +Section "​Files"​ 
 + ModulePath ​  "/​usr/​lib/​xorg/​modules"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​misc"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​cyrillic"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​100dpi/:​unscaled"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​75dpi/:​unscaled"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​Type1"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​100dpi"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​75dpi"​ 
 + FontPath ​    "/​var/​lib/​defoma/​x-ttcidfont-conf.d/​dirs/​TrueType"​ 
 + FontPath ​    "​built-ins"​ 
 +EndSection 
 + 
 +Section "​Module"​ 
 + Load  "​extmod"​ 
 + Load  "​dri"​ 
 + Load  "​glx"​ 
 + Load  "​record"​ 
 + Load  "​dbe"​ 
 + Load  "​dri2"​ 
 +EndSection 
 + 
 +Section "​InputDevice"​ 
 + Identifier ​ "​Keyboard0"​ 
 + Driver ​     "​kbd"​ 
 +EndSection 
 + 
 +Section "​InputDevice"​ 
 + Identifier ​ "​Mouse0"​ 
 + Driver ​     "​mouse"​ 
 + Option  ​   "​Protocol"​ "​auto"​ 
 + Option  ​   "​Device"​ "/​dev/​input/​mice"​ 
 + Option  ​   "​ZAxisMapping"​ "4 5 6 7" 
 +EndSection 
 + 
 +Section "​Monitor"​ 
 + Identifier ​  "​Monitor0"​ 
 + VendorName ​  "​Monitor Vendor"​ 
 + ModelName ​   "​Monitor Model"​ 
 +EndSection 
 + 
 +Section "​Device"​ 
 + Identifier ​ "​Card1"​ 
 + Driver ​     "​nvidia"​ 
 + BusID ​      "​PCI:​1:​0:​0"​ 
 +EndSection 
 + 
 +Section "​Screen"​ 
 + Identifier "​Screen0"​ 
 + Device ​    "​Card0"​ 
 + Monitor ​   "​Monitor0"​ 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    1 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    4 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    8 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    15 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    16 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    24 
 + EndSubSection 
 +EndSection 
 + 
 +Section "​Screen"​ 
 + Identifier "​Screen1"​ 
 + Device ​    "​Card1"​ 
 + Monitor ​   "​Monitor1"​ 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    1 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    4 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    8 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    15 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    16 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    24 
 + EndSubSection 
 +EndSection 
 + 
 +Section "​Screen"​ 
 + Identifier "​Screen2"​ 
 + Device ​    "​Card2"​ 
 + Monitor ​   "​Monitor2"​ 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    1 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    4 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    8 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    15 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    16 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    24 
 + EndSubSection 
 +EndSection 
 + 
 +Section "​Screen"​ 
 + Identifier "​Screen3"​ 
 + Device ​    "​Card3"​ 
 + Monitor ​   "​Monitor3"​ 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    1 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    4 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    8 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    15 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    16 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    24 
 + EndSubSection 
 +EndSection 
 </​code>​ </​code>​
 +
 +
 +
 +
 +
 +====== ipod_touch_iphone ======
 +==== Googleカレンダーと同期 ====
 +昔はiCal経由で同期していたが、Microsoft Exchangeなるもので同期できるらしい。
 +http://​google-mania.net/​archives/​1137
 +====== texdiff ======
 +
 +きちんとしたtexdiff作りたい
 +元ファイル
 +http://​robmar.net/​TexDiff/​
 +
 +  * 日本語は何も気にしなくてもOK.
 +
 +計画
 +  * 改行がおかしいので,ulineではなく,jumoline.styのUnderlineを使う.
 +
 +問題点
 +  * 環境まわりがおかしい?
 +  * Underlineを使うと\citeで死ぬ?
 +  * いろいろ
 +
  
  
ライン 160: ライン 363:
   * わかりやすいムービー[[http://​geuz.org/​gmsh/​screencasts/​]]   * わかりやすいムービー[[http://​geuz.org/​gmsh/​screencasts/​]]
  
 +  * エディタを正しく設定しないとフリーズする。Tools => Option => general => outputから作成
 ===== 用語 ===== ===== 用語 =====
 |パラメータ|数量を変数で置き換えて表現する。| |パラメータ|数量を変数で置き換えて表現する。|
misc.1297662028.txt.gz · 最終更新: 2011/02/14 14:40 by isakari
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0