utikin@wiki
最終更新:
utikin
-
view
UbuntuOnPCG-TR1
ハードディスクが死んだため、入れ換えを実施。
ついでにOSもubuntuに入れ換えました。
ついでにOSもubuntuに入れ換えました。
インストール
なにも考えずに、CDからブートして、そのままインストール。
初期設定
画面解像度
915resolutionがインストール済みだった。
$ sudo vim /etc/X11/xorg.conf
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
# HorizSync 28-64
# VertRefresh 43-60
Modeline "1280x768" 76.80 1280 1290 1300 1310 768 778 788 798
EndSection
$ sudo vim /etc/default/915resolution
#
# 915resolution default
#
# find free modes by /usr/sbin/915resolution -l
# and set it to MODE or set to 'MODE=auto'
#
# With 'auto' detection, the panel-size will be fetched from the VBE
# BIOS if possible and the highest-numbered mode in each bit-depth
# will be overwritten with the detected panel-size.
MODE=58
#
# and set resolutions for the mode.
# e.g. use XRESO=1024 and YRESO=768
XRESO=1280
YRESO=768
#
# We can also set the pixel mode.
# e.g. use BIT=32
# Please note that this is optional,
# you can also leave this value blank.
BIT=32
$ sudo 915resolution 58 1280 768
無線LAN
内蔵無線がそのまま認識されてた。。。
と言うわけで、ほとんどなにもせずに使えるようになりました。