amilo-forum.de

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

Dualhead mit Amilo M 7400

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

Dualhead mit Amilo M 7400

Beitragvon GoFast » 02.10.2007 14:01

Ja hallo!

Möchte gerne mein Notebook Amilo M 7400 mit einem TFT verbinden und die dann im Dualview Modus laufen lassen.
Hab schon ein bisschen mit der Xorg herumgespielt, aber bring es einfach nicht zusammen das es funktioniert!

Bitte um eure Hilfe!

xorg.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 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"
   Option      "XkbVariant"   "nodeadkeys"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "synaptics"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/psaux"
        Option "Protocol" "auto-dev"
        Option "LeftEdge" "1700"
        Option "RightEdge" "5300"
        Option "TopEdge" "1700"
        Option "BottomEdge" "4200"
        Option "FingerLow" "25"
        Option "FingerHigh" "30"
        Option "MaxTapTime" "180"
        Option "MaxTapMove" "220"
        Option "VertScrollDelta" "100"
        Option "MinSpeed" "0.06"
        Option "MaxSpeed" "0.12"
        Option "AccelFactor" "0.0010"
        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

###########primär Monitor##########

Section "Device"
   Identifier   "Intel Corporation 82852/855GM Integrated Graphics Device"
   Driver      "i810"
   BusID      "PCI:0:2:0"
   Screen      0
EndSection

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

Section "Screen"
   Identifier   "Note"
   Device      "Intel Corporation 82852/855GM Integrated Graphics Device"
   Monitor      "Standardbildschirm"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

############sekundär Monitor#############

Section "Device"
   Identifier   "Intel Corporation 82852/855GM Integrated Graphics Device"
   Driver      "i810"
   BusID      "PCI:0:2:0"
   Screen      1
EndSection

Section "Monitor"
   Identifier   "FSC"
   Option      "DPMS"
   HorizSync   28-51
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "TFT"
   Device      "Intel Corporation 82852/855GM Integrated Graphics Device"
   Monitor      "FSC"
   DefaultDepth   24
      SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen        0   "Note" 0 0
   Screen        1  "TFT" LeftOf "Note"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus"   "SendCoreEvents"
   InputDevice     "cursor"   "SendCoreEvents"
   InputDevice     "eraser"   "SendCoreEvents"
   Option      "Xinerama" "true"
EndSection

Section "DRI"
   Mode   0666
EndSection

GoFast
 
Beiträge: 5
Registriert: 08.08.2007 20:31

Beitragvon An-Dr.Zej » 03.10.2007 23:39

Kann das dein System nicht auf anhieb? Also ich kann mein Amilo so einstellen, das auf beiden Bildschirman das gleiche Angezeigt wird (ist aber länger her)
Benutzeravatar
An-Dr.Zej
Ehemaliger Moderator
 
Beiträge: 3567
Registriert: 26.07.2006 20:23

Beitragvon GoFast » 04.10.2007 10:09

Hab ich schon benutzt aber leider nichts gefunden! Sonst hätte ich mich nicht an euch gewendet!
GoFast
 
Beiträge: 5
Registriert: 08.08.2007 20:31

Beitragvon An-Dr.Zej » 04.10.2007 13:36

Schade. Im Programmieren bin ich absolut keine Hilfe.

Ich *push* die ganze Sache nochmal.
Benutzeravatar
An-Dr.Zej
Ehemaliger Moderator
 
Beiträge: 3567
Registriert: 26.07.2006 20:23

Beitragvon fairlane » 04.10.2007 17:43

lass mal versuchsweiße Xinerama auf false
Slackware
Slackware Linux Current, Kernel 2.6.24.12
Benutzeravatar
fairlane
 
Beiträge: 56
Registriert: 10.05.2006 12:48


Zurück zu Linux / Unix / BSD