This forum is dedicated to advanced help and support :
Ask here your questions about advanced usage of Mageia. For example you may post here all your questions about network and automated installs, complex server configurations, kernel tuning, creating your own Mageia mirrors, and all tasks likely to be touchy even for skilled users.
by johng » Jul 2nd, '12, 04:00
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?
-
johng
-
- Posts: 61
- Joined: Dec 1st, '11, 11:42
by johng » Jul 2nd, '12, 06:40
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"
-
johng
-
- Posts: 61
- Joined: Dec 1st, '11, 11:42
by alf » Jul 2nd, '12, 13:26
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
for windows problems reboot; for linux problems be root
-
alf
-
- Posts: 326
- Joined: Apr 1st, '11, 23:07
- Location: DE Paderborn
by johng » Jul 2nd, '12, 14:37
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.
-
johng
-
- Posts: 61
- Joined: Dec 1st, '11, 11:42
by kalagani » Aug 26th, '12, 18:20
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
-
kalagani
-
- Posts: 3
- Joined: Aug 26th, '12, 17:58
Return to Advanced support
Who is online
Users browsing this forum: No registered users and 1 guest