Re: Geode GX2 hack
Gideon Romm <[email protected]>
| Newsgroups | gmane.linux.terminal-server.devel |
|---|---|
| Message-ID | <[email protected]> |
Warren,
I would prefer that your hack just set XSERVER=geode, see change below.
That way, it can still be overridden by setting XSERVER in lts.conf.
Otherwise, if someone *did* set XSERVER, you would have a broken config
with two Driver lines.
Also, please add to the hack setting device option:
Option "NoPanel" "true"
I need that one for my clients.
-Gadi
On Thu, 2008-12-11 at 01:11 -0500, Warren Togami wrote:
> Oops. Here is the actual script.
>
> # This script forces the geode driver for the AMD Geode GX2
> # It cannot be autodetected by upstream X.org currently.
>
> device_hacks="$device_hacks set_xserver_geode_gx2"
>
> set_xserver_geode_gx2() {
> if [ -n "$(/sbin/lspci -n |grep 100b:0030)" ]; then
> XSERVER=geode
> fi
> }
>
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you. Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _____________________________________________________________________
> Ltsp-developer mailing list. To un-subscribe, or change prefs, goto:
> https://lists.sourceforge.net/lists/listinfo/ltsp-developer
> For additional LTSP help, try #ltsp channel on irc.freenode.net
--
--------------------------------------------------------
Gideon Romm | Proud LTSP Developer
[email protected]
Support LTSP! Buy your hardware at:
www.DisklessWorkstations.com
www.DisklessThinClients.com
(use coupon code: LTSP5P for 5% off thin clients from DisklessThinClients.com)
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_____________________________________________________________________
Ltsp-developer mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-developer
For additional LTSP help, try #ltsp channel on irc.freenode.net