Page 1 of 1

Run level 3

PostPosted: Jul 2nd, '12, 04:00
by johng
I want to install a Nvidia driver, which needs to be done without X. Normally I would modify /etc/inittab thus: id:3:initdefault:

But for some reason my Mageia 2 KDE4 goes to full X mode. Ctrl/Alt/Backspace flicks back to X.

How do I get to a non X state?

Re: Run level 3

PostPosted: Jul 2nd, '12, 06:40
by johng
Oh, and the other related question, how to disable nouveau (as reported by the Nvidia installer).
I note xorg.conf shows the Driver as "fbdev"

Re: Run level 3

PostPosted: Jul 2nd, '12, 13:26
by alf
johng wrote:How do I get to a non X state?

When under KDE switch to a terminal by pressing <ctrl>+<alt>+<f2>; login as root and type
Code: Select all
init 3


johng wrote:Oh, and the other related question, how to disable nouveau (as reported by the Nvidia installer).

Code: Select all
echo "blacklist nouveau" >> /etc/modprobe.d/blacklist-compat.conf

Re: Run level 3

PostPosted: Jul 2nd, '12, 14:37
by johng
Thank you Alf

init 3 works, but adding blacklist nouveau to /etc/modprobe.d/blacklist-compat.conf did not stop nouveau.

The nvidia installer has created /etc/modprobe.d/nvidia-installer-disable-nouveau.conf with blacklist nouveau.

I tried adding it to /etc/modprobe.d/blacklist-mga.conf without benefit.

Re: Run level 3

PostPosted: Aug 26th, '12, 18:20
by kalagani
Hello,
about "how to disable nouveau" like johng
adding blacklist nouveau to /etc/modprobe.d/blacklist-compat.conf did not stop nouveau

So, I create a new file blacklist.conf
Code: Select all
echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf

And before restart I change in the /etc/X11/xorg.conf the Driver "nouveau" to "nvidia" in Section "Device"
Code: Select all
Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce 6100 to GeForce 360"
    Driver "nvidia"
    Option "DPMS"
    Option "DynamicTwinView" "false"
EndSection

So after restart, a lsmod |grep nvidia is OK
Code: Select all
lsmod |grep nvidia
nvidia              12366483  40
i2c_core               39972  1 nvidia

My conf is:
Code: Select all
3.3.8-desktop-2.mga2
x11-driver-video-nvidia-current-295.71-1.mga2.nonfree