ext. Monitor, T60, Ubuntu Gutsy

Esc

Active member
Themenstarter
Registriert
17 Juni 2007
Beiträge
1.724
Hello,

Es ist mir schon sehr peinlich, dass ich diese Frage stelle, da ich in der Vergangenheit bei dem Thema eigentlich nicht viel Probleme habe. Aber ich bekomme es nicht gebacken, meinen externen Monitor (Samsung SyncMaster 913TM, LCD 19" mit 1289x1024), an mein T-60 (14" 1400x1050, Ati X1300) anzuschliessen. Ich möchte einfach den externen Monitor als Bildschirm benutzen, 1 : 1 ohne erweiterte Deskotp oder so.

Aber egal, was ich tue, es klappt einfach nicht :( Ich sehe zwar ein Bild im externen Monitor, aber das ist auf 800x600 eingestellt oder so. Außerdem ist es virtuell. Liegt es an der höheren Auflösung des Notebooks?

HIer meine xorg.conf (nutze fgrlx); 3d desktop aktiviert

# /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"
Option "TouchpadOff" "1"
Option "SHMconfig" "on"
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 "Generic Video Card"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1400x1050" "(pitch" "1400)"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050" "(pitch" "1400)"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050" "(pitch" "1400)"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050" "(pitch" "1400)"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050" "(pitch" "1400)"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "(pitch" "1400)"
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
Section "Extensions"
Option "Composite" "0"
EndSection
 
Grüß dich, versuch doch mal bitte folgendes:

Code:
aticonfig --dtop=horizontal --overlay-on=0

danach mit

Strg+Alt+Backspace

den X-Server neu starten.


So far....
Elloran
 
Danke für die schnelle Antwort! Folgende Fehlermeldung, wenn ich das eingebe, was du mir vorgeschlagen hast:

Warning: Failed to set hardware overlay to head 0 immediately.
Warning: Option 'DesktopSetup' doesn't affect running session.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.fglrx-1
*** glibc detected *** aticonfig: munmap_chunk(): invalid pointer: 0xbf9149d5 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(cfree+0x1bb)[0xb7d7d92b]
aticonfig[0x805c5c7]
aticonfig[0x805c875]
aticonfig[0x8054528]
aticonfig[0x804985e]
aticonfig[0x80496cb]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7d26050]
aticonfig[0x8049601]
======= Memory map: ========
08048000-08067000 r-xp 00000000 08:01 33230 /usr/bin/aticonfig
08067000-0806a000 rw-p 0001e000 08:01 33230 /usr/bin/aticonfig
0806a000-0808b000 rw-p 0806a000 00:00 0 [heap]
b7d02000-b7d03000 rw-p b7d02000 00:00 0
b7d03000-b7d05000 r-xp 00000000 08:01 577560 /lib/tls/i686/cmov/libdl-2.6.1.so
b7d05000-b7d07000 rw-p 00001000 08:01 577560 /lib/tls/i686/cmov/libdl-2.6.1.so
b7d07000-b7d08000 rw-p b7d07000 00:00 0
b7d08000-b7d0c000 r-xp 00000000 08:01 33345 /usr/lib/libXdmcp.so.6.0.0
b7d0c000-b7d0d000 rw-p 00003000 08:01 33345 /usr/lib/libXdmcp.so.6.0.0
b7d0d000-b7d0f000 r-xp 00000000 08:01 33509 /usr/lib/libXau.so.6.0.0
b7d0f000-b7d10000 rw-p 00001000 08:01 33509 /usr/lib/libXau.so.6.0.0
b7d10000-b7e54000 r-xp 00000000 08:01 685766 /lib/tls/i686/cmov/libc-2.6.1.so
b7e54000-b7e55000 r--p 00143000 08:01 685766 /lib/tls/i686/cmov/libc-2.6.1.so
b7e55000-b7e57000 rw-p 00144000 08:01 685766 /lib/tls/i686/cmov/libc-2.6.1.so
b7e57000-b7e5a000 rw-p b7e57000 00:00 0
b7e5a000-b7e7d000 r-xp 00000000 08:01 577561 /lib/tls/i686/cmov/libm-2.6.1.so
b7e7d000-b7e7f000 rw-p 00023000 08:01 577561 /lib/tls/i686/cmov/libm-2.6.1.so
b7e7f000-b7f6c000 r-xp 00000000 08:01 35477 /usr/lib/libX11.so.6.2.0
b7f6c000-b7f70000 rw-p 000ed000 08:01 35477 /usr/lib/libX11.so.6.2.0
b7f70000-b7f7d000 r-xp 00000000 08:01 33652 /usr/lib/libXext.so.6.4.0
b7f7d000-b7f7e000 rw-p 0000d000 08:01 33652 /usr/lib/libXext.so.6.4.0
b7f7e000-b7f7f000 rw-p b7f7e000 00:00 0
b7f7f000-b7f86000 r-xp 00000000 08:01 33233 /usr/lib/libXrender.so.1.3.0
b7f86000-b7f87000 rw-p 00006000 08:01 33233 /usr/lib/libXrender.so.1.3.0
b7f87000-b7f8c000 r-xp 00000000 08:01 34189 /usr/lib/libXrandr.so.2.1.0
b7f8c000-b7f8d000 rw-p 00005000 08:01 34189 /usr/lib/libXrandr.so.2.1.0
b7f93000-b7f9d000 r-xp 00000000 08:01 685571 /lib/libgcc_s.so.1
b7f9d000-b7f9e000 rw-p 0000a000 08:01 685571 /lib/libgcc_s.so.1
b7f9e000-b7fa1000 rw-p b7f9e000 00:00 0
b7fa1000-b7fbb000 r-xp 00000000 08:01 685461 /lib/ld-2.6.1.so
b7fbb000-b7fbd000 rw-p 00019000 08:01 685461 /lib/ld-2.6.1.so
bf900000-bf916000 rw-p bf900000 00:00 0 [stack]
ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso]
Aborted (core dumped)
 
