'2025/09'에 해당되는 글 28건

  1. 2025.09.10 xsetwacom with intuos pen & touch tablet
  2. 2025.09.10 SK-8845RC USB 포트
  3. 2025.09.10 desserts of kharak
  4. 2025.09.09 외근
  5. 2025.09.08 dessert of kharak 진행 중!
  6. 2025.09.08 ssh -t
  7. 2025.09.08 cth-490 on ubuntu
  8. 2025.09.07 dessert of kharak 시작!
  9. 2025.09.06 와콤 cth-490 지름 2
  10. 2025.09.05 PWA - progressive web app
하드웨어/pen tablet2025. 9. 10. 17:38

※ 티스토리에서 붙이면 공백이 이상한걸로 바뀌니 복사해서 붙여넣을땐 공백 지우고 다시 넣을 것

 

$ sudo xsetwacom --list devices parameter
Wacom Intuos PT S 2 Pen stylus   id: 22 type: STYLUS    
Wacom Intuos PT S 2 Pad pad      id: 23 type: PAD       
Wacom Intuos PT S 2 Finger touch id: 24 type: TOUCH     

 

stylus

$ sudo xsetwacom -s --get 22 all
xsetwacom set "22" "Area" "0 0 15200 9500"
xsetwacom set "22" "Button" "1" "button +1 "
xsetwacom set "22" "Button" "2" "button +2 "
xsetwacom set "22" "Button" "3" "button +3 "
xsetwacom set "22" "Button" "8" "button +8 "
xsetwacom set "22" "ToolDebugLevel" "0"
xsetwacom set "22" "TabletDebugLevel" "0"
xsetwacom set "22" "Suppress" "2"
xsetwacom set "22" "RawSample" "4"
xsetwacom set "22" "PressureCurve" "0 0 100 100"
xsetwacom set "22" "Mode" "Absolute"
xsetwacom set "22" "TabletPCButton" "off"
xsetwacom set "22" "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
xsetwacom set "22" "Gesture" "off"
xsetwacom set "22" "ZoomDistance" "0"
xsetwacom set "22" "ScrollDistance" "0"
xsetwacom set "22" "TapTime" "250"
xsetwacom set "22" "CursorProximity" "30"
xsetwacom set "22" "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
xsetwacom set "22" "Threshold" "26"
xsetwacom set "22" "BindToSerial" "0"
xsetwacom set "22" "PressureRecalibration" "on"
xsetwacom set "22" "PanScrollThreshold" "1300"

 

pad

$ sudo xsetwacom -s --get 23 all
Property 'Wacom Tablet Area' does not exist on device.
xsetwacom set "23" "Button" "1" "button +1 "
xsetwacom set "23" "Button" "2" "button +2 "
xsetwacom set "23" "Button" "3" "button +3 "
xsetwacom set "23" "Button" "8" "button +8 "
xsetwacom set "23" "Button" "9" "button +9 "
xsetwacom set "23" "ToolDebugLevel" "0"
xsetwacom set "23" "TabletDebugLevel" "0"
xsetwacom set "23" "Suppress" "2"
xsetwacom set "23" "RawSample" "4"
Property 'Wacom Pressurecurve' does not exist on device.
xsetwacom set "23" "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
xsetwacom set "23" "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
xsetwacom set "23" "Gesture" "off"
xsetwacom set "23" "ZoomDistance" "0"
xsetwacom set "23" "ScrollDistance" "0"
xsetwacom set "23" "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Property 'Wacom Rotation' does not exist on device.
xsetwacom set "23" "RelWheelUp" "1" "button +5 -5 "
xsetwacom set "23" "RelWheelDown" "2" "button +4 -4 "
xsetwacom set "23" "AbsWheelUp" "3" "button +4 -4 "
xsetwacom set "23" "AbsWheelDown" "4" "button +5 -5 "
xsetwacom set "23" "AbsWheel2Up" "5" "button +4 -4 "
xsetwacom set "23" "AbsWheel2Down" "6" "button +5 -5 "
xsetwacom set "23" "StripLeftUp" "1" "button +4 -4 "
xsetwacom set "23" "StripLeftDown" "2" "button +5 -5 "
xsetwacom set "23" "StripRightUp" "3" "button +4 -4 "
xsetwacom set "23" "StripRightDown" "4" "button +5 -5 "
xsetwacom set "23" "Threshold" "0"
xsetwacom set "23" "BindToSerial" "0"
Property 'Wacom Pressure Recalibration' does not exist on device.
xsetwacom set "23" "PanScrollThreshold" "1000"

 

touch

$ sudo xsetwacom -s --get 24 all
xsetwacom set "24" "Area" "0 0 1520 950"
xsetwacom set "24" "Button" "1" "button +1 "
xsetwacom set "24" "Button" "2" "button +2 "
xsetwacom set "24" "Button" "3" "button +3 "
xsetwacom set "24" "Button" "8" "button +8 "
xsetwacom set "24" "ToolDebugLevel" "0"
xsetwacom set "24" "TabletDebugLevel" "0"
xsetwacom set "24" "Suppress" "2"
xsetwacom set "24" "RawSample" "4"
xsetwacom set "24" "PressureCurve" "0 0 100 100"
xsetwacom set "24" "Mode" "Absolute"
Property 'Wacom Hover Click' does not exist on device.
xsetwacom set "24" "Touch" "on"
xsetwacom set "24" "Gesture" "on"
xsetwacom set "24" "ZoomDistance" "65"
xsetwacom set "24" "ScrollDistance" "18"
xsetwacom set "24" "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
xsetwacom set "24" "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
xsetwacom set "24" "Threshold" "0"
xsetwacom set "24" "BindToSerial" "0"
Property 'Wacom Pressure Recalibration' does not exist on device.
xsetwacom set "24" "PanScrollThreshold" "13"

 

테스트 해보니 1238에 맵핑한것 같은데 실제로 적용되는건 1389.. 흐음.. 그 와중에 순서도 안 맞는게 함정

xsetwacom --set 23 Button 1 key a
xsetwacom --set 23 Button 2 key b
xsetwacom --set 23 Button 3 key c
xsetwacom --set 23 Button 8 key d
xsetwacom --set 23 Button 9 key e

 

$ caed // 좌상 좌하 우상 우하

 

맵핑되는것과 윈도우 기본 키를 나열하면 아래와 같고

c -> 3 <- shift e -> 9 <- ctrl
a -> 1 <- alt d -> 8 <- win

 

윈도우 표준 스타일로 설정하려면 아래 명령으로 설정하면 끝

xsetwacom --set 23 Button 1 key alt
xsetwacom --set 23 Button 3 key shift
xsetwacom --set 23 Button 8 key super
xsetwacom --set 23 Button 9 key ctrl

 

우분투 gui로 하려면 아래 명령으로 복구해야 하는데

xsetwacom set "23" "Button" "1" "button +1 "
xsetwacom set "23" "Button" "2" "button +2 "
xsetwacom set "23" "Button" "3" "button +3 "
xsetwacom set "23" "Button" "8" "button +8 "
xsetwacom set "23" "Button" "9" "button +9 "

 

아래의 값을 입력해주면 키와 버튼이 매칭된다... 순서 바꿔가면서 그냥 찾음

어떤 규칙을 어떤 키를 맵핑하는진 모르겠음

xsetwacom set "23" "Button" "1" "button +2 "
xsetwacom set "23" "Button" "3" "button +1 "
xsetwacom set "23" "Button" "8" "button +8 "
xsetwacom set "23" "Button" "9" "button +3 "

 

대충 아래 방식인 것 같은데

물리 3 -> 논리 1 물리 9 -> 논리 3
물리 1 -> 논리 2 물리 8 -> 논리 8

 

