Re: [OpenIndiana-discuss] nvidia problem

2021-03-05 Thread Stephan Althaus

On 03/05/21 11:48 AM, Apostolos Syropoulos via openindiana-discuss wrote:

Finally I added a more recent version of the
driver to the system but now the system fails
to start because it dumps core. Probably this
is related to the problem reported in this list
yesterday. So I have to wait and see when a
functional lightdm will be available.

A.S.

--
Apostolos Syropoulos
Xanthi, Greece

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Hello!

Maybe you have an older Boot Environment to switch to in the boot menu, 
to get lightdm back. (?)


And you can test your driver without lightdm:

# svcadm disable lightdm
# startx

and look at the output and in /var/log/Xorg.0.log

Greetings,
Stephan



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] nvidia problem

2021-03-05 Thread Apostolos Syropoulos via openindiana-discuss
Finally I added a more recent version of the
driver to the system but now the system fails 
to start because it dumps core. Probably this
is related to the problem reported in this list
yesterday. So I have to wait and see when a 
functional lightdm will be available.

A.S.

--
Apostolos Syropoulos
Xanthi, Greece

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] nvidia problem

2021-03-04 Thread Andreas Wacknitz

Am 04.03.21 um 10:29 schrieb Apostolos Syropoulos via openindiana-discuss:

On Thursday, March 4, 2021, 10:40:56 AM GMT+2, Stephan Althaus 
 wrote:



Hi Apostolos,

You might need to replace OI nvidia driver with one from their site
[1], [2]


OK but as I have wrote in my original message I
need to remove the xorg-something package but this
package is a prerequisite for the install_mate
package! SO i have to delete mate and then xorg
to insatll the new nvidia driver but then I will
not be able to install mate!!! This is a real problem!

A.S.

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

As far as I remember running NVIDIA's installer can be done without any
changes to the installed packages.
At least, it should work until we provide an update of our NVIDIA
package (which will most probably overwrite files installed by running
the installer).
If you want to remove OI's NVIDIA package it should be sufficient to
uninstall the packages "userland-incorporation" and "entire", eg. with
pfexec pkg uninstall entire userland-incorporation

But be aware that userland-incorporation "fixates" all userland packages
to a common baseline. If you remove it, you can install or remove
arbitrary package versions. That gives some freedom but also brings some
responsibilities. After that you should be able to simply remove
the driver with
pfexec uninstall nvidia

Diclaimer: I haven't tried to uninstall driver/graphics/nvidia yet.


Regards,
Andreas

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] nvidia problem

2021-03-04 Thread Stephan Althaus

On 03/04/21 10:39 AM, Predrag Zecevic wrote:

On 04.03.2021 10:29, Apostolos Syropoulos via openindiana-discuss wrote:
On Thursday, March 4, 2021, 10:40:56 AM GMT+2, Stephan Althaus 
 wrote:




Hi Apostolos,

You might need to replace OI nvidia driver with one from their site
[1], [2]



OK but as I have wrote in my original message I
need to remove the xorg-something package but this
package is a prerequisite for the install_mate
package! SO i have to delete mate and then xorg
to insatll the new nvidia driver but then I will
not be able to install mate!!! This is a real problem!

A.S.

Hi Apostolos,

I did it long time ago, and found this in my notes (I am still using 
mate desktop). Not sure if this will work now:


---8<--
predrag_zecevic@solarix /nobackup/tmp$ pfexec beadm create 
oi_190821.nv396

Created successfully
predrag_zecevic@solarix /nobackup/tmp$ pfexec beadm mount 
oi_190821.nv396 /mnt/be

Mounted successfully on: '/mnt/be'
predrag_zecevic@solarix /nobackup/tmp$ pfexec pkg -R /mnt/be uninstall 
-r driver/graphics/nvidia

Creating Plan (Solver setup): -
pkg uninstall: Unable to remove 
'driver/graphics/nvidia@0.340.107-2018.0.0.1' due to the following 
packages that depend on it:

  x11/server/xorg/driver/xorg-video@0.5.11-2018.0.0.1
predrag_zecevic@solarix /nobackup/tmp$ pfexec pkg -R /mnt/be uninstall 
-r driver/graphics/nvidia x11/server/xorg/driver/xorg-video

Packages to remove: 2
Services to change: 2

PHASE  ITEMS
Removing old actions 233/233
Updating package state database Done
Updating package cache   2/2
Updating image state    Done
Creating fast lookup database   Done
Reading search index    Done
Updating search index    2/2
Updating package cache   3/3
predrag_zecevic@solarix /nobackup/tmp$ pfexec /bin/sh 
NVIDIA-Solaris-x86-396.24.run --extract-only

predrag_zecevic@solarix /nobackup/tmp$ cd NVIDIA-Solaris-x86-396.24
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ 
pfexec pkgadd -R /mnt/be -d . NVDAgraphics NVDAgraphicsr


Processing package instance  from 


...
## Executing postinstall script.
Reboot client to install driver.
Reboot client to install driver.

Installation of  was successful.
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ 
pfexec bootadm update-archive -R /mnt/be
WARNING: ELF file /mnt/be/kernel/drv/nvidia is 32-bit and will be 
excluded
WARNING: ELF file /mnt/be/kernel/drv/nvidia_modeset is 32-bit and will 
be excluded

Creating boot_archive for /mnt/be
updating /mnt/be/platform/i86pc/amd64/boot_archive (CPIO)
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ 
pfexec beadm unmount -f /mnt/be

Unmounted successfully
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ 
pfexec beadm activate oi_190821.nv396

Activated successfully
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ 
pfexec reboot -p

---8<--

HTH
Regards.



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss




Yes,
and you might be able to install mate without the package "install_mate"

i have these installed:

$ pkg list|grep mate|awk '{print $1}'
desktop/mate/caja
desktop/mate/caja/caja-extensions
desktop/mate/control-center
*desktop/mate/marco*
desktop/mate/mate-applets
desktop/mate/mate-backgrounds
desktop/mate/mate-calc
desktop/mate/mate-dictionary
desktop/mate/mate-disk-usage-analyzer
desktop/mate/mate-icon-theme
desktop/mate/mate-media
desktop/mate/mate-notification-daemon
desktop/mate/mate-panel
desktop/mate/mate-power-manager
desktop/mate/mate-screenshot
desktop/mate/mate-search-tool
desktop/mate/mate-session-manager
desktop/mate/mate-settings-daemon
desktop/mate/mate-system-log
desktop/mate/mate-themes
desktop/mate/mate-user-guide
desktop/system-monitor/mate-system-monitor
library/desktop/mate/libmatekbd
library/desktop/mate/libmatemixer
library/desktop/mate/libmateweather
*library/desktop/mate/mate-desktop*
library/desktop/mate/mate-menus
terminal/mate-terminal


Hope this helps

Stephan

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] nvidia problem

2021-03-04 Thread Predrag Zecevic

On 04.03.2021 10:29, Apostolos Syropoulos via openindiana-discuss wrote:

On Thursday, March 4, 2021, 10:40:56 AM GMT+2, Stephan Althaus 
 wrote:



Hi Apostolos,

You might need to replace OI nvidia driver with one from their site
[1], [2]



OK but as I have wrote in my original message I
need to remove the xorg-something package but this
package is a prerequisite for the install_mate
package! SO i have to delete mate and then xorg
to insatll the new nvidia driver but then I will
not be able to install mate!!! This is a real problem!

A.S.

Hi Apostolos,

I did it long time ago, and found this in my notes (I am still using 
mate desktop). Not sure if this will work now:


---8<--
predrag_zecevic@solarix /nobackup/tmp$ pfexec beadm create oi_190821.nv396
Created successfully
predrag_zecevic@solarix /nobackup/tmp$ pfexec beadm mount 
oi_190821.nv396 /mnt/be

Mounted successfully on: '/mnt/be'
predrag_zecevic@solarix /nobackup/tmp$ pfexec pkg -R /mnt/be uninstall 
-r driver/graphics/nvidia

