i810 - stuck on 1152x768 - Slackware
This is a discussion on i810 - stuck on 1152x768 - Slackware ; I have fresh install of Slackware 12.0 on a Compaq Presario w/celeron
2.7G processor. The display adapter is "Intel Corporation 82845G/GL"
and am running video driver "i810".
It works but xorg is stuck on 1152x768 and cannot budge from it;
...
-
i810 - stuck on 1152x768
I have fresh install of Slackware 12.0 on a Compaq Presario w/celeron
2.7G processor. The display adapter is "Intel Corporation 82845G/GL"
and am running video driver "i810".
It works but xorg is stuck on 1152x768 and cannot budge from it;
Although I have no "1152x768" setting in xorg.conf
My monitor is not designed for 1152x768 and really needs a
conventional pixel size of 1024x768 or 800x600 (all images are too
narrow).
Here is the /etc/X11/xorg.conf file:
=========================================
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA
extension
EndSubSection
Load "freetype"
Load "glx"
EndSection
Section "Files"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Speedo/"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/TTF/"
FontPath "/usr/lib/X11/fonts/OTF/"
FontPath "/usr/lib/X11/fonts/cyrillic/"
FontPath "/usr/lib/X11/fonts/75dpi/"
FontPath "/usr/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "default"
HorizSync 31.5 - 57.0
VertRefresh 50-100
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "i810"
Driver "i810"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "i810"
Monitor "default"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
==============================
Control Center's "Display" configuration is no help; I tried changing
to 1024x768 or 800x600 several times and it just keeps reverting back
to 1152x768
See:
http://geocities.com/kj5zr/snapshot1.png
&
http://geocities.com/kj5zr/snapshot2.png
&
http://geocities.com/kj5zr/snapshot3.png
Any help will be most appreciated.
-
Re: i810 - stuck on 1152x768
trryhend@gmail.com wrote:
> Here is the /etc/X11/xorg.conf file:
The contents of your Xorg.0.log file would probably be more relevant to
diagnosing the problem.
> HorizSync 31.5 - 57.0
That seems awfully slow to me. Are you sure your monitor can't do
better?