Black screen on startx

6 posts / 0 new
Last post
#1 Fri, 2016-06-17 22:33
lounge
  • lounge's picture
  • Offline
  • Last seen: 1 year 9 months ago
  • Joined: 2016-06-17

Hi ,as title says i got black screen on startx I have Alpine Edge and dwm installed and cant find any errors in Xorg.0. log

Sat, 2016-06-18 09:20
AmatCoder
  • AmatCoder's picture
  • Offline
  • Last seen: 1 year 4 months ago
  • Joined: 2013-10-18

Are you installing Alpine in a VirtualBox guest?

Sat, 2016-06-18 12:36
lounge
  • lounge's picture
  • Offline
  • Last seen: 1 year 9 months ago
  • Joined: 2016-06-17

Yes i found some comment on internet that this might be a problem.
Will it work if i install it on hdd?

Sat, 2016-06-18 14:21 (Reply to #3)
AmatCoder
  • AmatCoder's picture
  • Offline
  • Last seen: 1 year 4 months ago
  • Joined: 2013-10-18

Yes, it works if you install it on hdd.

Also it works in a VirtualBox guest if you edit /etc/X11/xorg.conf.d/20-modules.conf file and disable wfb module:

Section "Module"
    Load "exa"
    Disable "wfb"
 
    Load "dri"
    Load "dri2"
    Load "glx"
 
    Load "int10"
    Load "vbe"
    Load "fb"
    Load "shadowfb"
    Load "shadow"
    Load "vgahw"
    Load "evdev"
    Load "fbdevhw"
    Load "glamoregl"
EndSection

Sat, 2016-06-18 15:33
lounge
  • lounge's picture
  • Offline
  • Last seen: 1 year 9 months ago
  • Joined: 2016-06-17

I still got black screen as regular user ,but works in root and mouse is not working only for a sec at startup.

Wed, 2016-07-06 07:07 (Reply to #5)
zhanxw
  • zhanxw's picture
  • Offline
  • Last seen: 6 months 4 weeks ago
  • Joined: 2016-07-01

This seems to work for my virtualbox as a normal user.

Log in or register to post comments