Home  >  Q&A  >  body text

gentoo - 安装linux系统, 在执行startx时候出现no screen found, 我的xorg.conf配置是

我的配置是在macbook上的virtualbox, 装的Nvidia的驱动.

https://gist.github.com/Akagi201/7b0f51189b411a0433bc

$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 349.16  (buildmeister@swio-display-x86-rhel47-06)  Wed Apr  8 00:52:19 PDT 2015

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
PHP中文网PHP中文网2763 days ago734

reply all(2)I'll reply

  • 怪我咯

    怪我咯2017-04-17 13:19:37

    Maybe it’s a permissions issue
    xhost +

    reply
    0
  • 黄舟

    黄舟2017-04-17 13:19:37

    1. Maybe the desktop system is not installed

    2. You can reinstall xorg3

    3. The configuration file is not ready. The relevant configuration file should be configured in ./.xinxitrc or ./.xprofile

    reply
    0
  • Cancelreply