Untitled

mail@pastecode.io avatar
unknown
plain_text
7 months ago
1.9 kB
3
Indexable
Never
lin moonbase
lunar set PROMPT_DELAY 0
lunar set ACCEPTED_LICENSES "osi proprietary"

lin linux 
lin XOrg7 

lin libvdpau NVIDIA 

lin xf86-input-evdev xf86-input-mouse xinit setxkbmap gtk-doc 

lin xfce4 libxfce4util xfce4-systemload-plugin xfce4-setttings xfburn ristretto libxfce4ui xfce4-notifyd tumbler xfce4-volumed thunar-volman xfce4-panel xfce4-time-out-plugin orage xfce4-session xfce4-diskperf-plugin thunar-media-tags-plugin xfce4-appfinder xfce4-timer-plugin xfdesktop xfce4-eyes-plugin xfce4-netload-plugin xfce4-cpugraph-plugin xfce4-xkb-plugin parole exo xarchiver xfwm4 thunar-archive-plugin xfce4-verve-plugin xfce4-screensaver xfce4-clipman-plugin xfce4-mount-plugin xfce4-icon-theme mousepad xfce4-screenshooter xfwm4-themes xfce4-genmon-plugin xfdashboard xfce4-fsguard-plugin xfce4-whiskermenu-plugin garcon xfce4-datetime-plugin xfce4-cpufreq-plugin xfce4-power-manager xfce4-dict xfprint xfce4-dev-tools thunar-thumbnailers gtksourceview3 gigolo thunar xfce4-panel-profiles xfce4-battery-plugin xfce4-taskmanager xfce4-wavelan-plugin xfce4-sensors-plugin xfce4-notes-plugin xfce4-smartbookmark-plugin xfce4-mpc-plugin xfconf xfce4-weather-plugin xfce4-terminal xfce4-pulseaudio-plugin


{
    echo 'Section "Module"'
    echo '  Load    "vgatw"'
    echo '  Load    "fb"'
    echo '  Load    "shadowfb"'
    echo '  Load    "shadow"'
    echo '  Load    "glamoregl"'
    echo 'EndSection'
} > /etc/X11/xorg.conf.d/01-modules.conf


# Modify the menu entries in /etc/grub.d/10_linux :
linux_entry ()
{
	#[...]

	linux	${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args} nouveau.modeset=0

	#[...]
}

# Regenerate the grub :
grub-mkconfig -o /boot/grub/grub.cfg

# Reboot
reboot

# Modificate /etc/X11/xinit/xinitrc
# I commented out the last line and added exec startxfce4:
#exec no -geometry 80x66+0+0 -name login
exec startxfce4

# Now xfce4 starts with 
startx
Leave a Comment