makiba (19729) の日記
Debian GNU/Linux Sarge(testing) /etc/X11/XF86Config-4
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xtt"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "GeForce2"
Driver "nv"
BusID "PCI:01:00:00"
VideoRam 65536
# Option "UseFBDev" "true"
Option "UseFBDev" "false"
EndSection
Section "Monitor"
Identifier "RDF173H"
HorizSync 30-90
VertRefresh 40-150
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "GeForce2"
Monitor "RDF173H"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
- コメント無効
Plamo Linux 4.0 インストール
インストールは無事終了するが、マザーボード内蔵サウンド機能との相性のせいか、スピーカから雑音が出る。
マザーボードはMSI 845GE Max-L。
http://www.msi-computer.co.jp/product/mb/?p=845GE%20Max-L
- 0 コメント
Fedora Core 2のcdrecordでCD-Rを焼く
Fedora Core 2でダウンロードしたPlamo Linuxのisoファイルを、cdrecordコマンドで焼く。
Fedora JP Wikiを見てパラメータを設定する。
Fedora Core 2 test 2/cdrecord について
http://fedora.jp/wiki/?Fedora%20Core%202%20test%202%2Fcdrecord%20%A4%CB%A4%C4%A4%A4%A4%C6
CD-RWのドライブ番号を取得する。
[root@localhost rpm]# cdrecord -scanbus
Cdrecord-Clone 2.01a27-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to .
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.80-RH '@(#)scsi-linux-sg.c 1.80 04/03/08 Copyright 1997 J. Schilling').
scsibus1:
1,0,0 100) 'ATAPI ' 'DVD-ROM 16XMax ' '1.00' Removable CD-ROM
1,1,0 101) 'ATAPI ' 'CD-RW 48X24 ' 'D.IC' Removable CD-ROM
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
以下のパラメータで焼けた。
[root@localhost rpm]# cdrecord -v -eject speed=24 dev=ATA:1,1,0 driveropts=burnproof plamo-4.0_01.iso
同じパラメータで、2枚目分のplamo-4.0_02.isoも焼く。
- 0 コメント
RealPlayer 10 ベータ版インストール
Fedora core 2に、RealPlayer 10 ベータ版をインストールする。
The Helix Community
https://helixcommunity.org/
MYCOM PC WEB
「Helix Player 1.0」と「RealPlayer 10」のベータ版が公開
http://pcweb.mycom.co.jp/news/2004/06/17/020.html
- 0 コメント
Fedora Core 2 /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/hda3
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=30
splashimage=(hd0,1)/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,1)
kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.5-1.358.img
title WindowsXP
rootnoverify (hd0,0)
chainloader +1
title Vine Linux 2.6
root (hd0,6)
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 ro
initrd (hd0,6)/initrd/initrd.img
title Plamo Linux 4.0 beta3
root (hd0,7)
kernel (hd0,7)/vmlinuz root=/dev/hda8 ro
title FreeBSD 5.1-RELEASE
root (hd1,0,a)
kernel /boot/loader
title Gentoo Linux
root (hd1,1)
kernel (hd1,1)/boot/kernel-2.4.25-gentoo-r2
initrd (hd1,1)/boot/initrd-2.4.25-gentoo-r2
- コメント無効
Fedora Core 2をインストール
始めは、Fedora Core 1を入れているパーティションでFC2にアップデートインストールする。
しかし音が出なくなる。
新規インストールをしたら、音が出るようになった。
ところがyumでアップデートしたら、日本語入力が出来なくなった。
xinitrc-3.41-1にバグがあるそうだ。
2chのFedora Core 総合スレッドPart3
http://pc5.2ch.net/test/read.cgi/linux/1086355566/
の368にあった書き込みを参考にする。
http://pc5.2ch.net/test/read.cgi/linux/1086355566/368
/etc/X11/xinit/xinitrc.d/に行き、rootになり
# ln -s xinput xinput.sh
と打ってシンボリックファイルを作る方法で直った。
/etc/X11/xinit/xinitrcが悪さをして、末尾に".sh"がつくファイルだけ読むようになったため。
- 0 コメント
昨年 自殺者が3万2000人を越える
昨年1年間の自殺者が3万2082人と過去最多になる。
「自分は"負け組"である」と感じてしまった後の生き方は
難しい。
辛い人生を生きざるを得なかった人間にとっては、
「私はありのままで愛される価値がある」という事が
感情のレベルで分かってくれば、
新しい人生のスタートが見えてくる。
- 0 コメント
「週刊金曜日」にインリン登場
重信メイ氏との対談記事が2004年6月4日発売の最新号に載っている。
週刊金曜日ホームページ
http://www.kinyobi.co.jp/Recent
- 0 コメント
学研「合格情報処理」合併号
月刊「合格情報処理」が、今月のみ
「7・8月合併号」となる。
7月から発売日が毎月20日となる。
合格情報処理ホームページ
http://www.gakkenpc.net/goukaku/top.html
- 0 コメント