You are not logged in.
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
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
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
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
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
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
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
Use links or lynx to post directly from the affected box.
never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::
Offline
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
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
With regard to resolution, try
xrandr --fb 1440x900or whatever resolution you want.
Last edited by karol (2011-04-20 15:30:04)
Offline
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
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