Hi
I have installed Leap 15 with an geforce GT730 video card. When the computer boots and gets to the login screen I get a lot of flickering. Once I login it seems to improve but does not completely stop, for example, I close a an office document.
To that end I have checked the boot.log and the messsages files for errors, no errors show, I did not notice any.
I am up-to-date with the nvidia files from the repo.
Can someone sugget some other thing that I could do.
Hi
inxi -Gxx did not work for me. So I tried inxi --recommends I got this
Test Three: Script Recommends for Graphics Features.
NOTE: If you do not use X these do not matter (like a headless server). Otherwise, if one of these applications
is missing, inxi will have incomplete output:
glxinfo (info: -G glx info)................................................. Missing
xdpyinfo (info: -G multi screen resolution)................................. /usr/bin/xdpyinfo
xprop (info: -S desktop data)............................................... /usr/bin/xprop
xrandr (info: -G single screen resolution).................................. /usr/bin/xrandr
Just to be sure, what info was requied there the xx?
Thank you
inxi -G omits the PCI device ID that inxi -Gxx includes. Without glxinfo installed, inxi cannot provide all the info that it otherwise would that might help us help you to solve video trouble.
If in your inxi output you see that the nouveau driver is active rather than the modesetting driver, you might wish to go ahead and try making the switch. That process is included on one of the wiki’s SDB troubleshooting pages.
Looks like the Noveau driver is troublesome again. Its such a pain this, I don’t want to install the Nvidia drivers as its such a PIA with updates etc. Can we let the Noveau people know its gone bad? Please …
This should have gone into a new thread. Your inxi output shows you’re not using nouveau for X. You’re using ASPEED AST2000 with the default modesetting driver. The xf86-video-ast DDX you probably could be using doesn’t seem to be installed (it’s not in the “unloaded” list). inxi -Gxx is best run from within X (“N/A for root”). What type cables are connected, and to which video ports? Please share /etc/X11/xorg.conf if it exists. Does anything in /etc/X11/xorg.conf.d/ look like it’s been changed from defaults? Please do:
The ASPEED is on the board but as far as I can tell the Nvidia card is active. Maybe that is wrong. That’s why I am here, I can’t see what changed or why.
No /etc/X11/xorg.conf
/etc/X11/xorg.conf.d/ all looks like the original installation files apart from the keyboard that was updated last year at some point.
Comment 7 was wrong, inxi output shows, but should have been inxi output suggests. Sorry about that.
Xorg.0.log shows both NOUVEAU(0) and modeset(0) loading, but nouveau actually connected to a display. If your inxi remains at the 15.0 release version 2.X, maybe it has a flaw to cause it to report both DDX used in spite of only one actually being in use.
After creating an override to the package manager’s upgrade disabling by creating /etc/inxi.conf containing:
B_ALLOW_UPDATE=true
you can update to the latest version (3.0.32 currently) directly thus:
inxi -U
Substitute -V for -U to see the installed version. Direct installation/updates is what inxi’s author recommends. You also can update by installing Tumbleweed’s 3.0.32 rpm.
I did that update and checked versions etc. Interestingly it actually improved things a little and I now just have a scrolling that is too slow and occasionally the screen will not refresh with the current window being presented. The nomodesetting switch is not set in the bootloader. I’ve just been looking at the Grub script and this line has me a bit puzzled. Is this a fallback setting? I’m sure I have way more than 16 colours…
Sounds like VESA driver behavior, not modesetting. Please upload a new Xorg.0.log and/or paste in ‘inxi -Gxx’ output run from within X and using code tags #].
I’ve just been looking at the Grub script and this line has me a bit puzzled. Is this a fallback setting? I’m sure I have way more than 16 colours…
GRUB_CMDLINE_XEN_DEFAULT="vga=gfx-1024x768x16"
AFAIK, that’s completely inert unless you are using Xen.
I agree, but can’t tell what’s at the root. Backtraces in the log are never good, but loading of both nouveau for a real display and modesetting for a phantom VGA display bothers me as much or more.
Things to try:
1-remove xf86-video-nouveau. If this doesn’t get the nouveau DDX out of Xorg, maybe the default initrd needs rebuilding.