Subversion Repositories livecd

Rev

Rev 83 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83 Rev 84
Line 178... Line 178...
178
 
178
 
179
### Improved graphic card detection
179
### Improved graphic card detection
180
 
180
 
181
if [ ! $SIMPLEX ] && [ ! $NOFIX ]; then
181
if [ ! $SIMPLEX ] && [ ! $NOFIX ]; then
182
 
182
 
183
    ### Intel Mobile 945GM
-
 
184
    lspci | grep -q VGA.*Intel.*Mobile.*945GM
-
 
185
    if [ "$?" = "0" ]; then
-
 
186
	I945GM=i945gm
-
 
187
	## not yet supported by i810 driver
-
 
188
        ## [ $XDRIVER ] || XDRIVER=i810
-
 
189
	I915RESOLUTION=on
-
 
190
    fi
-
 
191
    ### Intel Mobile 915GM
183
    ### Intel Mobile 915GM
192
    lspci | grep -q VGA.*Intel.*Mobile.*915GM
184
    lspci | grep -q VGA.*Intel.*Mobile.*915GM
193
    if [ "$?" = "0" ]; then
185
    if [ "$?" = "0" ]; then
194
	I915GM=i915gm
186
	I915GM=i915gm
195
	[ $XDRIVER ] || XDRIVER=i810
187
	[ $XDRIVER ] || XDRIVER=i810
Line 325... Line 317...
325
fi
317
fi
326
 
318
 
327
### start 855resolution?
319
### start 855resolution?
328
[ $I855RESOLUTION ] && /etc/init.d/855resolution start 2>/dev/null
320
[ $I855RESOLUTION ] && /etc/init.d/855resolution start 2>/dev/null
329
 
321
 
330
### start 915resolution?
-
 
331
[ $I915RESOLUTION ] && /etc/init.d/915resolution start 2>/dev/null
-
 
332
 
322
 
333
### configure Xserver
323
### configure Xserver
334
 
324
 
335
### check for xorg.conf in CONFIG_FOLDER
325
### check for xorg.conf in CONFIG_FOLDER
336
if [ -r $CONFIG_FOLDER/xorg.conf ]; then
326
if [ -r $CONFIG_FOLDER/xorg.conf ]; then