Quote:
|
Originally Posted by spencerf usually there is a a README or INSTALL text file that comes with source packages which will tell you how to install the program. Just do:
less INSTALL
or
less README
to view the file and then follow the instructions. If you have any particular questions ask them here. There is no one way to install stuff. So questions like "how do I install a driver?" are about impossible to answer without more information. If you really can't figure it out post a link to the driver you are trying to install then someone can download it and look at the files themselves and may be able to provide you with a little more information as to how to install them. |
What do you mean just do less INSTALL or lessREADME do you mean to type that into the terminal?
here is what the read me says and for a Linux noob such as I, this seems pretty complicated, I have no idea the first thing I'm even supposed to do
================================================== ==================
Copyright (C) VIA Technologies, Inc. and S3G Technologies, Inc. 2002
VIA/S3G CLE266 Installation Notes for Linux XFree86
================================================== ==================
Installation:
=============
1.How to Install Linux Driver and utility
1.1 Configure your hardware device when intalling Linux
1.1.1 Video Configureation
Please choose another video card, for example "S3 Savgae4 (generic)"
because CLE graphic chip is not on the support list. We will modify
this configuration in step 3 for CLE graphic chip after the
installation. If you choose to "Skip X Configuration", you could
configure X after the installation following step 1.2.
1.1.2 Monitor Configuration
The installation program will attempt to detect your monitor to
determine your machine's best display setting. You may also enter
the horizontal and vertical synchonization ranges for your monitor.
These value can be found in the documentation for your display.
1.1.3 Custom X Configuration
Please choose your login type as "text" because we need post
configuration after the installation.
1.2 Configure your hardware device after intalling Linux
If you choose to "Skip X Configuration" when install Linux. Please do
following step..
1.2.1 Login as root
1.2.2 Check is there a link point to /usr/X11R6/bin/XFree86
# cd /etc/X11
# ls -l X
If there is no link named "X", then do following..
# ln -s /usr/X11R6/bin/XFree86 X
Note:
If you skip the step of X setup when install Linux, there
will be no link named "X" in /etc/X11.
1.2.3 Run "xf86config" to configure your keyboard, mouse and monitor
# xf86config
The configuration program will create the file "XF86Conifg" in the
/etc/X11 directory. If there is the file named "XF86Config-4",
please remove or rename it.
1.3 Install driver and utility
a. Uncompress this file
# tar zxvf CLEXF4000x.tgz(x is version number)
b. Installation
# ./vinstall
c. Select what kind of CPU you used
1.4 Install DRI library
a. Uncompress DRI.tgz
# tar zxvf DRI.tgz
b. change directory into DRI
# cd DRI
c. Installation
#./minstall
Uninstallation:
===============
2.How to Uninstall Linux Driver and utility
a. Uncompress this file
# tar zxvf CLEXF4000x.tgz(x is version number)
b. Uninstallation
# ./vuninstall
c. Uncompress DRI.tgz
# tar zxvf DRI.tgz
d. Unstalllation DRI library
# ./muninstall
Configuration:
==============
3.How to Configure XFree86
# login as root
# Edit /etc/X11/XF86Confit-4 or XF86Config
3.1 Set driver
In the Section "Device", make sure the driver is "via".
Driver "via"
for example, if you choose "S3 Savge4 (generic)", please rename
Driver "savage" to Driver "via"
3.2 Add user define resolution
If necessary, you can add extra resolution which non-define by XFree86 default.
In the Section "Monitor", add following setting before "EndSection"
#Refresh Rate 60Hz
ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497
ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
ModeLine "800x480" 29.6 800 816 896 992 480 481 484 497
ModeLine "848x480" 31.5 848 864 952 1056 480 481 484 497
ModeLine "856x480" 31.7 856 872 960 1064 480 481 484 497
ModeLine "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531
ModeLine "1280x768" 87.04 1280 1376 1488 1800 768 771 777 806
ModeLine "1280x800" 68.9 1280 1344 1368 1408 800 803 806 816
Modeline "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087
#Refresh Rate 75Hz
ModeLine "1280x768" 108.81 1280 1376 1488 1800 768 771 777 806
Modeline "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096
#Refresh Rate 85Hz
ModeLine "1280x768" 123.32 1280 1376 1488 1800 768 771 777 806
Modeline "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103
3.3 Change the Resolution & BPP
3.3.1 Change BPP
In the Section "Screen",
DefaultDepth xx
Note: xx can be 8, 16, 24, 32
3.3.2. Change Resolution
In the Subsection "Display" Section "Screen",
For example, change to the resolution 800x600 of 32bpp
Subsection "Display"
Depth 24
Modes "800x600"
EndSubSection
The supported resolution:
"640x480" "720x480" "720x576" "800x600" "848x480" "856x480"
"1024x512" "1024x768" "1152x864" "1280x768" "1280x960" "1280x1024"
"1400x1050" "1600x1200"
3.4 Device Selection
3.4.1 Support Device
UniChrome Family support 4 kinds of device: CRT, TV, LCD, DFP
3.4.2 Active Device
a. Active by default
If there is no manually setting the CLE266 driver will accord with
console mode active status (nomorlly, it will be CMOS setting) to
active device in XWindow.
b. Active manually
The driver will auto detect the device connected or not. If the devices
are connected. you can active device through Option in Section "Device"
Option "ActiveDevice" "device1[,device2]"
For example, the CRT and TV are connected and you would like to turn on
them simultaneous.the option will be
Option "ActiveDevice" "CRT,TV"
3.4.3 Limitation
For the timing issue. there is no simultaneous in TV + LCD/DVI case, but
SAMM is ok.
3.5 LCD Simultaneous
3.5.1 LCD simultaneous "Center" mode
Please add following setting in the Section "Device"
Option "Center"
3.5.2 LCD simultaneous "Expand" mode
Please add following setting in the Section "Device"
#Option "Center"
3.5.3 Supported Panel Size & Mode
a. Panel Size - 640x480
mode:
640x480 -
support LCD simultaneous "Expand" and "Center" mode
800x600 -
support LCD simultaneous
720x480, 720x576, 800x600, 848x480, 856x480, 1024x768,
1152x864, 1280x768, 1280x960, 1280x1024, 1400x1050,
1600x1200 -
support LCD simultaneous virtual desktop mode
a. Panel Size - 800x600
mode:
640x480 -
support LCD simultaneous "Expand" and "Center" mode
800x600 -
support LCD simultaneous
1024x768, 1152x864, 1280x768, 1280x960, 1280x1024, 1400x1050,
1600x1200 -
support LCD simultaneous virtual desktop mode
b. Panel Size - 1024x768
mode:
640x480, 800x600 -
support LCD simultaneous "Expand" and "Center" mode
1024x768 -
support LCD simultaneous
1152x864, 1280x768, 1280x960, 1280x1024, 1400x1050, 1600x1200 -
support LCD simultaneous virtual desktop mode
c. Panel Size - 1280x1024
mode:
1280x768, 1280x960 -
not support LCD simultaneous
640x480, 800x600, 1024x768, 1152x864, 1280x768, 1280x960 -
support LCD simultaneous "Expand" and "Center" mode
1280x1024 -
support LCD simultaneous
1400x1050, 1600x1200 -
support LCD simultaneous virtual desktop mode
3.6 TV Simultaneous
...continued...