Do you want to get the proprietary drivers configured, or do you want to get nouveau configured or do you want to tackle the system freezes?
All of the above actually.
I have in one set of partitions containing my "working" copy of Mageia 5 with the problematic installation of nvidia 340.
In another partition (usually containing cauldron) I have a copy of Mageia 5 which has never had the nvidia drivers installed. This is where I am trying to get nouveau to work.
Whichever I get to work will be used as a template for the "working" system.
This post typed in the MacBook Pro.
I will follow up ASAP with the requested info if I can get the Mageia installation to hold together long enough. The "nvidia" system tends to crash as I open windows. The "nouveau" system will not boot. Have been using failsafe to try to configure the display with drakx11.
UPDATE:
From the "nvidia" system:
- Code: Select all
# rpm -qa | grep nvidia
x11-driver-video-nvidia340-340.93-1.mga5.nonfree
nvidia340-doc-html-340.93-1.mga5.nonfree
dkms-nvidia340-340.93-1.mga5.nonfree
nvidia340-kernel-4.1.13-desktop-2.mga5-340.93-3.mga5.nonfree
nvidia340-kernel-3.19.8-desktop-3.mga5-340.76-27.mga5.nonfree
nvidia340-kernel-desktop-latest-340.93-3.mga5.nonfree
- Code: Select all
# cat /etc/X11/xorg.conf
# File generated by XFdrake (rev 262502)
Section "Extensions"
Option "Composite" "Disable"
EndSection
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce 8100 to GeForce 415"
Driver "nvidia"
Option "DPMS"
Option "RenderAccel" "false"
Option "DynamicTwinView" "false"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
- Code: Select all
# lspci -k | grep -A2 VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G86 [GeForce 8400 GS] (rev a1)
Subsystem: Foxconn International, Inc. Device 0f1e
Kernel driver in use: nvidia
UPDATE:
From the "nouveau" system:
- Code: Select all
rpm -qa | grep nvidia
--- no entries ---
rpm -qa | grep nouveau
lib64drm_nouveau2-2.4.59-1.mga5
x11-driver-video-nouveau2-2.4.59-1.mga5
- Code: Select all
lspci -k |grep -A2 VGA
Kernel modules nvidiafb, nouveau
drakx11 monitor set to Plug'n Play -shows as custom.
- Code: Select all
cat /etc/X11/xorg.conf
Section "Monitor"
as above
Section "Device"
as above except missing Options:
Option "RenderAccel" "false"
Option "DynamicTwinView" "false"
Rest seems as for other system.
Note: It is my assumption that the freeze problem is due to the nvidia 340 driver.
Reasoning - the freeze-ups happen when opening or interacting with the windows.
The system is set up as it has been for years, with Mageia updates and upgrades.
Other operating systems using nouveau (korora, fedora, knoppix, gparted) work on this machine. In all cases, I must use boot append acpi=off otherwise they freeze as did Mageia/Mandriva in the past.
At some point I may try the nvidia driver in korora, but I want to leave it as is until I can get Magiea 5 stabilized. May try modifying the korora live usb for testing.
If it sounds as if I am confused, it is because I am.
cheers and Merry Christmas.