Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Resolution problem with Hansol 720E
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bigdave1
Tux's lil' helper
Tux's lil' helper


Joined: 03 May 2005
Posts: 106
Location: Raleigh, NC

PostPosted: Sun Sep 25, 2005 5:44 am    Post subject: Resolution problem with Hansol 720E Reply with quote

I am having a problem getting my monitor to the resolution I want. I have a Dell Poweredge 2400 server with an ATI 3D Rage IIC video card and a Hansol 720E monitor. According to the spec the monitor can do 1280x1024 at 60Hz. However, I can only get it to do 1024x768 at 60Hz. When I try to edit my xorg.conf file and put it 1280x1024, the right 75% of the screen is garbled and shaking like the horizontal and vertical syncs are off. Here is what my xorg.conf file looks like:

Code:

# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#

# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath   "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/Speedo/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option   "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"   "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping" "4 5"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"   "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"   "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"   "9600"
#    Option "SampleRate"   "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Monitor0"
    DisplaySize 320 240

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   28.0 - 78.0

#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 43.0 - 160.0
    ModelName   "HANSOL 720E"
    Option   "dpms"
    VendorName  "HSL" 
   
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present


# Device configured by xorgconfig:

Section "Device"
    Identifier  "Card0"
    Driver      "ati"
    VendorName  "Videocard vendor"
    BoardName   "ATI Mach64 3D Rage IIC"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "Card0"
    Monitor     "Monitor0"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024_85.00"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen0"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

 Section "DRI"
   Group 0
   Mode 0666
 EndSection


Now, I realize that right now it is set for 16-bit depth. However, once I set it to 24-bit I get the problem I mentioned above. I have run gtf 1280 1024 60 and put the Modeline in with the same results. Can anybody help me to get this work correctly? Or is 1024x768 @ 60Hz the best my video card will do?

Thanks!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54306
Location: 56N 3W

PostPosted: Sun Sep 25, 2005 10:40 am    Post subject: Reply with quote

bigdave1,

Comment out
Code:
    HorizSync   28.0 - 78.0
    VertRefresh 43.0 - 160.0
and let the monitor and video card use the EDID to agree on the best settings.
If that fails, please post your /var/log/Xorg.0.log file
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
tornamodo
Apprentice
Apprentice


Joined: 12 Aug 2005
Posts: 185

PostPosted: Sun Sep 25, 2005 11:04 am    Post subject: Reply with quote

if this doesn't work, you can try to find out your refresh rates with ddcxinfo-knoppix

Quote:
emerge -av ddcxinfo-knoppic
ddcxinfo-knoppix -monitor | less

_________________
1. Docs | 2. Gentoo-Wiki | 3. Search the Forum | 4. Post
Back to top
View user's profile Send private message
bigdave1
Tux's lil' helper
Tux's lil' helper


Joined: 03 May 2005
Posts: 106
Location: Raleigh, NC

PostPosted: Sun Sep 25, 2005 5:43 pm    Post subject: Reply with quote

Ok, I tried what tornamodo suggested and copied the output to my xorg.conf file and I still get a fuzzy screen on the right 75% of the screen in gdm. However, this time I tried actually logging into Gnome and see what happens and I can get up to 1152x864 @ 60Hz which is a lot better. However, I still can't get gdm to look correctly. Here's what my new xorg.conf file looks like:

Code:

# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#

# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath   "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
#    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/Speedo/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option   "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"   "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping" "4 5"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"   "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"   "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"   "9600"
#    Option "SampleRate"   "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

#Section "Monitor"

 #   Identifier  "Monitor0"
 #   DisplaySize 320 240

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

#    HorizSync   28.0 - 78.0

#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

#    VertRefresh 43.0 - 160.0
  #  ModelName   "HANSOL 720E"
  #  Option   "dpms"
  #  VendorName  "HSL" 
   
#EndSection

Section "Monitor"
   Identifier   "Monitor0"
#   HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
   HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
   VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