[링크 : https://m.blog.naver.com/sw4r/222546153094]

 

+

2025.09.11

wacom 타블렛의 USB 뽑았다 꽂으면 원래대로 돌아간다.

udev쪽을 찾아봐야하나?

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

cth-490 on ubuntu  (0) 2025.09.08
와콤 cth-490 지름  (2) 2025.09.06
ubuntu wacom express key 에 esc 등록하기  (0) 2025.08.29
ubuntu에서 wacom 활성영역 설정하기  (0) 2025.08.28
open tablet driver  (0) 2025.08.21
Posted by 구차니
개소리 왈왈/컴퓨터2025. 9. 10. 16:53

포트가 2개 있어서 이것저것 꽂아 보는데 안되는데

USB 키보드는 된다. 딱 USB HID만 되는건지 1.5Mbps 까지만 제한이 걸리는거지 모르겠네.

 

ultranav에 다이소 키보드 연결. 인식됨

$ lsusb -t -v
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    |__ Port 3: Dev 3, If 0, Class=Hub, Driver=hub/4p, 5000M
        ID 2109:0812 VIA Labs, Inc. VL812 Hub
        |__ Port 1: Dev 4, If 0, Class=Communications, Driver=cdc_ncm, 5000M
            ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
        |__ Port 1: Dev 4, If 1, Class=CDC Data, Driver=cdc_ncm, 5000M
            ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 13, If 0, Class=, Driver=, 12M
        ID 2109:0103 VIA Labs, Inc. 
    |__ Port 2: Dev 18, If 0, Class=Hub, Driver=hub/4p, 12M
        ID 04b3:3016 IBM Corp. UltraNav Keyboard Hub
        |__ Port 1: Dev 25, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID c0f4:07f5  
        |__ Port 1: Dev 25, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID c0f4:07f5  
        |__ Port 3: Dev 19, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 04b3:301e IBM Corp. 
        |__ Port 3: Dev 19, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 04b3:301e IBM Corp. 
    |__ Port 3: Dev 5, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 2109:2812 VIA Labs, Inc. VL812 Hub
        |__ Port 4: Dev 9, If 0, Class=Hub, Driver=hub/4p, 480M
            ID 05e3:0608 Genesys Logic, Inc. Hub
            |__ Port 3: Dev 12, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
                ID 046d:c077 Logitech, Inc. M105 Optical Mouse
            |__ Port 1: Dev 10, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
                ID 10c4:ea60 Silicon Labs CP210x UART Bridge
        |__ Port 2: Dev 7, If 0, Class=Vendor Specific Class, Driver=, 12M
            ID 0483:3748 STMicroelectronics ST-LINK/V2
        |__ Port 3: Dev 8, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
            ID 10c4:ea60 Silicon Labs CP210x UART Bridge
    |__ Port 5: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 12M
        ID 04e8:730b Samsung Electronics Co., Ltd 
    |__ Port 6: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
        ID 2b7e:0134  
    |__ Port 6: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
        ID 2b7e:0134  
    |__ Port 10: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
        ID 8087:0026 Intel Corp. AX201 Bluetooth
    |__ Port 10: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
        ID 8087:0026 Intel Corp. AX201 Bluetooth

 

와콤 꽂았을때

$ lsusb -t -v
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    |__ Port 3: Dev 3, If 0, Class=Hub, Driver=hub/4p, 5000M
        ID 2109:0812 VIA Labs, Inc. VL812 Hub
        |__ Port 1: Dev 4, If 0, Class=Communications, Driver=cdc_ncm, 5000M
            ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
        |__ Port 1: Dev 4, If 1, Class=CDC Data, Driver=cdc_ncm, 5000M
            ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 13, If 0, Class=, Driver=, 12M
        ID 2109:0103 VIA Labs, Inc. 
    |__ Port 2: Dev 18, If 0, Class=Hub, Driver=hub/4p, 12M
        ID 04b3:3016 IBM Corp. UltraNav Keyboard Hub
        |__ Port 3: Dev 19, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 04b3:301e IBM Corp. 
        |__ Port 3: Dev 19, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 04b3:301e IBM Corp. 
    |__ Port 3: Dev 5, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 2109:2812 VIA Labs, Inc. VL812 Hub
        |__ Port 4: Dev 9, If 0, Class=Hub, Driver=hub/4p, 480M
            ID 05e3:0608 Genesys Logic, Inc. Hub
            |__ Port 3: Dev 12, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
                ID 046d:c077 Logitech, Inc. M105 Optical Mouse
            |__ Port 1: Dev 10, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
                ID 10c4:ea60 Silicon Labs CP210x UART Bridge
            |__ Port 2: Dev 22, If 2, Class=Human Interface Device, Driver=usbhid, 12M
                ID 056a:033c Wacom Co., Ltd CTH-490 [Intuos Art/Photo/Comic (S)]
            |__ Port 2: Dev 22, If 0, Class=Human Interface Device, Driver=usbhid, 12M
                ID 056a:033c Wacom Co., Ltd CTH-490 [Intuos Art/Photo/Comic (S)]
            |__ Port 2: Dev 22, If 1, Class=Human Interface Device, Driver=usbhid, 12M
                ID 056a:033c Wacom Co., Ltd CTH-490 [Intuos Art/Photo/Comic (S)]
        |__ Port 2: Dev 7, If 0, Class=Vendor Specific Class, Driver=, 12M
            ID 0483:3748 STMicroelectronics ST-LINK/V2
        |__ Port 3: Dev 8, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
            ID 10c4:ea60 Silicon Labs CP210x UART Bridge
    |__ Port 5: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 12M
        ID 04e8:730b Samsung Electronics Co., Ltd 
    |__ Port 6: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
        ID 2b7e:0134  
    |__ Port 6: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
        ID 2b7e:0134  
    |__ Port 10: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
        ID 8087:0026 Intel Corp. AX201 Bluetooth
    |__ Port 10: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
        ID 8087:0026 Intel Corp. AX201 Bluetooth

 

특이한게 -t 로 보면 안나오는데 그냥으로 보면 나온다. 머지?

$ lsusb
Bus 002 Device 004: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 002 Device 003: ID 2109:0812 VIA Labs, Inc. VL812 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 2b7e:0134 Generic 720p HD Camera
Bus 001 Device 002: ID 04e8:730b Samsung Electronics Co., Ltd Fingerprint Sensor Device - 730B
Bus 001 Device 012: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 010: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 001 Device 009: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 008: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 001 Device 007: ID 0483:3748 STMicroelectronics ST-LINK/V2
Bus 001 Device 005: ID 2109:2812 VIA Labs, Inc. VL812 Hub
Bus 001 Device 019: ID 04b3:301e IBM Corp. IBM USB Travel Keyboard with Ultra Nav
Bus 001 Device 026: ID 056a:033c Wacom Co., Ltd CTH-490 [Intuos Art/Photo/Comic (S)]
Bus 001 Device 018: ID 04b3:3016 IBM Corp. UltraNav Keyboard Hub
Bus 001 Device 004: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 001 Device 013: ID 2109:0103 VIA Labs, Inc. USB 2.0 BILLBOARD             
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

 

앗.. 소비전력.. -_-

[100881.153849] usb 1-2.1: new full-speed USB device number 28 using xhci_hcd
[100881.234622] usb 1-2.1: New USB device found, idVendor=056a, idProduct=033c, bcdDevice= 1.00
[100881.234641] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[100881.234648] usb 1-2.1: Product: Intuos PTS
[100881.234654] usb 1-2.1: Manufacturer: Wacom Co.,Ltd.
[100881.235139] usb 1-2.1: rejected 1 configuration due to insufficient available bus power
[100881.235156] usb 1-2.1: no configuration chosen from 1 choice

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

fan error .. 3  (0) 2025.08.10
회사 노트북 배터리 자가교체  (2) 2025.08.07
pth-651 on linux  (0) 2025.08.07
pth-651 on 윈도우  (0) 2025.08.07
지름...신?  (0) 2025.08.06
Posted by 구차니
게임/홈월드 시리즈2025. 9. 10. 00:12

 

 

해킹도 생겼는데 군침도는게 나오네 ㅋㅋㅋ

보자마자 어떻게 뽀릴까 고민중 ㅋㅋ

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

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

회의한다고 한 4시간 떠들었더니 진이 다 빠진다.

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

압박붕대  (2) 2025.08.25
어우 피곤  (0) 2025.08.05
절래절래  (0) 2025.07.09
난 멀하고 싶은걸까?  (1) 2025.06.27
이번달 k-pass 환급액은 적겠군..  (0) 2025.06.26
Posted by 구차니

우주선 발견!

크긴 더럽게 크구만

베이스러너만 해도 드럽게 큰데 그게 이렇게 작아보이다니.

 

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

desserts of kharak  (0) 2025.09.10
dessert of kharak 시작!  (0) 2025.09.07
잘가 홈월드 리마스터  (0) 2025.08.19
홈월드 리마스터 extra mission  (0) 2025.08.09
홈월드 2 리마스터 - 추가 미션  (0) 2025.07.20
Posted by 구차니

ssh를 통해 iperf3 -s 옵션으로 실행 했는데

결과 내용이 ssh 터미널을 통해 나오지 않아서 3 ai들에게 물어보니

cluade가 알려줌. 그 와중에 gemini는 도움이 안되고 chatGPT는 파일로 떨구라고 알려줌.. (야이 -_-)

 

아무튼 -t 라는 옵션을 주면 잘 나온다. 신기하네..

     -T      Disable pseudo-terminal allocation.

     -t      Force pseudo-terminal allocation.  This can be used to execute
             arbitrary screen-based programs on a remote machine, which can be
             very useful, e.g. when implementing menu services.  Multiple -t
             options force tty allocation, even if ssh has no local tty.

 

iperf3 가 취소되어 종료되고 나서 한번에 iperf3 서버쪽 결과가 나옴. 일종의 버퍼링 상태인가..

ssh localhost "iperf3 -s"  
  iperf3 -c localhost
Connecting to host localhost, port 5201
[  5] local 127.0.0.1 port 43416 connected to 127.0.0.1 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  5.94 GBytes  51.0 Gbits/sec    0   1.31 MBytes       
[  5]   1.00-2.00   sec  6.09 GBytes  52.3 Gbits/sec    0   1.31 MBytes       
[  5]   2.00-3.00   sec  5.79 GBytes  49.7 Gbits/sec    0   1.31 MBytes       
^C[  5]   3.00-3.37   sec  2.26 GBytes  51.8 Gbits/sec    0   1.31 MBytes 
iperf3: the client has terminated
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Accepted connection from 127.0.0.1, port 43412
[  5] local 127.0.0.1 port 5201 connected to 127.0.0.1 port 43416
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  5.72 GBytes  49.1 Gbits/sec                  
[  5]   1.00-2.00   sec  6.09 GBytes  52.3 Gbits/sec                  
[  5]   2.00-3.00   sec  5.81 GBytes  49.9 Gbits/sec                  
[  5]   2.00-3.00   sec  5.81 GBytes  49.9 Gbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-3.00   sec  20.1 GBytes  57.5 Gbits/sec                  receiver
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-3.37   sec  20.1 GBytes  51.1 Gbits/sec    0             sender
[  5]   0.00-3.37   sec  0.00 Bytes  0.00 bits/sec                  receiver
iperf3: interrupt - the client has terminated

 

그 와중에 iperf3 -s 를 실행한 ssh를 종료하면 PPID 1번으로 붙어 버린다. 야이 -_-

마치 -D / --daemon 옵션을 주고 한 것 같아지냐

$ ps -ef | grep iperf3
falinux   811482       1  2 12:12 ?        00:00:02 iperf3 -s

 

딱이네.. 머지? 터미널이 없으면 자동으로 daemon 모드로 작동하나?

$ iperf3 -D -s
$ ps -ef | grep iperf3
user   811482       1  1 12:12 ?        00:00:02 iperf3 -s

 

아무튼 대망의(?) -t 옵션. 잘 된다.

ssh -t localhost "iperf3 -s"
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
 
Accepted connection from 127.0.0.1, port 60822
[  5] local 127.0.0.1 port 5201 connected to 127.0.0.1 port 60830
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  5.48 GBytes  47.0 Gbits/sec                  
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  5.48 GBytes  47.0 Gbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  7.60 GBytes  65.3 Gbits/sec                  receiver
iperf3: the client has terminated
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
iperf3 -c localhost
Connecting to host localhost, port 5201
[  5] local 127.0.0.1 port 60830 connected to 127.0.0.1 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  5.70 GBytes  49.0 Gbits/sec    0   1.25 MBytes       
^C[  5]   1.00-1.32   sec  1.90 GBytes  50.5 Gbits/sec    0   1.25 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-1.32   sec  7.60 GBytes  49.4 Gbits/sec    0             sender
[  5]   0.00-1.32   sec  0.00 Bytes  0.00 bits/sec                  receiver
iperf3: interrupt - the client has terminated

[링크 : https://stackoverflow.com/questions/42505339/why-use-t-with-ssh]

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

ssh-copy-id  (0) 2025.04.18
ssh socks proxy  (0) 2024.07.22
ssh ecdsa 미지원(ubuntu 22.04)  (0) 2023.05.30
ubuntu ssh x11 forwarding시 gnome 화면 끌어오기  (0) 2022.07.11
ssh 슈도 터미널 실행  (0) 2022.04.25
Posted by 구차니
하드웨어/pen tablet2025. 9. 8. 10:05

펜은 두개의 버튼이 잘 인식되고 intuos pen으로 나온다.


intuos pen & touch small 로 정상(?) 인식

 

그런데 버튼 이미지 까진 잘 나오는데

버튼 위치별로 눌러보면 영 엉뚱한 위치가 눌리고 그 와중에 하나는 인식도 하지 못한다.

그리고 윈도우 키는 입력못하는 문제가 있어서 윈도우 때 처럼 키 할당할 수도 없다. xsetwacom 으로 강제 지정해주어야 할 듯. 

반응없음

 

+

터치패드로 자동시키면 1픽셀씩 이동하는게 아니라, 한 5픽셀? 뚝뚝 끊어지면서 이동한다.

pth-651에서는 그렇지 않았던 것 같은데.. 머지?

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

xsetwacom with intuos pen & touch tablet  (0) 2025.09.10
와콤 cth-490 지름  (2) 2025.09.06
ubuntu wacom express key 에 esc 등록하기  (0) 2025.08.29
ubuntu에서 wacom 활성영역 설정하기  (0) 2025.08.28
open tablet driver  (0) 2025.08.21
Posted by 구차니

시작!

그나저나 최적화가 잘되었다고 해야 하나 안되었다고 해야하나

전반적으로 부드러운데 가끔 버벅대고

FHD로 하니 글씨가 너무 작아 보여서 조금 힘들다.

그렇다고 해상도 낮춘다고 글씨가 커지는 것도 아니고 -_-

 

먼가 묘~하게 한국 근처 지도 같은 느낌. 동남아시아...?

 

문득 영화 2012 생각나는 모함 후방 데크

 

아니.. 이렇게 큰걸 날릴 기술이 있는데 왜 도대체~?!!?

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

desserts of kharak  (0) 2025.09.10
dessert of kharak 진행 중!  (0) 2025.09.08
잘가 홈월드 리마스터  (0) 2025.08.19
홈월드 리마스터 extra mission  (0) 2025.08.09
홈월드 2 리마스터 - 추가 미션  (0) 2025.07.20
Posted by 구차니
하드웨어/pen tablet2025. 9. 6. 21:36

중고장터에 판매자가 있어서 모델을 물어보니

ctl-490 이라길래 검색해보니 터치가 안되는 모델이라고 해서

그래도 되는거랑 안되는건 차이가 크니 끌수있는 cth-490 으로 더 싸게 구매함

 

디자인도 간소화되고 mini usb 에서 micro usb로 바뀌고

intuos 시리즈라 뱀부랑은 펜이 호환되는데

intuos pro 시리즈와는 또 펜이 호환이 안되니 먼가 계륵이라고 해야하나?

 

그 와중에 갤럭시 노트9의 S펜도 인식을 안한다.

 

아무튼 등록정보는 아래처럼 4개인데 특이하게 윈도우 키가 기본으로 설정된다.

 

모델명은 CTH-490

디바이스 명칭은 intuos PT S?

intuos pen & tablet small의 약자인가?

틸트 없고 기본펜에 지우개가 없다. 2개 버튼이 있으니 적당히 할당해야 할 듯.

그 와중에 윈도우 11에서 탐색기가 안 옮겨져서 이걸 어떻해야 하나 고민

드래그 설정이 문제인가?

 

의외로 크기 차이가 어마어마 하다.

 

 

+

2025.09.08

윈도우에서 보니 정밀모드가 안보인다?

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

xsetwacom with intuos pen & touch tablet  (0) 2025.09.10
cth-490 on ubuntu  (0) 2025.09.08
ubuntu wacom express key 에 esc 등록하기  (0) 2025.08.29
ubuntu에서 wacom 활성영역 설정하기  (0) 2025.08.28
open tablet driver  (0) 2025.08.21
Posted by 구차니
Programming/web 관련2025. 9. 5. 17:42

'Programming > web 관련' 카테고리의 다른 글

html custom tag  (0) 2025.05.14
polypill  (0) 2025.03.05
css 캐로젤  (0) 2024.11.12
webgl + three.js를 이용한 GL 공부하기 (feat 클로드)  (0) 2024.10.18
웹 브라우저에서 웹 캠 띄우기  (0) 2024.09.24
Posted by 구차니