Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36165

Another F18 Nvidia thread with full logs/configs.

$
0
0
Hello guys,

I've read all the Nvidia driver threads for F18 and some people like me seems to keep having problems eventhough we do everthing needed. I'll put my problem and logs here, maybe it will help us solve this issue.

What I did from the start.

Graphics card is Nvidia GTS 250 (Everything works perfectly with Ubuntu 12.10 so no I'm sure there are no hardware problems)

1. Install fresh 32-bit F18, update the system and restart computer

2. Add RPMFusion and install akmod-nvidia which also installs 6 packages including xorg-x11-drv-nvidia and xorg-x11-drv-nvidia-libs

3. Change /etc/default/grub
Code:

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm=0 rd.dm=0 $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) vconsole.keymap=trq rd.luks=0 rhgb quiet rdblacklist=nouveau nouveau.modeset=0"
GRUB_DISABLE_RECOVERY="true"
GRUB_THEME="/boot/grub2/themes/system/theme.txt"

4. Change /etc/modprobe.d/blacklist
Code:

#
# Listing a module here prevents the hotplug scripts from loading it.
# Usually that'd be so that some other driver will bind it instead,
# no matter which driver happens to get probed first.  Sometimes user
# mode tools can also control driver binding.
#
# Syntax: see modprobe.conf(5).
#

# watchdog drivers
blacklist i8xx_tco

# framebuffer drivers
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist i810fb
blacklist cirrusfb
blacklist intelfb
blacklist kyrofb
blacklist i2c-matroxfb
blacklist hgafb
blacklist nvidiafb
blacklist rivafb
blacklist savagefb
blacklist sstfb
blacklist neofb
blacklist tridentfb
blacklist tdfxfb
blacklist virgefb
blacklist vga16fb
blacklist viafb

# DRI Driver
blacklist nouveau

# ISDN - see bugs 154799, 159068
blacklist hisax
blacklist hisax_fcpcipnp

# sound drivers
blacklist snd-pcsp

# I/O dynamic configuration support for s390x (bz #563228)
blacklist chsc_sch

5. Run grub2-mkconfig (gives no errors)

6. Run the following (gives no errors and the new initram image is created with the correct name successfully)
Code:

su
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)
dracut  --omit-drivers nouveau /boot/initramfs-$(uname -r).img $(uname -r)

7. Restart computer. Proof-check the grub line for rdblacklist=nouveau nouveau.modeset=0

8. No acceleration. Check lsmod | grep nvidia
Code:

nvidia              10257972  24
i2c_core              28450  2 i2c_piix4,nvidia

9. Run nvidia-xconfig and restart computer
Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 304.60  (mockbuild@)  Fri Oct 19 02:29:10 CEST 2012

# RPM Fusion - nvidia-xorg.conf
#

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "InputDevice"
    # generated from default
    Identifier    "Keyboard0"
    Driver        "keyboard"
EndSection

Section "InputDevice"
    # generated from default
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "Emulate3Buttons" "no"
    Option        "ZAxisMapping" "4 5"
EndSection

Section "Device"
    Identifier    "Videocard0"
    Driver        "nvidia"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Videocard0"
    SubSection    "Display"
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

10. No acceleration. Check /var/log/Xorg.0.log -> http://fpaste.org/SPqy/

That's it. I'm stuck. Any ideas?

Thank you

Viewing all articles
Browse latest Browse all 36165

Trending Articles