|
conventional LCD TV ? January 12, 2012 10:59AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 12, 2012 08:24PM |
Registered: 2 years ago Posts: 260 |
|
Re: conventional LCD TV ? January 13, 2012 06:57AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 14, 2012 06:47PM |
Registered: 2 years ago Posts: 260 |
|
Re: conventional LCD TV ? January 15, 2012 08:56AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 15, 2012 06:50PM |
Registered: 2 years ago Posts: 260 |
|
Re: conventional LCD TV ? January 16, 2012 08:10AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 19, 2012 04:52PM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 20, 2012 08:05AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 20, 2012 07:28PM |
Registered: 2 years ago Posts: 260 |
|
Re: conventional LCD TV ? January 21, 2012 03:04PM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 21, 2012 03:11PM |
Registered: 2 years ago Posts: 260 |
|
Re: conventional LCD TV ? January 21, 2012 04:05PM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 21, 2012 05:39PM |
Registered: 2 years ago Posts: 260 |
|
Re: conventional LCD TV ? January 22, 2012 06:43AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 23, 2012 06:40AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 29, 2012 07:17PM |
Registered: 2 years ago Posts: 260 |
|
Re: conventional LCD TV ? January 31, 2012 05:38AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? January 31, 2012 11:48PM |
Registered: 2 years ago Posts: 260 |
|
Re: conventional LCD TV ? February 01, 2012 08:14AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? February 02, 2012 07:47PM |
Registered: 2 years ago Posts: 260 |
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 10:17AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? February 10, 2012 03:31PM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? March 10, 2012 08:46AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? March 10, 2012 01:14PM |
Registered: 2 years ago Posts: 260 |
|
Re: conventional LCD TV ? March 11, 2012 08:10PM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? March 11, 2012 08:30PM |
Registered: 2 years ago Posts: 260 |
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 08:02AM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? March 12, 2012 05:29PM |
Registered: 2 years ago Posts: 71 |
|
Re: conventional LCD TV ? March 13, 2012 06:52AM |
Registered: 2 years ago Posts: 260 |
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.