Creating Plan (Solver setup): -
pkg uninstall: Unable to remove 
'driver/graphics/nvidia@0.340.107-2018.0.0.1' due to the following 
packages that depend on it:

  x11/server/xorg/driver/xorg-video@0.5.11-2018.0.0.1
predrag_zecevic@solarix /nobackup/tmp$ pfexec pkg -R /mnt/be uninstall 
-r driver/graphics/nvidia x11/server/xorg/driver/xorg-video

Packages to remove: 2
Services to change: 2

PHASE  ITEMS
Removing old actions 233/233
Updating package state database Done
Updating package cache   2/2
Updating image stateDone
Creating fast lookup database   Done
Reading search indexDone
Updating search index2/2
Updating package cache   3/3
predrag_zecevic@solarix /nobackup/tmp$ pfexec /bin/sh 
NVIDIA-Solaris-x86-396.24.run --extract-only

predrag_zecevic@solarix /nobackup/tmp$ cd NVIDIA-Solaris-x86-396.24
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ pfexec 
pkgadd -R /mnt/be -d . NVDAgraphics NVDAgraphicsr


Processing package instance  from 


...
## Executing postinstall script.
Reboot client to install driver.
Reboot client to install driver.

Installation of  was successful.
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ pfexec 
bootadm update-archive -R /mnt/be

WARNING: ELF file /mnt/be/kernel/drv/nvidia is 32-bit and will be excluded
WARNING: ELF file /mnt/be/kernel/drv/nvidia_modeset is 32-bit and will 
be excluded

Creating boot_archive for /mnt/be
updating /mnt/be/platform/i86pc/amd64/boot_archive (CPIO)
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ pfexec 
beadm unmount -f /mnt/be

Unmounted successfully
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ pfexec 
beadm activate oi_190821.nv396

Activated successfully
predrag_zecevic@solarix /nobackup/tmp/NVIDIA-Solaris-x86-396.24$ pfexec 
reboot -p

---8<--

HTH
Regards.



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 107, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] nvidia problem

2021-03-04 Thread Apostolos Syropoulos via openindiana-discuss
On Thursday, March 4, 2021, 10:40:56 AM GMT+2, Stephan Althaus 
 wrote: 


>> Hi Apostolos,
>>
>> You might need to replace OI nvidia driver with one from their site 
>> [1], [2]
>>

OK but as I have wrote in my original message I
need to remove the xorg-something package but this
package is a prerequisite for the install_mate 
package! SO i have to delete mate and then xorg
to insatll the new nvidia driver but then I will
not be able to install mate!!! This is a real problem!

A.S.

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] nvidia problem

2021-03-04 Thread Stephan Althaus

On 03/04/21 09:34 AM, Predrag Zecevic wrote:


On 04.03.2021 09:20, Apostolos Syropoulos via openindiana-discuss wrote:


Hello,

I have a system and prtconf -d prints the following:

System Configuration:  Gigabyte Technology Co., Ltd.  i86pc
Memory size: 4078 Megabytes
System Peripherals (Software Nodes):

