/[clonezilla-sysresccd]/trunk/create-clonezilla-sysresccd/files/startx-ati-tft
ViewVC logotype

Annotation of /trunk/create-clonezilla-sysresccd/files/startx-ati-tft

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (hide annotations)
Thu May 20 12:38:55 2010 UTC (13 years, 10 months ago) by sng
File size: 1715 byte(s)
- adding isofiles directory
- fixing license info on scripts

1 sng 47 #!/bin/bash
2 sng 48 ##############################################################################
3     # #
4     # startx-ati-ttf, (C) 2007-2010 S. Georgaras <sng@hellug.gr> #
5     # #
6     # This file is part of Clonezilla-SysRescCD. #
7     # #
8     # Clonezilla-SysRescCD is free software: you can redistribute it and/or #
9     # modify it under the terms of the GNU General Public License as published #
10     # by the Free Software Foundation, either version 2 of the License, or #
11     # (at your option) any later version. #
12     # #
13     # Clonezilla-SysRescCD is distributed in the hope that it will be useful, #
14     # but WITHOUT ANY WARRANTY; without even the implied warranty of #
15     # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
16     # GNU General Public License for more details. #
17     # #
18     # You should have received a copy of the GNU General Public License along #
19     # with Clonezilla-SysRescCD. If not, see <http://www.gnu.org/licenses/>. #
20     # #
21     ##############################################################################
22    
23 sng 47 Xorg -configure
24     sed '/Section "Device"/a\
25     Option "MonitorLayout" "LVDS"' /root/xorg.conf.new > /etc/X11/xorg.conf
26     startx
27    

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26