Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
new X(4.2.99) and changing 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
jufoa
Apprentice
Apprentice


Joined: 10 Dec 2002
Posts: 213
Location: Rovaniemi, Finland

PostPosted: Sun Feb 16, 2003 8:25 am    Post subject: new X(4.2.99) and changing resolution Reply with quote

just installed new X and works great but how can i change resolution. I mean the usual shortcut keys(ctrl+alt+ +-) wont work anymore. How is it done in this new X.
Back to top
View user's profile Send private message
Q
Tux's lil' helper
Tux's lil' helper


Joined: 17 Apr 2002
Posts: 149
Location: Oxford, UK

PostPosted: Sun Feb 16, 2003 8:37 am    Post subject: Reply with quote

Works with 4.2.99 for me.
Back to top
View user's profile Send private message
jufoa
Apprentice
Apprentice


Joined: 10 Dec 2002
Posts: 213
Location: Rovaniemi, Finland

PostPosted: Sun Feb 16, 2003 8:59 am    Post subject: Reply with quote

ok i have 4.2.99.4
Back to top
View user's profile Send private message
Russki
Tux's lil' helper
Tux's lil' helper


Joined: 28 Apr 2002
Posts: 119
Location: Prague, Czech Republic

PostPosted: Sun Feb 16, 2003 12:16 pm    Post subject: Reply with quote

Check your "ServerFlags" Section in the XF86Config. Make sure that "DontZoom" option is commented, like this:
Code:
#       Option     "DontZoom"

Also your "screen" section should have the modes defined.
For example my screen section looks like this:
Code:

Section "Screen"
        Identifier      "SUN"
        Device          "Dummy VideoCard"
        Monitor         "External Monitor"
        DefaultDepth 24
         SubSection "Display"
                Depth   16
         Modes "1280x1024" "1024x768" "800x600" "640x480"
                Depth   24
         Modes "1280x1024" "1024x768" "800x600" "640x480"
         EndSubSection
EndSection

Also take a look at /var/log/XFree86.0.log. To make sure that the "HorizSync" and "VertRefresh" are not out of range for all the defined modes. During the start the new X(4.2.99) scans all of them. If one of them is "out of sync", it won't be used later.
Success
_________________
Facts are stupid things.
-Ronald Reagan
[img]http://www.danasoft.com/vipersig.jpg[/img]
Back to top
View user's profile Send private message
jufoa
Apprentice
Apprentice


Joined: 10 Dec 2002
Posts: 213
Location: Rovaniemi, Finland

PostPosted: Mon Feb 17, 2003 5:39 am    Post subject: Reply with quote

ok thanks :D
Back to top
View user's profile Send private message
b-llwyd
Guru
Guru


Joined: 24 Jul 2002
Posts: 302
Location: Uppsala, Sweden

PostPosted: Mon Feb 17, 2003 11:29 am    Post subject: Reply with quote

You can also use the xrandr command ... although I dont want you to hold me responsible if it destroys something, ok :)

Code:
xrandr -q
..will list all the modes

Code:
xrandr -s 0
..will set the highest mode (from the list)

Code:
xrandr -s 1024x768 -r 60
..will use 1024x768 and refreshrate 60Hz.

It worked for me, good luck.
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