i86pc
 scsi_vhci, instance #0
 pci, instance #0
 pci1022,9600 (pciex1022,9600) [Advanced Micro Devices, Inc. 
[AMD] RS780 Host Bridge] (driver not attached)
 pci1022,9603 (pciex1022,9603) [Advanced Micro Devices, Inc. 
[AMD] RS780 PCI to PCI bridge (ext gfx port 0)], instance #2
 display (pciex10de,1287) [NVIDIA Corporation GK208B 
[GeForce GT 730]], instance #0
 pci1569,1287 (pciex10de,e0f) [NVIDIA Corporation GK208 
HDMI/DP Audio Controller], instance #2
 pci1022,9604 (pciex1022,9604) [Advanced Micro Devices, Inc. 
[AMD] RS780/RS880 PCI to PCI bridge (PCIE port 0)], instance #0
 pci1458,5007 (pciex1106,3483) [VIA Technologies, Inc. 
VL805 USB 3.0 Host Controller], instance #0

 hub, instance #0
 mouse, instance #7
 pci1022,9606 (pciex1022,9606) [Advanced Micro Devices, Inc. 
[AMD] RS780 PCI to PCI bridge (PCIE port 2)], instance #1
 pci1458,e000 (pciex10ec,8168) [Realtek Semiconductor 
Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller], 
instance #0
 pci1458,b002 (pciex1002,4391) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]], instance #0

 disk, instance #1
 cdrom, instance #0
 pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #0

 device, instance #1
 keyboard, instance #4
 mouse, instance #5
 pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0 USB OHCI1 Controller], instance #1
 pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #0
 pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #2
 pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0 USB OHCI1 Controller], instance #3
 pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #1

 storage, instance #3
 disk, instance #5
 pci1458,4385 (pciex1002,4385) [Advanced Micro Devices, Inc. 
[AMD/ATI] SBx00 SMBus Controller] (driver not attached)
 pci-ide (pciex1002,439c) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 IDE Controller], instance #0

 ide, instance #0
 cmdk, instance #0
 ide (driver not attached)
 pci1458,a182 (pciex1002,4383) [Advanced Micro Devices, Inc. 
[AMD/ATI] SBx00 Azalia (Intel HDA)], instance #0
 isa (pciex1002,439d) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 LPC host controller], instance #0

 asy, instance #0
 lp, instance #0
 motherboard (driver not attached)
 pit_beep, instance #0
 pci1002,4384 (pciex1002,4384) [Advanced Micro Devices, Inc. 
[AMD/ATI] SBx00 PCI to PCI Bridge], instance #1
 pci1458,5004 (pciex1002,4399) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller], instance #4
 pci1022,1600 (pciex1022,1600) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 0] (driver not attached)
 pci1022,1601 (pciex1022,1601) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 1] (driver not attached)
 pci1022,1602 (pciex1022,1602) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 2] (driver not attached)
 pci1022,1603 (pciex1022,1603) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 3] (driver not attached)
 pci1022,1604 (pciex1022,1604) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 4] (driver not attached)
 pci1022,1605 (pciex1022,1605) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 5] (driver not attached)

 pci, instance #0
 fw, instance #0
 cpu, instance #0
 cpu, instance #1
 cpu, instance #2
 cpu, instance #3
 cpu, instance #4
 cpu, instance #5
 sb, instance #1
 used-resources (driver not attached)
 iscsi, instance #0
 agpgart, instance #0
 options, instance #0
 pseudo, instance #0
 xsvc, instance #0

Previous versions of OI/hipster worked just fine
but at I wanted the latest version of libreoffice
so I decided to reinstall the system. The GUI
installator could not start: something was wrong
with Xorg. Then I installed the system using the
text installer. 

Re: [OpenIndiana-discuss] nvidia problem

2021-03-04 Thread Predrag Zecevic


On 04.03.2021 09:20, Apostolos Syropoulos via openindiana-discuss wrote:


Hello,

I have a system and prtconf -d prints the following:

System Configuration:  Gigabyte Technology Co., Ltd.  i86pc
Memory size: 4078 Megabytes
System Peripherals (Software Nodes):

