amilo-forum.de

Inoffizielles Forum rund um die Notebooks der Amilo- und Lifebook-Serien von Fujitsu

Bekomme DualMode zwischen NotebookMonitor u. TFT nicht weg.

Alle Fragen, die sich speziell um Linux oder andere Unix-ähnliche Betriebssysteme drehen.

Bekomme DualMode zwischen NotebookMonitor u. TFT nicht weg.

Beitragvon Nutoka » 24.09.2006 19:31

Hallo,


ich versuche schon sein längerer Zeit, den NotebookMonitor ausszuschalten und den TFT als Standalone zu benutzen.

Nur ist das bei linux nicht so einfach.
mit aticonfig --dtop=dfp bekomme ich nur das Doppelte Bild.

aticonfig --dtop=single stellt den TFT ab, nicht den Notebook Bildschirm.

Hoffe ihr könnt mir helfen.
Benutze Ubuntu mit einer ATI Grafikkarte.

Vielen Dank, es folgt meine X11.conf

Code: Alles auswählen
# /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
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "stylus" "SendCoreEvents"
   InputDevice    "cursor" "SendCoreEvents"
   InputDevice    "eraser" "SendCoreEvents"
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     "/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       "ZAxisMapping" "4 5"
   Option       "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/dev/wacom"          # Change to
   Option       "Type" "stylus"
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
   Identifier  "eraser"
   Driver      "wacom"
   Option       "Device" "/dev/wacom"          # Change to
   Option       "Type" "eraser"
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
   Identifier  "cursor"
   Driver      "wacom"
   Option       "Device" "/dev/wacom"          # Change to
   Option       "Type" "cursor"
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
   Identifier   "Standardbildschirm"
   HorizSync    28.0 - 64.0
   VertRefresh  43.0 - 60.0
   Option       "DPMS"
EndSection

Section "Device"
   Identifier  "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
   Driver      "fglrx"
   Option       "DesktopSetup" "dfp"
   BusID       "PCI:2:0:0"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
   Monitor    "Standardbildschirm"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1280x1024"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1280x1024"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1280x1024"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1280x1024"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection

Nutoka
 
Beiträge: 8
Registriert: 15.01.2006 14:00

Beitragvon aspettl » 24.09.2006 19:35

Schau dir mal das "radeontool" an:
Code: Alles auswählen
aaron@aaron:~$ radeontool --help
usage: radeontool [options] [command]
         --debug            - show a little debug info
         --skip=1           - use the second radeon card
         dac [on|off]       - power down the external video outputs (off)
         light [on|off]     - power down the backlight (on)
         stretch [on|off|vert|horiz|auto|manual]   - stretching for resolution mismatch
         regs               - show a listing of some random registers


Vielleicht funktioniert das mit dem.

Gruß
Aaron
Vor dem Erstellen neuer Themen bitte die Suchfunktion benutzen und Forenregeln lesen!
Bitte trage dein Notebook mit den technischen Daten im Profil ein.
Benutzeravatar
aspettl
Administrator
 
Beiträge: 7188
Registriert: 15.11.2004 12:46
Notebook:
  • Lifebook E8020D

Beitragvon Nutoka » 24.09.2006 20:19

danke, leider funktioniert es immernoch nicht.

Über das ATI Controle kann ich auf "Single" Stellen, doch bei der Auswahl ob Monitor 1 od. 2 Primier sein soll springt er bei der Auswahl 2 nach einem neustart wieder auf 1.

Anscheinen ist der Monitor irgendwie nicht in der xorg.cfg ;(


Danke schonmal.

Gruß Nutoka
Nutoka
 
Beiträge: 8
Registriert: 15.01.2006 14:00


Zurück zu Linux / Unix / BSD