Hi everyone! After some years as a Mac user nostalgia hit me! I started installing FreeBSD on an old machine! Just for fun and learning
.Happy to be here again! Old members maybe remember me as sk8harddiefast user!
So as the title say, I get a strange behaviour from my DE I guess. Sometimes xfce4 desktop works fine with startx. Another times, I get black screen with a stuck mouse. Killing xfce4-session from logout button or with Ctrl-alt-bckspc or restarting the computer also gives me black screen. Doesn't want to return to vt. Using xfce4 suddenly can freeze. I can't understand why freezes or don't want to return to console mode even after restart. Also polkit works because shutdown, the system really powers off (With the same behaviour). I can't really understand where the problem is! Here is all the informations waiting for your answers
xorg.conf
my loader.conf
my rc.conf
my .xinitrc
So as the title say, I get a strange behaviour from my DE I guess. Sometimes xfce4 desktop works fine with startx. Another times, I get black screen with a stuck mouse. Killing xfce4-session from logout button or with Ctrl-alt-bckspc or restarting the computer also gives me black screen. Doesn't want to return to vt. Using xfce4 suddenly can freeze. I can't understand why freezes or don't want to return to console mode even after restart. Also polkit works because shutdown, the system really powers off (With the same behaviour). I can't really understand where the problem is! Here is all the informations waiting for your answers
xorg.conf
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 535.146.02
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "0"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
FontPath "catalogue:/usr/local/etc/X11/fontpath.d"
FontPath "/usr/local/share/fonts/roboto-fonts-ttf/"
FontPath "/usr/local/share/fonts/TerminusTTF/"
EndSection
Section "Module"
Load "glx"
Load "glxserver_nvidia"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Idek Iiyama PL3288UH"
HorizSync 15.0 - 136.0
VertRefresh 23.0 - 76.0
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce RTX 2060"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-4"
Option "metamodes" "nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
my loader.conf
Code:
kern.vty=vt
hw.vga.textmode=1
hw.nvidiadrm.modeset=1
kern.vt.fb.default_mode="1024x768"
kern.vt.fb.modes.VGA-1="1024x768"
my rc.conf
Code:
dbus_enable="YES"
linux_enable="YES"
kld_list="nvidia-drm nvidia-modeset nvidia"
my .xinitrc
Code:
exec /usr/local/bin/startxfce4 --with-ck-launch