i86pc
     scsi_vhci, instance #0
     pci, instance #0
     pci1022,9600 (pciex1022,9600) [Advanced Micro Devices, Inc. [AMD] 
RS780 Host Bridge] (driver not attached)
     pci1022,9603 (pciex1022,9603) [Advanced Micro Devices, Inc. [AMD] 
RS780 PCI to PCI bridge (ext gfx port 0)], instance #2
     display (pciex10de,1287) [NVIDIA Corporation GK208B [GeForce GT 
730]], instance #0
     pci1569,1287 (pciex10de,e0f) [NVIDIA Corporation GK208 HDMI/DP 
Audio Controller], instance #2
     pci1022,9604 (pciex1022,9604) [Advanced Micro Devices, Inc. [AMD] 
RS780/RS880 PCI to PCI bridge (PCIE port 0)], instance #0
     pci1458,5007 (pciex1106,3483) [VIA Technologies, Inc. VL805 USB 
3.0 Host Controller], instance #0
     hub, instance #0
     mouse, instance #7
     pci1022,9606 (pciex1022,9606) [Advanced Micro Devices, Inc. [AMD] 
RS780 PCI to PCI bridge (PCIE port 2)], instance #1
     pci1458,e000 (pciex10ec,8168) [Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller], instance #0
     pci1458,b002 (pciex1002,4391) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]], instance #0
     disk, instance #1
     cdrom, instance #0
     pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #0
     device, instance #1
     keyboard, instance #4
     mouse, instance #5
     pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0 USB OHCI1 Controller], instance #1
     pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #0
     pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #2
     pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0 USB OHCI1 Controller], instance #3
     pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #1
     storage, instance #3
     disk, instance #5
     pci1458,4385 (pciex1002,4385) [Advanced Micro Devices, Inc. [AMD/ATI] 
SBx00 SMBus Controller] (driver not attached)
     pci-ide (pciex1002,439c) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 IDE Controller], instance #0
     ide, instance #0
     cmdk, instance #0
     ide (driver not attached)
     pci1458,a182 (pciex1002,4383) [Advanced Micro Devices, Inc. [AMD/ATI] 
SBx00 Azalia (Intel HDA)], instance #0
     isa (pciex1002,439d) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 LPC host controller], instance #0
     asy, instance #0
     lp, instance #0
     motherboard (driver not attached)
     pit_beep, instance #0
     pci1002,4384 (pciex1002,4384) [Advanced Micro Devices, Inc. [AMD/ATI] 
SBx00 PCI to PCI Bridge], instance #1
     pci1458,5004 (pciex1002,4399) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI2 Controller], instance #4
     pci1022,1600 (pciex1022,1600) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 0] (driver not attached)
     pci1022,1601 (pciex1022,1601) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 1] (driver not attached)
     pci1022,1602 (pciex1022,1602) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 2] (driver not attached)
     pci1022,1603 (pciex1022,1603) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 3] (driver not attached)
     pci1022,1604 (pciex1022,1604) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 4] (driver not attached)
     pci1022,1605 (pciex1022,1605) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 5] (driver not attached)
     pci, instance #0
     fw, instance #0
     cpu, instance #0
     cpu, instance #1
     cpu, instance #2
     cpu, instance #3
     cpu, instance #4
     cpu, instance #5
     sb, instance #1
     used-resources (driver not attached)
     iscsi, instance #0
     agpgart, instance #0
     options, instance #0
     pseudo, instance #0
     xsvc, instance #0

Previous versions of OI/hipster worked just fine
but at I wanted the latest version of libreoffice
so I decided to reinstall the system. The GUI
installator could not start: something was wrong
with Xorg. Then I installed the system using the
text installer. I installed everything including
mate successfully 

Re: [OpenIndiana-discuss] nvidia problem

2021-03-04 Thread Stephan Althaus

On 03/04/21 09:29 AM, Stephan Althaus wrote:

On 03/04/21 09:20 AM, Apostolos Syropoulos via openindiana-discuss wrote:

Hello,

I have a system and prtconf -d prints the following:

System Configuration:  Gigabyte Technology Co., Ltd.  i86pc
Memory size: 4078 Megabytes
System Peripherals (Software Nodes):

i86pc
 scsi_vhci, instance #0
 pci, instance #0
 pci1022,9600 (pciex1022,9600) [Advanced Micro Devices, Inc. 
[AMD] RS780 Host Bridge] (driver not attached)
 pci1022,9603 (pciex1022,9603) [Advanced Micro Devices, Inc. 
[AMD] RS780 PCI to PCI bridge (ext gfx port 0)], instance #2
 display (pciex10de,1287) [NVIDIA Corporation GK208B 
[GeForce GT 730]], instance #0
 pci1569,1287 (pciex10de,e0f) [NVIDIA Corporation GK208 
HDMI/DP Audio Controller], instance #2
 pci1022,9604 (pciex1022,9604) [Advanced Micro Devices, Inc. 
[AMD] RS780/RS880 PCI to PCI bridge (PCIE port 0)], instance #0
 pci1458,5007 (pciex1106,3483) [VIA Technologies, Inc. 
VL805 USB 3.0 Host Controller], instance #0

 hub, instance #0
 mouse, instance #7
 pci1022,9606 (pciex1022,9606) [Advanced Micro Devices, Inc. 
[AMD] RS780 PCI to PCI bridge (PCIE port 2)], instance #1
 pci1458,e000 (pciex10ec,8168) [Realtek Semiconductor 
Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller], 
instance #0
 pci1458,b002 (pciex1002,4391) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]], instance #0

 disk, instance #1
 cdrom, instance #0
 pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #0

 device, instance #1
 keyboard, instance #4
 mouse, instance #5
 pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0 USB OHCI1 Controller], instance #1
 pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #0
 pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #2
 pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0 USB OHCI1 Controller], instance #3
 pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #1

 storage, instance #3
 disk, instance #5
 pci1458,4385 (pciex1002,4385) [Advanced Micro Devices, Inc. 
[AMD/ATI] SBx00 SMBus Controller] (driver not attached)
 pci-ide (pciex1002,439c) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 IDE Controller], instance #0

 ide, instance #0
 cmdk, instance #0
 ide (driver not attached)
 pci1458,a182 (pciex1002,4383) [Advanced Micro Devices, Inc. 
[AMD/ATI] SBx00 Azalia (Intel HDA)], instance #0
 isa (pciex1002,439d) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 LPC host controller], instance #0

 asy, instance #0
 lp, instance #0
 motherboard (driver not attached)
 pit_beep, instance #0
 pci1002,4384 (pciex1002,4384) [Advanced Micro Devices, Inc. 
[AMD/ATI] SBx00 PCI to PCI Bridge], instance #1
 pci1458,5004 (pciex1002,4399) [Advanced Micro Devices, Inc. 
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller], instance #4
 pci1022,1600 (pciex1022,1600) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 0] (driver not attached)
 pci1022,1601 (pciex1022,1601) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 1] (driver not attached)
 pci1022,1602 (pciex1022,1602) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 2] (driver not attached)
 pci1022,1603 (pciex1022,1603) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 3] (driver not attached)
 pci1022,1604 (pciex1022,1604) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 4] (driver not attached)
 pci1022,1605 (pciex1022,1605) [Advanced Micro Devices, Inc. 
[AMD] Family 15h Processor Function 5] (driver not attached)

 pci, instance #0
 fw, instance #0
 cpu, instance #0
 cpu, instance #1
 cpu, instance #2
 cpu, instance #3
 cpu, instance #4
 cpu, instance #5
 sb, instance #1
 used-resources (driver not attached)
 iscsi, instance #0
 agpgart, instance #0
 options, instance #0
 pseudo, instance #0
 xsvc, instance #0

Previous versions of OI/hipster worked just fine
but at I wanted the latest version of libreoffice
so I decided to reinstall the system. The GUI
installator could not start: something was wrong
with Xorg. Then I installed the system using the
text installer. 

Re: [OpenIndiana-discuss] nvidia problem

2021-03-04 Thread Stephan Althaus

On 03/04/21 09:20 AM, Apostolos Syropoulos via openindiana-discuss wrote:

Hello,

I have a system and prtconf -d prints the following:

System Configuration:  Gigabyte Technology Co., Ltd.  i86pc
Memory size: 4078 Megabytes
System Peripherals (Software Nodes):

