Results 1 to 9 of 9

Thread: T60 Flickering Display

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Beans
    88
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Angry HELP PLEASE: Flickering Display

    Hi Guys,

    finally after ubuntu recognizes my graphic-card I now have to problem that whenever I start a Video or the screen saver the video/ screen saver starts to flicker.

    Does Anyone have experience with this issue?

    I'll enclose the fglrxinfo and the xorg.conf

    Would be good if someone could help

    Ohwii

    Code:
    display: :0.0  screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Mobility Radeon X1400
    OpenGL version string: 2.1.7412 Release
    Code:
    Section "Screen"
    	Identifier	"aticonfig-Screen[0]"
    	Device		"aticonfig-Device[0]"
    	Monitor		"aticonfig-Monitor[0]"
    	SubSection "Display"
    		Viewport	0	0
    		Depth	24
    	EndSubSection
    	Defaultdepth	24
    EndSection
    
    Section "Device"
    	Identifier	"aticonfig-Device[0]"
    	Driver		"fglrx"
    	Option		"XAANoOffscreenPixmaps"	"on"
    	Option		"TexturedVideo"	"on"
    	Option		"BackingStore"	"on"
    	Option		"UseFastTLS"	"1"
    	Option		"VideoOverlay"	"on"
    	Option		"OpenGLOverlay"	"off"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"CoreKeyboard"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    	Option		"Device"	"/dev/input/mice"
    	Option		"Protocol"	"ImPS/2"
    	Option		"ZAxisMapping"	"4 5"
    	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 "InputDevice"
    	Identifier	"stylus"
    	Driver		"wacom"
    	Option		"Device"	"/dev/input/wacom"
    	Option		"Type"	"stylus"
    	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Identifier	"eraser"
    	Driver		"wacom"
    	Option		"Device"	"/dev/input/wacom"
    	Option		"Type"	"eraser"
    	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Identifier	"cursor"
    	Driver		"wacom"
    	Option		"Device"	"/dev/input/wacom"
    	Option		"Type"	"cursor"
    	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "ServerLayout"
    	# Uncomment if you have a wacom tablet
    	#	InputDevice     "stylus"	"SendCoreEvents"
    	#	InputDevice     "cursor"	"SendCoreEvents"
    	#	InputDevice     "eraser"	"SendCoreEvents"
    	Identifier	"Default Layout"
      screen 0 "aticonfig-Screen[0]" 0 0
    	Inputdevice	"Generic Keyboard"
    	Inputdevice	"Configured Mouse"
    	Inputdevice	"Synaptics Touchpad"
    	Option		"AIGLX"	"on"
    EndSection
    
    Section "Module"
    	Load		"glx"
    EndSection
    
    Section "Monitor"
    	Identifier	"aticonfig-Monitor[0]"
    	Option		"VendorName"	"ATI Proprietary Driver"
    	Option		"ModelName"	"Generic Autodetecting Monitor"
    	Option		"DPMS"	"true"
    EndSection
    
    Section "Extensions"
    	Option		"RENDER"	"Enable"
    	Option		"DAMAGE"	"Enable"
    	Option		"Composite"	"Enable"
    EndSection
    Last edited by Ohwii; May 12th, 2008 at 08:45 PM.

  2. #2
    Join Date
    Apr 2007
    Location
    Morrisville, NY
    Beans
    2,153

    Re: T60 Flickering Display

    I have a T60 with the x1300 and it works wonderfully (except I can't access my password-protected shares) so here's my xorg.conf if it would be of any help:

    Code:
    Section "Files"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"CoreKeyboard"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    	Option		"Device"	"/dev/input/mice"
    	Option		"Protocol"	"ImPS/2"
    	Option		"ZAxisMapping"	"4 5"
    	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 "InputDevice"
    	Driver		"wacom"
    	Identifier	"stylus"
    	Option		"Device"	"/dev/input/wacom"
    	Option		"Type"	"stylus"
    	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Driver		"wacom"
    	Identifier	"eraser"
    	Option		"Device"	"/dev/input/wacom"
    	Option		"Type"	"eraser"
    	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Driver		"wacom"
    	Identifier	"cursor"
    	Option		"Device"	"/dev/input/wacom"
    	Option		"Type"	"cursor"
    	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "Device"
    	Identifier	"Generic Video Card"
    	Boardname	"ati"
    	Busid		"PCI:1:0:0"
    	Driver		"fglrx"
    	Screen	0
    EndSection
    
    Section "Monitor"
    	Identifier	"Generic Monitor"
    	Vendorname	"Generic LCD Display"
    	Modelname	"LCD Panel 1600x1200"
    	Horizsync	31.5-74.7
    	Vertrefresh	56.0 - 65.0
      modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
      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  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
      modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
      modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
      modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
      modeline  "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    	Gamma	1.0
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"Generic Video Card"
    	Monitor		"Generic Monitor"
    	Defaultdepth	24
    	SubSection "Display"
    		Depth	24
    		Virtual	1600	1200
    		Modes		"1600x1200@60"	"1400x1050@60"	"1280x1024@60"	"1280x960@60"	"1024x768@60"	"800x600@60"	"800x600@56"	"640x480@60"
    	EndSubSection
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
      screen 0 "Default Screen" 0 0
    	Inputdevice	"Generic Keyboard"
    	Inputdevice	"Configured Mouse"
    	
    	# Uncomment if you have a wacom tablet
    	#	InputDevice     "stylus"	"SendCoreEvents"
    	#	InputDevice     "cursor"	"SendCoreEvents"
    	#	InputDevice     "eraser"	"SendCoreEvents"
    	Inputdevice	"Synaptics Touchpad"
    EndSection
    Section "Module"
    	Load		"glx"
    	Load		"dbe"
    	Load		"v4l"
    EndSection
    Section "Extensions"
    	Option		"Composite"	"0"
    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

  3. #3
    Join Date
    Oct 2007
    Beans
    88
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: T60 Flickering Display

    anybody else??

  4. #4
    Join Date
    May 2008
    Beans
    2

    Re: T60 Flickering Display

    I think that it is a problem with the ATI drivers. My x1650 Pro will flicker when playing games or during a screensaver unless I disable the desktop effects. It might not be the same for your setup though, I dont know. Some fullscreen games just dont work period for me sometimes. My monitor says no support and I have to quit or sometimes reboot. Maybe I will finally switch to nvidia now. :(

  5. #5
    Join Date
    Oct 2007
    Beans
    88
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: T60 Flickering Display

    Bump!

    any thinkpad users??

  6. #6
    Join Date
    Oct 2007
    Beans
    88
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: T60 Flickering Display

    and another one ??

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •