On Sun, 2004-12-05 at 20:14 -0800, jack kinnon wrote: > --- Sam Watkins <[EMAIL PROTECTED]> wrote: > > > On Sat, Dec 04, 2004 at 07:35:30PM -0800, jack > > kinnon wrote: > > > I can coming back to. I have not been able to > > select a res of 1024x768 for > > > the display. > > > > please post your /etc/X11/XF86Config or > > /etc/X11/XF86Config-4 file, > > and tell us what sort of video card and how much > > video ram you have if you know. > > > > Sam > > I am using Intel Extreme Graphics, I have 256MB of ram > and I have allocated 64MB for shared memory. > > Hope this and the attachments will be sufficient.
Why did you comment out the VideoRam section?
Section "Device"
Identifier "Intel Extreme Graphics"
Driver "i810"
# VideoRam "65536"
EndSection
Heck, here's your problem. You aren't telling it to allow 1024x768.
Section "Screen"
Identifier "Default Screen"
Device "Intel Extreme Graphics"
Monitor "HP Ultra VGA 1280"
DefaultDepth 24
# SubSection "Display"
# Depth 16
# Modes "1024x768" "800x600" "640x480"
# EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
--
-----------------------------------------------------------------
Ron Johnson, Jr.
Jefferson, LA USA
PGP Key ID 8834C06B I prefer encrypted mail.
No war plan survives first contact with the enemy.
signature.asc
Description: This is a digitally signed message part

