Στις 18-04-2011, ημέρα Δευ, και ώρα 13:20 +0300, ο/η Janno Sannik έγραψε: > A lot bigger problem is the resolution problem (that's why I actually > didn't stick with ubuntu 8) - the screen won't go anything other than > 800x600 resolution. Any ideas what I could do? I know the box supports > 1024x768 as I have seen it running on real life. The spec also says it > supports it http://wiki.thincan.org/DBE60 . > I tried pushing the resolution via ltsp.conf: > X_MODE_0=1024x768 > > but it does nothing.
For Ubuntu 10.04 try something like this: X_VERTREFRESH=33-88 X_HORZSYNC=33-88 XRANDR_MODE_0=1024x768 And for Ubuntu 8.04: X_VERTREFRESH=33-88 X_HORZSYNC=33-88 X_MODE_0=1024x768 CONFIGURE_X=True ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
