Parent Directory | Revision Log
do not crash when xorg.conf but set a default background instead This should fix some installations having no background at all, for example on systems with multiple graphic cards and none configured by default.
1 | #!/usr/bin/perl |
2 | |
3 | use lib qw(/usr/lib/libDrakX); |
4 | use common; |
5 | use Xconfig::xfree; |
6 | use Xconfig::resolution_and_depth; |
7 | |
8 | require_root_capability(); |
9 | |
10 | my $resolution = eval { Xconfig::xfree->read->get_resolution }; |
11 | Xconfig::resolution_and_depth::set_default_background($resolution); |
Name | Value |
---|---|
svn:executable | * |
ViewVC Help | |
Powered by ViewVC 1.1.30 |