Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Hej!
Jag håller på och försöker installera Ubuntu Edgy men har problem. Körde Alternativ-ison och kan boota in i Gnome, men får slumpmässiga frysningar, inom säg 2-3 minuter. Skärmen bara låser sig. Tänkte att det kunde ha med ATI kortet att göra och fick hjälp (tack Barre!) att uppdatera till nya drivisar enligt följande.
(safe mode)
sudo apt-get update
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
Nu blir effekten istället att OSet bootar in i svartskärm (jag ser uppstartskärmen men lagom till inloggningsrutan blir skärmen svart). Tilläggas kan att moderkortet har VIA PT880 Pro-kretsar. Försökte först installera på egen partition på min huvuddisk (SATA), men Grub kände inte av mitt USB-tangentbord så menyn blev meninglös. Nu huserar Ubuntu istället själv på egen PATA-disk.
Kan någon hjälpa mig får igång eländet? (och min nivå får beskrivas som nybörjarens...)
Cheers,
SLOB
Jag håller på och försöker installera Ubuntu Edgy men har problem. Körde Alternativ-ison och kan boota in i Gnome, men får slumpmässiga frysningar, inom säg 2-3 minuter. Skärmen bara låser sig. Tänkte att det kunde ha med ATI kortet att göra och fick hjälp (tack Barre!) att uppdatera till nya drivisar enligt följande.
(safe mode)
sudo apt-get update
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
Nu blir effekten istället att OSet bootar in i svartskärm (jag ser uppstartskärmen men lagom till inloggningsrutan blir skärmen svart). Tilläggas kan att moderkortet har VIA PT880 Pro-kretsar. Försökte först installera på egen partition på min huvuddisk (SATA), men Grub kände inte av mitt USB-tangentbord så menyn blev meninglös. Nu huserar Ubuntu istället själv på egen PATA-disk.
Kan någon hjälpa mig får igång eländet? (och min nivå får beskrivas som nybörjarens...)
Cheers,
SLOB
Senast redigerad av 1 SLOB, redigerad totalt 26 gånger.
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Tjena SLOB.
kolla att fglrx står som driver i /etc/X11/xorg.conf
och inte vesa eller nåt sånt... kankse kan posta din xorg.conf?
kolla att fglrx står som driver i /etc/X11/xorg.conf
och inte vesa eller nåt sånt... kankse kan posta din xorg.conf?
________________________________________________________________
twitter @ BarreGargamel
blogg @ Gargamel.NU
twitter @ BarreGargamel
blogg @ Gargamel.NU
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Gärna...men just nu vet jag inte riktigt hur jag ska kunna. Jag får svartskärm direkt efter/under startup skärmen. Finns det någon smart F-knapp man kan trycka på för att boota direkt till command-line?
/S
/S
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
<ctrl>+<alt>+F1
om det inte fungerar så prova att slå, esc när grub startar och välj felsäkert läge
om det inte fungerar så prova att slå, esc när grub startar och välj felsäkert läge
________________________________________________________________
twitter @ BarreGargamel
blogg @ Gargamel.NU
twitter @ BarreGargamel
blogg @ Gargamel.NU
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Jag använde Explore2fs från XP och hittade följande i etc/X11:
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. R420 JI [Radeon X800PRO]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. R420 JI [Radeon X800PRO]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. R420 JI [Radeon X800PRO]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. R420 JI [Radeon X800PRO]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
oj..
kolla här om något av dess sätt hjälper dig.
http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide
kolla här om något av dess sätt hjälper dig.
http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide
________________________________________________________________
twitter @ BarreGargamel
blogg @ Gargamel.NU
twitter @ BarreGargamel
blogg @ Gargamel.NU
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Okej, nu kan jag logga in och starta Gnome. Men jag får fortfarande hängen, hyggligt omedelbart efter att Gnome kommit igång.
*suck*
*suck*
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
ooop..
jag hittade denna blog : http://www.philipandjenny.com/2006/10/3 ... buntu-610/
jag letar vidare...
jag hittade denna blog : http://www.philipandjenny.com/2006/10/3 ... buntu-610/
jag letar vidare...
________________________________________________________________
twitter @ BarreGargamel
blogg @ Gargamel.NU
twitter @ BarreGargamel
blogg @ Gargamel.NU
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
I korthet tycks det alltså som om jag skulle tvingas använda Dapper och kompilera kärnan själv för att få AGP att funka? Herreje... jag har ingen aning hur man kompilerar Linuxkärnor...
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
mm.
det är inte fel på operativsystemet.. det är hårdvaran som är keff
Du får helt enkelt bjuda hem mig på kaffe och bullar så kan vi kanske fixa detta
det är inte fel på operativsystemet.. det är hårdvaran som är keff

