Monitor resolution trouble under X (S3 Unichrome AGP OnBoard)
Here it is. I have seen this asked about many different items and I cannot seem to get any of them working.
Fedora Linux Core 3 - Xwindows System
I have an S3 Unichrome built on AGP Graphics Adapter... (VIA KN400 Chipset) 32MB Shared
I also have an S3 ViRGE/GX2 4MB PCI Card.
I tried Dual Heading and it worked.
Here is my problem. No matter what I do, I cannot get the Main Monitor (the S3 Unichrome) to display more than what seems to be 640x480. I can only get it to change the bit depth.
I have tried editing the "xorg.conf" file many times. No go. I have tried all of the X Windows configuration utilities. No Go. When I have Dual Head up I can change the old 4MB PCI card just fine. (Kinda' Tempted to run with it and shut down the onboard AGP... hehehe)
here is my "xorg.conf" minus all of the BS (# BlahBlahBlah)
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
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 "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Compaq 140"
HorizSync 31.0 - 49.0
VertRefresh 48.0 - 100.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "via"
VendorName "Videocard vendor"
BoardName "S3 UniChrome"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
I really do appreciate whatever anyone can do to help me out. I'm not a dummy (I don't think.. *grin*) and I have gone through forum after forum. Googled, and ASKed and whatever else... 5 hours later I am posting. So I'm not posting without having tried first.
By The Way... one time I did my "xorg.conf" file wrong and setup came up for X... funny thing... the SETUP was in 1024x768!!!!!!!!!
Go figure!
Thanks a bunch people!!!
|