Changeset 89689 in vbox
- Timestamp:
- Jun 14, 2021 6:01:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r88510 r89689 380 380 #if defined(CONFIG_VGA_CONSOLE) || RTLNX_VER_MIN(4,7,0) 381 381 if (vgacon_text_force() && vbox_modeset == -1) 382 { 383 printk("vboxvideo: kernel is running with *nomodeset* parameter,\n"); 384 printk("vboxvideo: please consider either to remove it or load driver\n"); 385 printk("vboxvideo: with parameter modeset=1, unloading\n"); 382 386 return -EINVAL; 387 } 383 388 #endif 384 389 385 390 if (vbox_modeset == 0) 391 { 392 printk("vboxvideo: driver loaded with modeset=0 parameter, unloading\n"); 386 393 return -EINVAL; 394 } 387 395 388 396 #if RTLNX_VER_MIN(3,18,0) || RTLNX_RHEL_MAJ_PREREQ(7,3)
Note:
See TracChangeset
for help on using the changeset viewer.