Versuch mal bitte:

Code:
aticonfig --initial=dual-head --screen-layout=above

Gib mir mal mehr Infos, was gerade funktioniert.

Ist der zweite Monitor ein erweiterter Desktop? Sprich kannst du da mit der Maus rüberfahren oder ist das ein Klon vom ersten? (So wie du das willst)
 
Meine Anregungen:

o schon ausprobiert?
ext. Monitor vor dem Booten anschliessen und dann starten. Mit etwas Glueck zeigt er dann sofort ein Bild..

o Dualview

o ich vermute, es fehlen die Infos, was wohin ausgegeben werden soll. Also bei der Grafikkarte (die Sektion mit "fglrx") eine Option mit "CRT, TFT" (oder so aehnlich!) angeben. Statt TFT wird kommt evtl. auch DFP in Frage...
 
Original von Elloran
Versuch mal bitte:

Code:
aticonfig --initial=dual-head --screen-layout=above

Gib mir mal mehr Infos, was gerade funktioniert.

Ist der zweite Monitor ein erweiterter Desktop? Sprich kannst du da mit der Maus rüberfahren oder ist das ein Klon vom ersten? (So wie du das willst)

Warning: Could not find configuration file
Please copy configuration file template to /etc/X11
 
Original von aasche
Meine Anregungen:

o schon ausprobiert?
ext. Monitor vor dem Booten anschliessen und dann starten. Mit etwas Glueck zeigt er dann sofort ein Bild..

Mein Monitor zeigt ein Bild und ich arbeite auch schon mit jenem. Nur ist die Auflösung nicht optimal und das Bild ist virtuell. Die Einrichtung über "gksudo displayconfig" funktioniert auch nicht :/
 
Was ist ein virtuelles Bild? Oo

Hast du den Treiber selber installiert oder ist das alles "ab Werk" ?

Du kannst dann nur die Maximale Auflösung des LCDs verwenden!
 
Mit virtuell mein ich das virtuelle Deskotp, dass "über die Ränder" des Displays geht.
Ich möchte auf meinen 19" Monitor einfach nur die Auflösung 1280x1024 nutzen, aber diese lässt sich nicht einstellen. Irgendwie habe ich das Gefühl, dass meine xorg.conf Datei nicht ausgelesen wird, obwohl sie vorhanden ist.

Ich warte mal etwas ab, vielleicht liegt es an Gutsy :/
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben