LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Monitor resolution trouble under X (S3 Unichrome AGP OnBoard) (https://www.linuxquestions.org/questions/linux-newbie-8/monitor-resolution-trouble-under-x-s3-unichrome-agp-onboard-295249/)

shroglar 02-26-2005 05:07 PM

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!!!

rylan76 03-03-2005 10:02 AM

Why do you repeat the Subsection "Display" section?

I checked your file and it looks almost letter for letter like my XF86Config (which works - I'm on Rh9 with a Winfast A350XT TDG with the latest Nvidia driver) except for the repeated SubSection Display...

shroglar 03-03-2005 06:12 PM

I did delete the repetitive DISPLAY listings going on a hunch and it did not work. So far the only way to work the S3 UniChrome is to go to VGA mode.

Oh-Well for me.

I'll learn as time goes on. This guy doesn't give up too easy. Maybe I'll just slap a known, well working, video card in the thing.


All times are GMT -5. The time now is 05:53 PM.