Results 1 to 5 of 5
The max resolution I am allowed is 800x600. This seems to be coming from a probe of the Intel 82G33/G31. My xorg.conf is set for the Qptiquest Q9 correctly.
I ...
- 12-29-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 3
[SOLVED] Resolution only 800x600 fedora 12 intel 82G33/G31
The max resolution I am allowed is 800x600. This seems to be coming from a probe of the Intel 82G33/G31. My xorg.conf is set for the Qptiquest Q9 correctly.
I was using Fedora 10 with this same system and got the 1024x768 that I wanted but when I went to fedora 11 I only got 800x600. After installing fedora 12 the same.
But a couple weeks ago, after a reboot I suddenly got 1024x768 again and thru assorted reboots it stayed. Until today. After a reboot, now only 800x600.
Is my integrated 82G33/G31 maybe going flakey on me?
Or is there something I'm missing.
thanks!
- 12-29-2009 #2
Hi and Welcome !
Which Graphics driver are you using? Post the contents of /etc/X11/xorg.conf file here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-29-2009 #3Just Joined!
- Join Date
- Dec 2009
- Posts
- 3
--- same driver as when it worked earlier.
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by system-config-display
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105+inet"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
# ModelName "LCD Panel 1024x768"
ModelName "Optiplex Q9"
# HorizSync 31.5 - 48.0
HorizSync 30.0 - 80.0
# VertRefresh 56.0 - 65.0
VertRefresh 55.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
- 12-29-2009 #4
First of all, set correct HorizSync and VertRefresh rates. Check your Monitor's Manual.
These are Generic Refresh rates and work fine for most of displays :
In case it doesn't work, try "vesa" driver instead of "intel".Code:HorizSync 30.0 - 71.0 VertRefresh 50.0 - 160.0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-30-2009 #5Just Joined!
- Join Date
- Dec 2009
- Posts
- 3
{Solved} Resolution only 800x600 fedora 12 intel 82G33/G31
The sync rates I had were from the monitor manual so they were good,
Ah! It was the change of driver from intel to vesa that fixed it.
Thanks to devils casper.
Interesting is that it had been intel since way back.
O well, now you see it now you dont.


