You are not logged in.

#1 2011-04-20 13:46:01

southerncross
Member
Registered: 2010-02-03
Posts: 41

X server won't work after switching to Nouveau

Hi,

I did try to switch my system to the Nouveau Driver and followed the process described here: https://wiki.archlinux.org/index.php/Nouveau
But the X server won't start.

The error message is quite clear in that it seems that the Xserver is still trying to load the 'nvidia' module. I obviously missed something in my configuration.
Also, the output of
/proc/fb
only gives
0 nouveaufb

Any clue?

thanks!

Offline

#2 2011-04-20 13:50:57

student975
Member
From: Russian Federation
Registered: 2011-03-05
Posts: 616

Re: X server won't work after switching to Nouveau

Look at /etc/X11/xorg.conf.d/ - probably you will want to replace 20-nvidia.conf with nouveau equivalent.


"I exist" is the best myth I know..

Offline

#3 2011-04-20 13:54:59

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: X server won't work after switching to Nouveau

southerncross wrote:

Hi,

The error message is quite clear in that it seems that the Xserver is still trying to load the 'nvidia' module. I obviously missed something in my configuration.

Any clue?

thanks!

blacklist it by adding the following line to /etc/modprobe.d/modprobe.conf

blacklist nvidia

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#4 2011-04-20 13:55:30

southerncross
Member
Registered: 2010-02-03
Posts: 41

Re: X server won't work after switching to Nouveau

well, it's already been replaced. Instead there's the 20-nouveau.conf file that only has the following info:
Section "Device"
  Identifier "n"
  Driver "nouveau"
EndSection

Do I need more?

Offline

#5 2011-04-20 13:56:20

southerncross
Member
Registered: 2010-02-03
Posts: 41

Re: X server won't work after switching to Nouveau

Mektub wrote:
southerncross wrote:

Hi,

The error message is quite clear in that it seems that the Xserver is still trying to load the 'nvidia' module. I obviously missed something in my configuration.

Any clue?

thanks!

blacklist it by adding the following line to /etc/modprobe.d/modprobe.conf

blacklist nvidia

Mektub

already done that...

Offline

#6 2011-04-20 14:00:46

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: X server won't work after switching to Nouveau

we can only guess  because you didn't paste any logs


Give what you have. To someone, it may be better than you dare to think.

Offline

#7 2011-04-20 14:02:08

southerncross
Member
Registered: 2010-02-03
Posts: 41

Re: X server won't work after switching to Nouveau

wonder wrote:

we can only guess  because you didn't paste any logs

I know, I'm writing from another computer, the other one is on command line only... :-)

Offline

#8 2011-04-20 14:04:24

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: X server won't work after switching to Nouveau

Use links or lynx to post directly from the affected box.


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#9 2011-04-20 15:04:32

southerncross
Member
Registered: 2010-02-03
Posts: 41

Re: X server won't work after switching to Nouveau

So... it works! I found out what was the problem, and I think I should perhaps edit the wiki as I don't think it was clear enough -I had to edit /etc/X11/xorg.conf and not just /etc/X11/xorg.conf.d/20-nouveau.conf

But now I have an horrible resolution and I'm trying to see what I can do about it...

Offline

#10 2011-04-20 15:27:02

student975
Member
From: Russian Federation
Registered: 2011-03-05
Posts: 616

Re: X server won't work after switching to Nouveau

You are not obligated to use /etc/X11/xorg.conf at all. Have you tried without it?


"I exist" is the best myth I know..

Offline

#11 2011-04-20 15:28:30

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

Re: X server won't work after switching to Nouveau

With regard to resolution, try

xrandr --fb 1440x900

or whatever resolution you want.

Last edited by karol (2011-04-20 15:30:04)

Offline

#12 2011-04-20 15:30:17

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: X server won't work after switching to Nouveau

if /etc/x11/xorg.conf exists, everything from /etc/X11/xorg.conf.d is ignored.


Give what you have. To someone, it may be better than you dare to think.

Offline

#13 2011-04-20 15:57:12

southerncross
Member
Registered: 2010-02-03
Posts: 41

Re: X server won't work after switching to Nouveau

the xrandr command would not work but searching the Arch wiki for xrandr I was able to edit the xorg.conf and find the right screen resolution. (I had to go to the System > Preferences > Screen config panel under Gnome to pick it up).

So is it a problem if I keep my xorg conf file where it is?

Offline

Board footer

Powered by FluxBB