'잡동사니'에 해당되는 글 13676건

  1. 2025.08.21 iperf3 설정별 속도
  2. 2025.08.20 openGL VAO ABO
  3. 2025.08.20 openGL display list, deprecated
  4. 2025.08.20 blender로 stl 구멍 메우기
  5. 2025.08.19 GIMP paint dynamics editor
  6. 2025.08.19 잘가 홈월드 리마스터
  7. 2025.08.19 다시 돌아온 열대야
  8. 2025.08.18 GIMP on windows with wacom
  9. 2025.08.18 와콤 펜 종류
  10. 2025.08.18 wacom 진단
embeded/odroid2025. 8. 21. 11:13

odroid c2 <-> notebook(gbe) 간의 퍼포먼스 테스트

 

length 1514

$ iperf3 -l 45 -c 192.168.220.50
Connecting to host 192.168.220.50, port 5201
[  5] local 192.168.220.108 port 50248 connected to 192.168.220.50 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  7.75 MBytes  65.0 Mbits/sec    0   62.2 KBytes       
[  5]   1.00-2.00   sec  8.03 MBytes  67.4 Mbits/sec    0   62.2 KBytes       
[  5]   2.00-3.00   sec  7.91 MBytes  66.3 Mbits/sec    0   62.2 KBytes       

 

length 144

$ iperf3 -l 45 -M 90 -c 192.168.220.50
Connecting to host 192.168.220.50, port 5201
[  5] local 192.168.220.108 port 48086 connected to 192.168.220.50 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  11.1 MBytes  92.9 Mbits/sec  270   31.8 KBytes       
[  5]   1.00-2.00   sec  2.52 MBytes  21.1 Mbits/sec    5   31.8 KBytes       
[  5]   2.00-3.00   sec  2.33 MBytes  19.5 Mbits/sec    5   17.4 KBytes   

 

length 144

$ iperf3 -M 90 -c 192.168.220.50
Connecting to host 192.168.220.50, port 5201
[  5] local 192.168.220.108 port 40712 connected to 192.168.220.50 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  18.4 MBytes   155 Mbits/sec   44   30.2 KBytes       
[  5]   1.00-2.00   sec  19.4 MBytes   163 Mbits/sec    4   39.8 KBytes       
[  5]   2.00-3.00   sec  18.9 MBytes   159 Mbits/sec   10   37.9 KBytes    

 

length 1514

$ iperf3 -c 192.168.220.50
Connecting to host 192.168.220.50, port 5201
[  5] local 192.168.220.108 port 35404 connected to 192.168.220.50 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec   112 MBytes   940 Mbits/sec   21    554 KBytes       
[  5]   1.00-2.00   sec   112 MBytes   944 Mbits/sec    0    691 KBytes       
[  5]   2.00-2.94   sec   105 MBytes   937 Mbits/sec    0    701 KBytes      
Posted by 구차니
Programming/openGL2025. 8. 20. 19:14

'Programming > openGL' 카테고리의 다른 글

openGL display list, deprecated  (0) 2025.08.20
visual studio 2002 에서 openGL 예제 실행  (0) 2025.07.30
openGL light  (0) 2025.07.30
openGL shade  (0) 2025.07.30
openGL 은선제거  (0) 2025.07.29
Posted by 구차니
Programming/openGL2025. 8. 20. 19:12

예전 openGL 책보다가 매번 해보지 못했던 부분인데

