Both sides previous revisionPrevious revisionNext revision | Previous revision |
dcore:fujitsu-siemens_t4010d [2015/05/20 00:09] – [Pen input] sm8ps | dcore:fujitsu-siemens_t4010d [2017/09/18 17:00] (current) – [Driver] sm8ps |
---|
| |
===== Tested ===== | ===== Tested ===== |
* ub-dCore-trusty with LXDE --- //[[sm8ps-tcl1@yahoo.com|sm8ps]] 201505// | * dCore-trusty with LXDE --- //[[sm8ps-tcl1@yahoo.com|sm8ps]] 201505// |
| * dCore-xenial --- //[[sm8ps-tcl1@yahoo.com|sm8ps]] 2017/09/18 12:57// |
| |
===== Wireless Card ===== | ===== Wireless ===== |
The wireless card was optional at the time (think 2003!). Installing one is a bit finnicky; an [[https://www.youtube.com/watch?v=zJS3Meq8_aE|instruction video]] (YouTube) makes it look way too easy. The main difficulty lies in removing the plastic lid underneath the bezel. For doing so it is necessary to pry off the shiny round metal sheet which is glued on and hides two screws underneath. | |
| |
===== Pen input ===== | ==== Wireless Card ==== |
| The wireless card was optional at the time (think 2003!). Physically installing one is a bit finicky; an [[https://www.youtube.com/watch?v=zJS3Meq8_aE|instruction video]] (YouTube) makes it look way too easy. The main difficulty lies in removing the plastic lid underneath the bezel. For doing so it is necessary to pry off the shiny round metal sheet which is glued on and hides two screws underneath. |
| |
| Furthermore, there is a hardware switch on the left side of the computer. |
| |
| ==== Wireless Driver ==== |
| My specific laptop had an Intel PRO/Wireless 2100 card which demanded the steps outlined in the trouble-shooting section of the [[dcore:wireless_set-up?&#trouble-shooting|wireless set-up]] article. |
| |
| ===== X-Server ===== |
| |
| ==== Driver ==== |
| The //xorg-intel// driver is needed for the integrated Intel 855 GME graphics card. In order to overcome drm-errors of type "CPU pipe {A,B} FIFO underrun", one has to create an Xorg configuration file '/usr/share/X11/xorg.conf.d/20-intel.conf' (maybe somewhere else on Debian; '/etc/X11/xorg.conf' should work). |
| <code> |
| Section "Device" |
| Identifier "Intel Graphics" |
| Driver "intel" |
| Option "AccelMethod" "uxa" |
| EndSection |
| </code> |
| Issue ''backup'' after added the filename to '/opt/.filetool.lst'. |
| ==== Pen input ==== |
The three buttons of the pen get recognized by X. The tip acts like mouse button 1, the switch button like mouse button 2 and 3. [[http://en.wikipedia.org/wiki/Xournal|Xournal]], for instance, allows attributing different functionality to each one. | The three buttons of the pen get recognized by X. The tip acts like mouse button 1, the switch button like mouse button 2 and 3. [[http://en.wikipedia.org/wiki/Xournal|Xournal]], for instance, allows attributing different functionality to each one. |
| |
===== Hardware clock ===== | ===== Screen back-light ===== |
For some reason, the clock is two hours although the ''tz'' boot-code correctly specifies the time-zone. Including "hwclock - -localtime" into 'bootsync.sh' solves the problem. | The screen luminosity does not change when hitting the appropriate keys on the keyboard. |
| |
| ===== Suspend, hibernate ===== |
| Suspending to RAM and hibernation work without a flaw by means of [[dcore:suspending|PM-utils]]. |
| |
| **[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]** |