Gentoo :: /etc/X11/xorg.conf

Section "ServerLayout"
Identifier "Configured by Gentie"
Screen 0 "MYSCREEN" 0 0
InputDevice "MX310" "CorePointer"
InputDevice "MYKBOARD" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "type1"
Load "freetype"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "InputDevice"
Identifier "MYKBOARD"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Files"
....
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "InputDevice"
Identifier "MX310"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "9"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "NACO190A"
HorizSync 31.5 - 80.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "RV350"
Driver "radeon" # more options...
VendorName "ATI Technologies Inc"
BoardName "RV350 AS [Radeon 9550]"
BusID "PCI:1:0:0"
#VideoRam 262144
Option "AGPMode" "8"
#Option "AGPFastWrite" "yes"
Option "MonitorLayout" "TMDS,NONE"
Option "EnablePageFlip" "on"
Option "ColorTiling" "on"
Option "MergedFB" "off"
Option "IgnoreEDID" "on"
Option "BackingStore" "on"
Option "RenderAccel" "on"
Option "AccelMethod" "exa"
Option "AccelMethod" "xaa"
Option "XaaNoScanlineImageWriteRect"
Option "XaaNoScanlineCPUToScreenColorExpandFill"
EndSection
Section "Device"
Identifier "FGLRX"
Driver "fglrx"
BusID "PCI:1:0:0"
#VideoRam 262144
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off"
Option "DesktopSetup" "single"
Option "ScreenOverlap" "0"
Option "ForceMonitors" "notv"
Option "TVFormat" "NTSC-M"
Option "TVStandard" "VIDEO"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "Centermode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
Option "KernelModuleParm" "agplock=0"
EndSection
Section "Screen"
Identifier "MYSCREEN"
Device "RV350"
Monitor "NACO190A"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection

To turn aiglx on and composite enabled, Do following...
....
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "RV350"
Driver "radeon"
....
Option "XaaNoOffscreenPixmaps" "on"
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
....

by 달소년 | 2006/11/10 22:50 | 리눅스 | 트랙백 | 덧글(0)

Gentoo :: fdisk -l & /etc/fstab


# fdisk -l /dev/hda
Device Boot Start End Blocks Id System
/dev/hda1 * 1 5 40131 83 Linux
/dev/hda2 6 68 506047+ 82 Linux swap
/dev/hda3 69 522 3646755 83 Linux
/dev/hda4 523 ... ....... c W95 FAT32 (LBA)

# cat /etc/fstab
/dev/hda1 /boot ext3 noauto,noatime 1 2
/dev/hda3 / reiserfs noatime 0 1
/dev/hda2 none swap sw 0 0
/dev/hdc /mnt/cdrom iso9660 noauto,ro,user 0 0


# fdisk -l /dev/hda
Device Boot Start End Blocks Id System
/dev/hda1 1 262 2104483+ 82 Linux swap
/dev/hda2 263 4831 36700492+ 83 Linux
/dev/hda3 * 4832 6659 14683410 7 HPFS/NTFS
/dev/hda4 6660 19457 102799935 c W95 FAT32 (LBA)
# cat /etc/fstab
/dev/hda2 / reiserfs noauto,noatime,notail 0 1
/dev/hda1 none swap sw 0 0
/dev/hdc /mnt/cdrom iso9660 noauto,ro,user 0 0
/dev/hda4 /mnt/datadisk vfat codepage=949,iocharset=utf8,\
gid=10,umask=002 0 0
//neo/fbox /mnt/filebox smbfs codepage=cp949,iocharset=utf8,\
uid=1000,gid=10,guest 0 0

by 달소년 | 2006/11/10 22:03 | 리눅스 | 트랙백 | 덧글(0)

Gentoo :: kernel configuration

Code maturity level options --->
[*] Prompt for development and/or incomplete code/drivers
General setup --->
[*] Support for hot-pluggable devices
Processor type and features --->
(AMD-Opteron/Athlon64) Processor family
File systems --->
Pseudo Filesystems --->
[*] /proc file system support
[ ] /dev file system support (OBSOLETE)
[*] Virtual memory file system support (former shm fs)
<*> Reiserfs support
<*> Ext3 journalling file system support
<M> JFS filesystem support
<*> Second extended fs support
<M> XFS filesystem support
Device Drivers --->
ATA/ATAPI/MFM/RLL support --->
[*] Generic PCI bus-master DMA support
[*] Use PCI DMA by default when available
Device Drivers > Character devices:
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
< > ATI Radeon
Device Drivers > Graphics support:
[ ] Enable Tile Blitting Support
Device Drivers > Graphics support:
[*] Support for frame buffer devices
< > VESA VGA graphics support
VESA driver type (vesafb-tng) --->
(1024x768-32@75) VESA default mode
<*> ATI Radeon display support
Device Drivers > Graphics support > Console display driver support:
[*] Video mode selection support
<*> Framebuffer Console support
Device Drivers > Graphics support:
[*] Support for the framebuffer splash
Device Drivers > Graphics support:
Logo configuration --->
[ ] Bootup logo
Device Drivers > Sound:
<*> Sound card support
<M> Advanced Linux Sound Architecture
<M> Sequencer support
< > Sequencer dummy client
<M> OSS Mixer API
<M> OSS PCM (digital audio) API
<*> OSS Sequencer API
<M> RTC Timer support
[*] Use RTC as default sequencer timer
[ ] Verbose printk
[ ] Debug
PCI devices --->
<M> VIA 82C686A/B, 8233/8235 AC97 Controller
Device Drivers > Input device support:
<*> Event interface
Device Drivers > Block devices:
<*> RAM disk support
(8192) Default RAM disk size (kbytes)
[*] Initial RAM disk (initrd) support

by 달소년 | 2006/11/10 21:19 | 리눅스 | 트랙백 | 덧글(0)

적자존(適者存)

오마이뉴스 : 사는 이야기, 표명열님의 글 내용 중에서...
세상에는 물리적인 힘이 강한 자만이 살아남는 것이 아니다. 정글의 법칙도 마찬가지다. 맹수들은 배가 고프지 않으면 약한 짐승을 함부로 잡아먹지 않는다. 그렇지 않으면 먹이사슬에 불균형이 발생하고 생태계의 생존 질서가 파괴되기 때문이다.

진정한 힘은 자연과 환경, 다른 개체와 조화를 이루고 적응하는 능력에서 나온다. 동물세계의 질서에만 해당되는 이야기가 아니다. 인간의 사회생활에도 적용된다. 진정으로 강한 힘은 지배력이 아니다. 다른 사람의 마음을 이끌고 사로잡을 수 있는 능력이다. 그러기에 이타적인 사랑의 힘이 가장 강한 힘이라 하지 않는가? 힘센 자만이 존재할 수 있다는 적자생존의 우격다짐보다 훨씬 설득력이 있는 논리 아닌가.

하나의 강자가 만들어지기까지 이름 모를 약자들의 수많은 희생이 있었다는 것을 기억하는 겸허함이 있어야 한다. 강한 강철은 부러지기 쉽다. 물리적인 폭력은 언젠가 반드시 그보다 강한 힘에 의해 망한다. 이는 역사의 법칙이다.

by 달소년 | 2006/10/20 09:27 | 트랙백 | 덧글(0)

<The I Inside> 감상평


The I Inside, 2003
죽어가는 죄지은 영혼이 죽기 전의 기억을 매개로 반복해서 만들어내는 2분 간의 환상

by 달소년 | 2006/07/27 11:23 | 트랙백 | 덧글(0)

◀ 이전 페이지          다음 페이지 ▶