Compatible Support Forums: help with xorg.conf

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

help with xorg.conf

#1 User is offline   wendigt 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 14-April 05

Posted 14 April 2005 - 09:19 PM

Hi,

I have installed RedHat Enterprise Linux AS 4 on a Dell Poweredge 6650, it has an ATIMach 64 video card and is using a Dell 15FP Rack FlatPanel monitor. I have reinstalled Linux twice already and both times the install goes smoothly but when I reboot the second time after the install, when X windows comes up the desktop gets squeezed into a small rectangular shape on the screen and the monitor displays this error message "Input Signal Out of Range, Please select 1024x768 60Hz for best performance". The error message doesn't go away until I exit Xwindows and go back to the command prompt. I am booting to runlevel 3 and the command prompt environment looks fine, it is only Xwindows that is having the display problem.

I have tried and tried to figure out if there is an error in the xorg.conf file, but nothing I try seems to work. This version of RedHat Linux doesn't use the XFree86 like other versions do and I am new to the xorg.conf file.

Here is a copy of the xorg.conf file:

# 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 "Dell 1500FP"
DisplaySize 304 228
HorizSync 24.0 - 60.0
VertRefresh 56.0 - 75.0
# Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "ati"
VendorName "Videocard vendor"
BoardName "ATI Mach64"
EndSection

Section "Screen"

Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection




Thanks for any help smile
0

#2 User is offline   Dapper Dan 

  • Pooh-Bah
  • Group: Moderators
  • Posts: 1703
  • Joined: 27-September 03

Posted 15 April 2005 - 04:55 AM

Just for fun, have you tried "vesa" where "ati" is? Do you get a full screen then? You could try this: Comment out your vertical and horizontal rates and let xorg configure them the way it wants. I did this once with an Nvidia that was having similar problems and it worked.
0

#3 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

Posted 15 April 2005 - 02:12 PM

But if you use vesa, you wont get 3D acceleration and you wont get to use the full power of your graphic card. It's not a solution.
0

#4 User is offline   Dapper Dan 

  • Pooh-Bah
  • Group: Moderators
  • Posts: 1703
  • Joined: 27-September 03

Posted 16 April 2005 - 04:26 AM

Originally posted by iamroot:
Quote:
But if you use vesa, you wont get 3D acceleration and you wont get to use the full power of your graphic card. It's not a solution.

Nor is it meant to be. It's only a means of trying to determine what the problem may or may not be.
0

#5 User is offline   danleff 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 2903
  • Joined: 30-August 02

Posted 16 April 2005 - 03:37 PM

How much video ram on this card? 8 mb? This is a server, so I don't thing 3D acceleration is an issue here.

1024x768 @ 60hz is what it needs to be set at. So vesa may work.

Dan, do you know how to set this in x-org, or by the command line?

Perhaps, redhat-config-display?

Then also set the default depth at 16?
0

#6 User is offline   wendigt 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 14-April 05

Posted 18 April 2005 - 01:51 PM

Thanks for your responses. I have set the xorg.conf to use the VESA driver. There is 8mb of RAM on the video card and I don't mind not being able to use the 3D acceleration, since this is a server I can't think of an instance where I would need it.

After I set the xorg.conf to use the VESA driver, I tried to start Xwindows but it gave me this error:

"Screens found, but none have a usable configuration".

Here is the Screen section:

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection


I have also tried this with DefaultDepth set to 16


0

#7 User is offline   wendigt 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 14-April 05

Posted 20 April 2005 - 08:36 PM

Thanks for everyones input, but I have figured it out. The kernel parameter SHMMAX was the problem. There is 8GB of RAM in the server and Oracle recommends setting SHMMAX to half the size of physical RAM - so I set it to 4GB. Well, this must have been too much because SHMMAX set itself to zero without giving me an error message. So I went along thinking SHMMAX was 4GB when in reality it was set to zero. As soon as I discovered this I set SHMMAX to something smaller (2GB) and Xwindows was able to start up and the display was back to normal.
0

#8 User is offline   ochoco 

  • stranger
  • Group: Members
  • Posts: 1
  • Joined: 16-December 05

Posted 16 December 2005 - 08:45 AM

Hello All,

I need some quick help, I have installed Fedora 3 on a dell intel server connected to a Dell 15fp mouse and keyboard combo. Everything installs fine however the mouse is acting funny when I boot to KDE or GNOME. Is there a mouse driver that I need to install for this. Any help you can give would be greatly appreciated.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users