새롭고 희망적으로 더 명확한 질문
이것은 일부 시스템 정보 프로그램에 대한 질문이 아닙니다.
hwinfo 가 실제로 해당 모드를 감지 할 수있는 한 , 물건 계산을 시작하지 않고 1000 개의 명령 줄을 테스트하지 않고 (1000 번의 재부팅으로) grub 구성에 추가 할 수있는 프레임 버퍼 모드를 알아야 합니다.
따라서 실제로 필요한 것은 (아래의 hwinfo --framebuffer 예제 명령에서 잘라내는 것)입니다. 모드와 해상도가이 비디오 카드가 지원하는 모든 해상도입니다.
Mode 0x033c: 1920x1440 (+1920), 8 bits
Mode 0x034d: 1920x1440 (+3840), 16 bits
Mode 0x033a: 1600x1200 (+1600), 8 bits
Mode 0x034b: 1600x1200 (+3200), 16 bits
Mode 0x035a: 1600x1200 (+6400), 24 bits
Mode 0x0307: 1280x1024 (+1280), 8 bits
Mode 0x031a: 1280x1024 (+2560), 16 bits
Mode 0x031b: 1280x1024 (+5120), 24 bits
Mode 0x0305: 1024x768 (+1024), 8 bits
Mode 0x0317: 1024x768 (+2048), 16 bits
Mode 0x0318: 1024x768 (+4096), 24 bits
Mode 0x0312: 640x480 (+2560), 24 bits
Mode 0x0314: 800x600 (+1600), 16 bits
Mode 0x0315: 800x600 (+3200), 24 bits
Mode 0x0301: 640x480 (+640), 8 bits
Mode 0x0303: 800x600 (+800), 8 bits
Mode 0x0311: 640x480 (+1280), 16 bits
그런 다음 원하는 해상도를 골라 커널에 추가하고 다른 테스트로 작동하지 않는지 확인하십시오.
나중에 편집 :
게시하기 전에 자신의 답변을 "발굴"하십시오
이 명령은 결과를 반환하지 않습니다
lshw | grep -i frame
lshw | grep -i buffer
lshw는 프레임 버퍼에 대해 전혀 아는 바가 없습니다.
마찬가지로:
unset DISPLAY
hardinfo 2>&1 | grep -i frame
마찬가지로 lspci
결론 : 여기 내 명령이 실제로 무엇을 이해하는지 아무도 모르는 것처럼 보입니다 ... 불쾌한, 질문을 다시 작성하십시오 (위에서 확인하십시오)
원래 질문을 시작하십시오.
hwinfo
No command 'hwinfo' found, did you mean:
Command 'hinfo' from package 'ganeti-htools' (universe)
hwinfo: command not found
apt-get 설치 hwinfo
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package hwinfo is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'hwinfo' has no installation candidate
더 정확하게 나는 다음 명령의 결과가 필요합니다 : (hwinfo가 여전히 작동하는 오래된 시스템에서 온 것입니다)
hwinfo --framebuffer
> hal.1: read hal dataprocess 25433: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/dbus-errors.c line 282.
This is normally a bug in some application using the D-Bus library.
libhal.c 3483 : Error unsubscribing to signals, error=The name org.freedesktop.Hal was not provided by any .service files
02: None 00.0: 11001 VESA Framebuffer
[Created at bios.464]
Unique ID: rdCR.CkkMzksiCyE
Hardware Class: framebuffer
Model: "Intel(r)865G Graphics Controller"
Vendor: "Intel Corporation"
Device: "Intel(r)865G Graphics Controller"
SubVendor: "Intel(r)865G Graphics Chip Accelerated VGA BIOS"
SubDevice:
Revision: "Hardware Version 0.0"
Memory Size: 7 MB + 832 kB
Memory Range: 0xf0000000-0xf07cffff (rw)
Mode 0x033c: 1920x1440 (+1920), 8 bits
Mode 0x034d: 1920x1440 (+3840), 16 bits
Mode 0x033a: 1600x1200 (+1600), 8 bits
Mode 0x034b: 1600x1200 (+3200), 16 bits
Mode 0x035a: 1600x1200 (+6400), 24 bits
Mode 0x0307: 1280x1024 (+1280), 8 bits
Mode 0x031a: 1280x1024 (+2560), 16 bits
Mode 0x031b: 1280x1024 (+5120), 24 bits
Mode 0x0305: 1024x768 (+1024), 8 bits
Mode 0x0317: 1024x768 (+2048), 16 bits
Mode 0x0318: 1024x768 (+4096), 24 bits
Mode 0x0312: 640x480 (+2560), 24 bits
Mode 0x0314: 800x600 (+1600), 16 bits
Mode 0x0315: 800x600 (+3200), 24 bits
Mode 0x0301: 640x480 (+640), 8 bits
Mode 0x0303: 800x600 (+800), 8 bits
Mode 0x0311: 640x480 (+1280), 16 bits
Config Status: cfg=new, avail=yes, need=no, active=unknown