LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-02-2006, 09:34 AM   #1
flipwhy
Member
 
Registered: Jul 2006
Posts: 102

Rep: Reputation: 15
Arch: error is failed to load vga, fbdev and nv module :doesnt exist


got arch on...downloaded xorg and gnome from pacman, added exec gnome-session to etc/X11/xinit/xinitrc (its the only line starting with exec) but when i type startx it says something like
"Failed to load module vga: doesnot exist."
same for fbdev and nv modules.
the only site with a reasonable soln wants money for it...
so...help!
 
Old 07-02-2006, 09:46 AM   #2
JunctaJuvant
Member
 
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488

Rep: Reputation: 31
Arch Linux now uses the modular Xorg7, which means input and video drivers (the modules) are no longer automagically installed. See also: Arch Wiki
Hope that helps.
 
Old 07-02-2006, 11:43 AM   #3
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
You will need to download the drivers specific to your hardware.. if you have hwd, you can use that to tell you which drivers you need.

Read the wiki page too, the Arch wiki has a lot of great documentation.
 
Old 07-03-2006, 10:43 AM   #4
flipwhy
Member
 
Registered: Jul 2006
Posts: 102

Original Poster
Rep: Reputation: 15
i downloaded nvidia and added it to the xorg.conf...but now it says failed to initialize the GLX module; and it also says
FreeFontPath: FPE '/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
 
Old 07-03-2006, 12:25 PM   #5
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
did you follow this http://wiki.archlinux.org/index.php/..._NVIDIA_driver ?
 
Old 07-03-2006, 05:32 PM   #6
flipwhy
Member
 
Registered: Jul 2006
Posts: 102

Original Poster
Rep: Reputation: 15
yes i did...
it also says xterm not found,dbus not found etc...
 
Old 07-03-2006, 08:19 PM   #7
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
did you install them?
 
Old 07-04-2006, 05:18 AM   #8
flipwhy
Member
 
Registered: Jul 2006
Posts: 102

Original Poster
Rep: Reputation: 15
yes i did...
when i first ran startx...it showed none of those last errors except for the FPE one...the second time i did (without changing anything) it showed al those errors...
anyhow i queried pacman and it said xterm and dbus is installed but xclock and twm arent...tried to install them with pacman -Sy but it said they dont exist in the db.
Im very confused as to why its doing what its doing!
 
Old 07-04-2006, 06:29 AM   #9
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
you dont have to have twm and xclock, they are programs being called when you run startx which chekcs your ~/.xinitrc

You could add the command to start gnome or kde or whatever instead
 
Old 07-04-2006, 06:39 AM   #10
JunctaJuvant
Member
 
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488

Rep: Reputation: 31
I also recommend reading the Xorg page in the ArchWiki. If you want a complete desktop environment, like ethics suggested, there are pages in the ArchWiki that explain how to install KDE or Gnome.
In any case, if still you want all that xorg stuff, try the following:
Code:
# pacman -Sy xorg-twm xorg-apps
 
Old 07-04-2006, 07:57 AM   #11
flipwhy
Member
 
Registered: Jul 2006
Posts: 102

Original Poster
Rep: Reputation: 15
alright...
i tried the gnome desktop as explained on wiki...
i removed the xclock and twm..
it still says:
/etc/..../xinitrc line 32: exec: dbus: not found...
but dbus is instaled...
and it is in the xinitrc file...exec dbus...for gnome-session as in the wiki pages...
 
Old 07-04-2006, 08:37 AM   #12
JunctaJuvant
Member
 
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488

Rep: Reputation: 31
From the wiki page:
Quote:
To start the correct processes at system startup, edit the file /etc/rc.conf and add "portmap", "fam", "dbus" and "hal" to the DAEMONS=() line.
Have you done that?
 
Old 07-04-2006, 09:44 AM   #13
flipwhy
Member
 
Registered: Jul 2006
Posts: 102

Original Poster
Rep: Reputation: 15
yes i did do that...
 
Old 07-04-2006, 10:30 AM   #14
JunctaJuvant
Member
 
Registered: May 2003
Location: Wageningen, the Netherlands
Distribution: OS X & Linux Mint
Posts: 488

Rep: Reputation: 31
And just to make sure, did you reboot? (the daemons array is only used during boot up)
Hope that helps.
 
Old 07-04-2006, 11:54 AM   #15
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
if it's still giving you problems, what happens when you run (as root)
/etc/rc.d/hal restart

and


/etc/rc.d/dbus restart

?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xorg -- (EE) Failed to load module "glx" (loader failed, 7) windowsrefugeeX Linux - Software 10 09-23-2009 05:51 PM
xorg: Failed to load module... NullDevice23 Linux - Hardware 4 08-05-2006 09:01 AM
if i load the module for my modem, then the sound doesnt work.... !? jimjamjahaa Linux - Networking 11 01-31-2006 12:00 PM
Failed to load the NVIDA kernal module magisbladius Slackware 9 04-14-2005 04:27 PM
(EE) Failed to load module error Seventh Linux - Newbie 8 02-23-2004 02:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration