You are not logged in.
Hi there!
I buyed myself a new Samsung Q35 and want to use an external Flatpanel. I think it works now with Xinerama (i dont know another way for the intel 945gm and the module i810) and Xorg 11R7.0-1.
First of all, the Samsung laptop has a resoultion of 1280x800 and the Dell flatpanel a resolution of 1024x768. I only get it to work with both using a 1024x768 resolution. What do i have to change to get this work?
Another problem are the workspaces? How does xorg handels the second display? are there 4 workspaces with an resolution of 1280+1024?
as you can see on the first picture i cant move a windows more right. but the gnome panel is shown correct on the second screen.
when i maximaze a window on the second screen, there is some space on the most right side, and there is some piece of the window on the first screen.
is this a setting of xorg.conf or of gnome? hmm i dont know, maybe one of you know. at least, here is my xorg.conf.
thank you!
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "ScreenQ" 0 0
Screen 1 "ScreenD" RightOf "ScreenQ"
Option "Xinerama" "true"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "MonitorQ"
#VendorName "AUO"
#ModelName "1314"
EndSection
Section "Monitor"
Identifier "Dell"
VendorName "Dell"
ModelName "UltraSharp"
EndSection
Section "Device"
Identifier "CardQ"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Screen 0
EndSection
Section "Device"
Identifier "CardD"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Screen 1
EndSection
Section "Screen"
Identifier "ScreenQ"
Device "CardQ"
Monitor "MonitorQ"
DefaultDepth 24
SubSection "Display"
Depth 24
#Modes "1280x800"
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "ScreenD"
Device "CardD"
Monitor "Dell"
DefaultDepth 24
SubSection "Display"
Depth 24
#Modes "1280x800"
Modes "1024x768"
EndSubSection
EndSection
Offline
hmm, no ideas?
Offline