#   VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
   #  Default modes distilled from
   #      "VESA and Industry Standards and Guide for Computer Display Monitor
   #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
   #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
   # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
   ModeLine "640x350"    31.5  640  672  736  832    350  382  385  445 +hsync -vsync
   # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
   ModeLine "640x400"    31.5  640  672  736  832    400  401  404  445 -hsync +vsync
   # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
   ModeLine "720x400"    35.5  720  756  828  936    400  401  404  446 -hsync +vsync
   # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
   ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync
   # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
   ModeLine "640x480"    31.5  640  664  704  832    480  489  491  520 -hsync -vsync
   # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
   ModeLine "640x480"    31.5  640  656  720  840    480  481  484  500 -hsync -vsync
   # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
   ModeLine "640x480"    36.0  640  696  752  832    480  481  484  509 -hsync -vsync
   # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
   ModeLine "800x600"    36.0  800  824  896 1024    600  601  603  625 +hsync +vsync
   # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
   ModeLine "800x600"    40.0  800  840  968 1056    600  601  605  628 +hsync +vsync
   # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
   ModeLine "800x600"    50.0  800  856  976 1040    600  637  643  666 +hsync +vsync
   # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
   ModeLine "800x600"    49.5  800  816  896 1056    600  601  604  625 +hsync +vsync
   # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
   ModeLine "800x600"    56.3  800  832  896 1048    600  601  604  631 +hsync +vsync
   # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
   ModeLine "1024x768"   44.9 1024 1032 1208 1264    768  768  776  817 +hsync +vsync Interlace
   # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
   ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync
   # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
   ModeLine "1024x768"   75.0 1024 1048 1184 1328    768  771  777  806 -hsync -vsync
   # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
   ModeLine "1024x768"   78.8 1024 1040 1136 1312    768  769  772  800 +hsync +vsync
   # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
   ModeLine "1024x768"   94.5 1024 1072 1168 1376    768  769  772  808 +hsync +vsync
   # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
   ModeLine "1152x864"  108.0 1152 1216 1344 1600    864  865  868  900 +hsync +vsync
   # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
   ModeLine "1280x960"  108.0 1280 1376 1488 1800    960  961  964 1000 +hsync +vsync
   # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
   ModeLine "1280x960"  148.5 1280 1344 1504 1728    960  961  964 1011 +hsync +vsync
   # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
   ModeLine "1280x1024" 108.0 1280 1328 1440 1688   1024 1025 1028 1066 +hsync +vsync
   # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
   ModeLine "1280x1024" 135.0 1280 1296 1440 1688   1024 1025 1028 1066 +hsync +vsync
   # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
   ModeLine "1280x1024" 157.5 1280 1344 1504 1728   1024 1025 1028 1072 +hsync +vsync
   # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
   ModeLine "1600x1200" 162.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
   ModeLine "1600x1200" 175.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
   ModeLine "1600x1200" 189.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
   ModeLine "1600x1200" 202.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
   ModeLine "1600x1200" 229.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
   ModeLine "1792x1344" 204.8 1792 1920 2120 2448   1344 1345 1348 1394 -hsync +vsync
   # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
   ModeLine "1792x1344" 261.0 1792 1888 2104 2456   1344 1345 1348 1417 -hsync +vsync
   # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
   ModeLine "1856x1392" 218.3 1856 1952 2176 2528   1392 1393 1396 1439 -hsync +vsync
   # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
   ModeLine "1856x1392" 288.0 1856 1984 2208 2560   1392 1393 1396 1500 -hsync +vsync
   # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
   ModeLine "1920x1440" 234.0 1920 2048 2256 2600   1440 1441 1444 1500 -hsync +vsync
   # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
   ModeLine "1920x1440" 297.0 1920 2064 2288 2640   1440 1441 1444 1500 -hsync +vsync
   # Additional modelines
   ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
   ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
   # Extended modelines with GTF timings
   # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
   ModeLine "640x480"  43.16  640 680 744 848  480 481 484 509  -HSync +Vsync
   # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
   ModeLine "768x576"  34.96  768 792 872 976  576 577 580 597  -HSync +Vsync
   # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
   ModeLine "768x576"  42.93  768 800 880 992  576 577 580 601  -HSync +Vsync
   # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
   ModeLine "768x576"  45.51  768 808 888 1008  576 577 580 602  -HSync +Vsync
   # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
   ModeLine "768x576"  51.84  768 808 888 1008  576 577 580 605  -HSync +Vsync
   # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
   ModeLine "768x576"  62.57  768 816 896 1024  576 577 580 611  -HSync +Vsync
   # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
   ModeLine "800x600"  68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
   # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
   ModeLine "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
   # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
   ModeLine "1152x864"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
   # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
   ModeLine "1152x864"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
   # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
   ModeLine "1152x864"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
   # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
   ModeLine "1280x960"  124.54  1280 1368 1504 1728  960 961 964 1001  -HSync +Vsync
   # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
   ModeLine "1280x960"  129.86  1280 1368 1504 1728  960 961 964 1002  -HSync +Vsync
   # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
   ModeLine "1280x960"  178.99  1280 1376 1520 1760  960 961 964 1017  -HSync +Vsync
   # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
   ModeLine "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
   # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
   ModeLine "1400x1050"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync
   # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
   ModeLine "1400x1050"  149.34  1400 1496 1648 1896  1050 1051 1054 1094  -HSync +Vsync
   # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
   ModeLine "1400x1050"  155.85  1400 1496 1648 1896  1050 1051 1054 1096  -HSync +Vsync
   # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
   ModeLine "1400x1050"  179.26  1400 1504 1656 1912  1050 1051 1054 1103  -HSync +Vsync
   # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
   ModeLine "1400x1050"  214.39  1400 1512 1664 1928  1050 1051 1054 1112  -HSync +Vsync
   # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
   ModeLine "1600x1200"  280.64  1600 1728 1904 2208  1200 1201 1204 1271  -HSync +Vsync
EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present


# Device configured by xorgconfig:

Section "Device"
    Identifier  "Card0"
    Driver      "ati"
    VendorName  "Videocard vendor"
    BoardName   "ATI Mach64 3D Rage IIC"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "Card0"
    Monitor     "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       16
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1400x1200" "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen0"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

 Section "DRI"
   Group 0
   Mode 0666
 EndSection
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54306
Location: 56N 3W

PostPosted: Sun Sep 25, 2005 5:50 pm    Post subject: Reply with quote

bigdave1,

Please post your /var/log/Xorg.0.log to go with your xorg.conf
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
bigdave1
Tux's lil' helper
Tux's lil' helper


Joined: 03 May 2005
Posts: 106
Location: Raleigh, NC

PostPosted: Sun Sep 25, 2005 5:57 pm    Post subject: Reply with quote

I was just getting to that. I had to reboot my computer. :) Here's the xorg log file:

Code:


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12-gentoo-r9 i686 [ELF]
Current Operating System: Linux linuxsvr 2.6.12-gentoo-r9 #3 SMP Fri Sep 9 21:08:14 EDT 2005 i686
Build Date: 02 September 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 25 13:43:51 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1166,0009 card 0000,0000 rev 06 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1166,0009 card 0000,0000 rev 06 class 06,00,00 hdr 80
(II) PCI: 00:02:0: chip 8086,0962 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:04:0: chip 101e,9063 card 101e,0767 rev 04 class 08,80,00 hdr 00
(II) PCI: 00:08:0: chip 8086,1229 card 1028,009b rev 08 class 02,00,00 hdr 00
(II) PCI: 00:0e:0: chip 1002,4759 card 1028,009b rev 7a class 03,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1166,0200 card 1166,0200 rev 50 class 06,01,00 hdr 00
(II) PCI: 01:06:0: chip 9004,8078 card 9004,7880 rev 02 class 01,00,00 hdr 00
(II) PCI: 02:0e:0: chip 8086,0964 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 02:0e:1: chip 8086,1960 card 1028,0467 rev 02 class 0e,00,01 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 2: bridge is at (0:0:1), (-1,2,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 2 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000f000 - 0x0000f0ff (0x100) IX[B]
   [1] -1   0   0x0000f400 - 0x0000f4ff (0x100) IX[B]
   [2] -1   0   0x0000f800 - 0x0000f8ff (0x100) IX[B]
   [3] -1   0   0x0000fc00 - 0x0000fcff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xfa000000 - 0xfaffffff (0x1000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:15:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (2:14:0), (2,3,3), BCTRL: 0x0006 (VGA_EN is cleared)
(--) PCI:*(0:14:0) ATI Technologies Inc 3D Rage IIC rev 122, Mem @ 0xf8000000/24, 0xfe100000/12, I/O @ 0xe800/8
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xf5000000 - 0xf53fffff (0x400000) MX[B]
   [1] -1   0   0xfcfff000 - 0xfcffffff (0x1000) MX[B]
   [2] -1   0   0xfe000000 - 0xfe0fffff (0x100000) MX[B]
   [3] -1   0   0xfe101000 - 0xfe101fff (0x1000) MX[B]
   [4] -1   0   0xfe102000 - 0xfe102fff (0x1000) MX[B]
   [5] -1   0   0xfe100000 - 0xfe100fff (0x1000) MX[B](B)
   [6] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [7] -1   0   0x0000fc00 - 0x0000fcff (0x100) IX[B]
   [8] -1   0   0x0000ec40 - 0x0000ec7f (0x40) IX[B]
   [9] -1   0   0x0000ec80 - 0x0000ecff (0x80) IX[B]
   [10] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xf5000000 - 0xf53fffff (0x400000) MX[B]
   [1] -1   0   0xfcfff000 - 0xfcffffff (0x1000) MX[B]
   [2] -1   0   0xfe000000 - 0xfe0fffff (0x100000) MX[B]
   [3] -1   0   0xfe101000 - 0xfe101fff (0x1000) MX[B]
   [4] -1   0   0xfe102000 - 0xfe102fff (0x1000) MX[B]
   [5] -1   0   0xfe100000 - 0xfe100fff (0x1000) MX[B](B)
   [6] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [7] -1   0   0x0000fc00 - 0x0000fcff (0x100) IX[B]
   [8] -1   0   0x0000ec40 - 0x0000ec7f (0x40) IX[B]
   [9] -1   0   0x0000ec80 - 0x0000ecff (0x80) IX[B]
   [10] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xf5000000 - 0xf53fffff (0x400000) MX[B]
   [6] -1   0   0xfcfff000 - 0xfcffffff (0x1000) MX[B]
   [7] -1   0   0xfe000000 - 0xfe0fffff (0x100000) MX[B]
   [8] -1   0   0xfe101000 - 0xfe101fff (0x1000) MX[B]
   [9] -1   0   0xfe102000 - 0xfe102fff (0x1000) MX[B]
   [10] -1   0   0xfe100000 - 0xfe100fff (0x1000) MX[B](B)
   [11] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x0000fc00 - 0x0000fcff (0x100) IX[B]
   [15] -1   0   0x0000ec40 - 0x0000ec7f (0x40) IX[B]
   [16] -1   0   0x0000ec80 - 0x0000ecff (0x80) IX[B]
   [17] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "ati"
(II) Loading /usr/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 6.5.6
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
   ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
   ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
   ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
   ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
   ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
   ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
   ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
   ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
   ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
   ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
   ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
   ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
   ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
   ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
   ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
   ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
   ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
   ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
   ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
   ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
   ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
   ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
   ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
   ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
   ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
   ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
   ATI Radeon Mobility M7 LW (AGP),
   ATI Mobility FireGL 7800 M7 LX (AGP),
   ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
   ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
   ATI Radeon IGP330/340/350 (A4) 4137,
   ATI Radeon IGP330M/340M/350M (U2) 4337,
   ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
   ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
   ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
   ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
   ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
   ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
   ATI Radeon Mobility 9000 (M9) Lf (AGP),
   ATI Radeon Mobility 9000 (M9) Lg (AGP),
   ATI Radeon 9100 IGP (A5) 5834,
   ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
   ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
   ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
   ATI Radeon 9200SE 5964 (AGP),
   ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
   ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
   ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
   ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
   ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
   ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
   ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
   ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
   ATI FireGL RV360 AV (AGP),
   ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
   ATI Radeon Mobility 9600 (M10) NQ (AGP),
   ATI Radeon Mobility 9600 (M11) NR (AGP),
   ATI Radeon Mobility 9600 (M10) NS (AGP),
   ATI FireGL Mobility T2 (M10) NT (AGP),
   ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
   ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
   ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
   ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
   ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE),
   ATI FireGL V3200 (RV380) 3E54 (PCIE),
   ATI Radeon Mobility X600 (M24) 3150 (PCIE),
   ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
   ATI Radeon X600 (RV370) 5B62 (PCIE),
   ATI FireGL V3100 (RV370) 5B64 (PCIE),
   ATI FireGL D1100 (RV370) 5B65 (PCIE),
   ATI Radeon Mobility M300 (M22) 5460 (PCIE),
   ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),
   ATI Radeon X800PRO (R420) JI (AGP),
   ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
   ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
   ATI Radeon Mobility 9800 (M18) JN (AGP),
   ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),
   ATI Radeon X800PRO (R423) UI (PCIE),
   ATI Radeon X800LE (R423) UJ (PCIE),
   ATI Radeon X800SE (R423) UK (PCIE),
   ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
   ATI FireGL V7100 (R423) UT (PCIE),
   ATI Radeon X800XT (R423) 5D57 (PCIE)
