Here's the file.  Btw, I managed to fix the screen wrap-around problem by setting the Default Depth and Depth under the Screen section to 8 and deleting all other possibilities.  This seems to work for any resolution as well, and looks 1230893750912384510 times better than before, but the colors are still pretty wacky.  Thanks for the help!
 
# Xorg configuration created by system-config-display
Section "ServerLayout"
 Identifier     "single head configuration"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath is 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.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 FontPath     "unix/:7100"
EndSection
Section "Module"
 Load  "dbe"
 Load  "extmod"
 Load  "fbdevhw"
 Load  "freetype"
 Load  "type1"
 #Load "dri"
EndSection
Section "InputDevice"
# Change "XkbModel" to "macintosh_old" if you are using
# the deprecated adb keycodes.
 Identifier  "Keyboard0"
 Driver      "keyboard"
 Option     "XkbRules" "xfree86"
 Option     "XkbModel" "macintosh"
 Option     "XkbLayout" "us"
EndSection
Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "ZAxisMapping" "4 5"
 Option     "Protocol" "IMPS/2"
 Option     "Device" "/dev/input/mice"
EndSection
Section "Monitor"
 Identifier   "Monitor0"
 ModelName    "Monitor Model"
 HorizSync    28.0 - 50.0
 VertRefresh  43.0 - 75.0
 Option     "DPMS"
EndSection
Section "Device"
 #Option "ShadowFB" "true"
 Identifier  "Card0"
 Driver      "fbdev"
 BoardName   "Unknown video card"
 BusID       "PCI:6:2:0"
EndSection
Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 DefaultDepth     8
 SubSection "Display"
  Depth     8
  Modes    "1024x768"
 EndSubSection
EndSection
Section "DRI"
 Group        0
 Mode         0666
EndSection


-------- Original Message --------
Subject: Re: [ydl-gen] display problems on apple Xserve G5
From: "Richardson, Joshua A." <[EMAIL PROTECTED]>
Date: Wed, June 27, 2007 10:32 am
To: "Discussion List for General Yellow Dog Linux User Topics"
<[email protected]>,   "Discussion List for
General Yellow Dog Linux User Topics"
<[email protected]>


The only one I've ever touched is /etc/X11/xorg.conf.  Send that one.

-----Original Message-----
From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED]
Sent: Wed 6/27/2007 10:32 AM
To: Discussion List for General Yellow Dog Linux User Topics
Subject: Re: [ydl-gen] display problems on apple Xserve G5

The graphics card is a Sonnet Sonata SD 16MB.  I found two xorg.conf files, one is in /usr/X11R6/lib/Server/xorg.conf and the other is /etc/X11/xorg.conf are both of them being used? 



_______________________________________________
yellowdog-general mailing list
yellowdog-general@lists.terrasoftsolutions.com
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'
_______________________________________________
yellowdog-general mailing list
[email protected]
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'

Reply via email to