-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VIRTUAL1 option not available (UBUNTU 17.10, X.org) #16
Comments
Thank you posting an issue here, and I'd like to help! Firstly could you post a result of |
The result of xandr --verbose as requested:
|
It looks like VIRTUAL* is not enabled by default on old X11. According to the Arch Linux Wiki you can enable VIRTUAL* by adding the following configuration for X11:
Copy/paste the above code in |
That fixed the issue for me, thank you.
|
That is interesting. Would it be possible to create multiple monitors (e.g. 1 iPad Pro + 1 iPad Mini 4) with VirtScreen instead of one? |
That's great you solved the problem :) @AndreFvchs VirtScreen currently grabs only one virtual display at a time. I personally haven't tested yet but it sounds theoretically possible to add that feature. But due to some design challenges (e.g. how to design a GUI for users to easily setup multiple resolutions/rotations in such a small VirtScreen app window?), this feature is not a goal of this project for now. I might consider that if VirtScreen gets a stable version in the future. FYI, VirtScreen merely is a GUI app that generates |
Thanks for the explanation. Do I understand correctly that it would currently be possible to run VIRTUAL1 from the GUI app and spin up a second secondary monitor VIRTUAL2 from the command line? |
Yes you can mix them togather. |
Sounds great, could you please post an example on what do I need to change or run to archive that. Thank you |
I added how to do it in #17. |
I have met the same thing. My system is Ubuntu 18.04. 10-amdgpu.conf 10-quirks.conf 11-nvidia-prime.conf 70-wacom.conf I have try to attach the configuration in the 10-nvidia.conf, but the system can't start normally. (when I typed the password and pressed the ENTER, It came back to the start page) |
@Homio I think those problem is caused by Xorg used by Ubuntu that cannot automatically detect gpu devices. Could you tell me the following?:
|
@kbumsik
2, Because I use a laptop, I can't find the IGD tap in the BIOS. 3, result:https://pastebin.com/pgAYQB2T 4, result: https://pastebin.com/WSYkeDy3 and https://pastebin.com/Vc9Mj2cC (I did't know if I get a right file.) |
@Homio Thank you for your valuable information. Alright, I did some research to figure it out. Here is your new
Could you copy can paste this and try it? Please tell me if it works. |
@kbumsik |
@Homio Firstly the mouse pointer problem is discussed in #19: Use Screens 4 app for VNC or manually build and install the latest
|
@kbumsik The result of xrandr: https://pastebin.com/CvfdiXT6 |
Hello, I am having a similar problem, only that I run this on an AMD cpu with no internal graphics, and external Nvidia GPU, so the intel driver solution doesn't really help. |
@tobyclh Sorry, I really have no idea. And I have given up it. My system is changed into CentOS, and I do not ready to use this tool recently. |
@tobyclh AMD cpu is totally different story. Could you post a new issue for that case? |
@Homio I'm sorry to hear that. I'm looking at your xrandr result it I cannot see any problem with my system. I think I need to implement a better bug report tool to deal with the problems much easier. Thanks for you data anyway. |
Found solution for NVIDIA/Intel systems. See above |
Hi. I'd find kind of solution to create ad use a Virtual Display on AMD/ATI based Pc - Graphic Card. Spent almost a week to figure it out. Writing the procedure above, hope to be usefull for somebody. I'm adding some link for reference: NOTE: if something go wrong after the reboot and you have a Black Screen or unable to see or login your account, reboot and run ubuntu in recovery mode. Select "Run a shell with priviledge" and remove the "amdgpu.conf" file by typing in the terminal |
Well done @MarcoEddizzo83! I succeeded following your post. |
Hi, i'm having a similar problem, only that i'm using an AMD APU whit amdgpu |
Hi @alessiorsini. I just did what @MarcoEddizzo83 described, are you sure you didn't miss any step? As a summary, what I did was:
That's it. Hope it helps! |
I tried following @MarcoEddizzo83 's instructions on my Lenovo V155-15API laptop with AMD Ryzen 3 3200U CPU/GPU (it only has integrated graphics) and the screen froze at boot. At first I thought the kernel was crashing but the logs were "clean" so I tried ssh-ing and it worked like normal. So I think that 'virtual_display' option disables physical outputs just like @alessiorsini said. I'm sure I didn't miss any step because the when ssh-ed in the amdgpu was loaded normally and also the parameter was set in /sys/module/amdgpu/parameters/virtual_display like it should be. Additional info: I'm running Arch Linux x86_64 with 5.8.10-zen1-1-zen kernel. |
Would love a solution for amd gpu's too. |
Can you elaborate how you were able to make it work, if i use those configs it destroys my main display distorting it. can explain in spanish if needed. |
hai I'm using HP Pavillion laptop |
I also having the issue of screen tearing if enabling virtual screen for intel driver. It not related to virtscreen, only xorg does not function well. Are you able to fix this issue? |
where u able to find a solution ? |
Not yet buddy, my Lenovo P1 Gen 3 have dual cards (nvidia T1000 and Intel Mesa enabled). Nvidia does not work with virtual screen (30xxx.conf) (and I actually dont care because I use machine for coding), intel works (20xxx.conf, drag and drop is perfect across devices) but screen shows fuzzy colors. |
@MarcoEddizzo83 I have done as you step, but after reboot I have a Black Screen or unable to see or login your account, have any other resolve? |
no solution atm better |
The following is a way used by me in AMD system.
The following is my environment for reference.
I follow steps mentioned these two article:
|
@0140454 it doesn't work on Ubuntu 20 |
Sadly to hear that. Maybe there is something needed to be setup on Ubuntu. But I cannot diagnose that since I don't use Ubuntu now. |
Hi @0140454 N.B- When I open the "virtscreen", I still can't start the VNC server, because it says no virtual screen selected. However, a virtual display has been created, that I can see from my Ubuntu System app, under option "displays". |
Hi @anir92
|
Hi, from where can I get x0vncserver ? I am using Ubuntu 20.04. x0vncserver is not available in apt repository. |
I think x0vncserver is not required. You can use any VNC server, which is available in Ubuntu apt repository. Just remember to modify command line argument according to its manual. |
I face the same issue what @anir92. The created DVI-I-1 screen is grayed out in the drop-down menu in virtscreen, and starting the vnc server from the command line also tells me, that this screen is not available:
If I do not define this display, then the VNC server will connect one of my monitors. (for testing I use my dual monitor setup) |
Linux Mint 20.2, Intel HD 520, Kernel 5.4.0-92 here I am trying to follow the instructions here:
I can see VIRTUAL1 when running 'xrandr', however, in the display manager, or other tools it's not shown. Xrandr shows it as 'disconnected'. I tried 'connecting' it by running Edit: I tried adding a mode by using But this just corrupts my screen and crashes Cinnamon. |
Hi, I can't see any "VIRTUAL 1". I've tried a lot of things and I can't get any result. |
I would like to use VirtScreen to turn my iPad Mini 4 into a secondary monitor but the VIRTUAL1 option is not available to choose from.
Laptop Specs:
Tablet Specs:
What I tried so far:
I can connect and mirror my laptop screen to my iPad.
How to enable the VIRTUAL1 option to make it into a secondary monitor?
Any help is really appreciated. (Can anyone confirm that it works on Ubuntu 18.04.1?)
The text was updated successfully, but these errors were encountered: