i845 on RedHat 8.0

  • Thread starter Thread starter Dennis Peere
  • Start date Start date
D

Dennis Peere

Dear All,

I'm having problems getting an onboard i845 VGA to work @ 1024 x 768 in
RedHat 8.0 => It only wants to work @ 800 x 600
Upgrading to e newer version of RedHat/Fedora is not an option for me :-(
Hope someone will be able to help me out here

This is the error I get in /var/log/XFree86.0.log
(II) I810(0): Monitor0: Using hsync range of 30.00-61.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 56.00-76.00 Hz
(II) I810(0): Not using mode "1024x768" (no mode of this name)
(II) I810(0): Increasing the scanline pitch to allow tiling mode (800 ->
1024).
(--) I810(0): Virtual size is 800x600 (pitch 1024)
(**) I810(0): Built-in mode "800x600"
(**) I810(0): Built-in mode "640x480"
(--) I810(0): Display dimensions: (300, 230) mm
(--) I810(0): DPI set to (67, 66)

This is my XF86Config:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"# Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Philips 150B"
ModeLine "1024x768" 86.46 1024 1072 1312 1408 768 770 782 808 #76Hz
HorizSync 30.0 - 61.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 845"
VideoRam 65536
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

Regards,

Dennis peere
 
Dennis said:
Dear All,

I'm having problems getting an onboard i845 VGA to work @ 1024 x 768 in
RedHat 8.0 => It only wants to work @ 800 x 600
Upgrading to e newer version of RedHat/Fedora is not an option for me :-(
Hope someone will be able to help me out here

This is the error I get in /var/log/XFree86.0.log
(II) I810(0): Monitor0: Using hsync range of 30.00-61.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 56.00-76.00 Hz
(II) I810(0): Not using mode "1024x768" (no mode of this name)
(II) I810(0): Increasing the scanline pitch to allow tiling mode (800 ->
1024).
(--) I810(0): Virtual size is 800x600 (pitch 1024)
(**) I810(0): Built-in mode "800x600"
(**) I810(0): Built-in mode "640x480"
(--) I810(0): Display dimensions: (300, 230) mm
(--) I810(0): DPI set to (67, 66)

This is my XF86Config:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"# Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Philips 150B"
ModeLine "1024x768" 86.46 1024 1072 1312 1408 768 770 782 808 #76Hz
HorizSync 30.0 - 61.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 845"
VideoRam 65536
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

Regards,

Dennis peere
why not just put in a better video card?
 
Back
Top