Re: [Ltsp-discuss] squid does not write all logs

2009-09-08 Thread Friedrich Hattendorf
Am Dienstag, 8. September 2009 schrieb ht: > Hello list, > > we are running a debian ltsp system at our school > > since our last update squid writes only the > store.log > cache.log > but no longer the > access.log > > Any idea? > > Friedrich Seems to be a problem of squid.conf: all three had th

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread David Burgess
Right, I misquoted you, sorry. Here's what I tried, but no change: [default] DNS_SERVER=172.21.253.1 DNS_SERVER=172.20.253.238 DNS_SERVER=172.20.253.243 SEARCH_DOMAIN=gprc.ab.ca XRANDR_MODE_0=1024x768 X_HORZSYNC=30.0-88.0 X_VERTREFRESH=50.0-61.0 db On Tue, Sep 8, 2009 at 1:56 PM, Alkis Georgopou

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread Alkis Georgopoulos
Στις 08-09-2009, ημέρα Τρι, και ώρα 13:34 -0600, ο/η David Burgess έγραψε: > > On Tue, Sep 8, 2009 at 11:55 AM, Alkis Georgopoulos wrote: > >> Στις 08-09-2009, ημέρα Τρι, και ώρα 11:38 -0600, ο/η David Burgess > >> έγραψε: > >>> Thanks. I fixed both: > >>> > >>> XRANDR_DISABLE=True > >>> X_MODE_0=1

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread David Burgess
> On Tue, Sep 8, 2009 at 11:55 AM, Alkis Georgopoulos wrote: >> Στις 08-09-2009, ημέρα Τρι, και ώρα 11:38 -0600, ο/η David Burgess >> έγραψε: >>> Thanks. I fixed both: >>> >>> XRANDR_DISABLE=True >>> X_MODE_0=1024x768 >>> X_HORZSYNC=30-100 >>> X_VERTREFRESH=55-60 This didn't work either. Thanks fo

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread David Burgess
Yeah, I have [default] at the top, I pared out some irrelevant lines. Here is my full lts.conf for testing: [default] DNS_SERVER=172.21.253.1 DNS_SERVER=172.20.253.238 DNS_SERVER=172.20.253.243 SEARCH_DOMAIN=gprc.ab.ca XRANDR_DISABLE=True X_MODE_0=1024x768 X_HORZSYNC=30-100 X_VERTREFRESH=55-60 I'

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread Alkis Georgopoulos
Στις 08-09-2009, ημέρα Τρι, και ώρα 11:38 -0600, ο/η David Burgess έγραψε: > Thanks. I fixed both: > > XRANDR_DISABLE=True > X_MODE_0=1024x768 > X_HORZSYNC=30-100 > X_VERTREFRESH=55-60 > > but I still have no video on this monitor once X starts. I assume you put [Default] on top? Try with only

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread David Burgess
Thanks. I fixed both: XRANDR_DISABLE=True X_MODE_0=1024x768 X_HORZSYNC=30-100 X_VERTREFRESH=55-60 but I still have no video on this monitor once X starts. db On Tue, Sep 8, 2009 at 11:00 AM, Oliver Grawert wrote: > hi, > Am Dienstag, den 08.09.2009, 10:47 -0600 schrieb David Burgess: >> X_VERTR

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread Oliver Grawert
hi, Am Dienstag, den 08.09.2009, 10:47 -0600 schrieb David Burgess: > X_VERTREFRESH=60 you need a range, X_VERTREFRESH ignores fixed numbers (unless something significantly changed recently) ciao oli signature.asc Description: Dies ist ein digital signierter Nachrichtenteil -

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread Gideon Romm
You have a typo. The variable is: X_HORZSYNC NOT X_HORIZSYNC You have an extra "I" in there. -Gadi On Tue, 2009-09-08 at 10:36 -0600, David Burgess wrote: > X_HORIZSYNC=30-100 -- no good > X_VERTREFRESH=60 -- no good. > > Here are some snippets from Xorg.7.log that may be interesting. I'm >

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread David Burgess
From the log of a working boot: r...@ltsp-server:~# grep DRI /root/Xorg.7.log (II) Loading extension XFree86-DRI (II) Loading extension DRI2 (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0 (EE) RADEON(0): Static buffer allocation failed. Disabling DRI. (II)

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread David Burgess
I tried 30-100 but it still didn't work. I tried booting on a 17" working monitor and the 15" not working monitor, identical lts.conf in both cases: XRANDR_DISABLE=True X_MODE_0=1024x768 X_HORIZSYNC=30-100 X_VERTREFRESH=60 I copied /var/log/Xorg.7.log in both cases and did a diff. One significan

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread David Burgess
X_HORIZSYNC=30-100 -- no good X_VERTREFRESH=60 -- no good. Here are some snippets from Xorg.7.log that may be interesting. I'm not sure what to make of them. (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1024 vsize 768 refresh: 60 vid: 16481 and, (II) RADEON(0): Ou

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread Alkis Georgopoulos
Στις 08-09-2009, ημέρα Τρι, και ώρα 10:02 -0600, ο/η David Burgess έγραψε: > X_HORIZSYNC=30-63 That's too little for 1024x768. Try with X_HORIZSYNC=30-88 -- Let Crystal Reports handle the reporting - Free Crystal Report

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread Gideon Romm
David, You want a broader range for hsync, not narrower. That way, it can find a hsync frequency that it can use to achieve the vertical refresh you want. Try: 30-100 And, if that doesn't work, narrow the vertical refresh. -Gadi On Tue, 2009-09-08 at 10:02 -0600, David Burgess wrote: > Thank

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread David Burgess
Thanks. I tried this: XRANDR_DISABLE=True X_MODE_0=1024x768 X_HORIZSYNC=30-63 X_VERTREFRESH=60-75 because I know the monitor supports a refresh rate of 60 and 75 Hz at that resolution. I wasn't sure what hsync number to use, but 30-63 is a narrower range than Gadi had suggested, and it's the ran

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread Alkis Georgopoulos
Στις 08-09-2009, ημέρα Τρι, και ώρα 08:58 -0600, ο/η David Burgess έγραψε: > This is interesting. I put the following in lts.conf: > > XRANDR_DISABLE=True > X_MODE_0=1024x768 This isn't enough. E.g. when the client boots, X may erroneously read the monitor info and think it supports 1024x...@120

Re: [Ltsp-discuss] can't seem to force a resolution

2009-09-08 Thread David Burgess
This is interesting. I put the following in lts.conf: XRANDR_DISABLE=True X_MODE_0=1024x768 and plugged into a known-working 17" monitor (native 1280x1024) and booted the tc. At the ldm login the monitor reports 1024x...@75, as it should. I then unplug that monitor and plug in my 15" monitor and

[Ltsp-discuss] squid does not write all logs

2009-09-08 Thread ht
Hello list, we are running a debian ltsp system at our school since our last update squid writes only the store.log cache.log but no longer the access.log Any idea? Friedrich -- Let Crystal Reports handle the report