[Thinstation-general] Working dual-screen config?
Brought to you by:
doncuppjr
|
From: Kramer, B.J. <bj...@re...> - 2006-10-30 23:58:21
|
Reading through the mailing lists it appears that plenty of TS users have had no problems making dual-screen setups, but for the life of me I can't get it working. Would any of you out there be willing to share your working dual-display ts conf file with me? I'm trying to get this to work with a dual-port card that uses the nv driver -- it works just fine on one screen, but the second one stays dark. The goal is to get blackbox running on both screens, and the user can launch an nx session on either screen in full-screen mode. Here's what I've basically been doing (cutting out the hopefully-irrelevant stuff): SCREEN=3D0 WORKSPACE=3D1 AUTOSTART=3DOn X_DRIVER_NAME=3D"nv" X_DRIVER_OPTION1=3D"swcursor On" X_DRIVER_OPTION2=3D"Xinerama"=20 SESSION_0_TYPE=3Dblackbox SESSION_0_SCREEN=3D0 SESSION_1_TYPE=3Dblackbox SESSION_1_SCREEN=3D1 SESSION_2_TYPE=3Dxterm SESSION_2_AUTOSTART=3Doff=20 SESSION_3_TYPE=3Dnx SESSION_3_SCREEN=3D0 SESSION_3_TITLE=3D"sunray01" SESSION_3_AUTOSTART=3Doff SESSION_3_NX_ADVANCED_ENABLE_SSL_ENCRYPTION=3D"true" SESSION_3_NX_GENERAL_DESKTOP=3D"Gnome"=20 SESSION_3_NX_GENERAL_SERVER_HOST=3D"sunray01" SESSION_3_NX_GENERAL_REMEMBER_PASSWORD=3D"true" SESSION_3_NX_GENERAL_RESOLUTION=3D"fullscreen" SESSION_3_NX_GENERAL_SESSION=3D"Unix"=20 SESSION_4_TYPE=3Dnx SESSION_4_SCREEN=3D1 SESSION_4_TITLE=3D"sunray01" SESSION_4_AUTOSTART=3Doff SESSION_4_NX_ADVANCED_ENABLE_SSL_ENCRYPTION=3D"true" SESSION_4_NX_GENERAL_DESKTOP=3D"Gnome"=20 SESSION_4_NX_GENERAL_SERVER_HOST=3D"sunray01" SESSION_4_NX_GENERAL_REMEMBER_PASSWORD=3D"true" SESSION_4_NX_GENERAL_RESOLUTION=3D"fullscreen" SESSION_4_NX_GENERAL_SESSION=3D"Unix"=20 Help? Thanx, -BJ |