ubuntuusers.de

Brauche dringend HILFE mit XORG - Externer Bildschirm

Status: Ungelöst | Ubuntu-Version: Ubuntu 7.04 (Feisty Fawn)
Antworten |

rolandinho

Anmeldungsdatum:
29. Juni 2007

Beiträge: Zähle...

Ich versuche verzweifelt schon seit tagen mein Externer Monitor zum laufen zu bringen aber es klappt nicht. Ich hab alle Anleitungen gelesen aber nichts hingekriegt und mein xserver hab ich schon ein paar mal zerschossen.

Mein externer Monitor ist ein Acer AL2216W mit eine Auflösung von 1680x1050.

und hier meine derzeitige xorg.conf datei - kann mir bitte jemand eine zum kopieren fertige xorg datei schreiben so dass ich mein externen monitor verwenden kann! bitte bitte

Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

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

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

diarrhoe

Avatar von diarrhoe

Anmeldungsdatum:
24. Juni 2005

Beiträge: 144

Wohnort: Berlin

*kopfschüttel*

Sooo viele Fehler auf einmal..

1. die Überschrift: Hier brauchen andere Leute bestimmt noch viel dringenderer Hilfe (die du auch noch komplett groß geschrieben hast) als du. Bitte bitte sowas nicht schreiben
2. du hast keinerlei Infos über deine (relevante) Hardware übersichtlich gegeben. Das heißt, du verlangst, dass andere sich das aus deiner (offensichtlich nicht funktionierenden) Konfiguration schlussfolgern, wenn die Angaben überhaupt mal korrekt sind.
3. du hast deine Konfiguration nicht in [ code ]-Tags gepackt.
4. Du verlangst, dass dir jemand was Fertiges hinklatscht, anstatt dir Hinweise und Tipps zu geben, das selbständig zu lösen, damit du das in Zukunft auch alleine schnell und problemlos hinbekommst.

Das ist jetzt wirklich nicht böse gemeint, sondern verstehe das bitte als *konstruktive* Kritik. Bei deinem Problem kann ich dir leider nicht weiterhelfen, ich weiß nur, dass es für Nvidiakarten einigermaßen praktische Software gibt.

MFG

Femto

Anmeldungsdatum:
23. November 2006

Beiträge: 73

Wohnort: Bonn

Ja, da stimm ich mal Diarrhoe in allen Punkten zu.

Zu deinem Problem: Es ist kein Wunder dass dein Monitor nicht geht, er taucht ja nichtmal in der xorg.conf auf. Hier mal meine xorg.conf als Beispiel:

# /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 "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0
	Screen         "aticonfig-Screen[1]" RightOf "Default Screen"
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/X11/fonts/misc"
	FontPath     "/usr/share/X11/fonts/cyrillic"
	FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/X11/fonts/Type1"
	FontPath     "/usr/share/X11/fonts/100dpi"
	FontPath     "/usr/share/X11/fonts/75dpi"
	FontPath     "/usr/share/fonts/X11/misc"
	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 "ServerFlags"
	Option	    "AIGLX" "off"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de"
	Option	    "XkbVariant" "neo"
	Option	    "XkbOptions" "lv3:ralt_switch"
EndSection

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

Section "Monitor"
	Identifier   "PHILIPS 107E"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[1]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[1]"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. Radeon Mobility X700 (RV410)"
	Monitor    "PHILIPS 107E"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1400x1050" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1400x1050" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1400x1050" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1400x1050" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1400x1050" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1400x1050" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[1]"
	Device     "aticonfig-Device[1]"
	Monitor    "aticonfig-Monitor[1]"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "Disable"
EndSection

Beachte hierbei, dass die Monitor, Device und Screen-Sektionen alle doppelt vorkommen, und die jeweils an den Bildschirm angepasst sind. Probier aber bloß nicht aus das einfach zu kopieren, das wird nicht klappen!

PS: Bist du sicher dass dein externer Monitor diese hohe Auflösung überhaupt unterstützt?

rolandinho

(Themenstarter)

Anmeldungsdatum:
29. Juni 2007

Beiträge: 4

es tut mir leid dass ich so hier nach einem fertigen code frage, aber ich hab schon alles versucht und musst sogar schon 2mal neuinstallieren.

Ich hab zB xorg-edit ausprobiert und hat trotzdem nicht geklappt. kann mir zB jemand sagen wie ich da was eingeben muss? ich bin total überfordert zurzeit - ist ja nicht so als hätte ich nicht alles versucht.

diarrhoe

Avatar von diarrhoe

Anmeldungsdatum:
24. Juni 2005

Beiträge: 144

Wohnort: Berlin

Da es kein Patentrezept gibt, wirst du dich wohl durcharbeiten müssen. Femto hat dir eine funktionierende Konfiguration gezeigt und nun musst du verstehen, warum es bei ihm klappt und bei dir nicht. Er hat dir ja auch gesagt, dass dein Monitor gar nicht in der Konfigurationsdatei xorg.conf (zu finden unter /etc oder /etc/X11 wenn ich mich recht entsinne) definiert ist.

Nimm dir einfach noch etwas Zeit und versuche (mit Hilfe von google und Co.) die Konfigurationsdatei zu verstehen. Diese müsstest du mit einem Editor deiner Wahl bearbeiten (z. B. nano).

rolandinho

(Themenstarter)

Anmeldungsdatum:
29. Juni 2007

Beiträge: 4

ich hab mal jetzt ein wenig was geändert - würde das gehen oder hab ich fehler gemacht???

Section "Monitor"
   Identifier   "ACER AL2216W"
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[1]"
   Option       "i810"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[1]"
   Driver      "fglrx"
   BusID       "PCI:0:2:0"
   Screen      1
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
   Monitor    "ACER AL2216W"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1680x1050"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1680x1050"
   EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"aticonfig-Monitor[1]"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
   Mode         0666
EndSection

Section "Extensions"
   Option       "Composite" "Disable"
EndSection  

rolandinho

(Themenstarter)

Anmeldungsdatum:
29. Juni 2007

Beiträge: 4

das ist meine original xorg.conf

# /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 xorg.conf(5) manual page.
# (Type "man 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/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/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	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	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 "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

johannes@ubuntu

Anmeldungsdatum:
6. Februar 2006

Beiträge: 52

Wohnort: Tübingen

Ich habe auch einen externen Monitor. 22" mit 1680x1050. Hast du schonmal versucht den Monitor mit

sudo dpkg-reconfigure xserver-xorg

einzurichten? Bei mir läuft jetzt alles so, wie es soll. Der Monitor vom Notebook ist zwar an, aber den kann man ja zuklappen.

Bis denn, johannes

Antworten |