Linux Mint and Touch Screen Blank Screen

More
03 Jun 2016 07:57 #75390 by schmidtmotorworks
I have been trying to get my CNC running after an upgrade to Linux Mint.

I have an eGalax touch screen that worked fine on my old Ubuntu install.

With the new Mint OS if I let the computer boot as normal, it comes to a colored background with no icons or menu etc.
Right Mouse does work to open a terminal.

If I boot passing through recovery mode, it works OK, the menus are there and touch screen responds.
I have done my best to install the drivers but the docs are terrible and I am unsure if everything is correct.

I tried putting the drive in a desktop PC, and it boots up fine without recovery mode..

If anyone has any ideas, please let me know.

If I don't find a solution, I am probably going to put in a non touch screen monitor since I rarely use the touch screen anyhow.

Best Regards

Jon Schmidt

Please Log in or Create an account to join the conversation.

More
03 Jun 2016 10:28 #75398 by andypugh
Are you sure that the touch-screen is the reason for the blank desktop?

Do you still get the blank desktop with the touchscreen unplugged?

Please Log in or Create an account to join the conversation.

More
03 Jun 2016 16:23 #75443 by schmidtmotorworks
No, I am not sure what the problem is.
I did find some threads about similar problems that seemed to be related to drivers.
Also the monitor web page for drivers and the supporting documents are quite confusing and complicated.

The driver that i was using with Ubuntu doesn't seem to be compatible with Mint.
Installing it returns something like "touch control not found".

www.eeti.com.tw/drivers_Linux.html

This is the driver I am trying to use now:

Kernel 2.6.24 Upward
and 3.x.x / 4.x.x USB / UART / PS2
X86 (32/64bits) eGTouch_v2.5.5814.L-x 2015/10/22


By 'unplug' I guess you mean unplug the USB connection, I will try that tonight.

Please Log in or Create an account to join the conversation.

More
04 Jun 2016 03:27 #75477 by schmidtmotorworks
Thanks for the sanity check.

I disconnected the mouse cable: no difference
I connected a plain monitor and rebooted: no difference.

It just shows the background no icons or menu.

I guess it must be some other hardware issue.

When I connect the drive to the PC in my home, it does show the icons and menu.

Thanks a again for the help, I was about to buy another monitor, that would have been a drag to fire up and not see the icons and menu.

Best Regards

Jon Schmidt

Please Log in or Create an account to join the conversation.

More
04 Jun 2016 07:48 - 04 Jun 2016 07:53 #75479 by schmidtmotorworks
I found that if I create a new file or folder it is visible on the desktop.
But if I MB3 arrange them by type (or whatever it is) they disappear.

If I reboot in recovery mode, I can see them.

I copied and pasted about 20 files on desk top to fill the screen in recovery mode.
When I reboot without recovery mode they are not visible, but when I make more files and align them it does seem to place them on the edge of the screen.

So i guess there is a problem with the origin of the graphics and the scale. I can't see the left side of the screen by about a full width.

During the part of bootup that text is on the screen, it is aligned as expected.

Almost like it was configured for dual monitors, but it doesn't seem to be anywhere in the settings.

I searched everywhere I could for anything that could effect that but nothing worked.

The preferences for screen resolution don't recognize the monitor but I can try several resolution settings, none of them improve the problem.

I connected a wide aspect ration HP monitor, same result.

I have run out of ideas to try.

I will probably go back to my old drive.
Last edit: 04 Jun 2016 07:53 by schmidtmotorworks.

Please Log in or Create an account to join the conversation.

More
04 Jun 2016 09:44 #75480 by andypugh

So i guess there is a problem with the origin of the graphics and the scale. I can't see the left side of the screen by about a full width.


You could try running xrandr from a terminal window (if you can get a terminal window that shows on screen).

I would suggest booting in recover mode and creating an Xorg.cong file that sets a specific resolution. Xorg.conf is an old-fasjioned way to do it, and there are meant to be newer ways (like xrandr) and it is probably worth trying those first.

However, there is a good chance you will need an xorg.conf to calibrate the touchscreen anyway.

Please Log in or Create an account to join the conversation.

More
04 Jun 2016 21:59 #75504 by schmidtmotorworks
I think I found the root of the problem, now I need to figure out how to fix it.

Running not in recovery mode I ran xrandr.
It seems to be using two displays,
I don't know where LVDS1 comes from or how to get rid of it, but I think that is the goal for now.

I copied the xorg.config from y previous drive bit it doesn't seem to be read or do anything.
emc@cnc ~/Desktop $ xrandr
Screen 0: minimum 8 x 8, current 2560 x 1024, maximum 32767 x 32767
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1280x800       58.1*+
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 330mm x 270mm
   1280x1024      60.0*+   75.0     70.0  
   1280x960       75.0     60.0  
   1152x864       75.0  
   1024x768       75.1     75.0     70.1     60.0  
   832x624        74.6  
   800x600        72.2     75.0     60.3     56.2  
   640x480        72.8     75.0     66.7     60.0  
   720x400        70.1  
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
emc@cnc ~/Desktop $ 

Please Log in or Create an account to join the conversation.

More
04 Jun 2016 22:18 #75505 by andypugh
You might be able to disable the LVDS in the BIOS.
In the "monitors" control panel I imagine it thinks there is an LCD display connected?
The following user(s) said Thank You: schmidtmotorworks

Please Log in or Create an account to join the conversation.

More
04 Jun 2016 22:20 #75507 by schmidtmotorworks
I moved the drive to my home PC and ran xrandr again.

It gives a different result. Only one display.

I wonder why that would be.
emc@cnc ~ $ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
DVI-I-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0* 
   800x600        60.3     56.2  
   848x480        60.0  
   640x480        59.9  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
emc@cnc ~ $ 

Please Log in or Create an account to join the conversation.

More
04 Jun 2016 22:21 #75508 by schmidtmotorworks
Interesting idea, I will try that now.

Please Log in or Create an account to join the conversation.

Time to create page: 0.129 seconds
Powered by Kunena Forum