FedoraForum.org - Fedora Support Forums and Community
Page 9 of 13 FirstFirst ... 7891011 ... LastLast
Results 121 to 135 of 191
  1. #121
    TalioGladius Guest
    Quote Originally Posted by leigh123@linux
    I asked the crystal ball and it said don't hold your breath


    [IMG]http://www.geocities.jp/rondonko/files/crystal2.jpg[ddsIMG]
    So is the first post updated with everything that needs to be done? I'm still a bit noobish, so if this doesn't work I perhaps should go back to F8, which sucks because I have everything set up perfectly with the exception of my dual monitors while in the docking station.

  2. #122
    leigh123linux Guest
    Quote Originally Posted by TalioGladius
    So is the first post updated with everything that needs to be done? I'm still a bit noobish, so if this doesn't work I perhaps should go back to F8, which sucks because I have everything set up perfectly with the exception of my dual monitors while in the docking station.
    Yes ( you may need to edit xorg.conf as well ).

  3. #123
    Join Date
    May 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    SOLVED: Can't login with KDE session after following steps in Post #1

    Hello and thanks for this how-to guide.

    I followed the instructions outlined in Post #1 of this thread, but for some reason, I cannot login with a KDE session for a root or non-root user. GNOME session works fine for a root or non-root user. After entering my username/password for a KDE session, authentication is successful, but then I get kicked back to the login screen.

    Any ideas ?

    Thanks.

    EDIT: I forgot to mention that when following the instruction in Post #1 of this thread, I skipped the installation of the 32-bit nVidia drivers, since I am using the 64-bit arch.

    EDIT2: I skipped the compiz installation in Post #1 of this thread, since it was marked as "optional". I simply reinstalled KDE:

    yum groupinstall "KDE (K Desktop Environment)"

    KDE seems to be working now ...
    Last edited by testguyct; 28th May 2008 at 05:08 PM. Reason: Figured it out ...

  4. #124
    Join Date
    Apr 2005
    Posts
    43
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It sounds like TalioGladius is on a desktop, but just in case other new users are reading and want to try this, it's important to note that if you have a notebook with a synaptics touchpad, you also might have to follow Karmaflute's alternate instructions at post #104 to avoid booting into a continuously flashing Nvidia splash screen. As far as I can tell (and I'm no expert so I could certainly be wrong), the first post has not (yet) been updated to account for this problem because it doesn't include synaptics in the fedora8.repo or exclude it from the fedora.repo and fedora-updates.repo, so running "yum -y install mesa-libGL mesa-libGLU mesa-libGL-devel mesa-libGLU-devel synaptics" causes yum to attempt to install the wrong version. This can result in X failing to load because it can't find a driver for your touchpad.

  5. #125
    TalioGladius Guest
    Well I evidently made a mistake by installing the beta drivers. I now can't even get to a command prompt, the screen keeps flashing like it's trying to start x. Even after it stops I can't get it to log in. So it looks like I'm going to be reimaging.

    Is there anything that F9 has that F8 doesn't that would make it worth going straight to F9 and still dealing with this video thing?

  6. #126
    Join Date
    Apr 2005
    Posts
    43
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    TalioGladius, you can get a command prompt by typing 'a' at the grub menu and then adding 'runlevel 3' to the end of the line and hitting enter. Fedora should boot into a non-graphical login screen. From there, after you log in you might try typing 'less /var/log/Xorg.0.log' which should allow you to browse your Xorg log. Look for any lines that start with (WW) or (EE), since these indicate warnings or errors. There's a good chance that this will tell you what the problem is, and from there someone on here can probably help you fix it without reinstalling.

    Edit: Btw, use the spacebar and the 'b' key to more forward and backward through the log. 'q' quits.
    Last edited by chosokabe; 28th May 2008 at 04:20 PM. Reason: forgot something

  7. #127
    Join Date
    Dec 2006
    Location
    Tlaxcala, México
    Age
    42
    Posts
    3,181
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by TalioGladius
    Well I evidently made a mistake by installing the beta drivers. I now can't even get to a command prompt, the screen keeps flashing like it's trying to start x. Even after it stops I can't get it to log in. So it looks like I'm going to be reimaging.

    Is there anything that F9 has that F8 doesn't that would make it worth going straight to F9 and still dealing with this video thing?
    You can also, using the idea expressed above to get a command prompt, delete the xorg.conf file altogether (it is obviously screwed) and let Fedora create a new one for you. Then you would have another chance to install the drivers right.

    Joe.
    Workstation: EliteDesk
    AMD Ryzen 5 PRO 2600, 32GB DDR4,
    256GB M.2, 480GB SSD, 1TB HDD.
    Fedora 42.

  8. #128
    Join Date
    Apr 2004
    Posts
    595
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The instructions I have read (and haven't yet dedicated the time and courage to attempt) seem to be only for the currently supported nvidia devices. What about the Legacy? How might I adapt these instructions for, say, the GeForce4 MX 440?

  9. #129
    Join Date
    Jun 2004
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For those NOT wanting to downgrade X Server:

    http://www.nvnews.net/vbulletin/showthread.php?t=113919

    Highlight: initial support for x server 1.5.

    No idea how well the new driver works.

  10. #130
    Join Date
    Apr 2008
    Posts
    558
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nvidia driver 173.14.05 is out, and it works
    Added preliminary support for X.Org server 1.5.
    x86_64 users will want the pkg2 file, to install 32-bit support for 3D games.

    The 2 "symbolic link" errors that this nvidia installer shows when it's first run, can safely be ignored.

    This is what I run in /etc/rc.local to automate the nvidia installation for new kernels:
    Code:
    if ! modprobe nvidia ; then
    	# yum install kernel-devel kernel-headers glibc-headers
    	# Info:  sh NVIDIA-Linux-x86_64-173.14.05-pkg2.run -A
    	# wget ftp://download.nvidia.com/XFree86/Linux-x86_64/173.14.05/NVIDIA-Linux-x86_64-173.14.05-pkg2.run
    	cd /root/nvidia && sh NVIDIA-Linux-x86_64-173.14.05-pkg2.run -a -q -s -N
    	modprobe nvidia
    fi
    Last edited by brebs; 28th May 2008 at 08:16 PM.

  11. #131
    leigh123linux Guest
    Thread unstuck !

  12. #132
    Join Date
    Dec 2004
    Location
    Canada
    Age
    35
    Posts
    9,221
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Livna RPMs will be out tomorrow. I'll leave the final word up to leigh, but personally I would recommend updating to Xorg 1.5pre if you've installed the new drivers since it should be supported (2 confirmed tests on #livna so far) and Xorg 1.5pre has a bunch of neat features you don't want to miss!
    Firewing1
    [+] My open source software and blog
    [+] Some of my howtos: (for full list, click here)

  13. #133
    Join Date
    Jul 2006
    Location
    Transgression
    Age
    46
    Posts
    1,182
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will the livna rpms be name 'kmod-nvidia' like the old one was?

  14. #134
    Join Date
    Dec 2004
    Location
    Canada
    Age
    35
    Posts
    9,221
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yup! The SRPM is named nvidia-kmod which is why the folder on the Livna build system is different.
    Firewing1
    [+] My open source software and blog
    [+] Some of my howtos: (for full list, click here)

  15. #135
    lottc Guest

    NVIDIA releases 173.14.05!!!

    As of today, 05/28/2008, the downgrade of Xserver 1.3 is no longer needed!!! With Nvidia's release of the new driver they have included Xserver 1.5 support! Thank-you NVIDIA!!!

    If you had previously used this guide to downgrade, follow the steps below to reverse the changes and reinstall Xorg Xserver 1.5* and the new Nvidia driver, continuing on to the "TO INSTALL NEW" section.

    If you are new to this guide and have not downgraded your Xserver, start at the "TO INSTALL NEW" section.


    TO REVERSE DOWNGRADE
    Edit /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo
    Remove this line:
    Code:
    exclude=xorg* linuxwacom* rhpxl* mesa*
    Remove the fedora8.repo we created, remove 178.08 driver and update your Xorg RPMs.
    Code:
    rm /etc/yum.repos.d/fedora8.repo
    yum remove nvidia-x11-drv
    yum -y update
    Continue on to the "TO INSTALL NEW" section.



    TO INSTALL NEW

    Install new NVIDIA driver and reboot.
    32-bit Nvidia
    Code:
    cd /tmp
    wget http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/9/nvidia-x11-drv/nvidia-x11-drv-173.14.05-1.beta.fc9.i386.rpm
    yum --nogpgcheck localinstall nvidia-x11-drv-173.14.05-1.beta.fc9.i386.rpm
    /usr/sbin/nvidia-config-display enable
    reboot
    64-bit Nvidia
    Code:
    cd /tmp
    wget http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/9/nvidia-x11-drv/nvidia-x11-drv-173.14.05-1.beta.fc9.x86_64.rpm
    wget http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/9/nvidia-x11-drv/nvidia-x11-drv-32bit-173.14.05-1.beta.fc9.x86_64.rpm
    yum --nogpgcheck localinstall nvidia-x11-drv-173.14.05-1.beta.fc9.x86_64.rpm \
          nvidia-x11-drv-32bit-173.14.05-1.beta.fc9.x86_64.rpm
    /usr/sbin/nvidia-config-display enable
    reboot
    Last edited by leigh123linux; 30th May 2008 at 12:05 PM. Reason: added localinstall to 64bit install guide

Page 9 of 13 FirstFirst ... 7891011 ... LastLast

Similar Threads

  1. OpenGL doesn't work, nvidia does
    By Xx r3negade in forum Hardware
    Replies: 6
    Last Post: 9th March 2008, 08:18 AM
  2. help please (nvidia/OpenGl problems)
    By tapke in forum Using Fedora
    Replies: 21
    Last Post: 2nd January 2008, 02:09 PM
  3. nVidia - no opengl after upgrade to FC6
    By akbowbender in forum Hardware
    Replies: 2
    Last Post: 2nd November 2006, 04:33 AM
  4. Nvidia Drivers and OpenGL
    By Chupacabra in forum Using Fedora
    Replies: 10
    Last Post: 2nd September 2006, 11:06 PM
  5. FC4: Nvidia and OpenGL
    By Supa Troopa in forum Hardware
    Replies: 2
    Last Post: 2nd July 2005, 02:04 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •