Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wrong desktop 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
bl00mie
Tux's lil' helper
Tux's lil' helper


Joined: 05 Apr 2003
Posts: 82
Location: washington, dc

PostPosted: Sat Dec 20, 2003 7:52 am    Post subject: wrong desktop size????!? Reply with quote

my work machine boots gentoo... my laptop and "server" boot gentoo.... since acquiring crossover office and getting ever-more comfortable in a linux environment, i decided it was finally time to kill MS windows once and for all and change my home desktop over.

all is well.....sort of. when i set up x to run 1280x1024 only, since that's the resolution i'm used to. the monitor came with an older dell (2000), and is a "ultrascan p780. google tells me that it's capable of up to 1600x1200@85. anyway, when i startx, the annoying nVidia logo pops up.... down and right of the center of the screen. er? then i notice that the fluxbox bar thing doesn' show up.... errr?? :? when i finally moved the mouse around, and hit the bottom or right side, the whole desktop slides.

does X not think the monitor can handle 1280x1024 (winblows will happily do 1280x1024)? is it spitting out 1280x768 pixels into a 1024x768 area? i read a couple posts (here and elsewhere), but noone ever seemed to get a good answer. i've played with xvidtune to no avail.... and i tried xrandr, but x said :
Code:
X Error of failed request:  BadImplementation (server does not implement operation)


here's my info:
2.6.0-test11
nvidia GeForce MX440 - 'nvidia' driver
xfree86 4.3.0
fluxbox 0.9.6

in xf86cofig script, i said no to the virtual dektop crap...
i looked in /var/log/XFree86.0.log and didn't see anything out of the ordinary. it complained about a couple of resolutions, but they were bizarre ones like 896x672, but nothing seemed wrong with 1280x1024.

Code:
Section "Monitor"
    Identifier "p780"
    HorizSync 30-85
    VertRefresh 4-120
EndSection

Section "Device"
    Identifier "MX440"
    Driver "nvidia"
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "MX440:
    Monitor "p780"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1280x1024"
        ViewPort 0 0
    EndSubsection
EndSection


i'm at a loss...... and sad :(

any ideas would be greatly appreciated.

--chad


oh, while i'm posting... i've tried running the ALPS synnaptics touchpad with appropriate drivers. it works..... sort of. if i build the stuff into the kernel, it never does anything --> X will start, but nothing i do makes the pointer move... ever.

if i build them as modules and auto load them... same problem. if i load psmouse (not in x), move my finger around on the pad, rmmod psmouse, re-load psmouse, startx... it works pretty well (including the vert & horiz. scroll stuff on the bottom and right side of the pad. any idea what's happening? is x or the kernel messing up some autodetection? any clue what i might do to fix it???


Last edited by bl00mie on Sat Dec 20, 2003 7:26 pm; edited 4 times in total
Back to top
View user's profile Send private message
tomk
Bodhisattva
Bodhisattva


Joined: 23 Sep 2003
Posts: 7221
Location: Sat in front of my computer

PostPosted: Sat Dec 20, 2003 1:45 pm    Post subject: Reply with quote

All I can see are afew missing quotes, these maybe the cause of your problems:

Code:
Section "Device"
    Identifier "MX440"
    Driver "nvidia"
EndSection

Setion "Screen"
    Identifier "Screen1"


That's an extra quote before Device and quotes areound Screen. It's often amazing what weird and wonderful errors you get due to missing quotes.

HTH
_________________
Search | Read | Answer | Report | Strip
Back to top
View user's profile Send private message
bl00mie
Tux's lil' helper
Tux's lil' helper


Joined: 05 Apr 2003
Posts: 82
Location: washington, dc

PostPosted: Sat Dec 20, 2003 6:42 pm    Post subject: Reply with quote

i typed that part from my laptop, since i was emerging mozilla at the time. i clearly missed a few quotes :)

anyone else have any ideas? it's really somewhat frustrating.....



--chad
Back to top
View user's profile Send private message
duxrule
n00b
n00b


Joined: 25 Aug 2003
Posts: 3
Location: /NJ

PostPosted: Sat Dec 20, 2003 6:51 pm    Post subject: Reply with quote

Code:

Section "Monitor"
    Identifier "p780"
    HorizSync 30-85
    VertRefresh 4-120
EndSection

Section "Device"
    Identifier "MX440"
    Driver "nvidia"
EndSection"

Setion "Screen"
    Identifier "Screen1"
    Driver "MX440:
    Monitor "p708"
    DefaultDepth 24
    Subsection "Display"
        Depth 24
        Modes "1280x1024"
        ViewPort 0 0
    EndSubsection
EndSection

1. its Section "Screen" not Setion

2. Device "MX440" not Driver "MX440:

3. Extra quoteation mark at Section "Device"

4. monitor p708 or p780?

does monitor p708 and device MX440 exist? (in config)
Back to top
View user's profile Send private message
bl00mie
Tux's lil' helper
Tux's lil' helper


Joined: 05 Apr 2003
Posts: 82
Location: washington, dc

PostPosted: Sat Dec 20, 2003 7:24 pm    Post subject: Reply with quote

like i said before, that's not a copy and paste, it's me typing it in to give you an idea of what's going on....

X starts up and runs fine. that's not the problem. it's the desktop size.... it's like there're more pixels that it wants to put on the screen.

--chad
Back to top
View user's profile Send private message
bl00mie
Tux's lil' helper
Tux's lil' helper


Joined: 05 Apr 2003
Posts: 82
Location: washington, dc

PostPosted: Sat Dec 20, 2003 7:58 pm    Post subject: Reply with quote

i just tried 1400x1050 and it works fine. wtf???
i'll adjust, but this is actually a little smaller than i like....

--chad
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