LinuxQuestions.org
Help answer threads with 0 replies.
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 01-24-2014, 12:20 AM   #1
weinerwad3000
Member
 
Registered: Aug 2013
Posts: 62

Rep: Reputation: Disabled
Can't get gui in archlinux


I successfully dual booted windows 7 and archlinux However I can't get the x server to start. I followed this guide https://wiki.archlinux.org/index.php/Beginners%27_Guide and tried using the vesa drivers but it just brought up a black screen with a bunch of random lines and colours. I uninstalled them and installed nvidia drivers via pacman -S nvidia and now when I do startx the nvidia splash screen flashes then goes back to the command line with some errors. here's a link to my Xorg log file. http://pastebin.com/pH5ghuSr

Also I have a 335m nvidia card.
The computer is an Alienware m11x
I also tried installing xfce to see if that would fix the problem.

Will post more details if I need to.
 
Old 01-24-2014, 01:16 AM   #2
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,157

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
i encountered same issue using Ubuntu, and here's what I did hope it helps you as well.

here's the thread link: http://www.linuxquestions.org/questi...097/page2.html

Quote:
for the reference of others who might encounter same issue.

i manage to get my GUI back by typing: Xorg -configure

a new file was generated on this location /root/xorg.conf.new

I copied xorg.conf.new to /etc/X11/ and replace xorg.conf (note X in X11 is capital)

after replacing the xorg.conf my GUI was okay.
 
Old 01-24-2014, 01:58 AM   #3
weinerwad3000
Member
 
Registered: Aug 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
Didn't work. Seems like I'm getting the same errors.
 
Old 01-24-2014, 02:02 AM   #4
weinerwad3000
Member
 
Registered: Aug 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
I wanted to post this in the archlinux forums but I didn't install in a virtual machine so when I try to register it makes you type in a long string of characters and post the results. I don't really want to write the entire string down and enter it in manually just so i can post on their forum.
 
Old 01-24-2014, 02:06 AM   #5
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,157

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
have you check manufacturer's website of your video card for any drivers for Linux?
 
Old 01-24-2014, 02:28 AM   #6
weinerwad3000
Member
 
Registered: Aug 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
No all the other forums I read said not to use the installation program because it messes everything up. They said to just do the pacman -S nvidia command. I have similiar problems when using the vesa drivers so i figured it isn't the drivers but some other configuration. I'm a noob though so i have no idea. Maybe i'll try it.
 
Old 01-24-2014, 02:30 AM   #7
weinerwad3000
Member
 
Registered: Aug 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
I haven't tried the nouveau drivers but they always make my system crash in other distros so I don't know if I want to use them.
 
Old 01-24-2014, 02:47 AM   #8
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,157

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
don't just install any drivers..make sure the driver is compatible to your graphic hardware and to your Linux Distro

Manufacturer's graphic card driver should be easy to install, it should be in rpm format..or other format which are easy to use and install..
 
Old 01-24-2014, 02:51 AM   #9
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,157

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
have you came across with these links:

Guide on how to install for Suse Linux (should give you an idea for your distro)
http://users.suse.com/~sndirsch/nvid...ler-HOWTO.html

Nvidia Driver for Linux:
http://www.nvidia.com/object/linux-d...ia32-195.36.24
 
Old 01-24-2014, 02:52 AM   #10
weinerwad3000
Member
 
Registered: Aug 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
I'm used to the gui so I'm not really sure how to go about downloading the proper driver using the lui. I need to do a bit more research but when i had fedora I used this guide http://www.if-not-true-then-false.co...-nvidia-guide/ and it worked flawlessly. I guess I just expected it to be the same somewhat.
 
Old 01-24-2014, 02:55 AM   #11
weinerwad3000
Member
 
Registered: Aug 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
Just thought of something. I'm a little slow. I'll download the driver and put it on usb and install from there. I'll post back if it doesn't work.

nvm that's the .run file. On the m11x archlinux wiki it just tells you to install bumblebee but I don't want it to be switchable. I just want to run the discrete nvidia card.

Last edited by weinerwad3000; 01-24-2014 at 03:05 AM.
 
Old 01-24-2014, 03:31 AM   #12
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,157

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
if the driver is in rpm format, go to Terminal and type command below..

please try:

Quote:
rpm -i {package_name}
watch out for case-sensitivity file name
 
Old 01-24-2014, 03:34 AM   #13
weinerwad3000
Member
 
Registered: Aug 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
It's .run. I tried installing it but it says I need the kernel headers and what not. I'm trying to figure out how to install the kernel-source and kernel-devel or find out if I just need to make a symbolic link.
 
Old 01-24-2014, 03:39 AM   #14
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,157

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
wooh... why need kernel headers? if its only a graphic card driver...

are you developing something for the kernel?
 
Old 01-24-2014, 03:42 AM   #15
weinerwad3000
Member
 
Registered: Aug 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
No I've always had to do that in previous distros to get the driver running. After installing the headers it works. Without this procedure the .run won't install.

I might just need to make a symbolic link but I need to figure out how to do so.

In other forums they say using the .run messes up gl support.

Last edited by weinerwad3000; 01-24-2014 at 03:45 AM.
 
  


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
Does archlinux have a GUI installer? DesyphER Arch 35 06-10-2014 09:13 AM
SOLVED : P new install of archlinux with archlinux-2010.05-core-i686.iso elenger Arch 1 08-18-2011 01:55 PM
hi. i new here. from archlinux ywzhaifei LinuxQuestions.org Member Intro 1 11-25-2009 05:18 AM
ArchLinux + mySQL daltocli Linux - Software 1 03-30-2007 04:57 AM
Archlinux jmdlcar Arch 4 04-21-2004 07:13 PM

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

All times are GMT -5. The time now is 06:27 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