hey David

when i grep i get this:

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) end of block range 0xf1ffffff < begin 0xf2000000
(EE) Screen(s) found, but none have a usable configuration.


my currnet config is this based off of Xautoconfigure and what i had with
suse

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

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "macintosh"
Option "XkbRules" "xfree86"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
Option "Buttons" "10"
Option "Name" "Logitech USB Keyboard"
Option "Vendor" "Sysp"
        Option      "Protocol" "exploreps/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
DisplaySize 250 184
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "D1028L"
VendorName "Dell"
UseModes "Modes0"
 ### Comment all HorizSync and VertRefresh values to use DDC:
        HorizSync    31 - 70
        VertRefresh  50.0 - 120.0
EndSection
Section "modes"
Identifier "Modes0"
Modeline "1080x1024" 119.40 1280 1368 1504 1728 1024 1025 1028 1063
Modeline "1024x768" 95.50 1024 1088 1200 1376 768 769 772 807
Modeline "1024x768" 85.45 1024 1088 1200 1376 768 769 772 803
Modeline "1024x768" 74.62 1024 1080 1192 1360 768 769 772 799
Modeline "800x600" 60.07 800 840 928 1056 600 601 604 632
Modeline "800x600" 53.14 800 840 928 1056 600 601 604 629
Modeline "800x600" 45.50 800 840 920 1040 600 601 604 625
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
EndSection
Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "BusType"                   # [<str>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPFastWrite"              # [<bool>]
        #Option     "AGPSize"                   # <i>
        Option     "GARTSize"  "32"
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "NoBackBuffer"              # [<bool>]
        #Option     "DMAForXv"                  # [<bool>]
        #Option     "FBTexPercent"              # <i>
        #Option     "DepthBits"                 # <i>
        #Option     "AccelDFS"                  # [<bool>]
        #Option     "PanelOff"                  # [<bool>]
        #Option     "DDCMode"                   # [<bool>]
        #Option     "MonitorLayout"             # [<str>]
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "CRT2HSync"                 # [<str>]
        #Option     "CRT2VRefresh"              # [<str>]
        #Option     "CRT2Position"              # [<str>]
        #Option     "MetaModes"                 # [<str>]
        #Option     "MergedDPI"                 # [<str>]
        #Option     "MergedXinerama"            # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
        #Option     "MergedNonRectangular"      # [<bool>]
        #Option     "MergedMouseRestriction"    # [<bool>]
        #Option     "DisplayPriority"           # [<str>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "ForceMinDotClock"          # <freq>
        #Option     "ColorTiling"               # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "RageTheatreCrystal"        # <i>
        #Option     "RageTheatreTunerPort"      # <i>
        #Option     "RageTheatreCompositePort"  # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"                 # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "DynamicClocks"             # [<bool>]
        #Option     "BIOSHotkeys"               # [<bool>]
        #Option     "VGAAccess"                 # [<bool>]
        #Option     "ReverseDDC"                # [<bool>]
        #Option     "LVDSProbePLL"              # [<bool>]
        #Option     "AccelMethod"               # <str>
        #Option     "ConstantDPI"               # [<bool>]
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV280 [Radeon 9200 PRO]"
        Card        "** ATI Radeon (generic)               [radeon]"
        Option      "UseFBDev" "true"
        #Option     "MergedFB"                  # [<bool>]
        BusID       "PCI:16:21:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     15
Modes "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
Modes "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
Modes "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
Modes "1280x1024" "1024x768" "800x600"
        EndSubSection
        Endsection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"

EndSection

thanks caleb

Original Message:
-----------------
From: David Gurvich [EMAIL PROTECTED]
Date: Fri, 12 Oct 2007 07:45:25 -0400
To: gentoo-ppc-user@lists.gentoo.org
Subject: Re: [gentoo-ppc-user] on going xorg battle g4


That looks like an xorg.conf error.  Do the following
-- grep EE /var/log/Xorg.0.log
--post your xorg.conf

Have you tried xorgautoconfig from portage?  I used that to get a working
mode 
line then modified.
-- 
[EMAIL PROTECTED] mailing list



--------------------------------------------------------------------
mail2web.com – Enhanced email for the mobile individual based on Microsoft®
Exchange - http://link.mail2web.com/Personal/EnhancedEmail


--
[EMAIL PROTECTED] mailing list

Reply via email to