Hello,
I use an Acer Aspire One D150 Netbook, have installed Ubuntu 10.10 -maverick.
All works fine inclusive Wlan.
I also have an Mimo 7" USB-touchscreen display.
I installed with the software-center the xorg-displaylink-driver and also the X2X (for mouse and keyboard)
With the help of google I found some settings for the xorg.conf which are working for me:
PHP Code:
# xorg.conf (X.Org X Window System server configuration file)
############ Original Video Settings ###########
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1024x600"
EndSubSection
EndSection
#################################################
Section "ServerLayout"
Identifier "Server Layout"
Screen 0 "DisplayLinkScreen" 0 0
Screen 1 "Default Screen" LeftOf "DisplayLinkScreen"
Option "Xinerama" "off"
EndSection
#################################################
Section "Files"
ModulePath "/usr/lib/xorg/modules"
ModulePath "/usr/lib/xorg/modules/drivers"
EndSection
############### DisplayLink Stuff ###############
Section "Device"
Identifier "DisplayLinkDevice"
driver "displaylink"
Option "fbdev" "/dev/fb0"
EndSection
Section "Monitor"
Identifier "DisplayLinkMonitor"
EndSection
Section "Screen"
Identifier "DisplayLinkScreen"
Device "DisplayLinkDevice"
Monitor "DisplayLinkMonitor"
SubSection "Display"
Depth 16
Modes "800x480"
EndSubSection
EndSection
so if i start with the USB-display connected all looks good.
The Mimo is the main screen, I can use the keyboard and mouse on both screens
-I'm very happy about this -
BUT if I start the netbook without the usb-display I get no gdm login screen I only can use the commandline.
What have I to do that it doesn matter if the usb-dispaly is connected or not?
I hope you understand my (german) problem
Michael
P.S. one little problem. If I use the touchscreen and if I touch the panel in the upper left corner the mouse will be in the lower right, it seems to be mirrored.
Bookmarks