diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Xconfig/resolution_and_depth.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 50b89a4..05a61e5 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -64,6 +64,8 @@ sub allowed { my @depths; if (member($card->{Driver}, qw(fglrx qxl savage))) { @depths = 24; + } elsif ($card->{Driver} eq 'geode') { + @depths = qw(16); } elsif ($card->{BoardName} eq 'NVIDIA RIVA 128') { @depths = qw(8 15 24); } elsif ($card->{use_DRI_GLX}) { |