PDA

View Full Version : [all variants] Screen has lines after upgrade



F3u3rfr3i
August 22nd, 2009, 02:53 PM
[IMG]http://evercrack.net/temp/baddesktop.jpg

Getting this after upgrade, got it on fluxbox as well as kde, so doesn't appear to be just a kde issue, the drivers don't show anything installed.


Post and initial load screen are clear, issue comes up when the environment loads.

I tried renaming my .kde also, no luck.

RedSingularity
August 22nd, 2009, 04:56 PM
What does your xorg.conf look like?

F3u3rfr3i
August 22nd, 2009, 06:07 PM
cat /etc/X11/xorg.conf

Section "ServerFlags"
Option "DontZap" "False"
EndSection

RedSingularity
August 22nd, 2009, 06:10 PM
Thats all thats in the file?

F3u3rfr3i
August 22nd, 2009, 06:11 PM
yep

F3u3rfr3i
August 22nd, 2009, 06:19 PM
Just tried this saved variant, didn't resolve issue.

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection


Section "Device"
Identifier "Radeon 9500"
Driver "ati"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
SubSection "Display"
Modes "800x600"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection

F3u3rfr3i
August 23rd, 2009, 05:48 AM
Anyone?

overdrank
August 23rd, 2009, 06:03 AM
Anyone?

When you mean upgrade, do you mean a regular update or upgrade to a newer version of Ubuntu?
Which version of Ubuntu are you using :)
Have you tried using the xfix option when booting into recovery mode?

F3u3rfr3i
August 23rd, 2009, 06:06 AM
lsb_release -ds
Ubuntu 9.04

I got a notice some packages needed updating, so I ran the updater, rebooted, and there I was.

My Xorg file had been changed, the first one was not the one I'd actually been using, but neither fixed it.

F3u3rfr3i
August 23rd, 2009, 03:38 PM
Bueller?

F3u3rfr3i
August 27th, 2009, 05:46 AM
Ok, missed the part about Xfix, I tried that, it did not resolve the issue.