PDA

View Full Version : [ubuntu] Big black horizontal lines in some games!


khr
May 3rd, 2008, 01:22 PM
When i play some games, there blinks big black horizontal lines on the screen. Its very irritating and painful to my eyes... This applies to some games, here is a list of all the games its happening to:

Neverputt, Neverball, Xmoto, OpenArena, World of Padman, Supertuxkart, Chronium, and probably many more that i haven't tried...

The connection between all of these games is that they are 3D.
(Except Xmoto, its probably there because its using openGL, i think.)

To explain the big black horizontal lines easier, they look like old movies.
You know with those gigantic film rolls? Kinda like that, only worse...

Personally i think the problem is either a wrong horizontal sync or wrong refresh rate...

Also, i didn't have this problem before i followed this guide:
http://wiki.cchtml.com/index.php/Ubuntu_Hardy_Installation_Guide
(Manual Method)
Before i followed this guide, every 3D/openGL game was unplayable since it lagged so much. But after i followed this guide all the 3D/openGL games worked 100% lag-free, except the black horizontal lines...

So, please help me with this!!!

PS:
Just in case you would've wanted it, here is my true horizontal sync and vertical refresh rates:
Horizontal Sync: 54.01 kHz
Vertical Refresh: 60/65 Hz
(I'm not really sure if the vertical refresh rate is 60 or 65 Hz...)

khr
May 3rd, 2008, 01:46 PM
Please help!!!
I'm desperate!!
I don't want to go back to Vista!!!

Tyke91
May 3rd, 2008, 01:55 PM
what video card are you using?

khr
May 3rd, 2008, 01:57 PM
what video card are you using?

ATi Mobility Radeon X1600

khr
May 3rd, 2008, 02:09 PM
I'm going to go and watch a movie so you won't be seeing me in the next 2-4 hours...

ChompTheMan
May 3rd, 2008, 02:12 PM
Is libglide3 installed? When I was solving my 3d acceleration problem I noticed black horizontal bars when playing Super Tuxcart. When I installed libglide3 they went away. I don't know if this will help but hopefully it does.

|{urse
May 3rd, 2008, 02:12 PM
you need to either disable desktop effects or change your monitors refresh rate in xorg.conf. Try the suggestion above mine first ^^ touche

khr
May 3rd, 2008, 03:35 PM
Is libglide3 installed? When I was solving my 3d acceleration problem I noticed black horizontal bars when playing Super Tuxcart. When I installed libglide3 they went away. I don't know if this will help but hopefully it does.

I installed libglide3 with synaptic, sadly, it didn't help... :(
Thanks for posting!

|{urse:
I really don't want to disable compiz, so i'll try to change my monitor refresh rate in xorg.conf... But I'm not sure what to change...

Here is my xorg.conf:


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "aticonfig-Screen[0]" 0 0
Inputdevice "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
Load "dbe"
Load "v4l"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "English"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Boardname "ati"
Busid "PCI:1:0:0"
Driver "fglrx"
Screen 0
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 800
Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection

Section "device" #
Identifier "device1"
Boardname "ati"
Busid "PCI:1:0:0"
Driver "fglrx"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection

What should i change?
You probably won't see more before 2-4 hours, going to watch movie.

khr
May 3rd, 2008, 04:51 PM
Do i actually have any other options besides editing the xorg.conf file?

khr
May 3rd, 2008, 06:41 PM
I've now edited the xorg.conf file and changed the horizSync and vertRefresh to the correct value. It had no effect on my issues...
I also reinstalled the games, but the problem is still there.

Please help!

PS:
Does ATi provide support for ATi in Ubuntu?