You are not logged in.
Pages: 1
I'm ruining Arch 3.13.6-1-Arch 64bit.
I have nvivda-304xx(utils, opencl, libvdpau, libcl) installed.
I can't start Xfce4, using startx or from KDM.
I can run Kde but the windows have no titlebar and Alt-F2 only shows single letters when typing in a program.
In /var/log/kdm.log
kdemain: No DBus session -bus found.
Arch 64Bit
x86_64 AMD Sempron(tm) Processor LE-1300
2 GIGS RAM, 500 GIG Hard Drive
NVIDIA GeForce 6160 SE integrated graphics
Offline
Have you tried
startxfce4Offline
Yes and it drops me back to the shell. No errors are listed.
Arch 64Bit
x86_64 AMD Sempron(tm) Processor LE-1300
2 GIGS RAM, 500 GIG Hard Drive
NVIDIA GeForce 6160 SE integrated graphics
Offline
Sorry not sure then.
Last edited by M177ER (2014-03-09 01:45:02)
Offline
When trying to enable Desktop Effects in Kde it says Window manager does not seem to be running.
Arch 64Bit
x86_64 AMD Sempron(tm) Processor LE-1300
2 GIGS RAM, 500 GIG Hard Drive
NVIDIA GeForce 6160 SE integrated graphics
Offline
In pacman.log I'm getting
PACMAN installed libgpg-error (1.12-1)
ALPM-SCRIPLET /usr/bin/gtk-query-immodules-2.0 error while loading shared liraries libEGL.so.1
cannot open shared object file: No such file or directory
ALPM-SCRIPTLET /usr/bin/gtk-query-immodules-3.0: error while loading shared libraries: libEGL.so.1:
cannot open shared object file: No such file or directory
Arch 64Bit
x86_64 AMD Sempron(tm) Processor LE-1300
2 GIGS RAM, 500 GIG Hard Drive
NVIDIA GeForce 6160 SE integrated graphics
Offline
I think you forced through an earlier, problematic update [1]. Don't do that.
The fix should've been pushed through to your friendly neighbourhood mirror by now, so re-run 'pacman -Syu' and try again.
[1] https://bugs.archlinux.org/task/39219
EDIT: The updates don't seem to have filtered down for the 304xx branch yet, hopefully they'll drop soon: https://www.archlinux.org/packages/?sor … =&flagged=
Last edited by WorMzy (2014-03-09 02:50:48)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I have same problem with ATI catalyst driver..This is bug from mesa!
Offline
No, the catalyst package needs updated.
Online
No, the catalyst package needs updated.
I have updated it, but X server not start. I tried downgrade mesa package but nothing change
Offline
I mean the maintainer needs to fix it. This is an unsupported package.
Online
Ok.. I understand.. I'm installing opensource driver ATI and wait for update:)
Offline
thuanpt.dev don't hijack other people's threads: https://wiki.archlinux.org/index.php/Fo … _Hijacking
Offline
Still waiting for the 304xx update
Arch 64Bit
x86_64 AMD Sempron(tm) Processor LE-1300
2 GIGS RAM, 500 GIG Hard Drive
NVIDIA GeForce 6160 SE integrated graphics
Offline
Still waiting for the 304xx update
It's in the testing repo, has been for hours now.
Online
Mesa seems to have renamed the shared library libEGL.so.1 into mesa-libEGL.so.1.0.0 which confuses just about everyone involved in launching the x server.
The fix for me was:
sudo ln -s /usr/lib/mesa-libEGL.so.1.0.0 /usr/lib/libEGL.so.1Offline
Mesa seems to have renamed the shared library libEGL.so.1 into mesa-libEGL.so.1.0.0 which confuses just about everyone involved in launching the x server.
The fix for me was:
sudo ln -s /usr/lib/mesa-libEGL.so.1.0.0 /usr/lib/libEGL.so.1
If you're using mesa's libgl (i.e you're using open source graphics drivers), you need to install mesa-libgl, which sets up all the necessary symlinks for you.
$ pkgfile -l mesa-libgl | grep libEGL
extra/mesa-libgl /usr/lib/libEGL.so
extra/mesa-libgl /usr/lib/libEGL.so.1
extra/mesa-libgl /usr/lib/libEGL.so.1.0.0Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1