2nd view

Silvos

Silvos

Eroberer
Hallo, ich habe ein Acer Extensa 5220 mit einer Intel GMA X3100 Grafikkarte.
Als externen Bildschirm habe ich einen 19" TFT.

Doch dieser zeigt nur dasselbe wie der interne Bildschirm an mit einer komischen Auflösung.

Was muss ich in meiner xorg.conf ändern, dass ich einen 2nd view habe mit einer Auflösung von 1280x1024 im externen Bildschirm?

Hier meine xorg.conf
Code:
Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/lib/X11/fonts/misc"
    FontPath        "/usr/lib/X11/fonts/cyrillic"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/Type1"
    FontPath        "/usr/lib/X11/fonts/TTF"
    FontPath        "/usr/lib/X11/fonts/OTF"
    FontPath        "/usr/lib/X11/fonts/Speedo"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
    Load           "freetype"
    Load           "i2c"
    Load	       "synaptics"
    Load           "bitmap"
    Load           "freetype"
    Load    	   "dri"
    Load           "int10"
    Load           "vbe"
    Load           "extmod"
    Load           "glx"
    Load	       "GLcore"
    Load 	       "v4l"
    Load           "dbe"
    Load           "ddc"
    Load           "record"
    Load           "xtrap"
    Load           "type1"
EndSection

Section "InputDevice" 
 	Identifier "Generic Keyboard" 
 	Driver 		"kbd" 
 	Option 		"CoreKeyboard" 
 	Option 		"XkbRules" 		"xorg" 
 	Option 		"XkbModel" 		"pc105" 
 	Option 		"XkbLayout" 	"de" 
EndSection 
 
Section "InputDevice" 
	 Identifier "Synaptics Touchpad" 
	 Driver 	"synaptics" 
 	 Option 	"Device" 			"/dev/input/mouse0" 
	 Option 	"Protocol" 			"auto-dev" 
	 Option 	"HorizScrollDelta" 	"0" 
	 Option 	"SHMConfig" 		"true"
EndSection 
 
Section "Device" 
 	Identifier 	"Intel intern" 
	Boardname 	"intel" 
 	Busid 		"PCI:0:2:0" 
 	Driver 		"intel"
	Option      "DRI" 			"true"
	Option 		"RenderAccel" 	"true"
	Option 		"AperTexSize" 	"131072"
	Option      "MonitorLayout" "CRT+TV,LFP"
    Screen      0
EndSection

Section "Device"
        Identifier      "Intel extern"
        Driver          "intel"
        BusID           "PCI:0:2:1"
        Option          "Display"       "CRT"
        Option          "MonitorLayout" "CRT+TV,LFP" 
        Screen          1
EndSection

Section "Monitor" 
 	Identifier 	"Intern" 
 	Vendorname 	"Generic LCD Display" 
 	Modelname 	"LCD Panel 1280x800" 
 	Horizsync 	31.5-50.0 
 	Vertrefresh 56.0 - 65.0  
 	modeline 	"800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync 
	modeline 	"800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync 
 	modeline 	"1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync 
 	modeline 	"1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync 
 	modeline 	"1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync 
 	Gamma 		1.0
	Option      "DPMS" 
EndSection 

Section "Monitor"
        Identifier   "Extern"
        HorizSync    30.0 - 80.0
        VertRefresh  50.0 - 75.0
        Modeline "1280x1024"  135.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
        DisplaySize	 376 301
        Option       "DPMS"    "true" 
EndSection

Section "Screen" 
	 Identifier 	"Internal Screen" 
 	 Device 		"Intel intern" 
 	 Monitor 		"Intern" 
 	 Defaultdepth 	24 
 	 SubSection 	"Display" 
 		Depth 	24 
 		Modes 	"1280x800@60"
	 EndSubSection 
EndSection 

Section "Screen"
        Identifier      "External Screen"
        Device          "Intel extern"
        Monitor         "Extern"
        DefaultDepth    24
        SubSection "Display"
                Depth          24
                Modes          "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout" 
 	Identifier "Dual Head" 
 	Screen 		0		"Internal Screen"	0 0
 	Screen 		1		"External Screen"	RightOf	"Internal Screen" 
	Option		"AIGLX"	"true"
 	Inputdevice "Generic Keyboard" 
	Inputdevice "Synaptics Touchpad"		"SendCoreEvents" 
EndSection 

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
	Option 	"Composite"		"Enable"
EndSection

Distribution: Slackware 12.0

Ich hoffe ihr könnt mir helfen.

Danke schonmal.
 
Schau mal hier: http://intellinuxgraphics.org/dualhead.html

Das ganze nennt sich Dual-Head und nicht 2nd View. Eigentlich solltest du dann mit ner Suchmaschine zum Ziel kommen. Wenn noch Probleme auftreten melde dich einfach
 

Ähnliche Themen

X11 Monitor Position

X startet nichtmehr

Zweiter Monitor geht bei Vollbildspielen aus.

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

NagiosGrapher 1.7.1 funktioniert nicht

Zurück
Oben