You are not logged in.
Hi xfce4 users
my os is archlinux and i use nouveau driver
xfce4 make me crazy when i remove ~/.config/xfce4/xfconf/xfce-perchannel-xml
and ~/.cache/sessions xfce4 work fine but after login out or reboot
desktop icons Disappear window manager not work no right click menu
panel work
i don't known if this problem is caused by nouveau driver
i cannot witch to nvidia-340xx driver because archlinux kernel dont support it any more
any idea to fix this problem
this the output of inxi -G
inxi -G
Graphics: Card: NVIDIA G86M [GeForce 8600M GS]
Display Server: x11 (X.Org 1.20.11 ) driver: nouveau
Resolution: 1366x768@60.00hz
OpenGL: renderer: N/A version: N/A
uname -r
5.11.15-arch1-2
This is my nouveau xorg .conf
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False", <------------ How Can edit this Option
### <string>: "String", <freq>: "<f> Hz/kHz/MHz", <------------ To prevent glxinfo
### <percent>: "<f>%" <------------ X Error of failed request: BadValue
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "WrappedFB" # [<bool>]
#Option "GLXVBlank" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "PageFlip" # [<bool>]
#Option "SwapLimit" # <i>
#Option "AsyncUTSDFS" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # <i>
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection
this is my glxinfo output
sudo glxinfo
name of display: :0.0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 37
Current serial number in output stream: 38
Last edited by zo7aladam (2021-04-23 23:58:28)
Offline
i remove the xorg package
with this command
pacman -Rnc xorg lib32-mesa
and add nouveau to the MODULES array in /etc/mkinitcpio.conf
MODULES="nouveau"
mkinitcpio -p linux
pacman -S --needed xorg xfce4 xfce4-goodies
and reboot
the xfce4 desktop work
i note that is a probleme of graphic driver who cause the xfce4 failure
and now xfce4 work perfectly
Last edited by zo7aladam (2021-04-23 23:55:54)
Offline
[ Generated in 0.007 seconds, 8 queries executed - Memory usage: 521.67 KiB (Peak: 522.3 KiB) ]