Re: Trouble getting my screen resolution correct.

2002-04-08 Thread Steve Juranich
> Nothing? Are you saying that /var/log/XFree86.0.log doesn't exist, or > that it exists and is a zero-byte file? Sorry about that. The file exists. Actually, I think I was being a bonehead (that's been happening a lot the past couple of weeks). It turns out that I didn't have the 75dpi fonts

Re: Trouble getting my screen resolution correct.

2002-04-06 Thread Shawn McMahon
begin quoting what Steve Juranich said on Sat, Apr 06, 2002 at 12:44:42PM -0800: > Okay, tried this. Still getting screen resolution of 1024x768, and nothing > in /var/log/XFree86.0.log Nothing? Are you saying that /var/log/XFree86.0.log doesn't exist, or that it exists and is a zero-byte file

Re: Trouble getting my screen resolution correct.

2002-04-06 Thread ajlewis2
> On Sat, Apr 06, 2002 at 11:47:54AM -0800, Steve Juranich wrote: >> I'm having trouble getting my screen resolution set correctly. The relevant >> part of my /etc/X11/XF86Config-4 file says: >> >> >> DefaultDepth 24 >> SubSection "Display" >> Depth 24 >>

Re: Trouble getting my screen resolution correct.

2002-04-06 Thread Paul Winkler
Does your X86Config-4 file contain a modeline for 1280x1024? The xserver contains some internal modelines for "normal resolutions" but requires you add a modeline for others. I had the same problem trying to get 1152x864. You might try xvidtune to generate a modeline, I am sure there are othe

Re: Trouble getting my screen resolution correct.

2002-04-06 Thread Craig Sampson
On Sat, 06 Apr 2002 12:44:42 -0800, Steve Juranich wrote: >Okay, tried this. Still getting screen resolution of >1024x768, and nothing >in /var/log/XFree86.0.log You sure there is -nothing- in Xfree86.0.log? AFAIK this file is always written when XFree V4.x starts up - are you running X 3.3.

Re: Trouble getting my screen resolution correct.

2002-04-06 Thread Gary Turner
On Sat, 06 Apr 2002 11:47:54 -0800, Steve Juranich wrote: >I'm having trouble getting my screen resolution set correctly. The relevant >part of my /etc/X11/XF86Config-4 file says: > > > DefaultDepth 24 >SubSection "Display" >Depth 24 >Modes

Re: Trouble getting my screen resolution correct.

2002-04-06 Thread Andy Saxena
On Sat, Apr 06, 2002 at 11:47:54AM -0800, Steve Juranich wrote: > I'm having trouble getting my screen resolution set correctly. The relevant > part of my /etc/X11/XF86Config-4 file says: > > > DefaultDepth 24 > SubSection "Display" > Depth 24 >

Re: Trouble getting my screen resolution correct.

2002-04-06 Thread Steve Juranich
> Well, I suppose you could try just putting only a SubSection with > Depth 24 and only 1280x1024, then check /var/log/XFree86*.log > > Andrew. Okay, tried this. Still getting screen resolution of 1024x768, and nothing in /var/log/XFree86.0.log --

Trouble getting my screen resolution correct.

2002-04-06 Thread Steve Juranich
I'm having trouble getting my screen resolution set correctly. The relevant part of my /etc/X11/XF86Config-4 file says: DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" EndSubSection