(II) Primary Device is: PCI 00:0e:0
(II) ATI:  Candidate "Device" section "Card0".
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:14:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:14:0 assigned to active "Device" section "Card0".
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xf5000000 - 0xf53fffff (0x400000) MX[B]
   [6] -1   0   0xfcfff000 - 0xfcffffff (0x1000) MX[B]
   [7] -1   0   0xfe000000 - 0xfe0fffff (0x100000) MX[B]
   [8] -1   0   0xfe101000 - 0xfe101fff (0x1000) MX[B]
   [9] -1   0   0xfe102000 - 0xfe102fff (0x1000) MX[B]
   [10] -1   0   0xfe100000 - 0xfe100fff (0x1000) MX[B](B)
   [11] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x0000fc00 - 0x0000fcff (0x100) IX[B]
   [15] -1   0   0x0000ec40 - 0x0000ec7f (0x40) IX[B]
   [16] -1   0   0x0000ec80 - 0x0000ecff (0x80) IX[B]
   [17] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/lib/modules/drivers/atimisc_drv.o
(II) Module atimisc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 6.5.6
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xf5000000 - 0xf53fffff (0x400000) MX[B]
   [6] -1   0   0xfcfff000 - 0xfcffffff (0x1000) MX[B]
   [7] -1   0   0xfe000000 - 0xfe0fffff (0x100000) MX[B]
   [8] -1   0   0xfe101000 - 0xfe101fff (0x1000) MX[B]
   [9] -1   0   0xfe102000 - 0xfe102fff (0x1000) MX[B]
   [10] -1   0   0xfe100000 - 0xfe100fff (0x1000) MX[B](B)
   [11] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [12] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [13] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [14] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000fc00 - 0x0000fcff (0x100) IX[B]
   [18] -1   0   0x0000ec40 - 0x0000ec7f (0x40) IX[B]
   [19] -1   0   0x0000ec80 - 0x0000ecff (0x80) IX[B]
   [20] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
   [21] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [22] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(==) ATI(0): Chipset:  "ati".
