LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-20-2004, 12:10 AM   #1
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Rep: Reputation: 33
xorg.conf on Presario 700


I'm trying to configure X on Slack 10 for an Compaq Presario 700. I configured X using the "xorgsetup" command, but the screen resolution is not right. It's stuck on 640x480. I tried modifying the config file, but i still can't get the resolution to default to 1024x768. Also, I can't find the right driver for the video card; xorgsetup came up with "savage" it's a "S3 TwisterK" there's nothing on their website about linux drivers for it either.

This is my config file. I edited some of the lines in it.

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
Load "freetype"
Load "speedo"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
Identifier "Generic|Generic Laptop Display Panel 1024x768" <-edited
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>]
Identifier "Card0"
Driver "savage"
VendorName "S3 Inc."
BoardName "VT8636A [ProSavage KN133] AGP4X VGA Controller (TwisterK)"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Generic|Generic Laptop Display Panel 1024x768" <------edited
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "1024x768" <---------- edited
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Modes "1024x768" <------edited
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Modes "1024x768" <------edited
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

root@TurnBar43:~#

Last edited by Linux~Powered; 09-20-2004 at 12:11 AM.
 
Old 09-20-2004, 04:10 AM   #2
Hammett
Senior Member
 
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,074

Rep: Reputation: 59
Re: xorg.conf on Presario 700

Quote:
Originally posted by Linux~Powered

Identifier "Card0"
Driver "savage"
VendorName "S3 Inc."
BoardName "VT8636A [ProSavage KN133] AGP4X VGA Controller (TwisterK)"
BusID "PCI:1:0:0"
EndSection
Your video card is well defined, probably it uses the same driver as S3 Savage video card.


As for your resolution, try to do "alt-ctrl-+(plus)" to swith resolutions while you're in X server until you reach the desired resolution.

Quote:
Originally posted by Linux~Powered

SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
Add the "Modes 1024x768" here as well, as you are probably running X server at that color depth

Last edited by Hammett; 09-20-2004 at 04:13 AM.
 
Old 09-20-2004, 09:37 AM   #3
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Original Poster
Rep: Reputation: 33
I did that last night and it did nothing.
 
Old 09-20-2004, 11:16 AM   #4
Linux~Powered
Member
 
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849

Original Poster
Rep: Reputation: 33
I got it to work after all! Had tp manually config X with xorgconfig and adjust the mode settings.
 
Old 01-18-2005, 10:31 AM   #5
rong rive rinux
LQ Newbie
 
Registered: Jan 2005
Location: Santa Barbara
Distribution: FC3
Posts: 1

Rep: Reputation: 0
what was your solution

I am trying to edit my xorg.conf file. I too have a compaq presario 700. upon first boot of FC3 the bottom 1/4 or so of the screen is a garbled mess. trying to get it to work. seems like everyone with this computer is having some sort of monitor problem. If you could tell me what I need to do to that configuration file i would appreciate it.

thanks,
tyler
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Presario 700 Touch Pad Scroll Prob. Soulja1 Linux - Laptop and Netbook 2 10-15-2003 06:47 PM
compaq presario 700 redhat help i netw0rk Linux - Laptop and Netbook 2 10-04-2003 05:46 PM
Slack 9 in Compaq Presario 700. Sound Problems yolopollo Slackware 11 07-07-2003 11:00 PM
Compaq presario 700 installation Nightcast79 Linux - Newbie 2 08-18-2002 01:27 AM
did anybody succeed installing RH on Compaq Presario 700 or similer ??? havitush99 Linux - Hardware 14 04-15-2002 09:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration