Ati problem
Ati problem
Här kommer filen Zinden
- Bilagor
-
- dmesg.txt
- (296 KiB) Nerladdad 101 gånger
HP Compaq nc8430: Ubuntu + ATI Radeon Mobility X1600
- TForsman
- Inlägg: 1834
- Blev medlem: 08 aug 2007, 18:53
- OS: Foresight
- Ort: Repektera skogarna
- Kontakt:
SV: Ati problem
[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
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

SV: Ati problem
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
Ä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
HP Compaq nc8430: Ubuntu + ATI Radeon Mobility X1600
SV: Ati problem
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.
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
Okej, tack!
Då provar jag att både avinstallera samt installera drivrutinerna med hjälp av envy när jag kommer hem.
Då provar jag att både avinstallera samt installera drivrutinerna med hjälp av envy när jag kommer hem.
HP Compaq nc8430: Ubuntu + ATI Radeon Mobility X1600
SV: Ati problem
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
HP Compaq nc8430: Ubuntu + ATI Radeon Mobility X1600
- TForsman
- Inlägg: 1834
- Blev medlem: 08 aug 2007, 18:53
- OS: Foresight
- Ort: Repektera skogarna
- Kontakt:
SV: Ati problem
byt ut din Modes med denna och se om det blir bättre:
Modes "1680x1050" "1280x1024" "1024x768" "800x600"
Om inte, återkommer du igen
Modes "1680x1050" "1280x1024" "1024x768" "800x600"
Om inte, återkommer du igen

- TForsman
- Inlägg: 1834
- Blev medlem: 08 aug 2007, 18:53
- OS: Foresight
- Ort: Repektera skogarna
- Kontakt:
SV: Ati problem
problemet är nog skärm inställningarna, så här mycket skit har jag i min xorg om skärm + upplösning:
Men jag kör 1280x1024 bara.
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
- TForsman
- Inlägg: 1834
- Blev medlem: 08 aug 2007, 18:53
- OS: Foresight
- Ort: Repektera skogarna
- Kontakt:
SV: Ati problem
du kan testa köra om konfigurationen för hela upplösningen m.m. med kommandot:
kanske kan funka för dig
Kod: Markera allt
sudo dpkg-reconfigure -phigh xserver-xorg