Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] xorg.conf and screen resolution
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
dpetka2001
l33t
l33t


Joined: 04 Mar 2005
Posts: 804

PostPosted: Wed Apr 05, 2006 7:46 pm    Post subject: [Solved] xorg.conf and screen resolution Reply with quote

hello all...i need some help concerning how to achieve 1024x768 resolution and above by inserting the correct entries in xorg.conf...currently i can't get more than 800x600...here is the corresponding section of the xorg.conf
Code:
Section "Monitor"
        Identifier   "Monitor0"
        DisplaySize  212 159
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    31.5 - 35.1
        VertRefresh  50.0 - 90.0
EndSection
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "800x600"
        EndSubSection
EndSection
what changes are needed?? my monitor is Sony E200...thanks in advance...

Last edited by dpetka2001 on Wed Apr 05, 2006 11:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
niskel
Guru
Guru


Joined: 17 Nov 2004
Posts: 457
Location: Fredericton, NB, Canada

PostPosted: Wed Apr 05, 2006 7:54 pm    Post subject: Reply with quote

Try adding this to your Screen section:
Code:
DefaultDepth    24
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Wed Apr 05, 2006 7:55 pm    Post subject: Reply with quote

Do you have installed drivers to your graphic card? if yes therer should be no problem. Check
Code:

cat /proc/fb0/modes   
for supported modes ( I don't know if this is correct)
@Niskel you are right :)
for me it looks:
Code:

Section "Screen"
    Identifier     "Screen 1"
    Device         "** NVIDIA (generic)                   [nv]"
    Monitor        "My Monitor"
    DefaultDepth    24
    Option         "RenderAccel" "true"
    Option         "NoLogo" "true"
    Option      "backingstore" "true"
    Option         "AllowGLXWithComposite" "true"
    #VideoRam    131072
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Back to top
View user's profile Send private message
dpetka2001
l33t
l33t


Joined: 04 Mar 2005
Posts: 804

PostPosted: Wed Apr 05, 2006 10:44 pm    Post subject: Reply with quote

Code:
DefaultDepth    24
didn't do the trick...i don't know if the VGA card has something to do with the supported resolution...it's an old Viper Z200 32MB which i'm pretty sure it does support at least 1024x768 as far as i can remember since the time i used Windows on this machine...i didn't find any specific drivers for the card hence i have this in my xorg.conf
Code:
Section "Device"
        Identifier  "Card0"
        Driver      "savage"
        VendorName  "S3 Inc."
        BoardName   "86C410 Savage 2000"
        ChipSet     "Savage2000"
        VideoRam    32768
        BusID       "PCI:1:0:0"
EndSection
if i'm supposed to do something else please give me advice...thanks...
Back to top
View user's profile Send private message
dpetka2001
l33t
l33t


Joined: 04 Mar 2005
Posts: 804

PostPosted: Wed Apr 05, 2006 10:48 pm    Post subject: Reply with quote

maybe the DisplaySize has something to do with the supported resolution aswell?? because i was using a smaller screen 14'' and now i am using a 17''...do i have to change something to support the resolution of my likings?? i have also heard something about "Modelines"...what exactly does it do and does it have any affect on the supported resolution?? thanks...
Back to top
View user's profile Send private message
dpetka2001
l33t
l33t


Joined: 04 Mar 2005
Posts: 804

PostPosted: Wed Apr 05, 2006 11:16 pm    Post subject: Reply with quote

ok taking a look at Xorg.0.log was really helpful...the hsync and vsync were out of range...i corrected that according to the new screen i am using at the moment and i can have the resolution of my likings...i also took a look about "Modelines" and i understood that it is used to have the refresh rate you are supposed to get at a specific resolution if for some reason the X-Server doesn't configure it right...thanks to both of you for your help...really appreciate it...
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