701 Linpus project! But resolution problem...

Joined
Jul 25, 2008
Messages
2
Reaction score
0
Hi guys!
Just to tell you Linpus is working definitely great on the EEE 701! Wifi is detected perfectly, very fast boot and shutdown, but...
We have a problem with the screen resolution, not the task bar but with the background (here is the point).

As you can see:

http://img504.imageshack.us/img504/2783/bureaufy8.png

I tried to change xorg.conf, to replace the resolution values by 800x480 but nothing changed! I changed also the resolution file by replacing 800x480... nothing...

Here is my xorg.conf, I really would like someone to tell me what to do for the 701 community! It is a REAL good alternative to Xandros!


# Xorg configuration created by system-config-display
Section "ServerFlags"
Option "DontZap" "yes"
Option "DontVTSwitch" "yes"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Synaptics Mouse" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr,us"
Option "XkbVariant" ",euro"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection

Section "InputDevice"
Identifier "Synaptics Mouse"
Driver "synaptics"
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.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
Modeline "800x480" 50.40 1024 1048 1184 1344 600 600 619 625
# Option "Above" "Monitor1"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "intel"
# Option "monitor-LVDS" "Monitor0"
# Option "monitor-VGA" "Monitor1"
Option "Clone" "true"
Option "MonitorLayout" "LVDS,VGA"
BusID "PCI:0:2:0"
# Screen 0
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x480" "800x480" "800x480"
Virtual 800 480
EndSubSection
EndSection
 
That doesn't look like a problem with the resolution of X, rather it is the desktop launcher program is configured to use a higher resolution. I don't know if this can be modified. A configuration file is ~/.config/xfce4/desktop/group-app.xml, but I'm not sure there is anything in there to tell it how much space it can use, that file may only contain details of the programs to be launched, I don't know if there are any other configuration files for it.

EDIT: Just found this thread which looks like it has the relevant configuration info.

There is also the desktop search bar is out of place, you can modify it's positioning in its startup script which is /usr/share/search-bar/start-search_bar.sh
 
Back
Top