Comment 4 for bug 271987

Revision history for this message
mpitch (mahpit) wrote :

Thanks for all the comments and suggestions.
I found a solution on ubuntu forums that worked for me. Dont know if this will work for all of you but on my Toshiba satellite it worked. Just add the block given below to your \etc\X11\xorg.conf file and see if it works. Just paste it below the input device section. After adding this you will need to log out and log back in.

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 1024x768"

Horizsync 31.5-48.0

Vertrefresh 56.0 - 65.0

modeline "1024x768@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 "1024x768@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"

EndSection