Results 1 to 4 of 4
anybody gotten the savage video driver to work for x with 1024x768 resolution.
this is my xorg.conf ---relevant part. When I use vesa driver the resolution is cool but not ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-29-2005 #1
savage video driver and ibm T22 and screen resolution(SOLVED
anybody gotten the savage video driver to work for x with 1024x768 resolution.
this is my xorg.conf ---relevant part. When I use vesa driver the resolution is cool but not the appropriate savage driver. I have a thinkpad T22. this is the the lspci for video.
0000:01:00.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 13)
here is xorg.conf:
Code:Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: [i]: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "HWCursor" # [<bool>] #Option "SWCursor" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "Rotate" # [<str>] #Option "UseBIOS" # [<bool>] #Option "LCDClock" # <freq> #Option "ShadowStatus" # [<bool>] #Option "CrtOnly" # [<bool>] #Option "TvOn" # [<bool>] #Option "PAL" # [<bool>] #Option "ForceInit" # [<bool>] #Option "Overlay" # [<str>] #Option "TransparencyKey" # [<str>] Identifier "Card0" # Driver "savage" Driver "vesa" VendorName "S3 Inc." BoardName "86C270-294 Savage/IX-MV" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Section "dri" Mode 0666 EndSectionAll right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 04-29-2005 #2
do you happen to know the horizontal/vertical refresh rates for you moniter. I have had to change that in xorg.conf before
Brilliant Mediocrity - Making Failure Look Good
- 05-02-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 7
I had a Compaq laptop until recently, and it used the savage dri driver from freedesktop.org. It is extremely simple to install (download common-~~~.tar.bz2 and savage-~~~.tar.bz2, extract and type ./install.sh). I hope it helps.
- 05-02-2005 #4
thanks guys. I did find a page which suggested a vertrefresh and horizsync rate and it worked. I always though that laptops had a fixed refresh rate or something and that this would not need to be edited especially since my resolution was cool under 'vesa' driver. But it did the trick.
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL


Reply With Quote
