'잡동사니'에 해당되는 글 13786건
- 2022.11.13 치느님은 옳다
 - 2022.11.12 코로나 골골골
 - 2022.11.11 iio(industrial io) 문서
 - 2022.11.10 으어어어어
 - 2022.11.09 삼성 플렉스 알파 키보드 백라이트..
 - 2022.11.08 libvncserver without password
 - 2022.11.07 사실상 사과
 - 2022.11.07 ai 그림
 - 2022.11.07 Gear VR 리눅스 접속
 - 2022.11.07 리눅스 블루투스 유틸리티 bluez-tools
 
내용상 같은 문서 같은데..
왜 kernel.org 문서는 눈에 잘 안들어 올까?
오히려 과도한(?) 서식이 문제인가
[링크 : https://www.kernel.org/doc/html/v4.11/driver-api/iio/index.html]
'Linux API > linux' 카테고리의 다른 글
| pthread 테스트 (0) | 2022.11.24 | 
|---|---|
| pthread (0) | 2022.11.23 | 
| mkpipe 와 poll (0) | 2022.10.26 | 
| ‘F_SETPIPE_SZ’ undeclared (0) | 2022.10.20 | 
| linux fifo (0) | 2022.10.18 | 
리눅스에서는 fn + f9 로 키보드 백라이트가 제어되지 않는다.
무조건 auto 로만 작동되는 것 같은데
그래서! 본체 좌측 상단의 파란색 전원 LED 옆의 조도 센서를 가려주면 백라이트가 켜진다.
이거 구매하고 1년 되어가는데 이제 발견하다니.
그나마 백라이트가 켜지니 키보드가 보여서 쓸만해지네.

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글
| intel HD 630 메모리 채널별 성능 차이 (0) | 2022.11.27 | 
|---|---|
| 갑자기 스틱 pc가 가지고싶다 (0) | 2022.11.23 | 
| ai 그림 (0) | 2022.11.07 | 
| 로지텍 M185 (0) | 2022.09.26 | 
| Xeon 열쇠고...리? (0) | 2022.09.23 | 
| int main(int argc,char** argv)  { rfbScreenInfoPtr rfbScreen = rfbGetScreen(&argc,argv,maxx,maxy,8,3,bpp); if(!rfbScreen) return 1; rfbScreen->desktopName = "LibVNCServer Example"; rfbScreen->frameBuffer = (char*)malloc(maxx*maxy*bpp); rfbScreen->alwaysShared = TRUE; rfbScreen->ptrAddEvent = doptr; rfbScreen->kbdAddEvent = dokey; rfbScreen->newClientHook = newclient; rfbScreen->httpDir = "../webclients"; rfbScreen->httpEnableProxyConnect = TRUE;  | 
[링크: https://github.com/LibVNC/libvncserver/blob/master/examples/example.c]
|     server->authPasswdData = (void *)passwords;  server->passwordCheck = rfbCheckPasswordByList;  | 
[링크 : https://libvnc.github.io/doc/html/structrfb_screen_info.html#a0d709aef47e215065642eb6d0f6de633]
'프로그램 사용 > VNC' 카테고리의 다른 글
| libvncserver 기본 인자 (0) | 2022.11.04 | 
|---|---|
| libvncserver 종료 절차 (0) | 2022.11.01 | 
| libvncserver 로그인 (0) | 2022.09.26 | 
| libvncserver 접속 끊어짐 문제 (0) | 2022.08.16 | 
| libvncserver websocket example (0) | 2022.08.12 | 
미안하고 죄송하다고 말했다고 사실상 사과라고 하는건
A라고 쓰고 B라고 말하는 일본화법 같은데..
국적이... 한국이 아니었나?
尹대통령, 사실상 대국민 사과 "미안하고 죄송한 마음"
'개소리 왈왈 > 정치관련 신세한탄' 카테고리의 다른 글
| 12.12 사태 (0) | 2022.12.12 | 
|---|---|
| 노인들은 왜 가난을 증명하지 않아도 되는가 (0) | 2022.12.01 | 
| 할로윈이 머길래 (0) | 2022.10.30 | 
| 회사차를 몰아보니.. (2) | 2022.10.26 | 
| 판타스틱 대한민국 늬우쓰~ (1) | 2022.10.02 | 
누군가가 개인 사이트에 올려둬서 돌려보는데 역시나 눈에 들어오는 단어.
GAN
| Seed: 2885582, Sampler: euler_a, Inference Steps: 25, Guidance Scale: 7.5, Model: sd-v1-4, Negative Prompt: sunglasses glasses rainy, Fix Faces: GFPGANv1.3 | 
'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글
| 갑자기 스틱 pc가 가지고싶다 (0) | 2022.11.23 | 
|---|---|
| 삼성 플렉스 알파 키보드 백라이트.. (0) | 2022.11.09 | 
| 로지텍 M185 (0) | 2022.09.26 | 
| Xeon 열쇠고...리? (0) | 2022.09.23 | 
| 2020년형 올데이 그램 써멀패드 작업 (0) | 2022.09.22 | 
하라는대로 하니 잘 되긴 한다.
물론.. uinput 설치하고 사용권한 넣어줘야 작동할 듯
vi 에는
| $ bt-device -l | 
에서 확인한 gear VR의 BT mac을 수정해주면 된다(거의 가장 아래 줄에 있음)
| $ git clone https://github.com/rdady/gear-vr-controller-linux.git $ cd gear-vr-controller-linux $ pip3 install python-uinput pygatt gatt more-itertools --user $ bt-device -l $ vi gearVRC.py $ python3 gearVRC.py  | 
[링크 : https://github.com/rdady/gear-vr-controller-linux]
특이(?) 하게도 터치 패드 한번 클릭하면 커서, 다시 한번 클릭하면 스크롤로 변경된다.
'하드웨어 > VR' 카테고리의 다른 글
| 5.5inch IPS 4k LCD (0) | 2024.07.29 | 
|---|---|
| Gear VR controller 윈도우에 접속 (0) | 2022.11.07 | 
| meta 퀘스트, 가상 데스크탑 (0) | 2022.11.06 | 
| gear vr with controller (0) | 2022.11.05 | 
| 기어 VR for 노트5 좀 써본 결론(?) (2) | 2019.04.07 | 
bt 로 시작하는 프로그램이 몇 개 있긴한데 이녀석들은 정체를 모르겠고
| btattach btmgmt btmon | 
아래의 패키지를 설치해야 한다고 한다.
| $  sudo apt install bluez-tools $ sudo bt-device -l  | 
[링크 : https://br-brg.tistory.com/86]
tcpdump 를 이용하면 블루투스 데이터를 pcap 포맷으로 저장해서 wireshark에서 볼 수 있을 듯?
음.. gear vr은 HID가 아니라 안걸려지는건가..
| $ tcpdump -D  1.enx00e04c680108 [Up, Running] 2.any (Pseudo-device that captures on all interfaces) [Up, Running] 3.lo [Up, Running, Loopback] 4.docker0 [Up] 5.bluetooth0 (Bluetooth adapter number 0) 6.nflog (Linux netfilter log (NFLOG) interface) 7.nfqueue (Linux netfilter queue (NFQUEUE) interface) 8.wlo1 9.usbmon1 (USB bus number 1) 10.usbmon2 (USB bus number 2)  | 
| $ tcpdump -i bluetooth0 -w bluetooth0_capture_12_12.pcap tcpdump: listening on bluetooth0, link-type BLUETOOTH_HCI_H4_WITH_PHDR (Bluetooth HCI UART transport layer plus pseudo-header), capture size 262144 bytes ^C0 packets captured 6420 packets received by filter 0 packets dropped by kernel  | 
[링크 : https://www.agnosticdev.com/content/how-capture-bluetooth-traffic-tcpdump-linux]
'Linux > Ubuntu' 카테고리의 다른 글
| gTile (0) | 2023.01.31 | 
|---|---|
| ubuntu coredump 생성하기 (0) | 2022.12.22 | 
| cpuid (0) | 2022.10.17 | 
| ubuntu 22.04 LTS (0) | 2022.04.27 | 
| minicom stty (0) | 2022.04.25 | 