(**) ATI(0): Depth 24, (--) framebuffer bpp 32
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) ATI(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) ATI(0): VESA BIOS detected
(II) ATI(0): VESA VBE Version 2.0
(II) ATI(0): VESA VBE Total Mem: 4096 kB
(II) ATI(0): VESA VBE OEM: ATI MACH64
(II) ATI(0): VESA VBE OEM Software Rev: 1.0
(II) ATI(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) ATI(0): VESA VBE OEM Product: MACH64GT
(II) ATI(0): VESA VBE OEM Product Rev: 01.00
(II) ATI(0): VESA VBE DDC supported
(II) ATI(0): VESA VBE DDC Level none
(II) ATI(0): VESA VBE DDC transfer in appr. 2 sec.
(II) ATI(0): VESA VBE DDC read failed
(II) ATI(0): BIOS Data:  BIOSSize=0x8000, ROMTable=0x00F6.
(II) ATI(0): BIOS Data:  ClockTable=0x079E, FrequencyTable=0x0778.
(II) ATI(0): BIOS Data:  LCDTable=0x0000, LCDPanelInfo=0x0000.
(II) ATI(0): BIOS Data:  VideoTable=0x0000, HardwareTable=0x0140.
(II) ATI(0): BIOS Data:  I2CType=0x0F, Tuner=0x00, Decoder=0x00, Audio=0x0F.
(--) ATI(0): ATI 3D Rage IIc graphics controller detected.
(--) ATI(0): Chip type 4759 "GY", version 2, foundry UMC, class 0, revision 0x01.
(--) ATI(0): PCI bus interface detected;  block I/O base is 0xE800.
(--) ATI(0): ATI Mach64 adapter detected.
(!!) ATI(0): For information on using the multimedia capabilities
   of this adapter, please see http://gatos.sf.net.
(--) ATI(0): Internal RAMDAC (subtype 1) detected.
(==) ATI(0): RGB weight 888
(==) ATI(0): Default visual is TrueColor
(==) ATI(0): Using gamma correction (1.0, 1.0, 1.0)
(II) ATI(0): Using Mach64 accelerator CRTC.
(II) ATI(0): Storing hardware cursor image at 0xF83FFC00.
(II) ATI(0): Using 8 MB linear aperture at 0xF8000000.
(!!) ATI(0): Virtual resolutions will be limited to 4095 kB
 due to linear aperture size and/or placement of hardware cursor image area.
(II) ATI(0): Using Block 0 MMIO aperture at 0xFE100400.
(II) ATI(0): Using Block 1 MMIO aperture at 0xFE100000.
(==) ATI(0): Write-combining range (0xf8000000,0x400000)
(II) ATI(0): MMIO write caching enabled.
(--) ATI(0): 4096 kB of SDRAM (1:1) detected (using 4095 kB).
(WW) ATI(0): Cannot shadow an accelerated frame buffer.
(II) ATI(0): Engine XCLK 99.765 MHz;  Refresh rate code 7.
(--) ATI(0): Internal programmable clock generator detected.
(--) ATI(0): Reference clock 157.5/11 (14.318) MHz.
(II) ATI(0): Monitor0: Using hsync range of 28.00-96.00 kHz
(II) ATI(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
(II) ATI(0): Maximum clock: 199.00 MHz
(II) ATI(0): Not using mode "640x350" (vrefresh out of range)
(II) ATI(0): Not using mode "640x400" (vrefresh out of range)
(II) ATI(0): Not using mode "720x400" (vrefresh out of range)
(II) ATI(0): Not using mode "640x480" (vrefresh out of range)
(II) ATI(0): Not using mode "800x600" (vrefresh out of range)
(II) ATI(0): Not using mode "1024x768" (vrefresh out of range)
(II) ATI(0): Not using mode "1024x768" (vrefresh out of range)
(II) ATI(0): Not using mode "1280x960" (insufficient memory for mode)
(II) ATI(0): Not using mode "1280x960" (insufficient memory for mode)
(II) ATI(0): Not using mode "1280x1024" (insufficient memory for mode)
(II) ATI(0): Not using mode "1280x1024" (insufficient memory for mode)
(II) ATI(0): Not using mode "1280x1024" (insufficient memory for mode)
(II) ATI(0): Not using mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using mode "1792x1344" (insufficient memory for mode)
(II) ATI(0): Not using mode "1792x1344" (insufficient memory for mode)
(II) ATI(0): Not using mode "1856x1392" (insufficient memory for mode)
(II) ATI(0): Not using mode "1856x1392" (insufficient memory for mode)
(II) ATI(0): Not using mode "1920x1440" (insufficient memory for mode)
(II) ATI(0): Not using mode "1920x1440" (insufficient memory for mode)
(II) ATI(0): Not using mode "1800x1440" (insufficient memory for mode)
(II) ATI(0): Not using mode "1800x1440" (insufficient memory for mode)
(II) ATI(0): Not using mode "640x480" (vrefresh out of range)
(II) ATI(0): Not using mode "768x576" (vrefresh out of range)
(II) ATI(0): Not using mode "768x576" (vrefresh out of range)
(II) ATI(0): Not using mode "800x600" (vrefresh out of range)
(II) ATI(0): Not using mode "1024x768" (vrefresh out of range)
(II) ATI(0): Not using mode "1152x864" (vrefresh out of range)
(II) ATI(0): Not using mode "1152x864" (vrefresh out of range)
(II) ATI(0): Not using mode "1280x960" (insufficient memory for mode)
(II) ATI(0): Not using mode "1280x960" (insufficient memory for mode)
(II) ATI(0): Not using mode "1280x960" (insufficient memory for mode)
(II) ATI(0): Not using mode "1280x1024" (insufficient memory for mode)
(II) ATI(0): Not using mode "1400x1050" (insufficient memory for mode)
(II) ATI(0): Not using mode "1400x1050" (insufficient memory for mode)
(II) ATI(0): Not using mode "1400x1050" (insufficient memory for mode)
(II) ATI(0): Not using mode "1400x1050" (insufficient memory for mode)
(II) ATI(0): Not using mode "1400x1050" (insufficient memory for mode)
(II) ATI(0): Not using mode "1600x1200" (insufficient memory for mode)
(II) ATI(0): Not using default mode "320x175" (vrefresh out of range)
(II) ATI(0): Not using default mode "320x200" (vrefresh out of range)
(II) ATI(0): Not using default mode "360x200" (vrefresh out of range)
(II) ATI(0): Not using default mode "320x240" (vrefresh out of range)
(II) ATI(0): Not using default mode "400x300" (vrefresh out of range)
(II) ATI(0): Not using default mode "512x384" (vrefresh out of range)
(II) ATI(0): Not using default mode "512x384" (vrefresh out of range)
(II) ATI(0): Not using default mode "640x512" (vrefresh out of range)
(II) ATI(0): Not using default mode "896x672" (hsync out of range)
(II) ATI(0): Not using default mode "928x696" (hsync out of range)
(II) ATI(0): Not using default mode "960x720" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) ATI(0): Not using default mode "960x720" (hsync out of range)
(II) ATI(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) ATI(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) ATI(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) ATI(0): Not using mode "1400x1200" (no mode of this name)
(II) ATI(0): Not using mode "1280x1024" (no mode of this name)
(--) ATI(0): Virtual size is 1152x864 (pitch 1152)
(**) ATI(0):  Mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) ATI(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) ATI(0):  Mode "1152x864": 81.6 MHz, 53.7 kHz, 60.0 Hz
(II) ATI(0): Modeline "1152x864"   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync
(**) ATI(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) ATI(0): Modeline "1152x768"   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync
(**) ATI(0):  Mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) ATI(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) ATI(0):  Mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) ATI(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) ATI(0):  Mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) ATI(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) ATI(0):  Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D)
(II) ATI(0): Modeline "960x720"  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync
(**) ATI(0):  Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D)
(II) ATI(0): Modeline "928x696"  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync
(**) ATI(0):  Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
(II) ATI(0): Modeline "896x672"  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync
(**) ATI(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) ATI(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) ATI(0):  Mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) ATI(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) ATI(0):  Mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) ATI(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) ATI(0):  Mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) ATI(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) ATI(0):  Mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) ATI(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) ATI(0):  Mode "768x576": 45.5 MHz, 45.1 kHz, 75.0 Hz
(II) ATI(0): Modeline "768x576"   45.51  768 808 888 1008  576 577 580 602 -hsync +vsync
(**) ATI(0):  Mode "768x576": 42.9 MHz, 43.3 kHz, 72.0 Hz
(II) ATI(0): Modeline "768x576"   42.93  768 800 880 992  576 577 580 601 -hsync +vsync
(**) ATI(0):  Mode "768x576": 35.0 MHz, 35.8 kHz, 60.0 Hz
(II) ATI(0): Modeline "768x576"   34.96  768 792 872 976  576 577 580 597 -hsync +vsync
(**) ATI(0):  Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(II) ATI(0): Modeline "700x525"   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync
(**) ATI(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) ATI(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) ATI(0):  Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) ATI(0): Modeline "640x512"   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync
(**) ATI(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) ATI(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) ATI(0):  Mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) ATI(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) ATI(0):  Mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) ATI(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) ATI(0):  Mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) ATI(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) ATI(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) ATI(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) ATI(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) ATI(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) ATI(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) ATI(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) ATI(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) ATI(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) ATI(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) ATI(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) ATI(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) ATI(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) ATI(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) ATI(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) ATI(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) ATI(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) ATI(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) ATI(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) ATI(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) ATI(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) ATI(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) ATI(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) ATI(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) ATI(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) ATI(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) ATI(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(==) ATI(0): DPI set to (75, 75)
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(WW) ATI(0): I2C bus Mach64 initialisation failure.
(II) ATI(0): I2C bus "Mach64" removed.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xfe100000 - 0xfe100fff (0x1000) MS[B]
   [1] 0   0   0xf8000000 - 0xf8ffffff (0x1000000) MS[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xf5000000 - 0xf53fffff (0x400000) MX[B]
   [8] -1   0   0xfcfff000 - 0xfcffffff (0x1000) MX[B]
   [9] -1   0   0xfe000000 - 0xfe0fffff (0x100000) MX[B]
   [10] -1   0   0xfe101000 - 0xfe101fff (0x1000) MX[B]
   [11] -1   0   0xfe102000 - 0xfe102fff (0x1000) MX[B]
   [12] -1   0   0xfe100000 - 0xfe100fff (0x1000) MX[B](B)
   [13] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [14] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [15] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [16] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [17] 0   0   0x0000e800 - 0x0000e8ff (0x100) IS[B]
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x0000fc00 - 0x0000fcff (0x100) IX[B]
   [21] -1   0   0x0000ec40 - 0x0000ec7f (0x40) IX[B]
   [22] -1   0   0x0000ec80 - 0x0000ecff (0x80) IX[B]
   [23] -1   0   0x0000e800 - 0x0000e8ff (0x100) IX[B](B)
   [24] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [25] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) ATI(0): Write-combining range (0xf8000000,0x400000)
(II) ATI(0): Largest offscreen areas (with overlaps):
(II) ATI(0):    1152 x 46 rectangle at 0,864
(II) ATI(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   8x8 mono pattern filled rectangles
   Indirect CPU to Screen color expansion
   Solid Lines
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      9 128x46 slots
(==) ATI(0): Backing store disabled
(==) ATI(0): Silken mouse enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(**) Mouse1: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Keyboard1: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
AUDIT: Sun Sep 25 13:47:05 2005: 5475 X: client 4 rejected from local host


Any ideas as to whats going on with gdm?

Thanks!
Back to top
View user's profile Send private message
tornamodo
Apprentice
Apprentice


Joined: 12 Aug 2005
Posts: 185

PostPosted: Sun Sep 25, 2005 7:28 pm    Post subject: Reply with quote

if you post the output, please use
Code:
grep -v '^#' [FILENAME]


bigdave1 wrote:
Code:
# **********************************************************************
# Monitor section
# **********************************************************************


Section "Monitor"
   Identifier   "Monitor0"
#   HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
   HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
   VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
#   VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
   #  Default modes distilled from
   #      "VESA and Industry Standards and Guide for Computer Display Monitor
   #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
   #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
   # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
   ModeLine "640x350"    31.5  640  672  736  832    350  382  385  445 +hsync -vsync
   # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
   ModeLine "640x400"    31.5  640  672  736  832    400  401  404  445 -hsync +vsync
   # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
   ModeLine "720x400"    35.5  720  756  828  936    400  401  404  446 -hsync +vsync
   # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
   ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync
   # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
   .....
   .....
EndSection


1. try commenting out all modelines first. only if it doens't work, add those you want to.


bigdave1 wrote:
Code:
# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "Card0"
    Monitor     "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       16
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1400x1200" "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection


2. maybe you want to add a "1024x786"?
_________________
1. Docs | 2. Gentoo-Wiki | 3. Search the Forum | 4. Post
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54306
Location: 56N 3W

PostPosted: Sun Sep 25, 2005 7:45 pm    Post subject: Reply with quote

bigdave1,

Code:
(II) ATI(0): VESA VBE DDC supported
(II) ATI(0): VESA VBE DDC Level none
(II) ATI(0): VESA VBE DDC transfer in appr. 2 sec.
(II) ATI(0): VESA VBE DDC read failed
The EDID (or DDC) read failed, which is rare these days.

Your only option is to use correct HorizSync and VertRefresh numbers in xorg.conf
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
bigdave1
Tux's lil' helper
Tux's lil' helper


Joined: 03 May 2005
Posts: 106
Location: Raleigh, NC

PostPosted: Sun Sep 25, 2005 10:26 pm    Post subject: Reply with quote

Ok, I tried what tornamodo suggested and I can only get it to go to 1024x768 with all the Modelines commented out and when I select the Modelines I do want, I still only get 1024x768. Here's what my new xorg.conf file looks like:

Code:




Section "Module"


    Load        "dbe"     # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"

    Load       "glx"
    Load       "dri"

EndSection


Section "Files"


    RgbPath   "/usr/X11R6/lib/X11/rgb"


    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"



EndSection


Section "ServerFlags"

















EndSection



Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"



    Option "AutoRepeat" "500 30"






    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"   "us"

EndSection



Section "InputDevice"


    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping" "4 5"








    Option "Emulate3Buttons"



EndSection






 #   Identifier  "Monitor0"
 #   DisplaySize 320 240





  #  ModelName   "HANSOL 720E"
  #  Option   "dpms"
  #  VendorName  "HSL" 
   

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync    28.0 - 72.0 # Warning: This may fry old Monitors
   VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
   #  Default modes distilled from
   #      "VESA and Industry Standards and Guide for Computer Display Monitor
   #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
   #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
   # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
   # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
   # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
   # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
   # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
   # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
   # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
   # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
   # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
   # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
   # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
   # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
   # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
   ModeLine "1024x768"   44.9 1024 1032 1208 1264    768  768  776  817 +hsync +vsync Interlace
   # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
   ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync
   # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
   ModeLine "1024x768"   75.0 1024 1048 1184 1328    768  771  777  806 -hsync -vsync
   # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
   ModeLine "1024x768"   78.8 1024 1040 1136 1312    768  769  772  800 +hsync +vsync
   # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
   ModeLine "1024x768"   94.5 1024 1072 1168 1376    768  769  772  808 +hsync +vsync
   # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
   # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
   # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
   # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
   ModeLine "1280x1024" 108.0 1280 1328 1440 1688   1024 1025 1028 1066 +hsync +vsync
   # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
   ModeLine "1280x1024" 135.0 1280 1296 1440 1688   1024 1025 1028 1066 +hsync +vsync
   # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
   ModeLine "1280x1024" 157.5 1280 1344 1504 1728   1024 1025 1028 1072 +hsync +vsync
   # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
   # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
   # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
   # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
   # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
   # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
   # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
   # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
   # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
   # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
   # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
   # Additional modelines
   # Extended modelines with GTF timings
   # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
   # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
   # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
   # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
   # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
   # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
   # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
   # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
   ModeLine "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
   # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
   # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
   # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
   # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
   # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
   # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
   # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
   ModeLine "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
   # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
   # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
   # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
   # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
   # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
   # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
EndSection







Section "Device"
    Identifier  "Card0"
    Driver      "ati"
    VendorName  "Videocard vendor"
    BoardName   "ATI Mach64 3D Rage IIC"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection



Section "Screen"
    Identifier  "Screen0"
    Device      "Card0"
    Monitor     "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       16
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection



Section "ServerLayout"

    Identifier  "Simple Layout"


    Screen "Screen0"


    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

 Section "DRI"
   Group 0
   Mode 0666
 EndSection


As far as what Neddy said, even if I use the correct number for horizontal and vertical sync, is there not anyway to still get it to do 1280x1204 like the monitor spec says it should?

Thanks!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54306
Location: 56N 3W

PostPosted: Sun Sep 25, 2005 10:42 pm    Post subject: Reply with quote

bigdave1,

I should have spotted this before ...
Code:
(--) ATI(0): 4096 kB of SDRAM (1:1) detected (using 4095 kB).
[snip]
(II) ATI(0): Not using mode "1280x1024" (insufficient memory for mode)
(II) ATI(0): Not using mode "1280x1024" (insufficient memory for mode)
(II) ATI(0): Not using mode "1280x1024" (insufficient memory for mode)


1280x1024 with 24 bit colour (32 bits per pixel) needs a minimum of 10,485,760 bytes for a double buffered visual.
In round numbers 10.5Mb. Your video card only has 4Mb.
If the pixel buffer is shared main memory, it may fit at 16 bit colour if you increase the video memory to 8Mb in the BIOS.

If you are really desperate for 1280x1024 you can turn of the "dbe" in X but you will hate the visual, since X will draw on the framebuffer you are looking at. It cuts the memory requuirements by a factor of 2 though.

edit -----

Code:
(--) ATI(0): Virtual size is 1152x864 (pitch 1152)
means that it will do 1152x864 if you ask it but I suspect only at 16 bit colour since thats almost 1M pixel.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
bigdave1
Tux's lil' helper
Tux's lil' helper


Joined: 03 May 2005
Posts: 106
Location: Raleigh, NC

PostPosted: Mon Sep 26, 2005 1:25 pm    Post subject: Reply with quote

Is there anyway to get it to use swap space or system memory for video ram?

Thanks!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54306
Location: 56N 3W

PostPosted: Mon Sep 26, 2005 4:52 pm    Post subject: Reply with quote

bigdave1,

No, there is no workaround for real ram for a video card. It holds the pixel buffer (actually two pixel buffers) which is a piece of memory for each dot on the screen. This memory has to be read each time the screen is refreshed, which is at least 60 times a second. Thats too fast for swap.

You have two pixel buffers so X can show you one while the other is updated, then the buffers are swapped.
That way you don't see any strange effects from X updating the buffer being viewed.

To work out how much memory you need for a given resolution mutiply the two resolution numbers togeter to get the total number of pixels, then mulitiply by the colour depth (in bits)/8, with the provisio that 24 bit colour is often stored in 32 bits because CPUs and Graphics engins tend to work in 8, 16 and 32 bits per pixel. That gets your the minimum number of bytes to store one fromebuffer, so double it for two buffers. I said 'minimum'. It assume no waste. Graphics cards often have unused memory on the end of every scan line to make the reading out easy, so you may well need more memory than the minimum.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum