개소리 왈왈/컴퓨터2019. 10. 19. 00:18

후.. 드럽게 안되네..

혹시나 1024 600 30 으로도 해보는데 안된다.

$ gtf 1024 600 60

  # 1024x600 @ 60.00 Hz (GTF) hsync: 37.32 kHz; pclk: 48.96 MHz
  Modeline "1024x600_60.00"  48.96  1024 1064 1168 1312  600 601 604 622  -HSync +Vsync

# cat > 1024x600.sh
xrandr --newmode "1024x600_60.00"  48.96  1024 1064 1168 1312  600 601 604 622  -HSync +Vsync
xrandr --addmode HDMI1 "1024x600_60.00"
xrandr --output HDMI1 --mode "1024x600_60.00"
^D
# chmod +x 1024x600.sh


[링크 :
https://unix.stackexchange.com/questions/227876/how-to-set-custom-resolution-using-xrandr-when-the-resolution-is-not-available-i]

 

[링크 : https://askubuntu.com/questions/728664/stuck-at-800x600-display-resolution-ubuntu-14?rq=1]

[링크 : https://askubuntu.com/questions/825259/ubuntu-16-04-display-resolution-800x600]

 

+

$ xrandr --output default --mode "1024x600_30.00" --verbose
/xrandr: Failed to get size of gamma for output default
screen 0: 1024x600 271x159 mm  95.85dpi
crtc 0: 1024x600_30.00  30.00 +0+0 "default"
xrandr: Configure crtc 0 failed
crtc 0: disable
screen 0: revert
crtc 0: revert

도대체 머가 문제일까 ㅠㅠ

 

아래는 --crtc 0 으로 하면 되는거라 굳이 안적어도 문제는 없는데..

왜 식별자가 하나도 안뜰까?

$ xrandr --listproviders

Providers: number : 0

[링크 : https://superuser.com/questions/644726/what-is-crtc-and-how-many-outputs-can-i-enable-using-xrandr]

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

컴퓨터들아 오늘 나한테 왜이러니..  (0) 2019.11.30
메인보드 LGA1155 핀이 휘었어?! 왜!?  (2) 2019.11.02
U1010에 우분투 깔기..  (0) 2019.10.18
물욕비용 만원. 성공적?  (6) 2019.10.07
viliv S5 i-LOG  (2) 2019.09.28
Posted by 구차니