![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dual IP configuration with two different network card | dr.adnan.sarwar | SUN Solaris | 2 | 07-20-2007 11:12 AM |
| XP -- Redhat Dual Boot | syrex | IP Networking | 1 | 12-15-2003 06:49 AM |
| Need help with video card. | HOUSCOUS | UNIX for Dummies Questions & Answers | 7 | 11-12-2002 10:06 PM |
| DUAL BOOT redhat linux 7.3 - W2K | maxthree | UNIX for Dummies Questions & Answers | 4 | 05-13-2002 05:40 AM |
| Sun Video Card | DPAI | UNIX for Dummies Questions & Answers | 6 | 11-19-2001 05:26 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
redhat 7.2 dual head video card
HI.
i have two monitor and two video card in one system, i want use both of the monitor, i am currently using redhat 7.2 and solaris 8, i was wondering if someone can help me set my system as a dual monitor, basically it called dual head in redhat but i dont' know what it called in sun. Im tring to use both monitor. If someone could help it will be highly appreciated. thanks in advance |
| Forum Sponsor | ||
|
|
|
|||
|
From sunsolve:
The general steps to configure to have CDE up and running on dual head setup is as follows. 1) Login as root on default console. # cp /usr/dt/config/Xservers /etc/dt/config/Xservers # cp /usr/dt/config/Xconfig /etc/dt/config/Xconfig Check first that the files are not already present and been customised. 2) We need to modify /etc/dt/config/Xservers file. Append "-dev /dev/fb0 -dev /dev/fb1" at the end of this line ":0 Local local@console /usr/openwin/bin/Xsun :0". The appended line should look like: ":0 Local local@console /usr/openwin/bin/Xsun :0 -dev /dev/fb0 -dev /dev/fb1" 3) Modify /etc/dt/config/Xconfig file by changing: Dtlogin.servers: /usr/dt/config/Xservers to Dtlogin.servers: /etc/dt/config/Xservers Please note file Xconfig under /etc/dt/config will have to be created. 4) Put following two lines in .Xdefaults: dtsession*wmStartupCommand: /usr/dt/bin/dtwm -multiscreen Dtwm*multiScreen: True 5) Reboot the system at this stage. The above steps allow you to have one dtwm (window manager) to control your two-head system. If you want to configure it to use olwm and dtwm then follow step 6 & 7. 6) Add/Replace the following line to the $HOME/.Xdefaults or $HOME/.dt/sessions/home/dt.resources file Dtwm*multiScreen: False 7) Add the following line to the $HOME/.dt/sessions/sessionetc file: /usr/openwin/bin/olwm -single -display :0.1 & where :0.1 is the number of the screen the user wants Openwindows to appear. This will make CDE run on screen 0, and olwm on screen 1. Please note we have to create "sessionetc" file. We have to set rwxr-xr-x permissions for the file. Sorry, I don't have the equipment or information for Redhat. |
| Thread Tools | |
| Display Modes | |
|
|