X는 프레임 버퍼의 임의 부분에 화면 상단을 씁니다. - Xorg 문제입니까?

X는 프레임 버퍼의 임의 부분에 화면 상단을 씁니다. - Xorg 문제입니까?

SIS 그래픽 카드가 장착된 Asus 노트북이 있습니다. Debian(기술적으로는 Raspbian Desktop)을 설치할 때 생성된 기본 Xorg는 640x480이었지만 1280x800 화면이고 TinyCore의 Xvesa는 1024x768x24에서 잘 작동하므로 쉽게 더 잘할 수 있습니다. 그래서 조정을 시작했어요. 먼저 올바른 드라이버(Github에서 찾을 수 있음)에 가장 가까운 것을 시도했지만 컴파일한 후에도 작동하지 못했습니다. 하지만, 알고보니~해야 한다VESA로 작업하면서(Xvesa가 그것에 만족하기 때문에) 생성된 Xorg부터 시작하여 스크린 드라이버를 "vesa"로 설정하고 거기에서 약 1년 동안 켜고 끄며 사용했습니다. 이제 그 지점에 이르렀다.거의작동하지만 문제는 이상합니다. 화면 상단의 몇 픽셀이 있어야 할 곳은 검은색인데 다른 곳에는 쓰여 있습니다. 로드할 때(근처에 업데이트가 발생하면 이전 위치에서 지워짐) 이 문제를 해결하기 위해 Xorg에서 뭔가를 할 수 있을 것 같지만 무엇인지 모르겠습니다.

내 현재 Xorg는 다음과 같습니다(주석 처리된 행은 과거에 시도한 작업의 증거로 유지됩니다).

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "built-ins"
EndSection

Section "Module"
        Load "dri"
#       Load "v4l"
        Load "extmod"
        Load "type1"
        Load "freetype"
        Load "glx"
        Load "GLcore"
        Load "i2c"
        Load "bitmap"
        Load "ddc"
        Load "int10"
        Load "vbe"
        Load "speedo"
        Load "record"
#       Load "dri2"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
    Vendorname  "Generic LCD Display"
    Modelname   "LCD Panel 1280x800"
#   Horizsync   20 - 107
#   Vertrefresh 50 - 185
#   Horizsync   31.5 - 50.0
#   Vertrefresh 56.0 - 65.0
    Horizsync   31.5 - 48.0
#   Vertrefresh 50.0 - 70.0
    Vertrefresh 56.0 - 60.0
#   modeline    "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
#   modeline    "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
#   modeline    "1024x768@60" 74.48 1280 1336 1472 1664 720 721 724 746 -Hsync +Vsync
    modeline    "[email protected]" 23.75  640 664 720 800  480 483 487 500 -Hsync +Vsync
    modeline    "[email protected]" 38.25  800 832 912 1024  600 603 607 624 -Hsync +Vsync
    modeline    "1024x768@60" 63.50  1024 1072 1176 1328  768 771 775 798 -Hsync +Vsync
    modeline    "1280x768@60" 79.50  1280 1344 1472 1664  768 771 781 798 -hsync +vsync
    modeline    "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    Gamma       1.0
EndSection

Section "Server Flags"
        Option "IgnoreABI"
EndSection

Section "Device"
    Identifier  "Card0"
    VendorName  "Silicon Integrated Systems [SiS]"
    BoardName   "771/671 PCIE VGA Display Adapter"
    Busid   "PCI:1:0:0"
    Driver  "vesa"
    Screen 0
    Option   "DPMS"
        Option   "ShadowFB"
        Option   "MaxXFBMem"
##  Option   "AccelMethod"       "uxa"
    Option   "AccelMethod"       "EXA"
#   Option   "AccelMethod"       "XAA"
##        VideoRam           524032
        VideoRam             262016
    Option   "PreferredMode"         "1024x768"
    Option   "EnableSiSCtrl"         "true"
    Option   "UseFBDev"          "true"
    Option   "DRI"           "true"
    Option   "TurboQueue"            "true"
    Option   "FastVram"              "true"
    Option   "UseSSE"                "true"
#   Option   "UseTiming1280"         "true"
    Option   "RenderAccel"           "true"
    Option   "XAANoOffscreenPixmaps" "true"
    Option   "AllowGLXWithComposite" "true"
#   Option   "AddARGBGLXVisuals"     "true"
    Option   "backingstore"          "true"
#   Option   "TearFree"              "true"
#   Option   "TripleBuffer"          "true"
EndSection

Section "Screen"
        Identifier    "Screen0"
        Monitor       "Card0"
        Device        "Monitor0"
        Defaultdepth  24
        SubSection "Display"
        Viewport  0 0
            Depth     1
        Virtual   1024 768
#       Virtual   1280 800
            Modes     "1280x800@60"    "1280x768@60"    "1024x768@60"    "800x600@60"    "640x480@60"
#            Modes     "1280x800@60"    "1024x768@60"    "800x600@60"    "640x480@60"
        EndSubSection
        SubSection "Display"
        Viewport  0 0
            Depth     4
        Virtual   1024 768
#       Virtual   1280 800
            Modes     "1280x800@60"    "1280x768@60"    "1024x768@60"    "800x600@60"    "640x480@60"
#            Modes     "1280x800@60"    "1024x768@60"    "800x600@60"    "640x480@60"
        EndSubSection
        SubSection "Display"
        Viewport  0 0
            Depth     8
        Virtual   1024 768
#       Virtual   1280 800
            Modes     "1280x800@60"    "1280x768@60"    "1024x768@60"    "800x600@60"    "640x480@60"
#            Modes     "1280x800@60"    "1024x768@60"    "800x600@60"    "640x480@60"
        EndSubSection
        SubSection "Display"
        Viewport  0 0
            Depth     15
        Virtual   1024 768
#       Virtual   1280 800
            Modes     "1280x800@60"    "1280x768@60"    "1024x768@60"    "800x600@60"    "640x480@60"
#            Modes     "1280x800@60"    "1024x768@60"    "800x600@60"    "640x480@60"
        EndSubSection
        SubSection "Display"
        Viewport  0 0
            Depth     16
        Virtual   1024 768
#       Virtual   1280 800
            Modes     "1280x800@60"    "1280x768@60"    "1024x768@60"    "800x600@60"    "640x480@60"
#        Modes     "1280x800@60"    "1024x768@60"    "800x600@60"    "640x480@60"
        EndSubSection
        SubSection "Display"
        Viewport  0 0
            Depth     24
#       Virtual   1280 768
        Virtual   1024 768
#       Virtual   1280 800
        Modes     "1280x800@60"    "1280x768@60"    "1024x768@60"    "800x600@60"    "640x480@60"
        EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection
# 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz
# 640x480 59.38 Hz (CVT 0.31M3) hsync: 29.69 kHz; pclk: 23.75 MHz
# 800x600 59.86 Hz (CVT 0.48M3) hsync: 37.35 kHz; pclk: 38.25 MHz
# 1280x768 59.87 Hz (CVT) hsync: 47.78 kHz; pclk: 79.50 MHz

로딩 직후 화면이 나타납니다

로딩 직후 화면이 나타납니다

나중에 표시

나중에 표시

메뉴 화면

메뉴 화면

종료할 때의 화면

종료할 때의 화면

관련 정보