Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with X
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
jackD
n00b
n00b


Joined: 23 Jun 2002
Posts: 17

PostPosted: Sun Jun 23, 2002 6:27 pm    Post subject: Problem with X Reply with quote

ok, this isn't my first encounter with gentoo, but this didn't happen last time i installed gentoo. I emerged xfree ok, then i emerged fluxbox and when i started up fluxbox, i didn't see a taskbar then i emerged blackbox to see if it was a problem related to fluxbox and blackbox had no taskbar either, then i discovered that if i moved my mouse to the bottom of the screen it would scroll down and there was my taskbar, so it appears to be drawing a larger desktop then what my resolution which is set to 1024x768. My monitor is a 17" Philips monitor model 107E, which has the X config below.

Code:

Section "Monitor"

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

EndSection


And my Screen section...

Code:

Section "Screen"
    Identifier  "Screen 1"
    Device      "GeForce3"
    Monitor     "Philips"
    DefaultDepth 16

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


Any help would be greatly appreciated. Thanks. :)
Back to top
View user's profile Send private message
bzzy
n00b
n00b


Joined: 27 May 2002
Posts: 5
Location: Enter, The Netherlands

PostPosted: Mon Jun 24, 2002 10:22 am    Post subject: Reply with quote

X will select the largest mode as the virtual size of the desktop (in your case 1280x1024) but will startup with a resolution of "1024x768" (the first mode in the list).

You must change
Modes "1024x768" "800x600" "640x480" "1280x1024"
in
Modes "1024x768" "800x600" "640x480"
or
Modes "1280x1024" "1024x768" "800x600" "640x480"
and switch to "1024x768" with ctrl alt +/-
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Mon Jun 24, 2002 12:20 pm    Post subject: Reply with quote

While you're actually in X, you can hit "ctrl-alt-<minus sign>" to reduce the resolution. ("ctrl-alt-<plus sign>" will increase it)

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Mon Jun 24, 2002 5:41 pm    Post subject: Re: Problem with X Reply with quote

jackD wrote:
ok, this isn't my first encounter with gentoo, but this didn't happen last time i installed gentoo. I emerged xfree ok, then i emerged fluxbox and when i started up fluxbox, i didn't see a taskbar then i emerged blackbox to see if it was a problem related to fluxbox and blackbox had no taskbar either, then i discovered that if i moved my mouse to the bottom of the screen it would scroll down and there was my taskbar, so it appears to be drawing a larger desktop then what my resolution which is set to 1024x768. My monitor is a 17" Philips monitor model 107E, which has the X config below.

Code:

Section "Monitor"

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

EndSection


And my Screen section...

Code:

Section "Screen"
    Identifier  "Screen 1"
    Device      "GeForce3"
    Monitor     "Philips"
    DefaultDepth 16

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


Any help would be greatly appreciated. Thanks. :)

I must ask, why are you using 16bit instead of 24bit with such a nice graphics card.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
jackD
n00b
n00b


Joined: 23 Jun 2002
Posts: 17

PostPosted: Mon Jun 24, 2002 5:42 pm    Post subject: Reply with quote

Thanks for the help, now everything fits on the screen, but the 60 Hz refresh rate is driving me nuts :( There must be something else I am doing wrong...
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