[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ATI X700



Am Montag 19 Juni 2006 14:25 schrieb Daniel Leidert:
> Am Montag, den 19.06.2006, 10:49 +0200 schrieb Andreas Pakulat:

> @Klaus: Hattest du deine xorg.conf gesichert, bevor du mit aticonfig
> daran gegangen bist? Wenn ja, kannst du mal ein Diff senden zwischen der
> originalen und der mit aticonfig bearbeiteten xorg.conf 

===================================
$ diff -u xorg.conf.non-ati xorg.conf.ati
--- xorg.conf.non-ati   2006-02-12 20:45:19.000000000 +0100
+++ xorg.conf.ati       2006-06-18 16:16:59.000000000 +0200
@@ -1,3 +1,4 @@
+
 # xorg.conf (Xorg X Window System server configuration file)
 #
 # This file was generated by dexconf, the Debian X Configuration tool, using
@@ -17,103 +18,128 @@
 #   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
 #   dpkg-reconfigure xserver-xorg

+Section "ServerLayout"
+       Identifier     "Default Layout"
+       Screen      0  "aticonfig-Screen[0]" 0 0
+       InputDevice    "Generic Keyboard"
+       InputDevice    "Configured Mouse"
+EndSection
+
 Section "Files"
-       FontPath        "unix/:7100"                    # local font server
+                       # local font server
        # if the local font server has problems, we can fall back on these
-       FontPath        "/usr/lib/X11/fonts/misc"
-       FontPath        "/usr/lib/X11/fonts/cyrillic"
-       FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
-       FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
-       FontPath        "/usr/lib/X11/fonts/Type1"
-       FontPath        "/usr/lib/X11/fonts/CID"
-       FontPath        "/usr/lib/X11/fonts/100dpi"
-       FontPath        "/usr/lib/X11/fonts/75dpi"
+       FontPath     "unix/:7100"
+       FontPath     "/usr/lib/X11/fonts/misc"
+       FontPath     "/usr/lib/X11/fonts/cyrillic"
+       FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
+       FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
+       FontPath     "/usr/lib/X11/fonts/Type1"
+       FontPath     "/usr/lib/X11/fonts/CID"
+       FontPath     "/usr/lib/X11/fonts/100dpi"
+       FontPath     "/usr/lib/X11/fonts/75dpi"
 EndSection

 Section "Module"
-       Load    "bitmap"
-       Load    "dbe"
-       Load    "ddc"
-       Load    "dri"
-       Load    "extmod"
-       Load    "freetype"
-       Load    "glx"
-       Load    "int10"
-       Load    "record"
-       Load    "type1"
-       Load    "vbe"
+       Load  "bitmap"
+       Load  "dbe"
+       Load  "ddc"
+       Load  "dri"
+       Load  "extmod"
+       Load  "freetype"
+       Load  "glx"
+       Load  "int10"
+       Load  "record"
+       Load  "type1"
+       Load  "vbe"
 EndSection

 Section "InputDevice"
-       Identifier      "Generic Keyboard"
-       Driver          "keyboard"
-       Option          "CoreKeyboard"
-       Option          "XkbRules"      "xorg"
-       Option          "XkbModel"      "pc105"
-       Option          "XkbLayout"     "fr"
+       Identifier  "Generic Keyboard"
+       Driver      "keyboard"
+       Option      "CoreKeyboard"
+       Option      "XkbRules" "xorg"
+       Option      "XkbModel" "pc105"
+       Option      "XkbLayout" "fr"
 EndSection

 Section "InputDevice"
-       Identifier      "Configured Mouse"
-       Driver          "mouse"
-       Option          "CorePointer"
-       Option          "Device"                "/dev/psaux"
-       Option          "Protocol"              "ExplorerPS/2"
-       Option          "Emulate3Buttons"       "true"
-       Option          "ZAxisMapping"          "4 5"
+       Identifier  "Configured Mouse"
+       Driver      "mouse"
+       Option      "CorePointer"
+       Option      "Device" "/dev/psaux"
+       Option      "Protocol" "ExplorerPS/2"
+       Option      "Emulate3Buttons" "true"
+       Option      "ZAxisMapping" "4 5"
 EndSection

-Section "Device"
-       Identifier      "Standardgrafikkarte"
-       Driver          "vesa"
-       VideoRam        256
+Section "Monitor"
+       Identifier   "Standardbildschirm"
+       HorizSync    30.0 - 61.0
+       VertRefresh  60.0 - 75.0
+       Option      "DPMS"
 EndSection

 Section "Monitor"
-       Identifier      "Standardbildschirm"
-       Option          "DPMS"
-       HorizSync       30-61
-       VertRefresh     60-75
+       Identifier   "aticonfig-Monitor[0]"
+       Option      "VendorName" "ATI Proprietary Driver"
+       Option      "ModelName" "Generic Autodetecting Monitor"
+       Option      "DPMS" "true"
+EndSection
+
+Section "Device"
+       Identifier  "Standardgrafikkarte"
+       Driver      "vesa"
+       VideoRam    256
+EndSection
+
+Section "Device"
+       Identifier  "aticonfig-Device[0]"
+       Driver      "fglrx"
 EndSection

 Section "Screen"
-       Identifier      "Default Screen"
-       Device          "Standardgrafikkarte"
-       Monitor         "Standardbildschirm"
-       DefaultDepth    24
+       Identifier "Default Screen"
+       Device     "Standardgrafikkarte"
+       Monitor    "Standardbildschirm"
+       DefaultDepth     24
        SubSection "Display"
-               Depth           1
-               Modes           "1152x864" "1024x768" "800x600" "640x480"
+               Depth     1
+               Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
-               Depth           4
-               Modes           "1152x864" "1024x768" "800x600" "640x480"
+               Depth     4
+               Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
-               Depth           8
-               Modes           "1152x864" "1024x768" "800x600" "640x480"
+               Depth     8
+               Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
-               Depth           15
-               Modes           "1152x864" "1024x768" "800x600" "640x480"
+               Depth     15
+               Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
-               Depth           16
-               Modes           "1152x864" "1024x768" "800x600" "640x480"
+               Depth     16
+               Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
-               Depth           24
-               Modes           "1152x864" "1024x768" "800x600" "640x480"
+               Depth     24
+               Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
 EndSection

-Section "ServerLayout"
-       Identifier      "Default Layout"
-       Screen          "Default Screen"
-       InputDevice     "Generic Keyboard"
-       InputDevice     "Configured Mouse"
+Section "Screen"
+       Identifier "aticonfig-Screen[0]"
+       Device     "aticonfig-Device[0]"
+       Monitor    "aticonfig-Monitor[0]"
+       DefaultDepth     24
+       SubSection "Display"
+               Viewport   0 0
+               Depth     24
+       EndSubSection
 EndSection

 Section "DRI"
-       Mode    0666
+       Mode         0666
 EndSection
======================================

Gruß
Klaus



Reply to: