Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Linux / X / Video card troubles...

Thread Tools
 
Search this Thread
 
Old 14 May 2003, 09:39 AM
  #1  
12LEE
Scooby Regular
Thread Starter
 
12LEE's Avatar
 
Join Date: May 2000
Posts: 794
Likes: 0
Received 0 Likes on 0 Posts
Post

I've installed Redhat Linux 8 on a box which has a Generic
nvidia GeForce4 and a monitor running at 1280x768 (an odd, widescreen resolution). The graphical installation process works fine but the system will not boot into X. It fails with DDCProbe errors and problems with the VESA driver. I think that the monitor does not provide DDC data back to the system.

From the shell, how do I configure a generic 1024x768 or lower VGA setting for X to boot into?

Cheers

L.
Old 14 May 2003, 10:40 AM
  #2  
stevencotton
Scooby Regular
 
stevencotton's Avatar
 
Join Date: Jan 2001
Location: behind twin turbos
Posts: 2,710
Likes: 0
Received 1 Like on 1 Post
Post

You should be able to select different resolutions when you configure X, with XF86Setup, Xconfigurator, etc. Try pressing ctrl-alt-'+' or ctrl-alt-'-' (that's control, alt and plus/minus ), as that's how you change screenmode from X if there are any other resolutions configured in your X config.
Old 14 May 2003, 10:55 AM
  #3  
12LEE
Scooby Regular
Thread Starter
 
12LEE's Avatar
 
Join Date: May 2000
Posts: 794
Likes: 0
Received 0 Likes on 0 Posts
Post

Thanks Steve. The problem I have is that when I try to start X, I get a "Fatal Server Error - no screens found".

Running Xconfigurator from the shell doesn't get me anywhere, nor does Xsetup.

Aaaaaaaaaaaaaaargh.
Old 14 May 2003, 11:17 AM
  #4  
stevencotton
Scooby Regular
 
stevencotton's Avatar
 
Join Date: Jan 2001
Location: behind twin turbos
Posts: 2,710
Likes: 0
Received 1 Like on 1 Post
Post

What version of X is it? I forget the latest X config program (I don't like it either), also you could try with a generic SVGA instead of the VESA specific X-server and see if that gives you anything better.
Old 14 May 2003, 11:23 AM
  #5  
12LEE
Scooby Regular
Thread Starter
 
12LEE's Avatar
 
Join Date: May 2000
Posts: 794
Likes: 0
Received 0 Likes on 0 Posts
Post

X v4.2.0.

I'd love to be able to tell it to use a standard VGA driver but I have no clue how to do this from the shell!

Cheers

Lee.
Old 14 May 2003, 12:38 PM
  #6  
GaryCat
Scooby Regular
 
GaryCat's Avatar
 
Join Date: Apr 1999
Posts: 2,043
Likes: 0
Received 0 Likes on 0 Posts
Post

Have you tried the generic frame buffer driver... fbdev? This was the only one which worked on my Hercules Prophet 4500.
Old 14 May 2003, 12:59 PM
  #7  
stevencotton
Scooby Regular
 
stevencotton's Avatar
 
Join Date: Jan 2001
Location: behind twin turbos
Posts: 2,710
Likes: 0
Received 1 Like on 1 Post
Post

There should be a symlink from a file called "X" on its own to the X server that it's using. You should be able to just symlink it to another X server, if there's one installed, otherwise you'll need to install the RPM from the installation CDs. It's a good idea to read all the X related man pages as it's a bit of a big beast.
Old 14 May 2003, 05:27 PM
  #8  
gregh
Scooby Regular
 
gregh's Avatar
 
Join Date: Dec 1999
Posts: 3,360
Likes: 0
Received 0 Likes on 0 Posts
Post

there is a text configurator under redhat you can run, for the life of me I can't remember what it is!! I think I found it by reading the online redhat manual under configuration.

regards,

greg
Old 14 May 2003, 08:29 PM
  #9  
Andrewza
Scooby Regular
 
Andrewza's Avatar
 
Join Date: Jan 2002
Posts: 667
Likes: 0
Received 0 Likes on 0 Posts
Post

Everyone loves configuring X, NOT. The GUI configuration is better than the command line one, but it's not very intuitive.

Basically no 'screens' means you've got no resolutions defined, quickest way is probably just add it yourself...


Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection

Hopefully the BBS hasn't munged that too badly and obviously you should have Monitor0 and Card0 already defined...

[Edited by Andrewza - 5/14/2003 8:30:15 PM]
Old 14 May 2003, 09:08 PM
  #10  
12LEE
Scooby Regular
Thread Starter
 
12LEE's Avatar
 
Join Date: May 2000
Posts: 794
Likes: 0
Received 0 Likes on 0 Posts
Post

Thanks all. Now working. Cheated and reinstalled using generic everything.

Next question

Linux box is on the LAN, solely devoted to being a test Apache box.

How on earth do I set it up (a) so that I can ping it as "testbox" from a Windows machine on the LAN (everything's DHCP), (b) I think that's it. Any sites developed will go in /htdocs/whateverthesiteis, so I assume that I can just browse to http://testbox/whateverthesiteis

I thought it would be easier than how I'm finding it!
Old 15 May 2003, 10:45 AM
  #11  
ozzy
Scooby Regular
 
ozzy's Avatar
 
Join Date: Nov 1999
Location: Scotland, UK
Posts: 10,504
Likes: 0
Received 1 Like on 1 Post
Post

you can:-

a) add "testbox" to your local hosts file (and any others you want/need to access it) with the IP address
b) add a WINS mapping for the testbox name and it's IP address
c) add a DNS record for it

Personally, I'd just update the hosts file or if you run a local DNS, add a record to that.

Stefan
Old 15 May 2003, 10:50 AM
  #12  
ozzy
Scooby Regular
 
ozzy's Avatar
 
Join Date: Nov 1999
Location: Scotland, UK
Posts: 10,504
Likes: 0
Received 1 Like on 1 Post
Post

As for your 2nd question, yes you can, but you'll need to specifiy the default homepage in the url for each website.

Or you can configure Virtual Hosts so that you can specifiy them by a simple url and it'll find the correct website within each folder

i.e.

www.company1.com = /htdocs/company1
www.company2.com = /htdocs/company2
www.company3.com = /htdocs/company3

.... and so on

Stefan
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
JimBowen
ICE
5
02 July 2023 01:54 PM
Mattybr5@MB Developments
Full Cars Breaking For Spares
12
18 November 2015 07:03 AM
Ganz1983
Subaru
5
02 October 2015 09:22 AM
alcazar
Computer & Technology Related
12
29 September 2015 01:44 PM



Quick Reply: Linux / X / Video card troubles...



All times are GMT +1. The time now is 05:34 AM.