분류가 모호한 글2009. 4. 3. 16:40
그냥 텍스트로 열어 보니 많이 보던 <> 태그들
sgm? 어째.. HTML 의 오리지널인 SGML이 떠올랐다.

검색해보니..

Program(s) that open sgm files
Windows  Panorama SGML viewer
 Adobe FrameMaker
 Corel WordPerfect
[출처 : http://www.fileinfo.com/extension/sgm

라는 우울한 결과만 나온다.

그래서 열심히 뒤져보다 보니.. 문득 보이는 makedocs 라는 파일
머지 하고 열어 봤더니

db2html 이라는 프로그램을 사용한다.

결론 : 리눅스에서 변경해서 윈도우에서 html로 봐야 하나?

'분류가 모호한 글' 카테고리의 다른 글

개발의 어려움  (4) 2009.05.13
탈리도마증후근과 돼지독감  (0) 2009.04.29
mp3 ID3 tag  (0) 2009.04.02
MD(Mini Disc) / UMD(Univeral Media Disc)  (0) 2009.03.03
이미지 포맷별 차이점  (8) 2009.02.24
Posted by 구차니
개소리 왈왈2009. 4. 3. 09:51
어제 무려 새벽 2시 까지 죽어라 리눅스 깔고 yum 업데이트 하고 했는데
결국에는 AIGLX를 못 잡았다.. OTL

nVidia에서 공식 드라이버를 받아도 precompiled driver가 없다고 쑈하고..
흐음.. 그래서 회사에 와서 개발서버에 AIGLX 깐거를 봤더니 intel 내장형이었다.

차이점은 Device Driver 명이 "nv" 라고만 명시되어 있는 점.
되는 녀석은 i810 이라고 확실하게 적혀 있는데
내꺼는 nv라고만 되어있다. 원래대로라면 nVidia Quadro2 pro.. 머 이런식으로 기재 되어야 할텐데..


아무튼 검색어는 상당히 제한된 결과를 뱉어내고..
그나마 낚은건.. 
nvidia-glx를 쓰면, sudo nvidia-glx-config enable 명령을 내리면 수동을 xorg.conf를 편집하지 않아도 됩니다.
그렇지만, 혹시 모르니 관련 부분을 붙여넣습니다. 비교해 보세요.
glx 모듈을 쓰셔야 하고, "RenderAccel" 옵션이 켜져야합니다.

Section "Module"
#       Load    "GLcore"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
        Load    "dbe"
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NV17 [GeForce4 420 Go 32M]"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Option          "RenderAccel"           "true"
        Option          "AllowGLXWithComposite" "true"
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection


[링크 : http://kldp.org/node/77482]

그리고 이런 것도 발견!

The 71.86.xx driver supports the following set of GPUs:

NVIDIA GPU product Device PCI ID
RIVA TNT 0x0020
RIVA TNT2/TNT2 Pro 0x0028
RIVA TNT2 Ultra 0x0029
Vanta/Vanta LT 0x002C
RIVA TNT2 Model 64/Model 64 Pro 0x002D
Aladdin TNT2 0x00A0
GeForce 256 0x0100
GeForce DDR 0x0101
Quadro 0x0103
GeForce2 GTS/GeForce2 Pro 0x0150
GeForce2 Ti 0x0151
GeForce2 Ultra 0x0152
Quadro2 Pro 0x0153

[링크 : http://us.download.nvidia.com/XFree86/Linux-x86_64/180.29/README/appendix-a.html]

NVIDIA-Linux-x86-71.86.09-pkg1.run
X 구성 파일

[링크 : http://kr.nvidia.com/object/linux_display_x86_71.86.09_kr.html]


Posted by 구차니
개소리 왈왈2009. 4. 2. 22:53
생각해보니.. 꼽아 보면 되는데.. 왜 고민했을까?
일단 조립해서 켜보자!! 음훼훼


아무튼 이녀석이었구나.. Quadro 2 AGP 64MB

'개소리 왈왈' 카테고리의 다른 글

중고장터 직거래 만세 /ㅁ/  (0) 2009.04.04
Quadro2 Pro AGP 에 AIGLX 실패 ㅠ.ㅠ  (0) 2009.04.03
이상하다...  (2) 2009.04.02
컴퓨터를 사고 싶은데!! AIGLX!!!  (0) 2009.04.02
만우절 그리고 4월의 시작  (8) 2009.04.01
Posted by 구차니
프로그램 사용/VNC2009. 4. 2. 15:37
tight VNC 서버를 설치해서 사용해보았다.

장점 : 솔찍히 realVNC 대비 딱히 좋은건 모르겠다.
단점 : Mirage 드라이버 설치 하기 전에는 VNC 보다 화면 갱신이 좋지 않아 보인다.
        (리스트의 경우 상/하단 3~4개만 갱신되고 화면을 클릭해야 전체가 갱신된다.)
        한글 키가 안 먹힌다.



결론 : 그냥 realVNC personal Edition을 쓰는게 낫겠다는 생각이 든다.

'프로그램 사용 > VNC' 카테고리의 다른 글

tsclient에 VNC 추가하기  (0) 2011.12.31
UVNC - Ultra VNC  (2) 2010.11.26
우분투 9.10 원격설정하기(vino server on Ubuntu 9.10)  (0) 2009.12.30
Fedora Core 6에 VNC 설치하기  (0) 2009.07.22
tightVNC / realVNC  (0) 2009.03.13
Posted by 구차니
분류가 모호한 글2009. 4. 2. 14:24

ID3v2

ID3v1은 그 크기가 128바이트 밖에 안 되었기 때문에 추가적인 정보를 넣는 것이 거의 불가능했다. 이 문제를 해결하기 위해 Lyric3과 같은 태그 포맷이 제안되기도 하였으며, 마틴 닐슨(Martin Nilsson)이 제안한 ID3v2 태그 포맷도 이런 문제를 극복하였다. ID3v2 태그 포맷은 다음과 같은 특징을 가지고 있다.

  • 파일의 첫 부분에 큰 데이터 블록으로 삽입되며, ID3v1과의 호환성이 없다. (ID3v2.4부터는 선택적으로 파일의 끝에 삽입할 수 있다)
  • 프로그램이 파일의 끝까지 읽어 들이기 전에 태그 정보를 얻을 수 있기 때문에 스트리밍 파일을 재생할 때 이득이 된다.
  • 태그의 길이가 변경될 경우 전체 파일이 재작성되어야 하기 때문에 태그를 쓸 때 불리할 수 있다. 이런 이유 때문에 ID3v2 태그 뒤에 적당한 공백을 넣어서, 태그의 길이가 어느 이상 커지지 않으면 전체 파일을 재작성하지 않는 방법을 사용하는 경우도 있다.
  • 몇 개의 고정된 필드를 제공했던 ID3v1과는 달리, ID3v2 태그는 포맷이 정형화된 태그 프레임들로 이루어져 있기 때문에 확장하기 용이하다.
  • 작사자, 지휘자, 매체 종류, BPM, 가사, 이미지, 볼륨, 잔향 설정, 암호화된 정보 등과 같은 다양한 정보를 넣을 수 있다.
  • 태그에 가짜 동기 신호가 삽입되는 것을 방지하기 위한 비동기화(unsynchronisation) 옵션을 제공하기 때문에, ID3v2 태그가 삽입된 MP3 파일은 ID3v2를 지원하지 않는 프로그램에서도 안전하게 재생할 수 있다.
  • 태그 전체의 크기는 256MB까지 허용되며 프레임 하나의 크기는 16MB까지 허용된다.
  • 유니코드를 지원하므로 국제화된 태그를 이용할 수 있다.


[링크 : http://ko.wikipedia.org/wiki/ID3]
[공식 : http://www.id3.org/]

'분류가 모호한 글' 카테고리의 다른 글

탈리도마증후근과 돼지독감  (0) 2009.04.29
확장자 sgm  (2) 2009.04.03
MD(Mini Disc) / UMD(Univeral Media Disc)  (0) 2009.03.03
이미지 포맷별 차이점  (8) 2009.02.24
gray code  (0) 2008.12.22
Posted by 구차니
개소리 왈왈2009. 4. 2. 10:21
어깨에 파스를 붙였는데
입에서 파스맛이 난다...
Posted by 구차니
개소리 왈왈2009. 4. 2. 00:38
일단 8만원에 한대를 구매 할려고 하는데
AGP 포트가 있고, 내장은 VIA S3 유니크롬이라고 한다. AIGLX에서 작동이 불확실한지라..
호환성 리스트를 찾아 봤다.

그랬더니... Nvidia TNT2 계열과 Geforce1은 잘 안된다는 이야기가 있고
집에 있는 그래픽 카드들을 찾아 보니 죄다 TNT2.. OTL
그리고 그 외에는 ATI Rage Pro 그리고 Nvidia Quadro(모델명 모름)

그래서 혹시나 하고 찾아 봤더니 이녀석으로 생각이 된다.

[출처 : http://www.kbench.com/hardware/?no=20822]

가격은 초기에 55만원 ㄱ- 이걸 두개나 득템하고 못쓰고 있었다니 웬지 억울하다랄까..

아무튼 Kororaa에서 사용이 가능한 항목으로 테스트 되었다.
nVidia Quadro FX 500 (tested with kororaa livecd 0.1)
[링크 : http://www.gentoo-wiki.info/AIGLX/Compatibility]

그리고 Nvidia의 공식 리눅스 드라이버는 일단 존재 하는데, 지원가능한지 알수도 없고 ㄱ-
일단 희망적인 내용 하나
Fixed a bug that caused window decorations to be corrupted in Compiz.
[링크 : http://www.nvidia.com/object/linux_display_ia32_173.14.18.html]


아무튼 AIGLX에서 작동이 될 듯 하니.. 컴퓨터를 질러 봐야겠다 +_+

'개소리 왈왈' 카테고리의 다른 글

그래픽 카드 왜 고민했던가 -ㅁ-  (6) 2009.04.02
이상하다...  (2) 2009.04.02
만우절 그리고 4월의 시작  (8) 2009.04.01
우체국 전화 피싱  (8) 2009.03.31
친구에게 하드를 달라고 했더니  (16) 2009.03.31
Posted by 구차니
typedef struct 
{
	WORD wFormatTag;
	WORD  nChannels;
	DWORD nSamplesPerSec;
	DWORD nAvgBytesPerSec;
	WORD  nBlockAlign;
	WORD  wBitsPerSample;
	WORD  cbSize;
} WAVEFORMATEX;

wFormatTag

Waveform-audio format type. Format tags are registered with Microsoft Corporation for many compression algorithms. A complete list of format tags can be found in the Mmreg.h header file. For one- or two-channel PCM data, this value should be WAVE_FORMAT_PCM. When this structure is included in a WAVEFORMATEXTENSIBLE structure, this value must be WAVE_FORMAT_EXTENSIBLE.


nChannels

Number of channels in the waveform-audio data. Monaural data uses one channel and stereo data uses two channels.


nSamplesPerSec

Sample rate, in samples per second (hertz). If wFormatTag is WAVE_FORMAT_PCM, then common values for nSamplesPerSec are 8.0 kHz, 11.025 kHz, 22.05 kHz, and 44.1 kHz. For non-PCM formats, this member must be computed according to the manufacturer's specification of the format tag.


nAvgBytesPerSec

Required average data-transfer rate, in bytes per second, for the format tag. If wFormatTag is WAVE_FORMAT_PCM, nAvgBytesPerSec should be equal to the product of nSamplesPerSec and nBlockAlign. For non-PCM formats, this member must be computed according to the manufacturer's specification of the format tag.


nBlockAlign

Block alignment, in bytes. The block alignment is the minimum atomic unit of data for the wFormatTag format type. If wFormatTag is WAVE_FORMAT_PCM or WAVE_FORMAT_EXTENSIBLE, nBlockAlign must be equal to the product of nChannels and wBitsPerSample divided by 8 (bits per byte). For non-PCM formats, this member must be computed according to the manufacturer's specification of the format tag.

Software must process a multiple of nBlockAlign bytes of data at a time. Data written to and read from a device must always start at the beginning of a block. For example, it is illegal to start playback of PCM data in the middle of a sample (that is, on a non-block-aligned boundary).


wBitsPerSample

Bits per sample for the wFormatTag format type. If wFormatTag is WAVE_FORMAT_PCM, then wBitsPerSample should be equal to 8 or 16. For non-PCM formats, this member must be set according to the manufacturer's specification of the format tag. If wFormatTag is WAVE_FORMAT_EXTENSIBLE, this value can be any integer multiple of 8 and represents the container size, not necessarily the sample size; for example, a 20-bit sample size is in a 24-bit container. Some compression schemes cannot define a value for wBitsPerSample, so this member can be 0.


cbSize

Size, in bytes, of extra format information appended to the end of the WAVEFORMATEX structure. This information can be used by non-PCM formats to store extra attributes for the wFormatTag. If no extra information is required by the wFormatTag, this member must be set to 0. For WAVE_FORMAT_PCM formats (and only WAVE_FORMAT_PCM formats), this member is ignored. When this structure is included in a WAVEFORMATEXTENSIBLE structure, this value must be at least 22.


Remarks

An example of a format that uses extra information is the Microsoft Adaptive Delta Pulse Code Modulation (MS-ADPCM) format. The wFormatTag for MS-ADPCM is WAVE_FORMAT_ADPCM. The cbSize member will typically be set to 32. The extra information stored for WAVE_FORMAT_ADPCM is coefficient pairs required for encoding and decoding the waveform-audio data.



[링크 : http://msdn.microsoft.com/en-us/library/ms713497(VS.85).aspx]

'모종의 음모 > noise cancelling' 카테고리의 다른 글

WAVE format  (0) 2009.08.12
Active Noise Control - ANC  (0) 2009.08.12
음속  (0) 2009.03.30
waveInOpen() waveOutOpen()  (0) 2009.03.26
sampling rate 관련 의문  (2) 2009.03.26
Posted by 구차니
개소리 왈왈2009. 4. 1. 00:05
3월의 마지막날에 2.5만원에 공유기를 샀고
4월의 시작에 핸드폰 사용시간을 다시 초기화 했다.

'개소리 왈왈' 카테고리의 다른 글

이상하다...  (2) 2009.04.02
컴퓨터를 사고 싶은데!! AIGLX!!!  (0) 2009.04.02
우체국 전화 피싱  (8) 2009.03.31
친구에게 하드를 달라고 했더니  (16) 2009.03.31
가려진 아이콘  (2) 2009.03.30
Posted by 구차니
개소리 왈왈2009. 3. 31. 18:24
갑자기 걸려온 번호

000-000

머지? 라고 고심을 하다가 웬지 수상해서 일단은 받아 보닸다.

우체국 입니다. 배송이 안되 우편물이 있어서 어쩌구 저쩌구.
다시 들으실려면 1번을, 상담원 연결은 9번을 눌러 주십시오.


라고 하는데 세번 반복하니 자동으로 끊어지네 ㄱ-
혹시나 검색해보니 피싱


구차니 : 나 붕어 아니거덩?!
Posted by 구차니