[링크 : http://www.gisdeveloper.co.kr/?p=76]

 

deprecated 되었다고 한다.

Note that these features were deprecated in 3.0, and actually removed in 3.1 (but still provided compatibility via an ARB extension). In OpenGL 3.2, they moved these features into a 'compatibility' profile that is optional for driver writers to implement.

[링크 : https://stackoverflow.com/questions/4113989/why-were-display-lists-deprecated-in-opengl-3-1]

 

오래되긴 했네..

OpenGL 3.1

출시일: 2009년 3월 24일

[링크 : https://ko.wikipedia.org/wiki/OpenGL]

'Programming > openGL' 카테고리의 다른 글

openGL VAO ABO  (0) 2025.08.20
visual studio 2002 에서 openGL 예제 실행  (0) 2025.07.30
openGL light  (0) 2025.07.30
openGL shade  (0) 2025.07.30
openGL 은선제거  (0) 2025.07.29
Posted by 구차니
프로그램 사용/Blender2025. 8. 20. 17:37

아..하?

 

Go to blender, remove vertical faces, select circle dots and press F.

[링크 : https://www.reddit.com/r/FreeCAD/comments/16rbcnx/how_to_fill_the_hole/?tl=ko]

 

모델을 받고

[링크 : https://www.thingiverse.com/thing:5418222]

 

싱기버스에서 받아서 stl로 불러올때 0.001 sclae로 해주니 얼추 사이즈가 맞게 나오는것 같다.

근데  scenedml length를 meter에서 milimeters로 바꾸어도 왜 불러올때 scene unit을 체크해도 사이즈가 변함없을까..

 

 

열심히 edit mode 에서 면을 고르고

 

면을 삭제한 뒤

 

주변을 선택하고

 

'F'를 눌러 fill 해주면 감쪽같이!

 

오.. 폴리곤을 줄이면서 단순화 하려면 방법이 없나?

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

gemini + blender  (0) 2025.09.01
blender 휠 에뮬레이트 하기  (0) 2025.05.18
blender + kinect  (0) 2025.04.16
blender 강좌  (0) 2025.01.01
blender render - cycle, eevee  (0) 2024.08.30
Posted by 구차니
프로그램 사용/GIMP2025. 8. 19. 23:57

독 메뉴 중에 페인트 동적 요소를 열어야 하는데

그 좌측 하단에 + 써있는걸 누르면 새로운 동적 요소가 생겨나고 수정이 가능해진다.

기본으로 제공되는 프리셋은 수정이 불가능한 듯.

 

아무튼 새로 추가해서 불투명도에서 "압력", "방향"을 체크변경할 수 있고

 

클릭 두 번하면 선이 생겨나고 그 이후에 베지어 곡선으로 어떻게 바꿀수 있는 듯.

 

아무튼 이런식으로 내가 원하는 기능에 펜의 특성을 지정해주면 된다.

 

[링크 : https://docs.gimp.org/3.0/en/gimp-tool-dynamics.html]

Posted by 구차니
게임/홈월드 시리즈2025. 8. 19. 23:54

튜토리얼을 제외하면 전부 달성.

리마스터에 오리지널까지 4개를 깼는데 25시간이라...

원래 플레이타임이 긴 게임은 아니지만

지금 나이 먹고 하기에는 짧은 시간은 또 아니게 되어버린게 함정이네..

 

'게임 > 홈월드 시리즈' 카테고리의 다른 글

dessert of kharak 진행 중!  (0) 2025.09.08
dessert of kharak 시작!  (0) 2025.09.07
홈월드 리마스터 extra mission  (0) 2025.08.09
홈월드 2 리마스터 - 추가 미션  (0) 2025.07.20
홈월드 2 리마스터 끝!  (0) 2025.07.20
Posted by 구차니

아니.. 8월 말이면 좀 시원해져야지?!? 싶다가도

아.. 9월 까진 더웠지 싶은 이 드러운 날씨

 

더운게 기본이다보니 이젠 열대야 라는 말 자체가 언급안되는 느낌이다.

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

드라이브~  (0) 2025.08.24
애견미용이 비싸서!  (0) 2025.08.23
하루 늦은.. 기절?  (0) 2025.08.17
시승(?)  (1) 2025.08.15
타이어 펑크, 교체  (0) 2025.08.13
Posted by 구차니
프로그램 사용/GIMP2025. 8. 18. 22:58

장치 및 버전

  • PTH-651 intuos pro / medium
  • windows 10 20H2
  • gimp 2.10.38 for windows
  • WacomTablet_6.4.10-3.exe

 

---

일단 이전 버전은 잘은 기억안나는데 intuos 3 쪽 테스트 한다고 구버전을 깔았었고

2006년 드라이버로 잡혔었는데 (대충 기억으로 6.3.5 였나 그랬음)

 

pth-651용 신버전으로 설치하니, 6.4.10-3 으로 업그레이드 되고

 

wacom tablet의 드라이버 날자도 2006년에서 2025년으로 갱신

 

windows ink 사용하건 안하건

 

gimp wintab / windows ink 중에 어떤걸 하던 잘 된다.

 

입력 장치에서 WACOM Tablet Eraser와 WACOM Tablet Pressure Stylus의 모드가

처음에는 "사용 안 함" 인데 "화면" 혹은 "창"으로 바꾸어주면 필압과 지우개가 인식된다.

 

하다보니 갑자기(?) 이상한 녀석들이 잔뜩 추가되었다? 누군지 모르겠으니 전부 화면으로 선택해주면 끝

 

필압쪽은 아래와 같이 설정하면 된다.

기본값이 dynamics off 이고, 마우스 대신 펜으로 반드시 동적요소를 바꾸어 주어야 펜에 적용된다.

 

pressure size를 선택하면 매핑 행렬에 크기 - 압력 으로 체크되고, 세게 누르면 두껍게 입력된다.

색을 하면 진하게 될텐데 그게 더 나으려나?

 

그 외에 tilt angle을 택하면 각도 - 기울기로 되고 

 

펜의 기울기 각도에 따라 조합이 되어, 아래처럼 어느정도는 pen barrel 혹은 rotate를 흉내낼수 있게 된다.

 

예전에는 글로벌 설정으로 된거 같은데 지우개, 브러시 별로 각각 설정이 되어서 좋다고 해야하나..

불편하다고 해야하나..

[링크 : https://askubuntu.com/questions/48771/how-to-set-pressure-sensitivity-in-gimp-to-control-line-thickness]

 

---

크게 도움은 되지 않았지만 그래도 나름(?) 첫 길잡이가 되어준 글들

[링크 : https://greenon.tistory.com/316]

[링크 : https://www.gimp-forum.net/Thread-Wacom-Tablet-Not-showing-in-Input-Devices]

Posted by 구차니
하드웨어/pen tablet2025. 8. 18. 16:37

 

 

The following Wacom accessories are compatible with the Wacom Cintiq 16/24 (2025) displays.
  • Wacom Pro Pen 3 (ACP50000DZ)
  • Wacom Pro Pen 3E (ACP501E00DZ)
  • Wacom Cintiq Vari-angle Pen Stand (ACK45120Z)
  • HDMI to mini HDMI cable 1.8M for Wacom Cintiq 16/24 (ACK45106Z)
  • Wacom Pro Pen 3 Wood Grip (ACK35304Z)
  • Wacom Pro Pen 3 (ACP50000DZ)
  • Wacom Pro Pen 3 Straight Grip (ACK34801Z)
  • Wacom Pro Pen 3 Flare Grip (ACK34802Z)
  • Wacom Pro Pen 3 Standard nib 5pcs (ACK24801Z)
  • Wacom Pro Pen 3 Felt nib 10 pcs (ACK24819Z)
  • Wacom Pro Pen 3 Rubber Nibs 5pcs (ACK253010Z)
  • Pen tether (black/white) (ACK-420-07K, ACK-420-07W)
  • USB type C to C 1.8M cable (ACK4490601Z)
  • AC adapter (ACK4481401Z)
  • Power cord (1.0M) (ACK4480601X)
  • AC adapter + Plug (ACK44914)
  • USB type-C to A cable (1.8M) (ACK4480601Z)
  • ExpressKey Remote (ACK411050)
  • Wacom Pro Pen 2 (KP-504E)
  • Wacom Pro Pen 3D (KP505)
  • Wacom Pro Pen Slim (KP-301E)
  • Pro Pen (KP-503E)
  • Grip Pen (KP-501E)
  • Classic Pen (KP-300E)
  • Art Pen (KP-701E)
  • Slim Pen (KP-301E)
  • Accessory Pen Black DTK-2451/DTH-2452 (KP302E)

[링크 : https://support.wacom.com/hc/en-us/articles/32396210875031-What-are-the-compatible-accessories-for-the-Wacom-Cintiq-16-24-2025] 신티크 호환펜 목록

 

art pen 만 rotation을 지원하고, wheel은 bursh pen에서 지원하나 보다.





[링크 : https://machollywood.com/blogs/news/wacom-pen-compatibility?srsltid=AfmBOoqYjRmfG6-3mUUHy8ZDqoDrAcDSWKwFI0LfMf7RjDxxdQLMKhCT]

 

아트펜

[링크 : https://blog.naver.com/zse4321qa/222149790965]

'하드웨어 > pen tablet' 카테고리의 다른 글

ubuntu에서 wacom 활성영역 설정하기  (0) 2025.08.28
open tablet driver  (0) 2025.08.21
wacom 진단  (0) 2025.08.18
wacom on window  (2) 2025.08.18
wacom 펜 도착!  (0) 2025.08.18
Posted by 구차니
하드웨어/pen tablet2025. 8. 18. 16:07

윈도우 와콤 드라이버 - 진단

[링크 : https://101.wacom.com/userhelp/en/WTP.htm]

 

등록정보 - 정보 - 진단

 

펜 정보에 X축 기울기, Y 축 기울기로 뜬다.

아트펜이 아니라서 회전은 아예 활성화가 안되는건가..

 

아래는 터치 인식. 멀티 터치인데 2개까지만 일단 해둔건가.

'하드웨어 > pen tablet' 카테고리의 다른 글

open tablet driver  (0) 2025.08.21
와콤 펜 종류  (0) 2025.08.18
wacom on window  (2) 2025.08.18
wacom 펜 도착!  (0) 2025.08.18
wacom 펜 설명이 왜 이러냐 -_-  (0) 2025.08.14
Posted by 구차니