Home > 系统_OS > Display & Touchpad Resolution of R100 in UBUNTU

Display & Touchpad Resolution of R100 in UBUNTU

As the displayconfig-gtk is not included since 8.10, it’s not that easy to change the display resolution for my Toshiba Portege R100 with Trident Cyberblade XP4.

As the touchpad of Portege R100 does not support EdgeScroll(Horiz & Vert) by default.

I would like to write how i solved the touchpad problem in case i forget.

  1. backup /etc/X11/xorg.conf
  2. check xorg.conf in inputdevice section, SHMconfig set TRUE
  3. restart x
  4. in terminal, synclient -m 1000
  5. get the X, Y of left right top and bottom.
  6. edit xorg.conf, add VertEdgeScroll & HorizEdgeScroll option to inputdevice section, and set to 1
  7. add LeftEdge RightEdge TopEdge BottomEdge in inputdevice section and set with the 4 number got in setp 5.
  8. done. restart X

This following xorg.conf works fine.

The following Xorg.conf updated on 29th May 2009, with display and touchpad support.

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105″
Option “XkbLayout” “us”
EndSection

Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
EndSection

Section “InputDevice”
Identifier “Synaptics Touchpad”
Driver “synaptics”
Option “SendCoreEvents” “true”
Option “Device” “/dev/psaux”
Option “Protocol” “auto-dev”
Option “VertEdgeScroll” “1″
Option “HorizEdgeScroll” “1″
Option “SHMConfig” “true”
Option “LeftEdge” “40″ # x_min
Option “RightEdge” “935″ # x_max
Option “TopEdge” “40″ # y_min
Option “BottomEdge” “690″ # y_max
EndSection

Section “Device”
Identifier “Configured Video Device”
Boardname “Trident CyberBlade (generic)”
Busid “PCI:1:0:0″
Driver “trident”
Screen 0
Vendorname “Trident”
EndSection

Section “Monitor”
Identifier “Configured Monitor”
Vendorname “Generic LCD Display”
Modelname “LCD Panel 1024×768″
Horizsync 31.5-48.0
Vertrefresh 56.0 – 65.0
modeline “1024×768@60″ 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
Gamma 1.0
EndSection

Section “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
Defaultdepth 24
SubSection “Display”
Depth 24
Virtual 1024 768
Modes “1024×768@60″
EndSubSection
EndSection

Section “ServerLayout”
Identifier “Default Layout”
screen 0 “Default Screen” 0 0
Inputdevice “Synaptics Touchpad”
EndSection
Section “Module”
Load “glx”
Load “GLcore”
Load “v4l”
EndSection
Section “device” #
Identifier “device1″
Boardname “Trident CyberBlade (generic)”
Busid “PCI:1:0:0″
Driver “trident”
Screen 1
Vendorname “Trident”
EndSection
Section “screen” #
Identifier “screen1″
Device “device1″
Defaultdepth 24
Monitor “monitor1″
EndSection
Section “monitor” #
Identifier “monitor1″
Gamma 1.0
EndSection
Section “ServerFlags”
Option “DontZap” “false”
EndSection

系统_OS ,

  1. June 6th, 2009 at 15:18 | #1

    看得有点累,呵呵,抢个沙发

  2. BobMarche
    June 11th, 2009 at 06:59 | #2

    Thanks for the useful info. It’s so interesting

  3. July 26th, 2009 at 13:45 | #3

    Fantastic thank you. Find the files you are looking for at f-torrents.com the most comprehensive source for free-to-try files downloads on the Web

  1. No trackbacks yet.