Linux2011. 9. 16. 21:40
grub 부팅시 블랙 스크린이 뜨면 vga=0x318 이런식으로 옵션을 준다는데
0x318은 10진수로 792 이다.
아래의 표에 의하면 1024x768에 24bit로 grub GUI 모드를 들어가는건데

[링크 : http://www.pendrivelinux.com/vga-boot-modes-to-set-screen-resolution/]

GRUB 로더에서 도움말을 보면
Laptops with screen display problems vga=771 라고 되어있다.
771은 800x600에 8bit 모드..


[링크 : http://ubuntu-tutorials.com/2010/05/06/ubuntu-10-04-lucid-blank-screen-at-startup-workaround/]
2011/09/13 - [Linux/Ubuntu] - Ubuntu 10.04 LTS on Xeon(nocona) 2CPU / ATI Rage XL 설치 실패 

'Linux' 카테고리의 다른 글

XD 메모리를 못 읽을때  (0) 2011.09.24
xterm 에서 F1 / F10 키 할당 해제하기  (0) 2011.09.21
intel pro 1000 계열 리눅스 드라이버  (2) 2011.06.24
AIX 메뉴얼  (0) 2011.06.09
TSC - Time Stamp Counter  (0) 2011.06.05
Posted by 구차니
Linux/Ubuntu2011. 9. 13. 18:22
처음에 검색 키워드를 우분투와 nocona/xeon 으로 한정을 짓다보니 도무지 나오질 않는데
우연히 눈에 띄게 된 키워드 ATI

[링크 : http://www.overclock.net/linux-unix/815328-ubuntu-10-04-1-installation-problem.html]
[링크 : http://www.linuxquestions.org/questions/ubuntu-63/blank-screen-at-ubuntu-10-04-startup-829493/]
[링크 : http://ubuntu-tutorials.com/2010/05/06/ubuntu-10-04-lucid-blank-screen-at-startup-workaround/]

설마.. ATI Rage XL 이라서 무슨 문제가 있나 싶어 검색을 해보니 촤르르르르~
일부에서는 9.04 LTS에서 업글하라는걸 보면 드라이버 지원이라던거 차이점이 생긴것 같은데 흐음..
구버전이라도 좀 받아놔야하려나.. 

[링크 : http://ubuntuforums.org/showthread.php?t=1539055]
[링크 : http://www.linuxquestions.org/./howto-get-hi-res-screens-with-ubuntu-10-04-and-ati-rage-xl-card-892807/

'Linux > Ubuntu' 카테고리의 다른 글

ubuntu 10.04 LTS 한글 받침 입력 문제  (0) 2011.09.20
Ubuntu Desktop 64bit on Xeon Server (nocona) 3.0Ghz x 2  (2) 2011.09.17
ubuntu 에서 openGL 프로그래밍하기  (0) 2011.09.07
update-manager  (0) 2011.06.21
motd - Message of The Day  (0) 2011.06.07
Posted by 구차니
Linux/Ubuntu2011. 9. 7. 21:02
freeglut3-dev의 상콤한 설정

1) sudo apt-get update 
2) sudo apt-get install build-essential
3) sudo apt-get install freeglut3-dev

[링크 : http://ubuntuforums.org/showthread.php?t=345177



colinux 에서 freegult를 설치하고 예제를 컴파일 하여 실행한 화면
공부용으로는 colinux + openGL도 썩 나쁘진 않은듯 하다.
[링크 : http://www.opengl.org/resources/code/samples/glut_examples/examples/examples.html]

undefined reference to `gluOrtho2D' 해결법은
-lGLU
[링크 : http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=273312

'Linux > Ubuntu' 카테고리의 다른 글

Ubuntu Desktop 64bit on Xeon Server (nocona) 3.0Ghz x 2  (2) 2011.09.17
Ubuntu 10.04 LTS on Xeon(nocona) 2CPU / ATI Rage XL 설치 실패  (0) 2011.09.13
update-manager  (0) 2011.06.21
motd - Message of The Day  (0) 2011.06.07
apt-get 관련  (0) 2011.06.05
Posted by 구차니
Linux2011. 6. 24. 21:20

Linux* ANS Driver [iANS-3.4.3a.tar.gz]

Questions and Answers:

Q1. Why is Intel no longer offering this software?
A1. Intel is moving towards an open source model for its teaming features. Channel Bonding.

Q2. How long will Intel provide new updates to ANS?
A2. Intel will NOT be providing any new updates to ANS after January 11, 2005.
 

[링크 : http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=879&DwnldID=5600] 


kernel 2.4.18 through 2.6.x kernels
[링크 :  http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=879&DwnldID=9180]

[링크 : https://help.ubuntu.com/community/LinkAggregation]
[링크 :  https://help.ubuntu.com/community/UbuntuBonding]

'Linux' 카테고리의 다른 글

xterm 에서 F1 / F10 키 할당 해제하기  (0) 2011.09.21
grub 부팅 옵션 vga=771  (0) 2011.09.16
AIX 메뉴얼  (0) 2011.06.09
TSC - Time Stamp Counter  (0) 2011.06.05
zip 파일은 UTF-8을 지원안하려나?  (2) 2011.04.07
Posted by 구차니
Linux/Ubuntu2011. 6. 21. 09:08
$ sudo apt-get update
$ sudo apt-get upgrade
명령어 콤보도 좋지만 

시작시에 메시지 이상한게 나오기 싫으니까
정석대로(?) 업데이트 매니저를 실행하는것도 나쁘진 않은 선택!

실행명은
$ update-manager

 
누가 머래도.. X11 tunneling은 촘 짱인듯 

'Linux > Ubuntu' 카테고리의 다른 글

Ubuntu 10.04 LTS on Xeon(nocona) 2CPU / ATI Rage XL 설치 실패  (0) 2011.09.13
ubuntu 에서 openGL 프로그래밍하기  (0) 2011.09.07
motd - Message of The Day  (0) 2011.06.07
apt-get 관련  (0) 2011.06.05
PAE - Physical Address Extension  (0) 2011.05.08
Posted by 구차니
Linux2011. 6. 9. 16:25
IBM 이 갑이제~


alog를 man 쳐봐도 안나오는 희한한 좌절스런 시스템 ㅠ.ㅠ

[링크 : http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.doc/doc/base/commandsreference.htm]

'Linux' 카테고리의 다른 글

grub 부팅 옵션 vga=771  (0) 2011.09.16
intel pro 1000 계열 리눅스 드라이버  (2) 2011.06.24
TSC - Time Stamp Counter  (0) 2011.06.05
zip 파일은 UTF-8을 지원안하려나?  (2) 2011.04.07
fstab  (4) 2011.03.22
Posted by 구차니
Linux/Ubuntu2011. 6. 7. 16:18
Message of The Day
오늘의 메시지로 번역하면 되려나?

로그인 시에는
/etc/issue 라는 파일과
추가적으로 /etc/motd /etc/motd.tail 파일이 붙어서 화면에 출력이 된다.

하지만 어떠한 이유(아마도 apt-get으로 강제 업데이트 해서겠지?)로 인해
이러한 내용이 엉겨서 더이상 업데이트 할 내용이 없음에도 불구하고 계속 나온다면
motd 파일을 손을 보는 것이 현명한(?) 방법이다.

로그인 시에 이렇게 나오는데
Linux dev 2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:54:21 UTC 2011 i686 GNU/Linux
Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

48 packages can be updated.
28 updates are security updates.

Last login: Tue Jun  7 13:24:08 2011 from 192.168.10.15 

이 파일의 내용은 /etc/motd 와 /etc/motd.tail 에 둘다 포함되어 있다.
motd를 지워도 motd.tail이 계속 붙으므로
motd.tail의 내용을 비워주면 이러한 내용이 붙지 않게 된다. 

[링크 : http://www.ubuntu.or.kr/viewtopic.php?p=1070]
[링크 : http://www.ubuntugeek.com/how-to-change-message-of-the-day-motd-in-ubuntu-server.html]

'Linux > Ubuntu' 카테고리의 다른 글

ubuntu 에서 openGL 프로그래밍하기  (0) 2011.09.07
update-manager  (0) 2011.06.21
apt-get 관련  (0) 2011.06.05
PAE - Physical Address Extension  (0) 2011.05.08
멀티부트 상황에서 시간변동 바로잡기  (0) 2011.04.15
Posted by 구차니
Linux/Ubuntu2011. 6. 5. 01:40
리눅스에 콘솔로 접속을 하는데 매번 이런 메시지가 나온다.
Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

Ubuntu 10.04.2 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

17 packages can be updated.
12 updates are security updates. 

sudo apt-get update
sudo apt-get upgrade를 해도 매번 나오길래 검색을 해보니

sudo apt-get dist-upgrade 를 해보라고 한다.

[링크 : http://ubuntuforums.org/showthread.php?t=1222909]
[링크 : http://ubuntuforums.org/showthread.php?t=729987]
[링크 : http://www.ubuntu.or.kr/viewtopic.php?p=21377]
[링크 : http://www.linuxquestions.org/questions/fedora-35/apt-get-question-dist-upgrade-vs-upgrade-219920/]
[링크 : http://linux.die.net/man/8/apt-get]

아무튼, cron 같은데서 돌리도록 하기 위해 -y옵션을 주고 하면 무조건 yes를 한다. 
-y
--yes
--assume-yes
Automatic yes to prompts; assume "yes" as answer to all prompts and run non-interactively. If an undesirable situation, such as changing a held package or removing an essential package occurs then apt-get will abort. Configuration Item: APT::Get::Assume-Yes. 
 

'Linux > Ubuntu' 카테고리의 다른 글

update-manager  (0) 2011.06.21
motd - Message of The Day  (0) 2011.06.07
PAE - Physical Address Extension  (0) 2011.05.08
멀티부트 상황에서 시간변동 바로잡기  (0) 2011.04.15
Ubuntu 에서 듀얼 모니터 사용하기  (2) 2011.04.15
Posted by 구차니
Linux2011. 6. 5. 00:36
/var/log/messages 파일에 다음과 같은 녀석이 하이라이트 되길래 찾아봤는데..
[    0.000000] Fast TSC calibration failed 
도대체 머하는거야? -_-

[링크 : http://en.wikipedia.org/wiki/Time_Stamp_Counter]
    [링크 : http://stackoverflow.com/.../time-stamp-counter-tsc-when-switching-between-kernel-user-mode

'Linux' 카테고리의 다른 글

intel pro 1000 계열 리눅스 드라이버  (2) 2011.06.24
AIX 메뉴얼  (0) 2011.06.09
zip 파일은 UTF-8을 지원안하려나?  (2) 2011.04.07
fstab  (4) 2011.03.22
/proc/cpuinfo flags 필드의 내용  (0) 2011.03.22
Posted by 구차니
Linux/Ubuntu2011. 5. 8. 01:24
PAE는 32bit OS에서 4GB 이상의 용량을 사용할수 있도록 해주는 기술이다.
CPU에서도 지원을 해야한다.

[링크 : http://calmglow.egloos.com/4571486]
[링크 : http://en.wikipedia.org/wiki/Physical_Address_Extension]

우분투 10.04 에서는 네트워크를 연결해서 설치하면 PAE 지원시 설치가 되지만
오프라인 설치시에는 별도로 패키지를 추가해주어야 한다.
CPU가 PAE를 지원하는지는 /proc/cpuinfo에서 PAE를 찾으면 된다.

# sudo aptitude install linux-generic-pae linux-headers-generic-pae
# cat /proc/cpuinfo | grep -i PAE

[링크 : https://help.ubuntu.com/community/EnablingPAE 

'Linux > Ubuntu' 카테고리의 다른 글

motd - Message of The Day  (0) 2011.06.07
apt-get 관련  (0) 2011.06.05
멀티부트 상황에서 시간변동 바로잡기  (0) 2011.04.15
Ubuntu 에서 듀얼 모니터 사용하기  (2) 2011.04.15
ubuntu 10.04 LTS 64bit  (0) 2011.03.22
Posted by 구차니