"xrandr: 게스트 CENTOS 6.6, 호스트 OS Windows 7 Enterprise의 경우 기본 출력에 대한 감마 크기를 가져올 수 없습니다."

"xrandr: 게스트 CENTOS 6.6, 호스트 OS Windows 7 Enterprise의 경우 기본 출력에 대한 감마 크기를 가져올 수 없습니다."

다음 오류가 발생합니다.

xrandr: 출력 기본 감마 크기 화면을 가져올 수 없습니다. 0: 최소 640 x 480, 현재 1024 x 768, 최대 1024 x 768 기본 연결 1024x768+0+0 0mm x 0mm 1024x768 61.0* 800x600 61.0
640x480 60.0

게스트 OS 해상도를 높이려고 할 때 1290X1080위의 단계를 시도하는 동안여기. 이전에는 위의 단계를 통해 해상도를 변경할 수 있었지만 업데이트한 후에는 CENTOS 6.5 to 6.6이 오류가 발생합니다. 많은 사람들이 같은 문제를 겪고 있지만 해결책이 없으면 문제를 해결할 수 없습니다.

내 현재 시스템 구성:

GUEST OS        : CENTOIS 6.6
HOST OS         : WIndows 7 enterprise
Display Adapter : Intel HD 
VirtualBox      : 4.6.3
VBoxGuestaddition is also succesfully installed and up and running

실행할 때 CENTOS 결과lspci -vnn

[admin@localhost ~]$ lspci -vnn 
00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
    Flags: fast devsel

00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
    Flags: bus master, medium devsel, latency 0

00:01.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 IDE [8086:7111] (rev 01) (prog-if 8a [Master SecP PriP])
    Flags: bus master, fast devsel, latency 64
    [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
    [virtual] Memory at 000003f0 (type 3, non-prefetchable)
    [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
    [virtual] Memory at 00000370 (type 3, non-prefetchable)
    I/O ports at d000 [size=16]
    Kernel driver in use: ata_piix
    Kernel modules: ata_generic, pata_acpi, ata_piix

00:02.0 VGA compatible controller [0300]: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter [80ee:beef] (prog-if 00 [VGA controller])
    Flags: bus master, fast devsel, latency 0, IRQ 18
    Memory at e0000000 (32-bit, prefetchable) [size=128M]
    Expansion ROM at <unassigned> [disabled]
    Kernel modules: vboxvideo

00:03.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02)
    Subsystem: Intel Corporation PRO/1000 MT Desktop Adapter [8086:001e]
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
    Memory at f0000000 (32-bit, non-prefetchable) [size=128K]
    I/O ports at d010 [size=8]
    Capabilities: <access denied>
    Kernel driver in use: e1000
    Kernel modules: e1000

00:04.0 System peripheral [0880]: InnoTek Systemberatung GmbH VirtualBox Guest Service [80ee:cafe]
    Flags: bus master, fast devsel, latency 0, IRQ 20
    I/O ports at d020 [size=32]
    Memory at f0400000 (32-bit, non-prefetchable) [size=4M]
    Memory at f0800000 (32-bit, prefetchable) [size=16K]
    Kernel driver in use: vboxguest
    Kernel modules: vboxguest

00:05.0 Multimedia audio controller [0401]: Intel Corporation 82801AA AC'97 Audio Controller [8086:2415] (rev 01)
    Subsystem: Intel Corporation Device [8086:0000]
    Flags: bus master, medium devsel, latency 64, IRQ 21
    I/O ports at d100 [size=256]
    I/O ports at d200 [size=64]
    Kernel driver in use: Intel ICH
    Kernel modules: snd-intel8x0

00:06.0 USB controller [0c03]: Apple Inc. KeyLargo/Intrepid USB [106b:003f] (prog-if 10 [OHCI])
    Flags: bus master, fast devsel, latency 64, IRQ 22
    Memory at f0804000 (32-bit, non-prefetchable) [size=4K]
    Kernel driver in use: ohci_hcd

00:07.0 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 08)
    Flags: bus master, medium devsel, latency 0, IRQ 9
    Kernel modules: i2c-piix4

00:08.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02)
    Subsystem: Intel Corporation PRO/1000 MT Desktop Adapter [8086:001e]
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
    Memory at f0820000 (32-bit, non-prefetchable) [size=128K]
    I/O ports at d240 [size=8]
    Capabilities: <access denied>
    Kernel driver in use

이 문제에 대한 해결책이 있습니까?

편집 2:

xorg.conf이 문제는 파일을 편집(생성)하여 어느 정도 해결할 수 있었습니다. /etc/X11/(아래에 파일 코드를 공유해 두었습니다)

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   28.0 - 70.0
        VertRefresh     56.0 - 75.0
EndSection

Section "Device"
        Identifier  "VMware SVGA"
        Driver      "vesa"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1920x1080_60.00"
        EndSubSection
EndSection

지금 문제가 무엇입니까?

실제로 xorg.conf 파일을 생성한 후 더 많은 해상도를 얻을 수 있지만 그 해상도는 아닙니다(1920*1080) 해결하다.

여기에 이미지 설명을 입력하세요.

관련 정보