Talk:Samsung X20
From Gentoo Linux Wiki
wpa_supplicant
Do you use wpa_supplicant? I can't get it to work. See here here. Thx
XORG and external monitor (projector)
Anyone got it to work?
Answered myself, see main page--Nabla² 22:13, 6 June 2006 (UTC)
Bios problems Attention: After upgrading to BIOS version 10Z the x server did not start. So if you are not prepared to solve the problem do not upgrade to that version! I flashed 08Z back. - How you are flashed back - i try under dos and xp - no chance -please help
The probleme is that the Update tool deletes the files needed automatically after it realizes that the current bios is newer. So i used a tool (PC Inspector File Recovery) to get them back and then started the progress with the Winphflash.exe utility. Have you tried the new 11 Bios?
xorg - resolution
Can anyone change the xorg resolution? When I first startet X, it was 1280x1024. With 855resolution (I have the i915 chip), I was able to switch to 1400x1050 with no problems. But now I want 640x480 (to play Starcraft in FS) which doesn't work. Modes settings in xorg.conf are being ignored. Running xrand -q -d :0 gives me only 1400x1050 and 1280x1024. I tried xorg 6.8 and modular 7.0. I also tried to use the vesa driver, but then X doesn't start at all. Any ideas? -- User:Mes
- Try to add proper refreshing rates to your monitor-section, e.g.
Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 30.0-71.0
VertRefresh 50-60
EndSection
Section "Monitor"
Identifier "Philips 107S"
VendorName "Philips"
ModelName "107S"
Option "DPMS"
HorizSync 30.0-70.0
VertRefresh 50-60
EndSection
xorg
Can Anyone please post kernel-version + xorg-version + kernel-config + xorg-config which really DO work including dri?!? I've tried with gentoo-sources-2.6.14-r2 and xorg-x11-6.8.99.15-r4 without success. I get
(II) Primary Device is: PCI 00:02:0 (--) Assigning device section with no busID to primary device (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found (EE) No devices detected. Fatal server error: no screens found
when trying to startx... : Chefturner
That "(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found" is due to a bug in the xorg part of the i810 driver. This problem is solved in cvs and in modular (7) version of xorg.
i could provide you with configs that work, without dri support.
USE-Flags:
Why 3dnow? Pentium-M isn´t a AMD cpu.
The .config kernel configuration file isn't complete.
Keycodes for WLAN Button? Do you know the keycodes for the WLAN Button. So one could activate the WLAN when the button is pressed (just like (sorry) in Windows).
You mean the on/off switch for WLAN? This works out of the box for me. If you upgrade the BIOS as described the notebook also remembers whether WLAN was on/off on restart...
No, I mean a way that my system knows, "Ahh WLAN is on, lets try whether I can connect to a network". So key pressed => WLAN script with "/etc/init.d/net.eth1 start" starts (like under windows. I press the key and the Intel Tool tries to connect immediatly).
What about a Touchpad Section?
This works for: X11R7
Needed Software: x11-drivers/synaptics after the emerge you need to create a symlink or it won't work:
can't find the forum post at the moment, sorry
xorg.conf:
Section "InputDevice"
Driver "synaptics" Identifier "Mouse0" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "3900" Option "BottomEdge" "1800" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "100" Option "MaxTapMove" "90" #Option "VertScrollDelta" "100" #default value, can't work with that Option "VertScrollDelta" "0" Option "HorizScrollDelta" "0" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.3" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" Option "Emulate3Buttons" "on" Option "ZAxisMapping" "4 5" Option "TapButton2" "0" Option "TapButton3" "0"
EndSection
example server layout:
Section "ServerLayout"
Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard"
EndSection
was anybody able to use the right side of the touchpad for scrolling?
Question: Is the laptop supposed to wakeup when the lid is opened? Currently the powerbutton has to be pressed Question2: Why does it take 12 seconds for the lid event?
