LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't get gui in archlinux (https://www.linuxquestions.org/questions/linux-newbie-8/cant-get-gui-in-archlinux-4175492372/)

weinerwad3000 01-24-2014 12:20 AM

Can't get gui in archlinux
 
I successfully dual booted windows 7 and archlinux :D 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.

JJJCR 01-24-2014 01:16 AM

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.

weinerwad3000 01-24-2014 01:58 AM

Didn't work. Seems like I'm getting the same errors.

weinerwad3000 01-24-2014 02:02 AM

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.

JJJCR 01-24-2014 02:06 AM

have you check manufacturer's website of your video card for any drivers for Linux?

weinerwad3000 01-24-2014 02:28 AM

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.

weinerwad3000 01-24-2014 02:30 AM

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.

JJJCR 01-24-2014 02:47 AM

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..

JJJCR 01-24-2014 02:51 AM

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

weinerwad3000 01-24-2014 02:52 AM

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.

weinerwad3000 01-24-2014 02:55 AM

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.

JJJCR 01-24-2014 03:31 AM

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

weinerwad3000 01-24-2014 03:34 AM

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.

JJJCR 01-24-2014 03:39 AM

wooh... why need kernel headers? if its only a graphic card driver...

are you developing something for the kernel?

weinerwad3000 01-24-2014 03:42 AM

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.


All times are GMT -5. The time now is 10:41 PM.