2
Ok, so I updated my Kubuntu 10.10 install to 11.04 and now when I log on I land in a consoile instead of getting a GUI - the rest seems to be working fine though.
I'm using a Radeon 4870 with the proprietary drivers (since the open source ones don't seem to allow some fanspeed control which gets annoying) and my xorg.conf has those entries:
Section "ServerLayout" Identifier
"aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSectionSection "Module" EndSection
Section "Monitor" Identifier
"aticonfig-Monitor[0]-0" Option
"VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option
"DPMS" "true" EndSectionSection "Device" Identifier "aticonfig-Device[0]-0" Driver
"fglrx" BusID "PCI:1:0:0" EndSectionSection "Screen" Identifier "aticonfig-Screen[0]-0" Device
"aticonfig-Device[0]-0" Monitor
"aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport
0 0 Depth 24 EndSubSection EndSection
When running sudo startx I only get some error messages, see here
No idea how to solve this problem - actually not even sure what those errors mean - but I'd prefer getting around reinstalling the complete OS for a botched Xserver.
Using startkde only prints "$display is not set or cannot connect to the X-Server". the ArchWiki article seems about getting KDE to startup automatically at startup which I fear is the least of my problems right now - or do I misread something? – Voo – 2011-05-15T15:21:55.603
It is both, as well as starting and configuring. – Simon Sheehan – 2011-05-15T15:23:14.730
Well they cover installing KDE and then how to start it. But since KDE is already installed and won't start, the crucial step in between is missing. – Voo – 2011-05-15T15:44:38.190
As did your dbus start? Im scrolling through here – Simon Sheehan – 2011-05-15T15:45:11.170
Yeah I get a Job already running message when trying to start it. – Voo – 2011-05-15T15:51:56.047
I did find another person suggesting a reinstall of x-server. – Simon Sheehan – 2011-05-15T15:54:49.477
Ok, that would mean backing up the conf file and then doing sudo dpkg-reconfigure xserver-xorg or a full apt-get install --reinstall xserver-xorg ? – Voo – 2011-05-15T15:56:22.237
I'm not sure, I do not use Ubuntu flavors. Do what you feel is comfortable. I recommend backing up the conf either way – Simon Sheehan – 2011-05-15T16:00:13.247
1Yeah I'm also user only usually and have not much experience with it, but well - it can't make the xserver much worse anyhow, so let's try it ;) – Voo – 2011-05-15T16:02:52.417