Du får helt enkelt bjuda hem mig på kaffe och bullar så kan vi kanske fixa detta

________________________________________________________________
twitter @ BarreGargamel
blogg @ Gargamel.NU
twitter @ BarreGargamel
blogg @ Gargamel.NU
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
That will NOT happen!
Jag bjuder gärna på kaffe - men jag har varit the computer geek i hela mitt umgänge så länge någon kan minnas. Jag löser saker genom att ägna för mycket tid åt det, framförallt genom att underlåta ett gäng blöjbyten under dygnets vakna timmar, samt genom att låta Lova (min dotter alltså) klara sig på skorpor som jag lägger i en hög på golvet.
Kompilera kärnan för att få AGPstöd. Räcker det med att följa guiden?:
http://ubuntuforums.org/showthread.php?t=56835
Men jag måste säga att jag tycker det är märkligt att de inte fixat stöd åt VIA-kretsen.
/C

Kompilera kärnan för att få AGPstöd. Räcker det med att följa guiden?:
http://ubuntuforums.org/showthread.php?t=56835
Men jag måste säga att jag tycker det är märkligt att de inte fixat stöd åt VIA-kretsen.
/C
Senast redigerad av 1 SLOB, redigerad totalt 26 gånger.
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
mm håller med.. mysko..
har inte kompilerat kernel i ubuntu, men prova på du
har inte kompilerat kernel i ubuntu, men prova på du

________________________________________________________________
twitter @ BarreGargamel
blogg @ Gargamel.NU
twitter @ BarreGargamel
blogg @ Gargamel.NU
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Tror det är något annat fel. Jag gjorde en komplett ominstallation med Dapper istället och har samma problem där: Det hänger när jag startat Gnome.
Linux ogillar något i mitt system.
/C
Linux ogillar något i mitt system.
/C
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Behöver lite hjälp här....
Jobbar nu från ren kommando-rad eftersom Gnome hänger hela tiden. Håller på och försöker lägga till depositorier för att ladda hem kärnan.
Följande har jag gjort:
editerat sources.list
enligt:
http://ubuntuguide.org/wiki/Ubuntu_Edgy ... positories
och nu ser source.list ut som följer:
Problem: Hur i helvete gör jag det häringa tecknet: "|" i kommandot:
Problem två:
Skriver
Tjo,
C
Jobbar nu från ren kommando-rad eftersom Gnome hänger hela tiden. Håller på och försöker lägga till depositorier för att ladda hem kärnan.
Följande har jag gjort:
editerat sources.list
enligt:
http://ubuntuguide.org/wiki/Ubuntu_Edgy ... positories
och nu ser source.list ut som följer:
#
# deb cdrom:[Ubuntu 6.10 _Edgy Eft_ - Release i386 (20061025.1)]/ edgy main restricted
deb cdrom:[Ubuntu 6.10 _Edgy Eft_ - Release i386 (20061025.1)]/ edgy main restricted
deb http://se.archive.ubuntu.com/ubuntu/ edgy main restricted
deb-src http://se.archive.ubuntu.com/ubuntu/ edgy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://se.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://se.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://se.archive.ubuntu.com/ubuntu/ edgy universe
deb-src http://se.archive.ubuntu.com/ubuntu/ edgy universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://se.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://se.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
deb http://security.ubuntu.com/ubuntu edgy-security universe
deb-src http://security.ubuntu.com/ubuntu edgy-security universe
Problem: Hur i helvete gör jag det häringa tecknet: "|" i kommandot:
och jag skulle behöva förstå exakt vad det gör? Och måste det skrivas som en rad?wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
sudo apt-get update
Problem två:
Skriver
men får bara besked att det inte kunde hittas.sudo apt-get install linux-tree
Tjo,
C
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Det | tecken finns med AltGr till höger och till vänster tangenten med <> symbolen.
Hade du kört efter ändringarna i förråden?
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Gör detta först och försök att installera igen efter det.
Hade du kört efter ändringarna i förråden?
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Gör detta först och försök att installera igen efter det.
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Gjorde det, men fick ett i/o error när jag körde apt-get dist-upgrade. Och den hittar fortfarande inte linx-tree.
*suck*
/C
*suck*
/C
SV: Installationsproblem Edgy+ATI x800+Asus P5VDC-X
Okej, jag har lyckats kompilera kärna 2.6.19.2 ---men jag misstänker att jag dunkade på för mycket, den hänger när jag bootar om. Så. Jag ska försöka mig på att reinstallera Edgy och bara kompilera /installera 2.6.19.2 utan att ändra configen från standard-installationen. Funkar inte det så lägger jag ner och väntar tills jag i framtiden köper annat mobo och grafikkort.
/C
/C