Debian etch ati treiber Problem

Dieses Thema im Forum "Linux & BSD" wurde erstellt von artis, 5. Oktober 2006 .

Schlagworte:
  1. 5. Oktober 2006
    Und zwar hab mir heut den Treiber runtergeladen für meine ATI Radeon 9000 und hab den auch installiert wie es in den ganzen Anleitungen steht!

    so nach Abschluss des installers soll man ja en reboot machen und dann müsst das ganze gehn, nur wenn ich mein system reboote und dann kurz vor dem starten von KDM schaltet sich mein monitor auf standby und dann tut sich nichts mehr! woran kann das liegen??

    Suche schon verzweifelt nach einer Lösung.

    GreeTz Artis
     
  2. 5. Oktober 2006
    AW: Debian etch ati treiber Problem

    liegt daran das X11 den falschen treiber hat. Ich benutze mit meiner x850 den fglrx Treiber. Den muss man zwar erst umständlich einrichten, aber der geht (auf
    Portal › ubuntuusers.de
    ist in der/die/das wiki eine ausführliche anleitung.) Ansonsten kannst du es ja ma mit rekonfigurieren versuchen:
    Code:
    dpkg-configure X11-Xorg 
    
    keine haftung für richtigkeit!
    Ich empfehle auch lynx denn dann kannst du auch im Textmodus im internet surfen (mehr schlecht als recht)
     
  3. 5. Oktober 2006
    AW: Debian etch ati treiber Problem

    Code:
    dpkg-reconfigure xserver-xorg
    soweit ich mich erinnern kann ...

    Du solltest vielleicht mal deine /etc/X11/xorg.conf pasten.
    Da sollte dann der ATI-Treiber, wenn ich das mit NVIDIA vergleiche, drinstehen.

    Das waere also der naechste Schritt. ( /etc/X11/xorg.conf pasten )

    Solltest du nur noch Windows benutzen koennen, kannst du dir diese Datei auch per explore2fs.exe holen. Gibts umsonst im Internet zum downloaden.

    Mfg,

    Kolazomai
     
  4. 5. Oktober 2006
    AW: Debian etch ati treiber Problem

    oder es stimmt was nicht mit der mhz bzw auflösung...hatte das problem auch...einfach die xorg.conf editieren...gib rückmeldung ob es geklappt hat
     
  5. 6. Oktober 2006
    AW: Debian etch ati treiber Problem

    meine xorg.con also bis her hat nichts geholfen! leider weis net woran es liegen könnte!

    Code:
    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Files"
     FontPath "/usr/share/fonts/X11/misc"
     FontPath "/usr/X11R6/lib/X11/fonts/misc"
     FontPath "/usr/share/fonts/X11/cyrillic"
     FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
     FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
     FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
     FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
     FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
     FontPath "/usr/share/fonts/X11/Type1"
     FontPath "/usr/X11R6/lib/X11/fonts/Type1"
     FontPath "/usr/share/fonts/X11/100dpi"
     FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
     FontPath "/usr/share/fonts/X11/75dpi"
     FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
     # path to defoma fonts
     FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
     Load "i2c"
     Load "bitmap"
     Load "ddc"
     Load "dri"
     Load "extmod"
     Load "freetype"
     Load "glx"
     Load "int10"
     Load "type1"
     Load "vbe"
    EndSection
    
    Section "InputDevice"
     Identifier "Generic Keyboard"
     Driver "kbd"
     Option "CoreKeyboard"
     Option "XkbRules" "xorg"
     Option "XkbModel" "pc105"
     Option "XkbLayout" "de"
     Option "XkbVariant" "nodeadkeys"
    EndSection
    
    Section "InputDevice"
     Identifier "Configured Mouse"
     Driver "mouse"
     Option "CorePointer"
     Option "Device" "/dev/input/mice"
     Option "Protocol" "ExplorerPS/2"
     Option "Emulate3Buttons" "true"
    EndSection
    
    Section "Device"
     Identifier "ATI Technologies, Inc. Radeon RV250 If [Radeon 9000]"
     Driver "fglrx"
     Option "VideoOverlay" "on"
     Option "OpenGLOverlay" "off"
     Option "MonitorLayout" "Auto,Auto"
    EndSection
    
    Section "Monitor"
     Identifier "MD1998LM"
     Option "DPMS"
     HorizSync 30-100
     VertRefresh 50-100
    EndSection
    
    Section "Screen"
     Identifier "Default Screen"
     Device "ATI Technologies, Inc. Radeon RV250 If [Radeon 9000]"
     Monitor "MD1998LM"
     DefaultDepth 24
     SubSection "Display"
     Depth 1
     Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 4
     Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 8
     Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 15
     Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 16
     Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
     Depth 24
     Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
     EndSubSection
    EndSection
    
    Section "ServerLayout"
     Identifier "Default Layout"
     Screen "Default Screen"
     InputDevice "Generic Keyboard"
     InputDevice "Configured Mouse"
    EndSection
    
    Section "DRI"
     Mode 0666
    EndSection
    
     
  6. 6. Oktober 2006
    AW: Debian etch ati treiber Problem

    ich schätz mal, dass die werte ned passen. kommentier dir mal aus oder setz die richtigen werte ein (stehen im handbuch deines monitors)
     
  7. 6. Oktober 2006
    AW: Debian etch ati treiber Problem

    ich lade auch dri net, also das zur not mal auskommentieren...mfg coach
     
  8. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.