On Sunday 02 December 2001 08:35, you wrote:
Dex,

Sorry about that....there is just not enough time!

I have two XF86Config files, one in etc/ and one in etc/x11.  I'll send 
copies of both, in that order:

# generic XFree86 3.x configuration file

Section "Files"
  RgbPath       "/usr/X11R6/lib/X11/rgb"
  FontPath      "/usr/X11R6/lib/X11/fonts/uni"
  FontPath      "/usr/X11R6/lib/X11/fonts/misc"
EndSection

Section "ServerFlags"
  AllowMouseOpenFail
EndSection

Section "Module"
EndSection

Section "Keyboard"
  Protocol      "Standard"
  XkbRules      "xfree86"
  XkbKeycodes   "xfree86"
  XkbModel      "pc104"
  XkbLayout     "de"
  XkbVariant    "nodeadkeys"
EndSection

Section "Pointer"
  Protocol      "imps/2"
  Device        "/dev/mouse"
EndSection

Section "Monitor"
  Identifier    "Primary-Monitor"
  VendorName    "Vendor"
  ModelName     "Model"
  HorizSync     31-64
  VertRefresh   50-85
  Modeline      "640x480" 31.5   640 656 720 840 480 481 484 500 # 6. Versuch
  Modeline      "640x480" 31.5   640 680 720 864 480 488 491 521 # 5. Versuch
  Modeline      "640x480" 28     640 664 760 800 480 491 493 525 # 4. Versuch
  Modeline      "640x480" 28.32  640 664 760 800 480 491 493 525 # 3. Versuch
  Modeline      "640x480" 25.18  640 664 760 800 480 491 493 525 # 2. Versuch
  Modeline      "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Versuch
EndSection

Section "Device"
  Identifier    "Primary-Card"
  VendorName    "---AUTO DETECTED---"
  BoardName     "---AUTO DETECTED---"
  # Option      "sw_cursor"
EndSection

Section "Device"
  Identifier    "Generic VGA"
  VendorName    "Unknown"
  BoardName     "Unknown"
  Chipset       "generic"
EndSection

Section "Screen"
  Driver        "VGA16"
  Device        "Generic VGA"
  Monitor       "Primary-Monitor"
  BlankTime     0
  SubSection "Display"
    Depth       8
    Modes       "640x480"
  EndSubSection
EndSection

Section "Screen"
  Driver        "SVGA"
  Device        "Primary-Card"
  Monitor       "Primary-Monitor"
  BlankTime     0
  SubSection "Display"
    Depth       8
    Modes       "640x480" 
  EndSubSection
EndSection

Section "Screen"  
  Driver        "Accel"
  Device        "Primary-Card"
  Monitor       "Primary-Monitor"
  BlankTime     0
  SubSection "Display"
    Depth       8
    Modes       "640x480"
  EndSubSection
EndSection

Section "Screen"
  Driver        "FBDev"
  Device        "Primary-Card"
  Monitor       "Primary-Monitor"
  BlankTime     0
  SubSection "Display"
    Modes       "default"
  EndSubSection
EndSection


Next one......

# /.../
# SaX generated XFree86 config file
# Created on: 2001-11-27.
#
# Version: 4.3
# Contact: Marcus Schaefer <[EMAIL PROTECTED]>, 2001
#
# Automatically generated by [ISaX] (4.3)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  ModulePath   "/usr/X11R6/lib/modules"
  RgbPath      "/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "speedo"
  Load         "extmod"
  Load         "freetype"
  Load         "glx"
  Load         "dri"
EndSection

Section "InputDevice"
  Driver       "keyboard"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbKeyCodes" "xfree86"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "pc104"
  Option       "XkbRules" "xfree86"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "ButtonNumber" "5"
  Option       "Device" "/dev/psaux"
  Option       "Name" "AutoDetected"
  Option       "Protocol" "imps/2"
  Option       "Vendor" "AutoDetected"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  HorizSync    30-96
  Identifier   "Monitor[0]"
  ModelName    "AutoDetected"
  VendorName   "AutoDetected"
  VertRefresh  50-75
  UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline "640x480" 27.96 640 656 720 864 480 480 485 501
  Modeline "800x600" 43.68 800 816 928 1072 600 600 606 626
  Modeline      "1024x768" 79.55 1024 1024 1200 1328 768 768 777 802
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      16
    Modes      "1024x768"  "640x480" "800x600"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Device"
  BoardName    "AutoDetected"
  Driver       "radeon"
  Identifier   "Device[0]"
  Option       "dpms"
  VendorName   "AutoDetected"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Screen       "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Hope that helps!

> ...9 out of 10 times I try to fire it up. I just recently subscribed
> here, so I guess there has been a lot of discussion about X and this
> board.
> Does anybody have a genuine solution for this? I tried dozens of
> workarounds, the only one that worked was to disable acceleration, but
> no need to tell this is highly unsatisfying.
> If somebody has a working Radeon with a similar configuration, please
> let me know.
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to