还是进不了啊xwindows 根据FREEBSD指导也没用啊~ 求助

发布于 2022-07-27 22:42:33 字数 23 浏览 9 评论 5

/etc/X11/xorg.conf 生成了吗

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

无声静候 2022-07-31 16:59:42

我的xorg.conf如下:
Section "ServerLayout"
             Identifier    "Layout0"
             Screen       0  "screen0"  0 0
             InputDevice    "Keyboard0"  "CoreKeyboard"
             InputDevice    "Mouse0"  "CorePointer"
EndSection

Section  "Files"
             Load   "freetype"
             # Load  "xtt"
             Load   "extmod"
             Load   "glx"
             Load   "dri"
             Load   "dbe"
             Load   "record"
             Load   "xtrap"
             Load   "type1"
             Load   "speedo"
EndSection

Section  "InputDevice"
               Identifer   "Mouse0"
               Driver       "mouse"
               Option      "Protocol"  "Auto"
               Option       "Emulate3Buttons"
               Option       "Device"  "/dev/sysmouse"
EndSection

Section  "InputDevice"
             Identifier  "Keyboard0"
             Driver       "kdb"
             Option       "XkbModel"  "microsoft"
             Option        "Xkblayout"  "us"
EndSection

Section  "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
      Identifier  "Monitor0"
### Comment all HorizSync and VertSync values to use DDC:
      horizSync    31.5 - 48.5
      VertRefresh  50.0 - 90.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "vmware"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "800x600"
        EndSubSection
EndSection

辞别 2022-07-31 16:42:35

问这些问题的时候,别忘了把xorg.conf和Xorg.0.log发出来。

一般应该是xorg.conf配置有问题。

街角迷惘 2022-07-31 16:38:29

楼主,我也一样哦,同求解决的办法。

無心 2022-07-31 16:25:28

安装的时候
选择“Distributions”的时候,选上custom,然后选all就可以了。
如果自己选的话,不知道哪个没有选上,反正运行xorgconfig一切正常,但死活进不了X

不回头走下去 2022-07-30 14:48:57

NO devices

xorg-servers ?   or  .xinitrc     echo twm > .xinitrc  or rm .xinitrc   .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文