Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem with fluxbox side scrolling[SOLVED]
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
razixx
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jul 2008
Posts: 75
Location: The Pas, MB

PostPosted: Fri Aug 01, 2008 6:15 pm    Post subject: problem with fluxbox side scrolling[SOLVED] Reply with quote

I've got a weird problem, I changed the resolution in my xorg.conf, now every time I log in, my desktop side scrolls. It's like having a widescreen desktop on a fullscreen picture. Not to sure why it's doing it but it's happened ever since changing from 1280x768 resolution to 1024x768. Heres my xorg.conf file.

Code:
Section "Screen"
    Identifier  "Screen 1"
    Device      "** ATI Radeon (generic)               [radeon]"
    Monitor     "Studioworks 795E"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "1280x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "1280x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "1280x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Last edited by razixx on Fri Aug 01, 2008 9:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
CrankyPenguin
Apprentice
Apprentice


Joined: 19 Jun 2003
Posts: 283

PostPosted: Fri Aug 01, 2008 9:04 pm    Post subject: Not sure if this is the solution. Reply with quote

I believe the semantics of the modes line is as a set of "fallbacks".

[code]
Modes "1024x768" "1280x768" "800x600" "640x480"
[/code]

In that the ordering of resolutions should be from larger to smaller with the system trying each one from one side to the other and then stopping on the maximum resolution entry that is successful.

In this case you have a smaller resolution "1024x768" before a larger one, "1280x768" so that may be screwing with it. My suggestion would be to remove one or the other of these values.
_________________
Linux, the OS for the obsessive-compulsive speed freak in all of us.
Back to top
View user's profile Send private message
razixx
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jul 2008
Posts: 75
Location: The Pas, MB

PostPosted: Fri Aug 01, 2008 9:24 pm    Post subject: Reply with quote

Oddly enough this did work. Thx! Weird though...lol
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