Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how to set up kdm screen size?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
urcindalo
l33t
l33t


Joined: 08 Feb 2005
Posts: 623
Location: Almeria, Spain

PostPosted: Fri Feb 25, 2005 6:03 pm    Post subject: how to set up kdm screen size? Reply with quote

Thanks for reading this.

I've googled for this post's title and searched the forum, but haven't been able to find the answer. Please excuse me if I didn't searched for it the right way.

The thing is this: my desktop resolution is 1152x864, and my start-up resolution is 1024x768 (vga=791).
However, my kdm login resolution is lower than 1024x768. It looks like 640x480 or 800x600, according to the area I can see of the 1024x768 image I use as a kdm background.

How can I set up a 1152x864 kdm screen size? Here you have the relevant information from my /etc/X11/xorg.conf
Code:
Section "Monitor"

    Identifier  "SM793DF"
    HorizSync   30-70
    VertRefresh 50-160

EndSection


Section "Device"
    Identifier  "tarjeta nVidia GeForce"
    Driver      "nvidia"
   
     Option      "NvAGP" "2"
     Option      "DPMS" "on"
     Option      "RenderAccel" "on"
     Option      "AGPMode" "4"
     Option      "DigitalVibrance" "0"
     Option      "CursorShadow" "true" #chorradita
     VideoRam    131072
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "tarjeta nVidia GeForce"
    Monitor     "SM793DF"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1152x864" "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1152x864" "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1152x864" "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection


Thanks very much in advance.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum