* Compiled new kernel, Gnome not working
@ 2003-12-19 14:27 Flemming Greve Skovengaard
2003-12-19 21:39 ` Ricardo Jorge Veludo
2003-12-20 9:44 ` Beolach
0 siblings, 2 replies; 6+ messages in thread
From: Flemming Greve Skovengaard @ 2003-12-19 14:27 UTC (permalink / raw)
To: linux-newbie
Hi all.
I just changed to kernel 2.6.0 from kernel 2.4.22 and now Gnome won't start. All
I get is the splash screen and nothing else happens. I had the same problem when
I changed from 2.2 to 2.4. Back then I "solved" the problem by re-installing.
Is there anyone who knows, or have an idea about, what the problem is?
--
Flemming Greve Skovengaard FAITH, n.
a.k.a Greven Belief without evidence in what is told
<dsl58893@vip.cybercity.dk> by one who speaks without knowledge,
4168.08 BogoMIPS of things without parallel.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Compiled new kernel, Gnome not working
2003-12-19 14:27 Compiled new kernel, Gnome not working Flemming Greve Skovengaard
@ 2003-12-19 21:39 ` Ricardo Jorge Veludo
2003-12-20 9:44 ` Beolach
1 sibling, 0 replies; 6+ messages in thread
From: Ricardo Jorge Veludo @ 2003-12-19 21:39 UTC (permalink / raw)
To: 'Flemming Greve Skovengaard', 'linux-newbie'
Do you have frame buffer? There seems do be a problem with fb in 2.6.0
kernel.
| -----Original Message-----
| From: linux-newbie-owner@vger.kernel.org
| [mailto:linux-newbie-owner@vger.kernel.org] On Behalf Of
| Flemming Greve Skovengaard
| Sent: sexta-feira, 19 de Dezembro de 2003 14:27
| To: linux-newbie
| Subject: Compiled new kernel, Gnome not working
|
| Hi all.
|
| I just changed to kernel 2.6.0 from kernel 2.4.22 and now
| Gnome won't start. All I get is the splash screen and nothing
| else happens. I had the same problem when I changed from 2.2
| to 2.4. Back then I "solved" the problem by re-installing.
|
| Is there anyone who knows, or have an idea about, what the problem is?
|
| --
| Flemming Greve Skovengaard FAITH, n.
| a.k.a Greven Belief without
| evidence in what is told
| <dsl58893@vip.cybercity.dk> by one who speaks
| without knowledge,
| 4168.08 BogoMIPS of things without parallel.
|
| -
| To unsubscribe from this list: send the line "unsubscribe
| linux-newbie" in the body of a message to
| majordomo@vger.kernel.org More majordomo info at
| http://vger.kernel.org/majordomo-info.html
| Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compiled new kernel, Gnome not working
2003-12-19 14:27 Compiled new kernel, Gnome not working Flemming Greve Skovengaard
2003-12-19 21:39 ` Ricardo Jorge Veludo
@ 2003-12-20 9:44 ` Beolach
2003-12-22 12:34 ` Flemming Greve Skovengaard
1 sibling, 1 reply; 6+ messages in thread
From: Beolach @ 2003-12-20 9:44 UTC (permalink / raw)
To: Flemming Greve Skovengaard; +Cc: linux-newbie
What type of video card do you have? If you have a nvidia card & use
nvidia's drivers, you will need to reinstall the driver module after
compiling a new kernel version. Also, is it just gnome that won't
start, or X? In the case I'm describing, X won't start at all.
If you do have a nvidia card, and want to install their drivers, note
that nvidia has not yet released a 2.6 compatible driver. However, the
website <http://www.minion.de/nvidia.html> has unofficial patches for
use with 2.6 kernels. I've been using them since 2.6.0-test9 without
any problem. Also, now that 2.6.0 has been officially released, nvidia
should be releasing a compatible driver soon (I would guess).
HTH,
Conway S. Smith
Flemming Greve Skovengaard wrote:
> Hi all.
>
> I just changed to kernel 2.6.0 from kernel 2.4.22 and now Gnome won't
> start. All
> I get is the splash screen and nothing else happens. I had the same
> problem when
> I changed from 2.2 to 2.4. Back then I "solved" the problem by
> re-installing.
>
> Is there anyone who knows, or have an idea about, what the problem is?
>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compiled new kernel, Gnome not working
2003-12-20 9:44 ` Beolach
@ 2003-12-22 12:34 ` Flemming Greve Skovengaard
2003-12-22 16:18 ` Axel Siebenwirth
2003-12-23 4:39 ` Beolach
0 siblings, 2 replies; 6+ messages in thread
From: Flemming Greve Skovengaard @ 2003-12-22 12:34 UTC (permalink / raw)
To: linux-newbie
No, I don't have frame buffer support and I have a ATI Radeon 8500 graphics
card. The only solution that comes to mind, and don't hade me if it is stupid,
is that I have to re-compile X, Gnome or both with the new kernel.
Beolach wrote:
> What type of video card do you have? If you have a nvidia card & use
> nvidia's drivers, you will need to reinstall the driver module after
> compiling a new kernel version. Also, is it just gnome that won't
> start, or X? In the case I'm describing, X won't start at all.
>
> If you do have a nvidia card, and want to install their drivers, note
> that nvidia has not yet released a 2.6 compatible driver. However, the
> website <http://www.minion.de/nvidia.html> has unofficial patches for
> use with 2.6 kernels. I've been using them since 2.6.0-test9 without
> any problem. Also, now that 2.6.0 has been officially released, nvidia
> should be releasing a compatible driver soon (I would guess).
>
> HTH,
> Conway S. Smith
>
> Flemming Greve Skovengaard wrote:
>
>> Hi all.
>>
>> I just changed to kernel 2.6.0 from kernel 2.4.22 and now Gnome won't
>> start. All
>> I get is the splash screen and nothing else happens. I had the same
>> problem when
>> I changed from 2.2 to 2.4. Back then I "solved" the problem by
>> re-installing.
>>
>> Is there anyone who knows, or have an idea about, what the problem is?
>>
>
>
>
> .
>
--
Flemming Greve Skovengaard Just a few small tears between
a.k.a Greven Someone happy and one sad
<dsl58893@vip.cybercity.dk> Just a thin line drawn between
4168.08 BogoMIPS Being a genius or insane
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compiled new kernel, Gnome not working
2003-12-22 12:34 ` Flemming Greve Skovengaard
@ 2003-12-22 16:18 ` Axel Siebenwirth
2003-12-23 4:39 ` Beolach
1 sibling, 0 replies; 6+ messages in thread
From: Axel Siebenwirth @ 2003-12-22 16:18 UTC (permalink / raw)
To: Flemming Greve Skovengaard; +Cc: linux-newbie
Hi Flemming!
On Mon, 22 Dec 2003, Flemming Greve Skovengaard wrote:
> No, I don't have frame buffer support and I have a ATI Radeon 8500 graphics
> card. The only solution that comes to mind, and don't hade me if it is
> stupid,
> is that I have to re-compile X, Gnome or both with the new kernel.
First make sure you have checked all log files to see where the problem
might be.
Check
1) output of "dmesg"
2) /var/log/XFree86.0.log
3) /var/log/messages, /var/log/syslog
3) <home>/.xsession-errors
for suspicious messages.
I have no problems changing from 2.4 to 2.6.
Axel
____________________________________________________________________________
Axel Siebenwirth phone +49 3641 776807 |
Am Birnstiel 3 axel at pearbough dot net |
07745 Jena |
Germany________________________________________________http://pearbough.net |
Those who cannot remember the past are condemned to repeat it.
-- George Santayana
____________________________________________________________________________
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compiled new kernel, Gnome not working
2003-12-22 12:34 ` Flemming Greve Skovengaard
2003-12-22 16:18 ` Axel Siebenwirth
@ 2003-12-23 4:39 ` Beolach
1 sibling, 0 replies; 6+ messages in thread
From: Beolach @ 2003-12-23 4:39 UTC (permalink / raw)
To: Flemming Greve Skovengaard; +Cc: linux-newbie
Flemming Greve Skovengaard wrote:
> No, I don't have frame buffer support and I have a ATI Radeon 8500 graphics
> card. The only solution that comes to mind, and don't hade me if it is
> stupid,
> is that I have to re-compile X, Gnome or both with the new kernel.
>
I would guess that you should not have to re-compile X or Gnome. If you
have an ATI card, I don't have any personal experience with potential
problems, but here's something else (you might already have done) I
thought might be a cause of your current problem. Check if your kernel
has the ATI chipset support compiled in with the command
zgrep CONFIG_AGP_ATI /proc/config.gz
or else (if /proc/config.gz doesn't exist)
grep CONFIG_AGP_ATI .config
in your 2.6.0 source directory.
Also check for CONFIG_DRM & CONFIG_DRM_RADEON in the same way. All of
these options are required for X to work with hardware acceleration of
an ATI Radeon card.
Wish you luck,
Conway S. Smith
OT P.S.
The /proc/config.gz file is a new feature of the 2.6 kernels that I
think is a great idea. It shows the kernel config file that was used
to compile the currently running kernel. But it is optional, and may
not exist on all systems.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-12-23 4:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-19 14:27 Compiled new kernel, Gnome not working Flemming Greve Skovengaard
2003-12-19 21:39 ` Ricardo Jorge Veludo
2003-12-20 9:44 ` Beolach
2003-12-22 12:34 ` Flemming Greve Skovengaard
2003-12-22 16:18 ` Axel Siebenwirth
2003-12-23 4:39 ` Beolach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox