geh mal in die konsole, dann stoppst du den x server mit <br>/etc/init.d/kdm stop<br>dann lädst du das modul<br>modprobe fglrx<br>und dann startest du x wieder<br>/etc/init.d/kdm start<br>wenn das nicht tutet, dann liegt das problem wohl auf der seite des treibers.. (kenne das mit der verzweiflung.. der ati-treiber ist echt ätzend!)
<br><br><div><span class="gmail_quote">On 12/11/06, <b class="gmail_sendername">Frank Hüsken</b> <<a href="mailto:SinclairNRW@gmx.de">SinclairNRW@gmx.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Am Montag, 11. Dezember 2006 16:22 schrieb Frank Hüsken:<br>> Am Sonntag, 10. Dezember 2006 23:46 schrieb Tobias Scherbaum:<br>> > Am Sonntag, den 10.12.2006, 20:57 +0100 schrieb Reiner Vierkotten:<br>> > > Arbeite seit geraumer Zeit nur noch
<br>> > > mit ubuntu (6.06) und das läuft echt rund (auch wenn dertobi123 jetzt<br>> > > hüstelt)!!<br>> ><br>> > *hust*<br>> ><br>> > :D<br>> ><br>> > _______________________________________________
<br>> > LinuxOB mailing list<br>> > <a href="mailto:LinuxOB@lists.popob.de">LinuxOB@lists.popob.de</a><br>> > <a href="http://lists.popob.de/mailman/listinfo/linuxob">http://lists.popob.de/mailman/listinfo/linuxob
</a><br>><br>> Ich wusste das er das tut.<br>><br>> So ich bin ein bißchen weiter gekommen. Der Monitor läuft jetzt zumindest<br>> mit 85Hz.<br>> Das habe ich damit erreicht das ich die exakten Monitorvorgaben in die
<br>> xorg.conf eingetragen habe. Unter horizontal und vertikal.<br>> Aber bis dahin habe ich einiges erleben dürfen. Mehrfach den XServer<br>> abgeschossen, kein login mehr auf der grafischen Oberfläche möglich.
<br>> Na ja man lernt aber dadurch musste ich zumindest feststellen.<br>> Gut das es Konsolen gibt. Versuche jetzt noch nach der Anleitung des fglrx<br>> wiki zu gehen. Habe den fglrx noch mal unter device reingenommen und in die
<br>> xorg.conf folgendes zugefügt<br>><br>> Section "Extensions"<br>>         Option "Composite" "Disable"<br>> EndSection<br>><br>> mal sehen ob es klappt.<br>><br>> Hier erst mal die config wo ich es jetzt mit versuche
<br>><br>> # /etc/X11/xorg.conf (xorg X Window System server configuration file)<br>> #<br>> # This file was generated by dexconf, the Debian X Configuration tool,<br>> using # values from the debconf database.
<br>> #<br>> # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.<br>> # (Type "man /etc/X11/xorg.conf" at the shell prompt.)<br>> #<br>> # This file is automatically updated on xserver-xorg package upgrades
<br>> *only* # if it has not been modified since the last upgrade of the<br>> xserver-xorg # package.<br>> #<br>> # If you have edited this file but would like it to be automatically<br>> updated # again, run the following command:
<br>> #   sudo dpkg-reconfigure -phigh xserver-xorg<br>><br>> Section "Files"<br>>       FontPath        "/usr/share/X11/fonts/misc"<br>>       FontPath        "/usr/share/X11/fonts/cyrillic"
<br>>       FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"<br>>       FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"<br>>       FontPath        "/usr/share/X11/fonts/Type1"
<br>>       FontPath        "/usr/share/X11/fonts/100dpi"<br>>       FontPath        "/usr/share/X11/fonts/75dpi"<br>>       FontPath        "/usr/share/fonts/X11/misc"<br>>       # path to defoma fonts
<br>>       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"<br>> EndSection<br>><br>> Section "Module"<br>>       Load    "i2c"<br>>       Load    "bitmap"
<br>>       Load    "ddc"<br>>       Load    "dri"<br>>       Load    "extmod"<br>>       Load    "freetype"<br>>       Load    "glx"<br>>       Load    "int10"
<br>>       Load    "type1"<br>>       Load    "vbe"<br>> EndSection<br>><br>> Section "InputDevice"<br>>       Identifier      "Generic Keyboard"<br>>       Driver          "kbd"
<br>>       Option          "CoreKeyboard"<br>>       Option          "XkbRules"      "xorg"<br>>       Option          "XkbModel"      "pc105"<br>>       Option          "XkbLayout"     "de"
<br>>       Option          "XkbOptions"    "lv3:ralt_switch"<br>> EndSection<br>><br>> Section "InputDevice"<br>>       Identifier      "Configured Mouse"<br>>       Driver          "mouse"
<br>>       Option          "CorePointer"<br>>       Option          "Device"                "/dev/input/mice"<br>>       Option          "Protocol"              "ExplorerPS/2"
<br>>       Option          "ZAxisMapping"          "4 5"<br>>       Option          "Emulate3Buttons"       "true"<br>> EndSection<br>><br>> Section "InputDevice"
<br>>   Driver        "wacom"<br>>   Identifier    "stylus"<br>>   Option        "Device"        "/dev/wacom"          # Change to<br>>                                                       # /dev/input/event
<br>>                                                       # for USB<br>>   Option        "Type"          "stylus"<br>>   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
<br>> EndSection<br>><br>> Section "InputDevice"<br>>   Driver        "wacom"<br>>   Identifier    "eraser"<br>>   Option        "Device"        "/dev/wacom"          # Change to
<br>>                                                       # /dev/input/event<br>>                                                       # for USB<br>>   Option        "Type"          "eraser"
<br>>   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY<br>> EndSection<br>><br>> Section "InputDevice"<br>>   Driver        "wacom"<br>>   Identifier    "cursor"
<br>>   Option        "Device"        "/dev/wacom"          # Change to<br>>                                                       # /dev/input/event<br>>                                                       # for USB
<br>>   Option        "Type"          "cursor"<br>>   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY<br>> EndSection<br>><br>> Section "Device"
<br>>       Identifier      "ATI Technologies, Inc. R350 AH [Radeon 9800 SE]"<br>>       Driver          "fglrx"<br>>       BusID           "PCI:1:0:0"<br>> EndSection<br>><br>
> Section "Monitor"<br>>       Identifier      "Generic Monitor"<br>>       Option          "DPMS"<br>>       HorizSync       30-86<br>>       VertRefresh     50-120<br>> EndSection
<br>><br>> Section "Screen"<br>>       Identifier      "Default Screen"<br>>       Device          "ATI Technologies, Inc. R350 AH [Radeon 9800 SE]"<br>>       Monitor         "Generic Monitor"
<br>>       DefaultDepth    24<br>>       SubSection "Display"<br>>               Depth           1<br>><br>> Modes         "2500x3096" "1816x1816" "1784x1115" "1576x1182" "1464x1464"
<br>> "1400x1400" "1280x1024" "1024x768" "800x600" "640x480" "640x400" "440x440"<br>> "376x282" "256x2888" "248x198" EndSubSection
<br>>       SubSection "Display"<br>>               Depth           4<br>><br>> Modes         "2500x3096" "1816x1816" "1784x1115" "1576x1182" "1464x1464"
<br>> "1400x1400" "1280x1024" "1024x768" "800x600" "640x480" "640x400" "440x440"<br>> "376x282" "256x2888" "248x198" EndSubSection
<br>>       SubSection "Display"<br>>               Depth           8<br>><br>> Modes         "2500x3096" "1816x1816" "1784x1115" "1576x1182" "1464x1464"
<br>> "1400x1400" "1280x1024" "1024x768" "800x600" "640x480" "640x400" "440x440"<br>> "376x282" "256x2888" "248x198" EndSubSection
<br>>       SubSection "Display"<br>>               Depth           15<br>><br>> Modes         "2500x3096" "1816x1816" "1784x1115" "1576x1182" "1464x1464"
<br>> "1400x1400" "1280x1024" "1024x768" "800x600" "640x480" "640x400" "440x440"<br>> "376x282" "256x2888" "248x198" EndSubSection
<br>>       SubSection "Display"<br>>               Depth           16<br>><br>> Modes         "2500x3096" "1816x1816" "1784x1115" "1576x1182" "1464x1464"
<br>> "1400x1400" "1280x1024" "1024x768" "800x600" "640x480" "640x400" "440x440"<br>> "376x282" "256x2888" "248x198" EndSubSection
<br>>       SubSection "Display"<br>>               Depth           24<br>><br>> Modes         "2500x3096" "1816x1816" "1784x1115" "1576x1182" "1464x1464"
<br>> "1400x1400" "1280x1024" "1024x768" "800x600" "640x480" "640x400" "440x440"<br>> "376x282" "256x2888" "248x198" EndSubSection
<br>> EndSection<br>><br>> Section "ServerLayout"<br>>       Identifier      "Default Layout"<br>>       Screen          "Default Screen"<br>>       InputDevice     "Generic Keyboard"
<br>>       InputDevice     "Configured Mouse"<br>>       InputDevice     "stylus" "SendCoreEvents"<br>>       InputDevice     "cursor" "SendCoreEvents"<br>>       InputDevice     "eraser" "SendCoreEvents"
<br>> EndSection<br>><br>> Section "Extensions"<br>>         Option "Composite" "Disable"<br>> EndSection<br>><br>><br>> Section "DRI"<br>>       Mode    0666
<br>> EndSection<br>><br>> Und hier die Ausgabe des Befehls fglrxinfo<br>><br>> sinclair@freddy:~$ fglrxinfo<br>> display: :0.0  screen: 0<br>> OpenGL vendor string: Tungsten Graphics, Inc.<br>> OpenGL renderer string: Mesa DRI R300 20060815 AGP 1x TCL
<br>> OpenGL version string: 1.2 (1.3 Mesa 6.5.1)<br>><br>> sinclair@freddy:~$<br>><br>> So ich starte jetzt mal neu mal gucken was passiert ich melde mich falls<br>> das Problem gelöst ist.<br>><br>> Frank
<br>><br>><br>><br>> _______________________________________________<br>> LinuxOB mailing list<br>> <a href="mailto:LinuxOB@lists.popob.de">LinuxOB@lists.popob.de</a><br>> <a href="http://lists.popob.de/mailman/listinfo/linuxob">
http://lists.popob.de/mailman/listinfo/linuxob</a><br><br>OK sobald ich fglrx statt ati und Device eintrage setzt der XServer nicht mehr<br>auf. Mit der obigen Liste geht es also nicht. Habe ich dann in der Konsole in<br>
ati geändert und X neu gestartet dann ging es.<br>Bei dem Befehl lsmod | grep fglrx kommt keine Ausgabe also ist fglrx folglich<br>nicht geladen. So wie bekomme ich das jetzt hin das es geladen wird?<br>Ich weiss ich nerve aber das bringt mich hier zur Verzweiflung na ja zumindest
<br>fast.<br><br>Frank<br><br>_______________________________________________<br>LinuxOB mailing list<br><a href="mailto:LinuxOB@lists.popob.de">LinuxOB@lists.popob.de</a><br><a href="http://lists.popob.de/mailman/listinfo/linuxob">
http://lists.popob.de/mailman/listinfo/linuxob</a><br></blockquote></div><br><br clear="all"><br>-- <br><br>// <a href="mailto:maximilian.haack@gmail.com">maximilian.haack@gmail.com</a> <br>// gpg 0x6DCB36FE<br>// <a href="http://www.ita-abi08.de/blog">
http://www.ita-abi08.de/blog</a>