i86pc
     scsi_vhci, instance #0
     pci, instance #0
     pci1022,9600 (pciex1022,9600) [Advanced Micro Devices, Inc. [AMD] 
RS780 Host Bridge] (driver not attached)
     pci1022,9603 (pciex1022,9603) [Advanced Micro Devices, Inc. [AMD] 
RS780 PCI to PCI bridge (ext gfx port 0)], instance #2
     display (pciex10de,1287) [NVIDIA Corporation GK208B [GeForce GT 
730]], instance #0
     pci1569,1287 (pciex10de,e0f) [NVIDIA Corporation GK208 HDMI/DP 
Audio Controller], instance #2
     pci1022,9604 (pciex1022,9604) [Advanced Micro Devices, Inc. [AMD] 
RS780/RS880 PCI to PCI bridge (PCIE port 0)], instance #0
     pci1458,5007 (pciex1106,3483) [VIA Technologies, Inc. VL805 USB 
3.0 Host Controller], instance #0
     hub, instance #0
     mouse, instance #7
     pci1022,9606 (pciex1022,9606) [Advanced Micro Devices, Inc. [AMD] 
RS780 PCI to PCI bridge (PCIE port 2)], instance #1
     pci1458,e000 (pciex10ec,8168) [Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller], instance #0
     pci1458,b002 (pciex1002,4391) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]], instance #0
     disk, instance #1
     cdrom, instance #0
     pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #0
     device, instance #1
     keyboard, instance #4
     mouse, instance #5
     pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0 USB OHCI1 Controller], instance #1
     pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #0
     pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #2
     pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0 USB OHCI1 Controller], instance #3
     pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #1
     storage, instance #3
     disk, instance #5
     pci1458,4385 (pciex1002,4385) [Advanced Micro Devices, Inc. [AMD/ATI] 
SBx00 SMBus Controller] (driver not attached)
     pci-ide (pciex1002,439c) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 IDE Controller], instance #0
     ide, instance #0
     cmdk, instance #0
     ide (driver not attached)
     pci1458,a182 (pciex1002,4383) [Advanced Micro Devices, Inc. [AMD/ATI] 
SBx00 Azalia (Intel HDA)], instance #0
     isa (pciex1002,439d) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 LPC host controller], instance #0
     asy, instance #0
     lp, instance #0
     motherboard (driver not attached)
     pit_beep, instance #0
     pci1002,4384 (pciex1002,4384) [Advanced Micro Devices, Inc. [AMD/ATI] 
SBx00 PCI to PCI Bridge], instance #1
     pci1458,5004 (pciex1002,4399) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI2 Controller], instance #4
     pci1022,1600 (pciex1022,1600) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 0] (driver not attached)
     pci1022,1601 (pciex1022,1601) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 1] (driver not attached)
     pci1022,1602 (pciex1022,1602) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 2] (driver not attached)
     pci1022,1603 (pciex1022,1603) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 3] (driver not attached)
     pci1022,1604 (pciex1022,1604) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 4] (driver not attached)
     pci1022,1605 (pciex1022,1605) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 5] (driver not attached)
     pci, instance #0
     fw, instance #0
     cpu, instance #0
     cpu, instance #1
     cpu, instance #2
     cpu, instance #3
     cpu, instance #4
     cpu, instance #5
     sb, instance #1
     used-resources (driver not attached)
     iscsi, instance #0
     agpgart, instance #0
     options, instance #0
     pseudo, instance #0
     xsvc, instance #0

Previous versions of OI/hipster worked just fine
but at I wanted the latest version of libreoffice
so I decided to reinstall the system. The GUI
installator could not start: something was wrong
with Xorg. Then I installed the system using the
text installer. I installed everything including
mate successfully but 

[OpenIndiana-discuss] nvidia problem

2021-03-04 Thread Apostolos Syropoulos via openindiana-discuss

Hello,

I have a system and prtconf -d prints the following:

System Configuration:  Gigabyte Technology Co., Ltd.  i86pc
Memory size: 4078 Megabytes
System Peripherals (Software Nodes):

