Thread: Installing KDE
View Single Post
  #4   (View Single Post)  
Old 26th August 2010
Beastie Beastie is offline
Daemonology student
 
Join Date: Jan 2009
Location: /dev/earth0
Posts: 335
Default

Did you generate a xorg.conf file? You must add this to it:
Code:
Section "Screen"
    [...]
    DefaultDepth  24
    SubSection "Display"
        Viewport 0 0
        Depth 24
        Modes "2560x1440"
    EndSubSection
EndSection
__________________
May the source be with you!
Reply With Quote