You are not logged in.

#1 2011-06-25 07:12:37

tacitdynamite
Member
Registered: 2009-07-28
Posts: 12

/dev/fb0: no such file or directory [SOLVED]

I'm from ubuntu-land; just got a new compy with 64-bit Win 7, and thought I'd give Arch a try in VirtualBox. I'm completely new to Arch. I want to get awesome wm working, but am having trouble just getting startx off the ground.

I've followed the guides at:
https://wiki.archlinux.org/index.php/Ar … lBox_Guest
https://wiki.archlinux.org/index.php/Xorg#Running_Xorg
https://wiki.archlinux.org/index.php/Vi … nux_guests

I'm getting the following error upon startx:
(EE) open /dev/fb0: No such file or directory
(EE) AIGLX error: vboxvideo does not export required DRI extension

I've googled around, but most of the results for this seem to be stale, containing references to hwd:
https://bbs.archlinux.org/viewtopic.php?id=51886

Any hints?

Last edited by tacitdynamite (2011-07-06 02:18:21)

Offline

#2 2011-06-25 13:12:13

mykey
Member
From: out of the blue
Registered: 2007-03-02
Posts: 113

Re: /dev/fb0: no such file or directory [SOLVED]

Hi

A floppy does not get automatically mounted in arch-linux - on your host do as root:

# modprobe floppy
# mount -t vfat /dev/fd0 /media/floppy

To get rid of the AIGLX error you should add a line in your xorg.conf 'ServerFlags' Section like:

Option         "AIGLX" "true"

... hope that helps

Offline

#3 2011-06-25 13:14:18

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: /dev/fb0: no such file or directory [SOLVED]

mykey wrote:

Hi

A floppy does not get automatically mounted in arch-linux - on your host do as root:

# modprobe floppy
# mount -t vfat /dev/fd0 /media/floppy

OP's problem is /dev/fb0 - framebuffer, not floppy disk.

Offline

#4 2011-06-25 14:10:11

tacitdynamite
Member
Registered: 2009-07-28
Posts: 12

Re: /dev/fb0: no such file or directory [SOLVED]

I am now able to get sudo startx to work, but not regular startx. Same errors as before, though:
http://pastebin.com/kpsgBLUG
I am still surfing around for a solution.

Offline

#5 2011-06-25 14:55:38

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: /dev/fb0: no such file or directory [SOLVED]

Check if the dev/fb0 device does exist in your VM, if it does verify your user is a member of the video group.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2011-06-26 21:13:22

tacitdynamite
Member
Registered: 2009-07-28
Posts: 12

Re: /dev/fb0: no such file or directory [SOLVED]

Sorry for my ignorance; how do I check if dev/fb0 exists in my VM? Do you mean check if /dev/fb0 exists in my VM guest installation of Arch?  There is no file or directory /dev/fb0, that's for sure.

Offline

#7 2011-06-27 00:14:13

tacitdynamite
Member
Registered: 2009-07-28
Posts: 12

Re: /dev/fb0: no such file or directory [SOLVED]

After reading more thoroughly through

https://wiki.archlinux.org/index.php/Be … #Testing_X

I have discovered the problem:

"If you installed Xorg before creating your regular user, there will be an empty .xinitrc file in your $HOME that you need to either delete or edit in order to start a graphical environment. Simply deleting it will cause X to run with the default environment (twm, xclock, xterm).
$ rm ~/.xinitrc"

I installed Xorg after creating my regular user. After removing my ~/.xinitrc, everything was fine.

Offline

#8 2011-06-27 03:16:44

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: /dev/fb0: no such file or directory [SOLVED]

tacitdynamite wrote:

After reading more thoroughly through

https://wiki.archlinux.org/index.php/Be … #Testing_X

I have discovered the problem:

"If you installed Xorg before creating your regular user, there will be an empty .xinitrc file in your $HOME that you need to either delete or edit in order to start a graphical environment. Simply deleting it will cause X to run with the default environment (twm, xclock, xterm).
$ rm ~/.xinitrc"

I installed Xorg after creating my regular user. After removing my ~/.xinitrc, everything was fine.

Terrific.  Please edit your first post and change the thread title and add [SOLVED]
Thanks.

mykey:
I don't think those commands will do much on a Microsoft Windows 7 64 bit host.  I could be wrong tongue


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

Board footer

Powered by FluxBB