close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 23, 2013, 10:16:09 PM (12 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v23
|
v24
|
|
2 | 2 | |
3 | 3 | = 筆記 = |
| 4 | * Number of created screens does not match number of detected devices. Configuration failed. |
| 5 | * /etc/X11/xorg.conf |
| 6 | {{{ |
| 7 | # 調整解析度 |
| 8 | Section "Screen" |
| 9 | Identifier "Default Screen" |
| 10 | Monitor "Configured Monitor" |
| 11 | Device "Configured Video Device" |
| 12 | |
| 13 | DefaultDepth 24 |
| 14 | SubSection "Display" |
| 15 | Depth 24 |
| 16 | Modes "800x600" "1440x900" "1360x768" "1280x1024" "1280x960" "1152x864" "1024x768" |
| 17 | EndSubSection |
| 18 | |
| 19 | EndSection |
| 20 | }}} |
4 | 21 | * 設定 Terminal 顏色: |
5 | 22 | * vim ~/.bashrc」 |