On 09/30/2014 07:18 PM, Kam Leo wrote:

On Tue, Sep 30, 2014 at 4:16 PM, Ed Greshko <ed.gres...@greshko.com <mailto:ed.gres...@greshko.com>> wrote:

    On 10/01/14 07:06, jd1008 wrote:
    > Should I build an Xorg.conf, based on this info?

    Also....

    Do you get any output from....

    locate blacklist-nouveau.conf

jd1008, have you tried creating a custom resolution? This ArchWiki page, https://wiki.archlinux.org/index.php/xrandr , shows the steps required.
# xrandr --output LVDS --mode 1280x800
xrandr: Failed to get size of gamma for output default
warning: output LVDS not found; ignoring

The reason seems to be that the nouvaux driver is not getting loaded properly???
To wit:

# lsmod | grep nouveau
#
# modprobe nouveau
modprobe: ERROR: could not insert 'nouveau': No such device

# insmod /usr/lib/modules/3.16.3-200.fc20.x86_64/kernel/drivers/gpu/drm/nouveau/nouveau.ko insmod: ERROR: could not insert module /usr/lib/modules/3.16.3-200.fc20.x86_64/kernel/drivers/gpu/drm/nouveau/nouveau.ko: Unknown symbol in module

nm -u /usr/lib/modules/3.16.3-200.fc20.x86_64/kernel/drivers/gpu/drm/nouveau/nouveau.ko

outputs 348 unresolved symbols, the relevant missing ones are shown by dmesg:
[ 1518.395218] nouveau: Unknown symbol mxm_wmi_call_mxds (err 0)
[ 1518.395266] nouveau: Unknown symbol mxm_wmi_supported (err 0)
[ 1518.395390] nouveau: Unknown symbol acpi_video_get_edid (err 0)
[ 1518.395610] nouveau: Unknown symbol wmi_evaluate_method (err 0)
[ 1518.396197] nouveau: Unknown symbol wmi_has_guid (err 0)
[ 1518.396821] nouveau: Unknown symbol mxm_wmi_call_mxmx (err 0)

# modprobe mxm-wmi
modprobe: ERROR: could not insert 'mxm_wmi': No such device

# insmod /usr/lib/modules/3.16.3-200.fc20.x86_64/kernel/drivers/platform/x86/mxm-wmi.ko insmod: ERROR: could not insert module /usr/lib/modules/3.16.3-200.fc20.x86_64/kernel/drivers/platform/x86/mxm-wmi.ko: Unknown symbol in module

# insmod /usr/lib/modules/3.16.3-200.fc20.x86_64/kernel/drivers/platform/x86/wmi.ko insmod: ERROR: could not insert module /usr/lib/modules/3.16.3-200.fc20.x86_64/kernel/drivers/platform/x86/wmi.ko: No such device

And I have no idea which acpi module has the function acpi_video_get_edid().
I do not have the kernel full sources. I guess I could download the source
when I am at a high speed hotspot.

None of this was a problem when I installed fc20 from iso.

I have uploaded the relevant lines from Xorg.0.log  to
https://www.sendspace.com/file/3az46j

so you can see the attempt to load the drivers.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to