A question for Nvidia proprietary drivers users: Do you have a considerable delay when switching back to X (Unity) from any VT?
Example:
- Start Unity Session
- Switch to VT1 (very small delay, like 2 second before seeing console text)
- Switch to VT7 (very big delay, like 10-15 seconds before you can see the desktop)
I'm pretty sure this was fixed on Oneiric, but I'm seeing it again on PP using any proprietary driver version (tested 280.13, 285.03, 285.05.09, 290.03).
Since we don't get KMS support on proprietary, I am using a uvesafb framebuffer. My kernel line is:
GRUB_CMDLINE_LINUX_DEFAULT="video=uvesafb:mode_option=1024x768-24,mtrr=3,scroll=ywrap"
TwinView and Xinerama are off:```
Option "NoTwinViewXineramaInfo" "true"
[LIST]
[*]I have the FB env var exported (FRAMEBUFFER=/dev/fb0)
[*]Switching from VT(n) to VT7 is faster on a Ubuntu-2D session.
[*]Switching to Lightdm is a lot faster.
[*]Disabling ccsm/Composite/"Detect Refresh Rate" seems to speed it up a little.
[*]"Sync to "VBlank", "Lighting" and "Texture Compression" disabled on OpenGL Compiz plugin at ccsm.
[*]"Sync to "VBlank" disabled on nvidia-settings for XVideo and OpenGL. All antialiasing options are OFF. Powermizer at "Adaptive". "Force Full GPU Scalling" if OFF.
[*]There are old reports that setting Option "UseEvents" to "false" on xorg.conf used to be a fix to this in older cards. I see no difference at all.
[/LIST]
The only ouput to /etc/X11/xorg.0.log I see when switching from VT(n) to VT7 is this:
[ 417.644] (II) Open ACPI successful (/var/run/acpid.socket) [ 417.722] (II) NVIDIA(0): Setting mode "1920x1080_60+0+0"
Regards,
Effenberg