PDA

View Full Version : Sapphire 1800XT and PCBSD


BlueScreenTT
07-03-2006, 04:01 PM
Hi !

i have no HW acc / drivers installed for this card !
cant figure out how to do it !

in old in Freebsd but totaly new to anything that have with Xorg to do !

any help to find ??

is there a PBI ??

can i use the Linux driver ?

Greets
BlueScreenTT
Aka
Thomas Christensen

TerryP
07-03-2006, 04:42 PM
You can run linux programs (via linux compatiblity layer, which is moved into a PBI for freash 1.11a installs).

Linux drivers howeveer will not work :@

I have the same problem with my XPRESS 200M

I know we have a topic (http://forums.pcbsd.org/viewtopic.php?t=3532) on 3D Accel. But I don't know abotu Hardware accel.

DRI is also built into the Kernel in PCBSD 1.11

antik
07-03-2006, 04:51 PM
DRI is also built into the Kernel in PCBSD 1.11

DRM is built into kernel, DRI is from ports and installed by default.

If X -configure can find your card, then you are lucky.

BlueScreenTT
07-03-2006, 05:57 PM
that was fast ! :-)

HW acc 3D acc nothing works ! sooo :-)
i cant even use a screensaver ! it shows like 0,2 FPS ! .-)

one question !
X -configure
where do i run that command ?? shell i gues ! but i get an error !

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.

do i have to reboot to shell and not in to X ?

Greets
Thomas

antik
07-03-2006, 06:03 PM
do i have to reboot to shell and not in to X ?

go into singleuser mode:

# shutdown now
# X -configure
# cp /root/xorg.conf.new /etc/X11/xorg.conf
# diff XF86Config xorg.conf
# ee xorg.conf
# reboot

BlueScreenTT
07-03-2006, 07:51 PM
Hi again !

# shutdown now
# X -configure
# cp /root/xorg.conf.new /etc/X11/xorg.conf

that worked ! but i couldent get
# diff XF86Config xorg.conf
# ee xorg.conf
to work !

weird thing is when i rebooted my desktop ran at 1920*1440 !

well it is better than 1024*768
but i still dont have any 3d

Thanks !
Greets
Thomas

antik
07-03-2006, 09:49 PM
Hi again !

# shutdown now
# X -configure
# cp /root/xorg.conf.new /etc/X11/xorg.conf

that worked ! but i couldent get
# diff XF86Config xorg.conf
# ee xorg.conf
to work !

weird thing is when i rebooted my desktop ran at 1920*1440 !

well it is better than 1024*768
but i still dont have any 3d



Show me your xorg.conf file, please.

TerryP
07-04-2006, 01:03 AM
DRM is built into kernel, DRI is from ports and installed by default.

My mistake, can't tell my DRI form my DRM..
___

I know what you mean Blue, I've screwed with my X settings till it was red in it's face and blue in mine. Still I can play BillardsGL & (slowly) Lincity but not TuxKart or the chess game. Which was an improvment.

BlueScreenTT
07-04-2006, 10:04 AM
File: /etc/X11/xorg.conf

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:3:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

BlueScreenTT
07-04-2006, 11:37 AM
What do i need to put in my kernel??
DRM DRI ATI RADEON ! ???

Jeg fatter hat af det her !

antik
07-04-2006, 12:10 PM
What do i need to put in my kernel??
DRM DRI ATI RADEON ! ???

Jeg fatter hat af det her !

Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:3:0:0"

Xorg is not supporting your card I see. You can try with Driver "ati" or "radeon", but I doubt it work.
Your kernel already got all necessary components if you use PC-BSD 1.1 and newer.

BlueScreenTT
07-04-2006, 12:29 PM
That sucks :-)

well ok ! got a killer GFX card and cant use it ! Wuuhuu !!

anyways !
Thanks :-)