Author |
Message |
|
Post subject: Agp-port adress??
Posted: Oct 11, 2004 - 17:15
|
|
Member


Joined: Sep 18, 2004
Posts: 97
Location: Kungsbacka
|
|
Hej!
Jag har nu gjort ett sista försök med att instalera Debian på min pegasos II. Laddade ner net-install imagen och gjorde installationen.
I något av de sista stegen så skulle man tydligen skriva in adressen till agp porten, vilket jag inte gjorde, och då startades inte X
I rutan där man skulle skriva in ardessen så stod net ungefär:
"Powerpc users and users of any computer wity multiple monitors should specify the agp port adress...."
( Sorry for my bad english )
Iaf är det någon som vet vad "adressen" är eller vad jag skall skriva?
Eller är jag på fel spår nu igen?
Mvh Christoffer |
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 18:00
|
|
Addict


Joined: Jul 06, 2004
Posts: 125
Location: Uppsala, Sweden, Europe
|
|
Vad har du för gfx-kort? Kört # xf86config? Vad får du för felmeddelande? |
_________________ Right now I feel like I can take on the whole Empire myself.
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 18:51
|
|
Member


Joined: Sep 18, 2004
Posts: 97
Location: Kungsbacka
|
|
Har radeon 9200
körde Xf86config och ställde in min skärm och monitor...
Men samma felmedelande dyker upp:
Ati(0) adapter has not been initiated
screens found but none have useable configuration
Fatal server error: No screens found
//Christoffer |
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 19:07
|
|
Order of the Butterfly


Joined: Aug 26, 2003
Posts: 1784
Location: Malmö
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 19:27
|
|
Butterfly


Joined: Aug 16, 2003
Posts: 883
Location: Göteborg
|
|
Känner igen det där, kom upp när jag råkade installera XFree 4.3.0 i Gentoo. När jag bytte till xorg fungerade det direkt, med samma konfiguration.
Vilken version av XFree har du? Borde inte vara nån skillnad mellan testing och unstable i Debian nu, för jag tror iaf att testing installeras som default i net-installern, eller har jag fel? |
_________________ Programmers are tools for converting caffeine into code.
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 19:31
|
|
Order of the Butterfly


Joined: Aug 26, 2003
Posts: 1784
Location: Malmö
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 19:42
|
|
Addict


Joined: Jul 06, 2004
Posts: 125
Location: Uppsala, Sweden, Europe
|
|
@Rabarbeplantan
I din XF86Config, under Section "Device", har du ett BusID alternativ där? |
_________________ Right now I feel like I can take on the whole Empire myself.
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 19:48
|
|
Order of the Pegasos


Joined: Aug 16, 2003
Posts: 2538
Location: Göteborg
|
|
Rabarbeplantan:
Bry dig nu inte om de här Gentoo vs Debian figurerna...
Testa att sätta ett # som första tecken på raden som specificerar BusID i din /etc/X11/XF86Config-4
Här är min, som du kan använda som exempel om du vill.
-----
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
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 "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon VE [QY]"
Driver "radeon"
# BusID "PCI:16:8:0"
# Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-57
VertRefresh 43-72
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon VE [QY]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
|
_________________ Mvh Gunne
Last edited by gunne on Oct 11, 2004 - 20:03; edited 2 times in total
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 19:50
|
|
Order of the Butterfly


Joined: Aug 26, 2003
Posts: 1784
Location: Malmö
|
|
Sätt <pre> </pre> runt configgen så ser det snyggare ut i forumet.
Varför rekommenderar du folk att stänga av DRI?
Känns ju även lite onödigt att ha två likadana möss konfigurerade... |
_________________ I need this baby in a month send me nine women!
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 20:00
|
|
Order of the Pegasos


Joined: Aug 16, 2003
Posts: 2538
Location: Göteborg
|
|
dholm:
Ok, skall testa med pre nästa gång. Bara det att jag skrev meddelandet i linux. Cygnus Ed finns tyvärr inte i Linux
DRI, tja det kan väl klassas som valfritt ?
Ang möss, en för vänster hand och en för höger kanske
Det blir faktiskt så automatiskt...
edit;
Det blev ju rätt snyggt, men stort att göra så.
Btw, nu kommer också snart Yellow Dog ut. |
_________________ Mvh Gunne
Last edited by gunne on Oct 11, 2004 - 20:10; edited 2 times in total
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 20:04
|
|
Butterfly


Joined: Aug 16, 2003
Posts: 883
Location: Göteborg
|
|
Så det kan gå...
Har iof för mig att Sven hade lagt in speciell mirror för nyare binärer för X på ODW maskinerna, ska posta det här när jag lyckas få ut source.list filen ur mitt arkiv...  |
_________________ Programmers are tools for converting caffeine into code.
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 20:09
|
|
Order of the Butterfly


Joined: Aug 26, 2003
Posts: 1784
Location: Malmö
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 20:10
|
|
Butterfly


Joined: Aug 16, 2003
Posts: 883
Location: Göteborg
|
|
Aha, skummade bara genom det sist... bra då kan jag avbryta  |
_________________ Programmers are tools for converting caffeine into code.
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 20:13
|
|
Order of the Pegasos


Joined: Aug 16, 2003
Posts: 2538
Location: Göteborg
|
|
dholm:
Gentoo är alltid först !
Btw, tog bort en mus, kan inte komma ihåg hur den hamnat där faktiskt. |
_________________ Mvh Gunne
|
|
|
|
 |
|
Post subject:
Posted: Oct 11, 2004 - 20:23
|
|
Member


Joined: Sep 18, 2004
Posts: 97
Location: Kungsbacka
|
|
Ok mycket info på en gång! Tackar tackar!
Skall sätta mig ner och försöka få ordning på det i morgon!
Bara så jag fattat,
1 jag skriver Xf86config
2 kollar upp något som heter "device"
3 skriver en fyrkant
4 skriver om filen
5 startar X
Rätta mig om jag har fel.
//Christoffer |
|
|
|
|
 |
|