Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,187
-rw-r--r-- 1 root root
I don't think that they are being ignored completely. I tried some changes to the 11-touchscreen file and completely hosed the setup. So X looks at them, just doesn't do what we want at the moment.I generated /etc/X11/xorg.conf.d in that I put the suggested conf files, but they seem to be all ignored....
root@pandora:/etc/X11# cat xorg.conf
# Minimal xorg.conf for the OpenPandora - Most things are setup by HAL and FDI's.
#Section "Module"
# Load "extmod"
# Load "dbe"
# Disable "glx"
# Disable "dri"
# Load "dri2"
#EndSection
Section "ServerLayout"
Identifier "DefaultLayout"
Screen "Screen0"
EndSection
Section "Screen"
Identifier "Screen0"
# Device "OMAPFB"
Device "FBDEV"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x480"
EndSubSection
EndSection
#Section "Monitor"
# Identifier "Monitor0"
#EndSection
Section "Device"
Identifier "OMAPFB"
Driver "omapfb"
Option "fb" "/dev/fb0"
EndSection
Section "Device"
Identifier "FBDEV"
Driver "fbdev"
Option "ShadowFB" "false"
Option "fbdev" "/dev/fb0"
EndSection
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/Speedo"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
EndSection
cat /etc/X11/xorg.conf.d/10-keyboard.conf
Section "InputClass"
Identifier "keyboard"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
cat /etc/X11/xorg.conf.d/99-calibration.conf
Section "InputClass"
Identifier "calibration"
MatchProduct "touchscreen"
Option "Calibration" "3919 116 3836 202"
EndSection
for suspend I do this:-LCD off, when lid closed -low power mode (leftswitch) -finding what xmodmap will suite my needs... -nubs sensitivity (it's a bit fast in my oppinion) pandian has that, but you can't change the nubs (I like the right one beeing the mouse and the left one the mousebuttons) speaking of nubs: Where to put that commands to be started at bootup? xinitrc?
Do you don't like LXDE ? I'am open for suggestions ^^right you are. I did the following: on another SD card I installed pandian, which works fine (from the Xserver point of view, but has some disadvantages: LXDE, autoligin..).
LXDE is OK. It's just not the DE I use normally. I (as a personal choise for pureness) like fluxbox more, which to my knowledge saves even some more resorces. Downsite is, it depends on a working "right mouse button".Do you don't like LXDE ? I'am open for suggestions ^^right you are. I did the following: on another SD card I installed pandian, which works fine (from the Xserver point of view, but has some disadvantages: LXDE, autoligin..).