conventional LCD TV ? January 12, 2012 09:59AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 12, 2012 07:24PM |
Registered: 14 years ago Posts: 261 |
Re: conventional LCD TV ? January 13, 2012 05:57AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 14, 2012 05:47PM |
Registered: 14 years ago Posts: 261 |
Re: conventional LCD TV ? January 15, 2012 07:56AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 15, 2012 05:50PM |
Registered: 14 years ago Posts: 261 |
Re: conventional LCD TV ? January 16, 2012 07:10AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 19, 2012 03:52PM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 20, 2012 07:05AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 20, 2012 06:28PM |
Registered: 14 years ago Posts: 261 |
Re: conventional LCD TV ? January 21, 2012 02:04PM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 21, 2012 02:11PM |
Registered: 14 years ago Posts: 261 |
Re: conventional LCD TV ? January 21, 2012 03:05PM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 21, 2012 04:39PM |
Registered: 14 years ago Posts: 261 |
Re: conventional LCD TV ? January 22, 2012 05:43AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 23, 2012 05:40AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 29, 2012 06:17PM |
Registered: 14 years ago Posts: 261 |
Re: conventional LCD TV ? January 31, 2012 04:38AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? January 31, 2012 10:48PM |
Registered: 14 years ago Posts: 261 |
Re: conventional LCD TV ? February 01, 2012 07:14AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? February 02, 2012 06:47PM |
Registered: 14 years ago Posts: 261 |
vncserver :0 -geometry 1024x768 -depth 16The commands in /etc/rc.local run as root so the config will come from /root/.vnc rather than a user home directory.
su user -c 'bash --login -c "vncserver :0 -geometry 1024x768 -depth 16 > /tmp/vnc.log 2>&1"'
Change "user" to the username of your account. The first time you run it it might prompt for a password so make sure you set that up before you put it in /etc/rc.local
Re: conventional LCD TV ? February 04, 2012 09:17AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? February 10, 2012 02:31PM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? March 10, 2012 07:46AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? March 10, 2012 12:14PM |
Registered: 14 years ago Posts: 261 |
Re: conventional LCD TV ? March 11, 2012 07:10PM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? March 11, 2012 07:30PM |
Registered: 14 years ago Posts: 261 |
tar xvfz xserver-xorg-video-displaylink_0.3.orig.tar.gz cd xf86-video-displaylink vi src/displaylink.c # comment out the following lines... //#include "xf86Resources.h" //#include "xf86RAC.h" // pScrn->racMemFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT; // pScrn->racIoFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT; // xf86CrtcScreenInit (pScreen);This should fix teh compile errors. Make sure to do all steps 1) .. 9)
Re: conventional LCD TV ? March 12, 2012 07:02AM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? March 12, 2012 04:29PM |
Registered: 13 years ago Posts: 83 |
Re: conventional LCD TV ? March 13, 2012 05:52AM |
Registered: 14 years ago Posts: 261 |
pScrn->racMemFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT; /* XXX Is this right? Can probably remove RAC_FB */ pScrn->racIoFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT;You can start with my xorg.conf but you'll probably need to tweak some of the settings for your monitor.