LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   clean install LM 19.1 = running in software rendering mode running without video hardware acceleration (https://www.linuxquestions.org/questions/linux-desktop-74/clean-install-lm-19-1-%3D-running-in-software-rendering-mode-running-without-video-hardware-acceleration-4175652395/)

jimmi morrison 04-18-2019 04:26 PM

clean install LM 19.1 = running in software rendering mode running without video hardware acceleration
 
now 2-3 weeks without computer !? cannot solve - appreciate expert help :

inxi -F
System:
Host: leoboy-All-Series Kernel: 4.15.0-20-generic x86_64 bits: 64
Desktop: Cinnamon 4.0.10 Distro: Linux Mint 19.1 Tessa
Machine:
Type: Desktop System: ASUS product: All Series v: N/A
serial: <root required>
Mobo: ASUSTeK model: H81M-K v: Rev X.0x serial: <root required>
BIOS: American Megatrends v: 3602 date: 03/26/2018
CPU:
Topology: Quad Core model: Intel Core i7-4790K bits: 64 type: MT MCP
L2 cache: 8192 KiB
Speed: 1198 MHz min/max: 800/4400 MHz Core speeds (MHz): 1: 1197 2: 1198
3: 1197 4: 1199 5: 1197 6: 1199 7: 1199 8: 1198
Graphics:
Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics
driver: N/A
Display: x11 server: X.Org 1.19.6 driver: vesa resolution: 1920x1200~N/A
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.8
Audio:
Device-1: Intel 8 Series/C220 Series High Definition Audio
driver: snd_hda_intel
Sound Server: ALSA v: k4.15.0-20-generic
Network:
Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
driver: r8169
IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: 9c:5c:8e:00:66:44
Drives:
Local Storage: total: 1.82 TiB used: 8.81 GiB (0.5%)
ID-1: /dev/sda vendor: Seagate model: ST2000DM001-1ER164 size: 1.82 TiB
Partition:
ID-1: / size: 1.79 TiB used: 8.81 GiB (0.5%) fs: ext4 dev: /dev/sda1
Sensors:
System Temperatures: cpu: 29.8 C mobo: 27.8 C
Fan Speeds (RPM): cpu: 0
Info:
Processes: 227 Uptime: 6h 30m Memory: 15.54 GiB used: 1.77 GiB (11.4%)
Shell: bash inxi: 3.0.27

mrmazda 04-18-2019 06:41 PM

What is the output from:
Code:

cat /proc/cmdline
If /etc/X11/xorg.conf.d/*-intel.conf exists, what does it contain?

jimmi morrison 04-19-2019 05:26 AM

Quote:

Originally Posted by mrmazda (Post 5986474)
What is the output from:
Code:

cat /proc/cmdline
If /etc/X11/xorg.conf.d/*-intel.conf exists, what does it contain?

thanks reply mrmazda - output is : BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic root=UUID=623faa7a-8dd4-4994-9169-5ceebba7e1af ro recovery nomodeset

re
/etc/x11/xorg.conf i only have this & it contains : Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

thanks

mrmazda 04-19-2019 06:48 AM

Test removal of nomodeset and recovery from the kernel cmdline at the grub menu when booting by striking the e key, moving the cursor down to where nomodeset and recovery are present, and delete or backspace them away. This won't help until xorg.conf is renamed or deleted. With these three changes, automagic should produce expected results.

That kernel cmdline looks like it resulted from choosing a non-default Grub menu selection. If that's the case, then choosing a selection that omits them should be all that's needed at boot time, but still that xorg.conf needs to go.

If booting with neither nomodeset nor recovery by choosing an existing Grub menu selection and xorg.conf does indeed produce expected operation, and the selection made is the default, then no further reconfiguration will be needed. If however it is necessary to make the edit at runtime, or manually choose a selection that omits them, /etc/default/grub probably needs an edit of the GRUB_CMDLINE_LINUX_DEFAULT= line to exclude them, following up with rebuilding grub.cfg using grub-mkconfig or update-grub before next shutdown or reboot.

jimmi morrison 04-19-2019 07:47 AM

Quote:

Originally Posted by mrmazda (Post 5986601)
Test removal of nomodeset and recovery from the kernel cmdline at the grub menu when booting by striking the e key, moving the cursor down to where nomodeset and recovery are present, and delete or backspace them away. This won't help until xorg.conf is renamed or deleted. With these three changes, automagic should produce expected results.

That kernel cmdline looks like it resulted from choosing a non-default Grub menu selection. If that's the case, then choosing a selection that omits them should be all that's needed at boot time, but still that xorg.conf needs to go.

If booting with neither nomodeset nor recovery by choosing an existing Grub menu selection and xorg.conf does indeed produce expected operation, and the selection made is the default, then no further reconfiguration will be needed. If however it is necessary to make the edit at runtime, or manually choose a selection that omits them, /etc/default/grub probably needs an edit of the GRUB_CMDLINE_LINUX_DEFAULT= line to exclude them, following up with rebuilding grub.cfg using grub-mkconfig or update-grub before next shutdown or reboot.

thanks - reboot & fiddle with e key loads GNU GRUB version 2.02 / no sign anywhere of nomodeset nor recovery ?!

mrmazda 04-19-2019 03:56 PM

If https://linuxmint-installation-guide...-nomodeset.png is the screen you see after boot, try pressing the tab key instead of the e key.

If it's not the screen you see, please describe the screen you see.

You might need to hold down the shift key as POST completes in order to see the Grub menu screen where you need to use the e key.

jimmi morrison 04-21-2019 06:28 AM

Quote:

Originally Posted by mrmazda (Post 5986758)
If https://linuxmint-installation-guide...-nomodeset.png is the screen you see after boot, try pressing the tab key instead of the e key.

If it's not the screen you see, please describe the screen you see.

You might need to hold down the shift key as POST completes in order to see the Grub menu screen where you need to use the e key.

hi mrmazda - the only screen i get is blank with the LM Bookwood image to middle bottom right hand side ie... am stuck in SR mode. If ctrl alt del then get box Session - log out this session now? - switch user or Cancel or LogOut . If switch user the have to re-log in Cinnamon (Default) - does not work or Cinnamon Software Rendering that works . Terminal works .

LVM state Physical Volumes : not OK (BAD) Volume Groups : OK (Good)

FYI : $ cinnamon settings
Cinnamon warning: Software rendering detected: llvmpipe (LLVM 7.0, 256 bits)
org.Cinnamon already exists on bus and --replace not specified

if i boot to Advanced Options for LM19.1 - Linux 4.15 0-47 generic recovery mode then i have found that reboots OK without
SR mode but then usually reboots back to the same old same old !?

thanks

mrmazda 04-22-2019 02:16 AM

Quote:

Originally Posted by jimmi morrison (Post 5987163)
if i boot to Advanced Options for LM19.1 - Linux 4.15 0-47 generic recovery mode then i have found that reboots OK without
SR mode but then usually reboots back to the same old same old !?

How are you determining whether or not you are running in SR mode? I don't have any problem getting a Cinnamon session running from the default Grub selection (neither recovery nor nomodeset) for Mint 19.1 here:
Code:

> inxi -GxxSM
System:    Host: ab250 Kernel: 4.15.0-20-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.10
          wm: muffin dm: LightDM Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic
Machine:  Type: Desktop Mobo: ASUSTeK model: PRIME B250M-C v: Rev X.0x serial: ...
          UEFI: American Megatrends v: 1205 date: 05/11/2018
Graphics:  Device-1: Intel HD Graphics 630 vendor: ASUSTeK driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:5912
          Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa resolution: 2560x1440~60Hz
          OpenGL: renderer: Mesa DRI Intel HD Graphics 630 (Kaby Lake GT2) v: 4.5 Mesa 18.2.8 compat-v: 3.0
          direct render: Yes

I have no /etc/X11/xorg.conf and neither any monitor, device or display configuration in /etc/X11/xorg.conf.d/.

If you pastebin your /boot/grub/grub.cfg file maybe someone can spot something gone wrong.

jimmi morrison 04-22-2019 06:17 AM

Quote:

Originally Posted by mrmazda (Post 5987325)
How are you determining whether or not you are running in SR mode? I don't have any problem getting a Cinnamon session running from the default Grub selection (neither recovery nor nomodeset) for Mint 19.1 here:
Code:

> inxi -GxxSM
System:    Host: ab250 Kernel: 4.15.0-20-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.10
          wm: muffin dm: LightDM Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic
Machine:  Type: Desktop Mobo: ASUSTeK model: PRIME B250M-C v: Rev X.0x serial: ...
          UEFI: American Megatrends v: 1205 date: 05/11/2018
Graphics:  Device-1: Intel HD Graphics 630 vendor: ASUSTeK driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:5912
          Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa resolution: 2560x1440~60Hz
          OpenGL: renderer: Mesa DRI Intel HD Graphics 630 (Kaby Lake GT2) v: 4.5 Mesa 18.2.8 compat-v: 3.0
          direct render: Yes

I have no /etc/X11/xorg.conf and neither any monitor, device or display configuration in /etc/X11/xorg.conf.d/.

If you pastebin your /boot/grub/grub.cfg file maybe someone can spot something gone wrong.

hello from England thanks reply will revert but firstly can you say re https://linuxmint-installation-guide...-nomodeset.png is the screen you see after boot you do not mean from the cd/dvd disc but from a boot after the installation attempt !?

mrmazda 04-22-2019 06:26 AM

Quote:

Originally Posted by jimmi morrison (Post 5987360)
hello from England thanks reply will revert but firstly can you say re https://linuxmint-installation-guide...-nomodeset.png is the screen you see after boot you do not mean from the cd/dvd disc but from a boot after the installation attempt !?

I don't understand what you asked here. The image at the URL I provided is of the installation media boot menu. I didn't find any image of a Linuxmint Grub menu, or GUI login greeter (LightDM?).

jimmi morrison 04-22-2019 06:50 AM

Quote:

Originally Posted by mrmazda (Post 5987364)
I don't understand what you asked here. The image at the URL I provided is of the installation media boot menu. I didn't find any image of a Linuxmint Grub menu, or GUI login greeter (LightDM?).

i think you mean by "installation media boot menu" that the image we are trying to find comes from the Install/Live DVD of LM 19.1 Cinnamon & on this initial boot this is when i should be tapping the "E"
key or TAB or shift etc ... please confirm ?

mrmazda 04-22-2019 11:09 AM

On the screen in the image, after the menu appeared, the kernel cmdline ready to edit is showing, Reaching that point is the result of using the TAB key, as instructed here. This applies when the installation media is booted in BIOS/Legacy mode.

The E key is for initiating an edit upon reaching a Grub menu. After striking the E key, you should be on a screen that looks like this. This applies both when booting installation media in UEFI mode, and when booting an installed system either in Legacy/BIOS mode or in UEFI mode.

jimmi morrison 04-22-2019 11:41 AM

ok i got here https://linuxmint-installation-guide...-nomodeset.png from the Install/Live DVD of LM 19.1 Cinnamon shows like the picture but after the lz shows : quiet splash -- _

$ inxi -GxxSM
System:
Host: leoboy-All-Series Kernel: 4.15.0-47-generic x86_64 bits: 64
compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.10 wm: muffin dm: LightDM
Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic
Machine:
Type: Desktop System: ASUS product: All Series v: N/A
serial: <root required>
Mobo: ASUSTeK model: H81M-K v: Rev X.0x serial: <root required>
BIOS: American Megatrends v: 3602 date: 03/26/2018
Graphics:
Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics
vendor: ASUSTeK driver: N/A bus ID: 00:02.0 chip ID: 8086:0412
Display: x11 server: X.Org 1.19.6 driver: vesa resolution: 1920x1200~N/A
OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.2.8
compat-v: 3.1 direct render: Yes

re running in SR mode : again $ cinnamon settings
Cinnamon warning: Software rendering detected: llvmpipe (LLVM 7.0, 256 bits)
org.Cinnamon already exists on bus and --replace not specified

xorg.conf contains :
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

re /etc/X11/xorg.conf.d/. is not showing

re : If you pastebin your /boot/grub/grub.cfg file maybe someone can spot something gone wrong.
<iframe src="https://pastebin.com/embed_iframe/Y8qXwxjR" style="border:none;width:100%">
</Y8qXwxjR>

mrmazda 04-22-2019 03:26 PM

Quote:

Originally Posted by jimmi morrison (Post 5987472)
...Display: x11 server: X.Org 1.19.6 driver: vesa...
xorg.conf contains :
Code:

Section "Device"
        Identifier        "Configured Video Device"
        Driver                "vesa"
EndSection

Section "Monitor"
        Identifier        "Configured Monitor"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Monitor                "Configured Monitor"
        Device                "Configured Video Device"
EndSection


This file is blocking use of any competent DDX driver, forcing use of the crude and painfully slow VESA driver instead of any driver supporting Cinnamon. You must either remove the whole xorg.conf file, or remove the line 'Driver "vesa"' from it, preferably the whole file.

jimmi morrison 04-22-2019 04:35 PM

Quote:

Originally Posted by mrmazda (Post 5987544)
This file is blocking use of any competent DDX driver, forcing use of the crude and painfully slow VESA driver instead of any driver supporting Cinnamon. You must either remove the whole xorg.conf file, or remove the line 'Driver "vesa"' from it, preferably the whole file.

ok thanks mrmazda removed said file : sudo rm /etc/X11/xorg.conf = & checked has gone rm: cannot remove '/etc/X11/xorg.conf': No such file or directory - i checked its gone restarted up to same old same old i.e $ cinnamon settings
Cinnamon warning: Software rendering detected: llvmpipe (LLVM 7.0, 256 bits)
org.Cinnamon already exists on bus and --replace not specified

otu thanks help

try this one?! : http://dpaste.com/2G4FNYD hurrah something worked !

also discovered mrmazda i appear to have a mix up re primary & non primary desktops have picture that explains why i see what i see : https://imgur.com/a/lACGUyL the righthand is what i see !


All times are GMT -5. The time now is 06:22 AM.