Sida 1 av 1

Ati problem

Postat: 23 sep 2007, 22:41
av lurson
Här kommer filen Zinden

SV: Ati problem

Postat: 24 sep 2007, 08:00
av TForsman
[fglrx] module loaded - fglrx 8.34.8 [Feb 20 2007]

Den laddas, men du har försökt installera nyare version. Då funkar det inte. Det blir en krock.
du måste avinstallera denna version först.

Lite osäker vad den kan heta i pakethanteraren....
men sök på ati sen får du kika efter versionen på sakerna, så borde du hitta den där versionen. Avinstallera den och installera en nyare version.

ati-xorg-driver, kanske den heter. Eller får en ubuntu användare tipsa om vad den kan heta  8)

SV: Ati problem

Postat: 24 sep 2007, 13:16
av lurson
Okej, tack för hjälpen Zinden.

Är det någon som vet hur man avinstallerar ati drivrutinerna? Är det "xorg-driver-fglrx" jag ska leta efter i synaptic? Har "xserver-xgl" något med grafikkortet att göra?

Mvh

Henke

SV: Ati problem

Postat: 24 sep 2007, 14:15
av zenbios
Avinstallerar dem själv med envy var gång det kommer nya.
borde fungera för dig med. xserver-xgl har med grafiken att göra,
eftersom XGL = X server arkitektur som kör OpenGL.

SV: Ati problem

Postat: 24 sep 2007, 14:24
av lurson
Okej, tack!

Då provar jag att både avinstallera samt installera drivrutinerna med hjälp av envy när jag kommer hem.

SV: Ati problem

Postat: 10 jan 2008, 22:15
av lurson
HÄr kommer den

Kod: Markera allt

# xorg.conf (xorg 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 "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"se"
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"
	Driver		"fglrx"
	Busid		"PCI:1:0:0"
	Option		"VideoOverlay"	"on"
	Option		"OpenGLOverlay"	"off"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1680x1050"	"1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	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 "Extensions"
	Option		"Composite"	"Enable"
EndSection

SV: Ati problem

Postat: 10 jan 2008, 22:18
av TForsman
byt ut din Modes med denna och se om det blir bättre:
    Modes      "1680x1050" "1280x1024" "1024x768" "800x600"

Om inte, återkommer du igen  :)

SV: Ati problem

Postat: 10 jan 2008, 22:28
av TForsman
problemet är nog skärm inställningarna, så här mycket skit har jag i min xorg om skärm + upplösning:

Kod: Markera allt

Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  376 301
  HorizSync    30-83
  Identifier   "Monitor[0]"
  ModelName    "LG ELECTRONICS L1932P"
  Option       "DPMS"
  VendorName   "GSM"
  VertRefresh  43-75
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1024x768" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1024x768" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1024x768" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1024x768" "800x600" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection
Men jag kör 1280x1024 bara.

SV: Ati problem

Postat: 10 jan 2008, 22:31
av TForsman
du kan testa köra om konfigurationen för hela upplösningen m.m. med kommandot:

Kod: Markera allt

sudo dpkg-reconfigure -phigh xserver-xorg
kanske kan funka för dig