make sure you are using the VBox graphics drivers (configurable in VB 6 on the Display tab of teh VB settings managersrq2625 wrote: Sun Oct 20, 2019 12:57 pmAny window that is expanded to full size will fill the screen with the window title bar hidden under the panel. To re-size the window, have to use the <Alt>-<Right_CLick> trick.
- In VB 6.0 (and, also noticed in Beta 3 (I think))
- With the panel in "horizontal" mode at the top of the screen
- With or without the "Dont' reserve space on borders" item selected in the "Display" tab of the panel properties dialog
Further, the first default icon on the desktop (Manual) is partially obscured (covered) by the panel.
Is this intended behavior? Can this behavior be changed and I've yet to find the how-to to accomplish it?
Code: Select all
System: Host: mx Kernel: 4.19.0-6-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 parameters: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=18e6a9c0-faba-4e29-adaf-c90e6ab9a4e3 ro quiet splash Desktop: Xfce 4.14.1 tk: Gtk 3.24.5 info: xfce4-panel wm: xfwm4 dm: LightDM 1.26.0 Distro: MX-19RC1_x64 patito feo October 15 2019 base: Debian GNU/Linux 10 (buster) Machine: Type: Virtualbox System: innotek product: VirtualBox v: 1.2 serial: <filter> Chassis: Oracle Corporation type: 1 serial: <filter> Mobo: Oracle model: VirtualBox v: 1.2 serial: <filter> BIOS: innotek v: VirtualBox date: 12/01/2006 CPU: Topology: Dual Core model: AMD Ryzen 7 2700 bits: 64 type: MCP arch: Zen+ family: 17 (23) model-id: 8 stepping: 2 microcode: 6000626 L2 cache: 1024 KiB flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 bogomips: 13574 Speed: 3394 MHz min/max: N/A Core speeds (MHz): 1: 3394 2: 3394 Vulnerabilities: Type: l1tf status: Not affected Type: mds status: Not affected Type: meltdown status: Not affected Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl and seccomp Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization Type: spectre_v2 mitigation: Full generic retpoline, STIBP: disabled, RSB filling Graphics: Device-1: VMware SVGA II Adapter driver: vmwgfx v: 2.15.0.0 bus ID: 00:02.0 chip ID: 15ad:0405 Display: x11 server: X.Org 1.20.4 driver: vmware unloaded: fbdev,modesetting,vesa resolution: 1600x1200~60Hz OpenGL: renderer: SVGA3D; build v: 2.1 Mesa 18.3.6 direct render: Yes Audio: Device-1: Intel 82801AA AC97 Audio vendor: Dell driver: snd_intel8x0 v: kernel bus ID: 00:05.0 chip ID: 8086:2415 Sound Server: ALSA v: k4.19.0-6-amd64 Network: Device-1: Intel 82540EM Gigabit Ethernet driver: e1000 v: 7.3.21-k8-NAPI port: d020 bus ID: 00:03.0 chip ID: 8086:100e IF: eth0 state: up speed: 1000 Mbps duplex: full mac: <filter> Device-2: Intel 82371AB/EB/MB PIIX4 ACPI type: network bridge driver: piix4_smbus v: N/A port: d200 bus ID: 00:07.0 chip ID: 8086:7113 Drives: Local Storage: total: 20.00 GiB used: 5.21 GiB (26.1%) ID-1: /dev/sda vendor: VirtualBox model: VBOX HARDDISK size: 20.00 GiB block size: physical: 512 B logical: 512 B speed: 3.0 Gb/s serial: <filter> rev: 1.0 scheme: MBR Partition: ID-1: / raw size: 20.00 GiB size: 19.56 GiB (97.81%) used: 5.21 GiB (26.7%) fs: ext4 dev: /dev/sda1 Sensors: Message: No sensors data was found. Is sensors configured? Repos: No active apt repos in: /etc/apt/sources.list Active apt repos in: /etc/apt/sources.list.d/antix.list 1: deb http://iso.mxrepo.com/antix/buster buster main Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 1: deb http://deb.debian.org/debian buster-updates main contrib non-free Active apt repos in: /etc/apt/sources.list.d/debian.list 1: deb http://deb.debian.org/debian buster main contrib non-free 2: deb http://deb.debian.org/debian-security buster/updates main contrib non-free Active apt repos in: /etc/apt/sources.list.d/mx.list 1: deb http://mxrepo.com/mx/repo/ buster main non-free No active apt repos in: /etc/apt/sources.list.d/various.list Info: Processes: 182 Uptime: 16m Memory: 1.95 GiB used: 866.6 MiB (43.4%) Init: SysVinit v: 2.93 runlevel: 5 default: 5 Compilers: gcc: 8.3.0 alt: 8 Shell: bash v: 5.0.3 running in: quick-system-in inxi: 3.0.36
MX-19 RC1 Feedback thread
- dolphin_oracle
- Developer
- Posts: 22056
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-19 RC1 Feedback thread
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: MX-19 RC1 Feedback thread
I'm also using VBox 6. You have to change it Graphic Controller from VMSVGA to VBoxSVGA. I choose VBoxSVGA because it is said to have better performance but still compatible with the old VboxVGA: https://superuser.com/questions/1403123 ... virtualbox
Re: MX-19 RC1 Feedback thread
That's a cool feature!

Note to self and others: SysVinit is a good option. However if you run into problems try with systemd first. This applies to AppImages, Flatpaks, GitHub packages and even some Debian packages.
Re: MX-19 RC1 Feedback thread
That is a cool feature! I've tried it and it comes in handy.
8bit
8bit
Re: MX-19 RC1 Feedback thread
dolphin_oracle wrote: Sun Oct 20, 2019 12:59 pm make sure you are using the VBox graphics drivers (configurable in VB 6 on the Display tab of teh VB settings manager
It was set to VMSVGA, changed it to VBoxSVGA. No change in behavior.hunghung wrote: Sun Oct 20, 2019 1:11 pm I'm also using VBox 6. You have to change it Graphic Controller from VMSVGA to VBoxSVGA. I choose VBoxSVGA because it is said to have better performance but still compatible with the old VboxVGA: https://superuser.com/questions/1403123 ... virtualbox
IIRC I saw this with B3 when installed on bare metal. I'm going to try that and see what I get.... More later.
AsusTek PRIME B450-Plus
AMD Ryzen 7 2700 (8-Core, 16 threads)
Radeon HD 6570/7570/8550 / R5 230
Realtek RTL8111/8168/8411 - driver: r8169
Samsung SSD 860 EVO 500GB
DDR4 3200MHz CL16 2x8GB
AMD Ryzen 7 2700 (8-Core, 16 threads)
Radeon HD 6570/7570/8550 / R5 230
Realtek RTL8111/8168/8411 - driver: r8169
Samsung SSD 860 EVO 500GB
DDR4 3200MHz CL16 2x8GB
Re: MX-19 RC1 Feedback thread
That'll do it!Jerry3904 wrote: Sun Oct 20, 2019 12:27 pm I installed it, logged out and back in, clicked "Rescan catalog" on the Options tab--and it found 196 entries. It worked sometimes... It found GIMP but not galculator, for instance.
EDIT: no, I just mispelled galculator the first time.Seems to work fine now.
Have logged out twice, rebooted once - still no go.
Me thinking it doesn't do Dropbox folders...
Re: MX-19 RC1 Feedback thread
Hey fehlix, I tried the vcard=menu boot option...both with persistence and no persistencefehlix wrote: Sun Oct 20, 2019 9:27 am Would you mind trying the new vcard=menu boot option and select the found nvidia card.
-Detected the card correctly...yes!
-Then, I selected that card...
-Then unfortunately, I was sent to terminal login prompt, no gui
I looked in /blah/blah/Live-usb/Live-usb-storage/ but could not identify a log that made any sense
...tell me where to look for a log and I will post
Asus Prime X570-Pro | AMD Ryzen 7 3700X
16 Gig DDR4 3600 | Radeon RX 5600 XT Graphics
Samsung 860 500GB SSDs (2)
Re: MX-19 RC1 Feedback thread
I have a Thinkpad X200 with 4gb ram and a Crucial MX500 250gb SSD. MX 18.3 and MX 19 RC-1 are both installed. This laptop doesn't have bluetooth so I ran "apt-get remove --autoremove bluez". That reduced memory usage by about 50mb on both installs and didn't cause any complications.
One issue I'm having is that, according to Conky, 19 RC-1 uses 100-150 mb more ram than 18.3 (it also did this before the bluez removal). This occurs whether I've just logged in (500mb vs 350mb) or I've got several programs running. Maybe the new version of XFCE is causing this, or maybe it's just more ram being held in reserve but not being used. I don't know what the cause is, but sincethe X200 has fairly low memory (although I can remember when 4gb was considered "a lot"), I might stick with MX 18.3 for now.
The other thing is with the Appearance setting, specifically in the Style section. Navigation, say from Blackbird to Greybird-MX, is done via an up/down arrow key. On MX 18.3 this happens more or less immediately. On 19.3 it's delayed by a second or two, such that it "feels" sticky. Again, no big deal, and you might not experience this on a more powerful system. I just thought it was worth mentioning.
Overall, nice system. It ticks all the boxes on my personal preference list for what a desktop OS should be and do.
One issue I'm having is that, according to Conky, 19 RC-1 uses 100-150 mb more ram than 18.3 (it also did this before the bluez removal). This occurs whether I've just logged in (500mb vs 350mb) or I've got several programs running. Maybe the new version of XFCE is causing this, or maybe it's just more ram being held in reserve but not being used. I don't know what the cause is, but sincethe X200 has fairly low memory (although I can remember when 4gb was considered "a lot"), I might stick with MX 18.3 for now.
The other thing is with the Appearance setting, specifically in the Style section. Navigation, say from Blackbird to Greybird-MX, is done via an up/down arrow key. On MX 18.3 this happens more or less immediately. On 19.3 it's delayed by a second or two, such that it "feels" sticky. Again, no big deal, and you might not experience this on a more powerful system. I just thought it was worth mentioning.
Overall, nice system. It ticks all the boxes on my personal preference list for what a desktop OS should be and do.
- dolphin_oracle
- Developer
- Posts: 22056
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-19 RC1 Feedback thread
gtk3, and the buster kernels, due take up a little more ram then stretch based systems. the same could be said for the jump between jessie and stretch.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: MX-19 RC1 Feedback thread
OK - Install on bare metal with the same results:
Code: Select all
System: Host: mx Kernel: 4.19.0-6-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0
parameters: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64
root=UUID=d7bb0493-a34d-489a-a400-a00b87c605d7 ro quiet splash
Desktop: Xfce 4.14.1 tk: Gtk 3.24.5 info: xfce4-panel wm: xfwm4 dm: LightDM 1.26.0
Distro: MX-19RC1_x64 patito feo October 15 2019 base: Debian GNU/Linux 10 (buster)
Machine: Type: Desktop Mobo: ASUSTeK model: PRIME B450-PLUS v: Rev X.0x serial: <filter>
UEFI [Legacy]: American Megatrends v: 0809 date: 02/28/2019
Battery: Device-1: hidpp_battery_0 model: Logitech Marathon Mouse/Performance Plus M705
serial: <filter> charge: 55% (should be ignored) rechargeable: yes
status: Discharging
CPU: Topology: 8-Core model: AMD Ryzen 7 2700 bits: 64 type: MT MCP arch: Zen+
family: 17 (23) model-id: 8 stepping: 2 microcode: 800820B L2 cache: 4096 KiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
bogomips: 108584
Speed: 1335 MHz min/max: 1550/3400 MHz boost: disabled Core speeds (MHz): 1: 1324
2: 1406 3: 1314 4: 1331 5: 1375 6: 1375 7: 1375 8: 1375 9: 1339 10: 1371 11: 1374
12: 1375 13: 1375 14: 1371 15: 1315 16: 2567
Vulnerabilities: Type: l1tf status: Not affected
Type: mds status: Not affected
Type: meltdown status: Not affected
Type: spec_store_bypass
mitigation: Speculative Store Bypass disabled via prctl and seccomp
Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
Type: spectre_v2
mitigation: Full AMD retpoline, IBPB: conditional, STIBP: disabled, RSB filling
Graphics: Device-1: NVIDIA GF106 [GeForce GTS 450] driver: nouveau v: kernel bus ID: 08:00.0
chip ID: 10de:0dc4
Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa
resolution: 1600x1200~60Hz, 1600x1200~60Hz
OpenGL: renderer: NVC3 v: 4.3 Mesa 18.3.6 direct render: Yes
Audio: Device-1: NVIDIA GF106 High Definition Audio driver: snd_hda_intel v: kernel
bus ID: 08:00.1 chip ID: 10de:0be9
Device-2: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel
bus ID: 0a:00.3 chip ID: 1022:1457
Sound Server: ALSA v: k4.19.0-6-amd64
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: ASUSTeK
driver: r8169 v: kernel port: f000 bus ID: 03:00.0 chip ID: 10ec:8168
IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives: Local Storage: total: 465.76 GiB used: 5.30 GiB (1.1%)
ID-1: /dev/sda vendor: Seagate model: ST500DM002-1BD142 size: 465.76 GiB block size:
physical: 4096 B logical: 512 B speed: 6.0 Gb/s rotation: 7200 rpm serial: <filter>
rev: KC48 scheme: MBR
Partition: ID-1: / raw size: 30.00 GiB size: 29.40 GiB (98.01%) used: 5.17 GiB (17.6%) fs: ext4
dev: /dev/sda2
ID-2: /home raw size: 419.76 GiB size: 412.17 GiB (98.19%) used: 132.2 MiB (0.0%)
fs: ext4 dev: /dev/sda3
ID-3: swap-1 size: 16.00 GiB used: 0 KiB (0.0%) fs: swap swappiness: 15 (default 60)
cache pressure: 100 (default) dev: /dev/sda1
Sensors: System Temperatures: cpu: 27.0 C mobo: N/A gpu: nouveau temp: 37 C
Fan Speeds (RPM): cpu: 0 gpu: nouveau fan: 1680
Repos: No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/antix.list
1: deb http://iso.mxrepo.com/antix/buster buster main
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://deb.debian.org/debian buster-updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/debian.list
1: deb http://deb.debian.org/debian buster main contrib non-free
2: deb http://deb.debian.org/debian-security buster/updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/mx.list
1: deb http://mxrepo.com/mx/repo/ buster main non-free
No active apt repos in: /etc/apt/sources.list.d/various.list
Info: Processes: 319 Uptime: 4m Memory: 15.66 GiB used: 925.1 MiB (5.8%) Init: SysVinit
v: 2.93 runlevel: 5 default: 5 Compilers: gcc: 8.3.0 alt: 8 Shell: bash v: 5.0.3
running in: quick-system-in inxi: 3.0.36
You do not have the required permissions to view the files attached to this post.
AsusTek PRIME B450-Plus
AMD Ryzen 7 2700 (8-Core, 16 threads)
Radeon HD 6570/7570/8550 / R5 230
Realtek RTL8111/8168/8411 - driver: r8169
Samsung SSD 860 EVO 500GB
DDR4 3200MHz CL16 2x8GB
AMD Ryzen 7 2700 (8-Core, 16 threads)
Radeon HD 6570/7570/8550 / R5 230
Realtek RTL8111/8168/8411 - driver: r8169
Samsung SSD 860 EVO 500GB
DDR4 3200MHz CL16 2x8GB