i86pc
    scsi_vhci, instance #0
    pci, instance #0
    pci1022,9600 (pciex1022,9600) [Advanced Micro Devices, Inc. [AMD] RS780 
Host Bridge] (driver not attached)
    pci1022,9603 (pciex1022,9603) [Advanced Micro Devices, Inc. [AMD] RS780 
PCI to PCI bridge (ext gfx port 0)], instance #2
    display (pciex10de,1287) [NVIDIA Corporation GK208B [GeForce GT 
730]], instance #0
    pci1569,1287 (pciex10de,e0f) [NVIDIA Corporation GK208 HDMI/DP 
Audio Controller], instance #2
    pci1022,9604 (pciex1022,9604) [Advanced Micro Devices, Inc. [AMD] 
RS780/RS880 PCI to PCI bridge (PCIE port 0)], instance #0
    pci1458,5007 (pciex1106,3483) [VIA Technologies, Inc. VL805 USB 3.0 
Host Controller], instance #0
    hub, instance #0
    mouse, instance #7
    pci1022,9606 (pciex1022,9606) [Advanced Micro Devices, Inc. [AMD] RS780 
PCI to PCI bridge (PCIE port 2)], instance #1
    pci1458,e000 (pciex10ec,8168) [Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller], instance #0
    pci1458,b002 (pciex1002,4391) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]], instance #0
    disk, instance #1
    cdrom, instance #0
    pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #0
    device, instance #1
    keyboard, instance #4
    mouse, instance #5
    pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0 USB OHCI1 Controller], instance #1
    pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #0
    pci1458,5004 (pciex1002,4397) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller], instance #2
    pci1458,5004 (pciex1002,4398) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0 USB OHCI1 Controller], instance #3
    pci1458,5004 (pciex1002,4396) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB EHCI Controller], instance #1
    storage, instance #3
    disk, instance #5
    pci1458,4385 (pciex1002,4385) [Advanced Micro Devices, Inc. [AMD/ATI] 
SBx00 SMBus Controller] (driver not attached)
    pci-ide (pciex1002,439c) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 IDE Controller], instance #0
    ide, instance #0
    cmdk, instance #0
    ide (driver not attached)
    pci1458,a182 (pciex1002,4383) [Advanced Micro Devices, Inc. [AMD/ATI] 
SBx00 Azalia (Intel HDA)], instance #0
    isa (pciex1002,439d) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 LPC host controller], instance #0
    asy, instance #0
    lp, instance #0
    motherboard (driver not attached)
    pit_beep, instance #0
    pci1002,4384 (pciex1002,4384) [Advanced Micro Devices, Inc. [AMD/ATI] 
SBx00 PCI to PCI Bridge], instance #1
    pci1458,5004 (pciex1002,4399) [Advanced Micro Devices, Inc. [AMD/ATI] 
SB7x0/SB8x0/SB9x0 USB OHCI2 Controller], instance #4
    pci1022,1600 (pciex1022,1600) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 0] (driver not attached)
    pci1022,1601 (pciex1022,1601) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 1] (driver not attached)
    pci1022,1602 (pciex1022,1602) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 2] (driver not attached)
    pci1022,1603 (pciex1022,1603) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 3] (driver not attached)
    pci1022,1604 (pciex1022,1604) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 4] (driver not attached)
    pci1022,1605 (pciex1022,1605) [Advanced Micro Devices, Inc. [AMD] 
Family 15h Processor Function 5] (driver not attached)
    pci, instance #0
    fw, instance #0
    cpu, instance #0
    cpu, instance #1
    cpu, instance #2
    cpu, instance #3
    cpu, instance #4
    cpu, instance #5
    sb, instance #1
    used-resources (driver not attached)
    iscsi, instance #0
    agpgart, instance #0
    options, instance #0
    pseudo, instance #0
    xsvc, instance #0

Previous versions of OI/hipster worked just fine
but at I wanted the latest version of libreoffice
so I decided to reinstall the system. The GUI
installator could not start: something was wrong
with Xorg. Then I installed the system using the
text installer. I installed everything including
mate successfully but when I rebooted the system
failed to start Xorg (lightdm was enabled). Here
is the log file:

[  1212.319]
X.Org X Server 1.19.7