Toshiba TE2000 Video Drivers


Recommended Posts

i using xubuntu 8.04, on my laptop (toshiba TE2000), in windows i can get 1024x768, could some one

please have a look at my xorg file and tell me how to get to this res.

--------------------

# xorg.conf (X.Org X Window System server configuration file)

#

# This file was generated by failsafeDexconf, using

# values from the debconf database and some overrides to use vesa mode.

#

# You should use dexconf or another such tool for creating a "real" xorg.conf

# For example:

# 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"

EndSection

Section "InputDevice"

Identifier "Synaptics Touchpad"

Driver "synaptics"

Option "SendCoreEvents" "true"

Option "Device" "/dev/psaux"

Option "Protocol" "auto-dev"

Option "HorizEdgeScroll" "0"

EndSection

Section "Device"

Identifier "Configured Video Device"

EndSection

Section "Monitor"

Identifier "Configured Monitor"

EndSection

Section "Screen"

Identifier "Default Screen"

Device "Configured Video Device"

Monitor "Configured Monitor"

SubSection "Display"

Modes "1024x768" "800x600"

EndSubSection

EndSection

Section "ServerLayout"

Identifier "Default Layout"

Screen "Default Screen"

InputDevice "Synaptics Touchpad"

EndSection

-------------------------

thanks

Link to comment
Share on other sites

Section "Device"

Identifier "Configured Video Device"

EndSection

In the device section you are missing the "Driver" directive. Without the proper module for your graphics card, X may not work.

Link to comment
Share on other sites

It seems to tell you that (for whatever reason) this is a failsafe config. And the comments also state what you ought to do to make a correct xorg.conf file:

sudo dpkg-reconfigure -phigh xserver-xorg

Link to comment
Share on other sites

Ran sudo dpkg-reconfigure -phigh xserver-xorg, but still not making my screen 1024x768, found that i needed to add in the driver, witch i did, and some montior and screen settings, and works fine, there is a bit of lag on it, when i move my mouse from one side to the other, but i think it sometime to do with my videoRAM? i mean it has a 16meg video card, do i need a setting to make it so?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.