Learn Tiny Core. View Tiny Core Screen Shots and Videos.
I tried the debug thing, I didn't get what I wanted:Code: [Select]tc@box:~$ cat /etc/modprobe.conf # /etc/modprobe.conf: Modprobe config file.#options drm debug=0x1b7tc@box:~$ sudo cat /sys/module/drm/parameters/debug 0What am I doing wrong here?
tc@box:~$ cat /etc/modprobe.conf # /etc/modprobe.conf: Modprobe config file.#options drm debug=0x1b7tc@box:~$ sudo cat /sys/module/drm/parameters/debug 0
One thing that would be nice is if there was a way to run ~/.setbackground whenever the display resolution changes. Is it possible to set up a trigger for this?
#!/bin/shhsetroot -add "#1B79B8" -add "#AF77CC" -gradient 0[ $(which wbar.sh) ] && wbar.sh
Much better. But...
Switch to the Modesetting Driver: For systems using the X.Org Server, replace xf86-video-vmware with the generic modesetting driver. The underlying Linux kernel DRM driver (vmwgfx) remains fully active and perfectly supports the default modesetting driver.
cat /usr/local/share/X11/xorg.conf.d/10-monitor.confSection "Device" Identifier "VirtualBox GPU" Driver "modesetting" Option "AccelMethod" "glamor"EndSection