Documentation/fb/lxfb.rst GitHub 원문 ↗

Linux 6.18.37 · Frame Buffer

lxfb - AMD Geode LX framebuffer driver

AMD Geode LX lxfb의 장단점, 화면 모드와 커널 옵션을 다룬 한국어 전문 번역입니다.

Source pathDocumentation/fb/lxfb.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

lxfb.rst:1-52

`lxfb`는 AMD Geode LX에서 VSA 없이 큰 프레임 버퍼 콘솔과 비가속 X11을 제공하며 모드, 비디오 RAM, VT 전환을 커널 옵션으로 제어합니다.

lxfb 운용 요약
목적설정
화면 모드`lxfb.mode_option=<x>x<y>[-bpp][@refresh]`
메모리`lxfb.vram`
suspend/resume`lxfb.vt_switch`

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 ======================================
2 lxfb - AMD Geode LX framebuffer driver
3 ======================================
4
5 This is a graphics framebuffer driver for AMD Geode LX based processors.
6
7 Advantages:
8
9 * No need to use AMD's VSA code (or other VESA emulation layer) in the
10 BIOS.
11 * It provides a nice large console (128 cols + 48 lines with 1024x768)
12 without using tiny, unreadable fonts.
13 * You can run XF68_FBDev on top of /dev/fb0
14 * Most important: boot logo :-)
15
16 Disadvantages:
17
18 * graphic mode is slower than text mode...
19
20
21 How to use it?
22 ==============
23
24 Switching modes is done using lxfb.mode_option=<resolution>... boot
25 parameter or using `fbset` program.
26
27 See Documentation/fb/modedb.rst for more information on modedb
28 resolutions.
29
30
31 X11
32 ===
33
34 XF68_FBDev should generally work fine, but it is non-accelerated.
35
36
37 Configuration
38 =============
39
40 You can pass kernel command line options to lxfb with lxfb.<option>.
41 For example, lxfb.mode_option=800x600@75.
42 Accepted options:
43
44 ================ ==================================================
45 mode_option specify the video mode. Of the form
46 <x>x<y>[-<bpp>][@<refresh>]
47 vram size of video ram (normally auto-detected)
48 vt_switch enable vt switching during suspend/resume. The vt
49 switch is slow, but harmless.
50 ================ ==================================================
51
52 Andres Salomon <dilinger@debian.org>
53

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

AMD Geode LX 드라이버의 장단점

1-20

`lxfb`는 AMD Geode LX 기반 프로세서용 그래픽 프레임 버퍼 드라이버입니다.

BIOS에서 AMD VSA 코드나 다른 VESA 에뮬레이션 계층이 필요하지 않고, 1024x768에서 작은 글꼴 없이 128열과 48행의 큰 콘솔을 제공합니다. `/dev/fb0` 위에서 `XF68_FBDev`를 실행하고 부팅 로고를 표시할 수 있습니다.

단점은 그래픽 모드가 텍스트 모드보다 느리다는 점입니다.

lxfb 특성
구분내용
장점VSA 또는 VESA 에뮬레이션 계층 불필요
장점1024x768에서 128열 × 48행 콘솔
장점`/dev/fb0` 위의 `XF68_FBDev`와 부팅 로고
단점그래픽 모드가 텍스트 모드보다 느림

======================================
lxfb - AMD Geode LX framebuffer driver
======================================

This is a graphics framebuffer driver for AMD Geode LX based processors.

Advantages:

 * No need to use AMD's VSA code (or other VESA emulation layer) in the
   BIOS.
 * It provides a nice large console (128 cols + 48 lines with 1024x768)
   without using tiny, unreadable fonts.
 * You can run XF68_FBDev on top of /dev/fb0
 * Most important: boot logo :-)

Disadvantages:

 * graphic mode is slower than text mode...

화면 모드 선택과 X11

21-34

화면 전환은 `lxfb.mode_option=<resolution>...` 부팅 매개변수 또는 `fbset` 프로그램으로 수행합니다. mode database 해상도 형식은 `Documentation/fb/modedb.rst`를 참조합니다.

X11에서는 `XF68_FBDev`가 일반적으로 정상 동작하지만 가속되지 않습니다.

lxfb 모드 경로
`lxfb.mode_option=<resolution>`또는 `fbset``Documentation/fb/modedb.rst` 해석비가속 X11

부팅 설정과 실행 중 설정이 같은 modedb 표현을 사용합니다.

How to use it?
==============

Switching modes is done using  lxfb.mode_option=<resolution>... boot
parameter or using `fbset` program.

See Documentation/fb/modedb.rst for more information on modedb
resolutions.


X11
===

XF68_FBDev should generally work fine, but it is non-accelerated.

커널 명령행 옵션

35-52

커널 명령행 옵션은 `lxfb.<option>` 형식으로 전달합니다. 예를 들어 `lxfb.mode_option=800x600@75`는 800x600과 75 Hz refresh를 선택합니다.

`mode_option`은 `<x>x<y>[-<bpp>][@<refresh>]` 형식의 비디오 모드, `vram`은 보통 자동 감지되는 비디오 RAM 크기, `vt_switch`는 suspend/resume 중 VT 전환 여부입니다. VT 전환은 느리지만 안전합니다.

lxfb 옵션
옵션값과 의미
`mode_option``<x>x<y>[-<bpp>][@<refresh>]` 비디오 모드
`vram`비디오 RAM 크기, 보통 자동 감지
`vt_switch`suspend/resume 중 VT 전환



Configuration
=============

You can pass kernel command line options to lxfb with lxfb.<option>.
For example, lxfb.mode_option=800x600@75.
Accepted options:

================ ==================================================
mode_option         specify the video mode.  Of the form
                 <x>x<y>[-<bpp>][@<refresh>]
vram                 size of video ram (normally auto-detected)
vt_switch         enable vt switching during suspend/resume.  The vt
                 switch is slow, but harmless.
================ ==================================================

Andres Salomon <dilinger@debian.org>