View previous topic :: View next topic |
Author |
Message |
zrebec Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/183154135841b5ea394e6f6.gif)
Joined: 07 Dec 2004 Posts: 129 Location: Bratislava / Slovakia
|
Posted: Fri Feb 17, 2006 1:31 pm Post subject: xorg and LCD Belinea problem |
|
|
Hello anyboy,
please, I compiled base system (bootstrap, system, some utils and xorg) gentoo 2005.1 now but I have problem. I cofigured my X.org via xorgconfig and typed "startx". X works well but I cannot return to text mode! If I press CTRL + ALT + F1, I see only "Out of range". Where`s the problem please?
I have LCD Monitor Belinea 10 17 11 and graphics card Nvidia GeForce 4 440 MX.
/etc/X11/xorg.conf
Code: |
Section "Monitor"
Identifier "My Monitor"
HorizSync 31-80
VertRefresh 56-75
EndSection
Section "Device"
Identifier "** NVIDIA (generic) [nv]"
Driver "nv"
VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "** NVIDIA (generic) [nv]"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
|
My monitor works correctly 1280x1024@75 by default. I using framebuffer for text-console. If system booting (in 1280x1024) everything works OK but if I type "startx" I cannot return. Some solution? Thanks. _________________ Many regards |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Albert_g n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_fry_2.gif)
Joined: 02 Feb 2006 Posts: 60 Location: Somewhere over the ...
|
Posted: Fri Feb 17, 2006 2:48 pm Post subject: |
|
|
Hi
The problem is that you are using frame buffer in the text mode, so when it changes back, as it is a graphical mode, the card pushes it over the limits that the monitor can use.
Solutions are:
1st - don't use frame buffer ( remove it from kernel, easy)
2nd-configure the frame buffer to a mode that will use lower frequencies (i don't know how to do it)
3rd-get another screen, capable of more BW (easy but very expensive)
Albert |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|