Asus EEE + externer Monitor

Gespeichert hab ich die Datei jetzt.
nur ist leider die Auflösung 128x1024 nicht verfügabr sondern nur Breitbildauflösungen

das hab ich schon geschafft
 
Dark Zero schrieb:
Strg + O und dann mit Enter bestätigen

EDIT: warum eigentlich virtual?

ich hatte nicht drauf geachtet was die da gepostet hatten. das war nur der eintrag des primären monitors, da dieser ne anamorphe auflösung hat wird einfach nur ein virtual eintrag angegeben.
hab mal versucht ne dual screen config mit xinerama zu bauen. bevor die einer testet könnten ja vll mal limoni & co drüber gucken ob die so funktioniert.
Section "ServerLayout"
Identifier "Xandros"
Screen 0 "Screen1"
Screen 1 "Screen2" RightOf "Screen1"
InputDevice "keyboard"
InputDevice "mouse"
InputDevice "synaptics"
Option "Xinerama" "true"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
EndSection

Section "Module"
Load "glx"
Load "dri"
Load "extmod"
Load "synaptics"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "BlankTime" "5"
Option "DontVTSwitch" "true"
EndSection

Section "InputDevice"
Identifier "keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbLayout" "us"
Option "XkbVariant" ""
EndSection

Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "synaptics"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1000"
Option "RightEdge" "5400"
Option "TopEdge" "1000"
Option "BottomEdge" "4900"
Option "PalmDetect" "0"
Option "SHMConfig" "true"
Option "SendCoreEvents" "yes"
Option "HorizScrollDelta" "0"
Option "RBCornerButton" "0"
Option "RTCornerButtom" "0"
Option "MaxSpeed" "0.1"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "ASUS"
ModelName "eeePC P701"
Modeline "800x480" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync # 60 Hz
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Generic"
ModelName "Extern"
EndSection

Section "Device"
Identifier "Device1"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
#BusID "PCI:0:2:0"
Screen 0
EndSection

Section "Device"
Identifier "Device2"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
#BusID "PCI:0:2:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 8
Virtual 1024 768
EndSubSection
SubSection "Display"
Depth 15
Virtual 1024 768
EndSubSection
SubSection "Display"
Depth 16
Virtual 1024 768
EndSubSection
SubSection "Display"
Depth 24
Virtual 1024 768
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Device2"
Monitor "Monitor2"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes 1280 1024
EndSubSection
SubSection "Display"
Depth 15
Modes 1280 1024
EndSubSection
SubSection "Display"
Depth 16
Modes 1280 1024
EndSubSection
SubSection "Display"
Depth 24
Modes 1280 1024
EndSubSection
EndSection


Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection
 
probieren geht über studieren :)
zur not einfach die "richtige" xorg.conf als backup speichern.
zB so

Code:
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
 
habe das jetzt mal eingetippt und editiert, aber dann startet Linux nicht mehr!

er leibt beim Bildschirm "System Starting" hängen. Gibts da sowas wie eineen Abgesichten Modus im Windows?
 
drück mal strg+alt+f2 wenn er da stehen bleibt. wahrscheinlich ist in der config nen fehler dass er die grafische oberfläche nicht mehr starten kann(deshalb sollte das ein anderer der sich auskennt testen).
mit der tastenkombination kommt man auf terminal 2, da sollteste dich dann einloggen und die datei wieder rüberkopieren können.
 

Ähnliche Themen

Zurück
Oben