Monitor HP w2207h mit ATI Radeon Mobility X700

F

fuxe

Grünschnabel
Hallo an alle!

Kurz zur Einführung: Ich habe seit kurzem einen neuen Monitor (HP w2207) für mein Notebook, auf dem das aktuelle etch läuft. Wie befürchtet, klappt es nicht auf Anhieb. So dass ich mich zurzeit mit extremen Grafikfehlern rumschlage (Gewählte Bildschirmauflösung nicht verfügbar; extrem grelle, rotverschobene Farben; nur linker, oberer Ausschnitt des Primärmonitors sichtbar)

Ein
dpkg-reconfigre xserver-xorg
erkannte zwar einen Monitor und erzeugte so auch eine Ausgabe, beim nächsten Reboot erscheint jedoch eine "monitorinterne" Ausgabe

Eingangssignal außerhalb des Bereichs.
Einstellungen ändern auf: 1680x1050 - 60Hz
Kurz darauf, schaltet sich der Monitor ab.

Dieser Hinweis bei der Konfiguration von xserver-xorg ist mir noch wenig konkret:
Diese Option konfiguriert auch bei Mehr-Monitor-Konfigurationen
(Multi-Head) nur den primären Monitor, die weiteren Monitore müssen
manuell in der X-Server-Konfigurationsdatei /etc/X11/xorg.conf
Muss hier bei
Code:
Section "Monitor"
in der xorg.conf (weiter unten) der neue Monitor mit Namen beigefügt werden?

All das habe ich aktiviert:
- glx : Unterstützung für das Rendern mittels OpenGL;
- dri : Unterstützung für DRI (Direct Rendering Infrastructure) im
X-Server;
- vbe : Unterstützung für VESA-BIOS-Erweiterungen. Erlaubt die
Abfrage der Monitoreigenschaften mittels der Graphikkarte;
- ddc : Unterstützung für den Datenanzeigekanal (Data Display
Channel). Erlaubt die Abfrage der Monitoreigenschaften
mittels der Graphikkarte;
- int10 : Real-Mode-x86-Emulator zum Softboot sekundärer VGA-Karten. ↑
Sollte aktiviert sein, wenn vbe aktiviert ist;
- dbe : Aktiviert die Double-Buffering-Erweiterung im Server.
Sinnvoll für Animationen und Video-Operationen;
- extmod: Aktiviert viele traditionelle und oft verwendete
Erweiterungen, wie nichtrechteckige Fenster, gemeinsamer
Speicher, Video-Modus-Umschaltung, DGA und Xv;
- record: Implementiert die RECORD-Erweiterung, oft für Server-Tests
verwendet;
- bitmap: Font-Rasterer (ebenso wie das freetype- und type1-Modul).

Meine aktuelle xorg.conf sieht folgendermaßen aus:
Code:
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    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "v4l"
        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"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
        Driver          "ati"
        BusID           "PCI:3:0:0"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        Option          "DPMS"
        HorizSync       28-84
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection

Vielleicht noch interessant:
Code:
localhost:/etc/X11# lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
01:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
01:04.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
01:07.0 RAID bus controller: VIA Technologies, Inc. VT6421 IDE RAID Controller (rev 50)
03:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X700 (PCIE)

Hab leider bisher nur Anleitungen für diesen Monitor für andere OS oder andere Grafikkarten gefunden.
Vielleicht hilft mir auch ein allgemeiner Ratschlag, wie bei der Installation von zweiten Monitoren diese oder jene Sache berücksichtigt werden muss.

DANKEn an alle
 
Zuletzt bearbeitet:
Hab mich mittlerweile schon über einige ati-tools für die konsole und unzählige ubuntu-tutorial gearbeitet. Bin aber leider noch nicht zum gewünschten Ziel gekommen.

Kann vielleicht mal jemand seine xorg.conf posten, der ebenfalls einen zweiten Monitor an sein Notebook angeschlossen hat?
Mir wäre wichtig, wie die Sektion/en "monitor" editiert werden könnten.

Vielen Dank im Voraus!
 

Ähnliche Themen

X startet nichtmehr

xrandr: cant open display

Cent OS 6.3 - Intel audio controller: Zu langsam und zu tief

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Ubuntu X / dbus problem

Zurück
Oben