On 18.04.2011 13:36, Alkis Georgopoulos wrote:
> Στις 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 ithttp://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
>
This works perfectly . Additional now I even have some weird resolutions 
like 512x### in list when i look at display manager. Thanks!
> And for Ubuntu 8.04:
> X_VERTREFRESH=33-88
> X_HORZSYNC=33-88
> X_MODE_0=1024x768
> CONFIGURE_X=True
>
>
Ok. Since 10.04 seemed slow I'm back to ubuntu 8. Maybe you could help 
me run it. Problem seems to be that X doesn't detect video correctly and 
I get blanking console (as usual if x doesn't start).
dpkg-configure xserver-xorg generates simple configuration file which 
works. Later I add this to image and use directive   Issue is then the 
same - 800x600 resolution.


Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "ee"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
EndSection
Section "Device"
        Identifier      "Configured Video Device"
        Option          "UseFBDev"              "true"
EndSection
Section "Monitor"
        Identifier      "Configured Monitor"
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
EndSection


If I set the:

X_VERTREFRESH=33-88
X_HORZSYNC=33-88
X_MODE_0=1024x768
CONFIGURE_X=True

Then it breaks again with blanking screen.








------------------------------------------------------------------------------
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

Reply via email to