You are not logged in.

#1 2007-03-07 19:20:20

DarkJesus
Member
Registered: 2007-03-07
Posts: 45

Compiling drivers for my graphics card/adaptor.

I have a P4M890 graphics adaptor by VIA in my PC. I have found a page with potential drivers here. I attempted to install the second one labelled "P4M890", for obvious reasons. When I tried the provided makedriver script, I got this error:

[root@arch src]# ./makedriver 
 -------- Check source code --------
cp: cannot create directory `/usr/src/xc/programs/Xserver/hw/xfree86/drivers/':

Could someone possibly have a look at these and see if they are suitable for use under arch current?

Offline

#2 2007-03-08 08:06:15

espo
Member
From: Stuttgart - Germany
Registered: 2006-08-11
Posts: 74

Re: Compiling drivers for my graphics card/adaptor.

yes the problem is its missing xorg source wink. You have to dl the files extract them to /usr/src and then try again wink.

Greetings
eSpo

Offline

#3 2007-03-08 13:54:15

DarkJesus
Member
Registered: 2007-03-07
Posts: 45

Re: Compiling drivers for my graphics card/adaptor.

So you're saying that is all I have to do? Download the Xorg source with the same version I usually have and extract it into /usr/src?

Offline

#4 2007-03-08 20:34:59

DarkJesus
Member
Registered: 2007-03-07
Posts: 45

Re: Compiling drivers for my graphics card/adaptor.

There are a lot of Xorg 7.0 source packages and I don't know which ones to get.

Offline

#5 2007-03-09 13:12:23

espo
Member
From: Stuttgart - Germany
Registered: 2006-08-11
Posts: 74

Re: Compiling drivers for my graphics card/adaptor.

i will try it give me sometime then i will report! wink

Offline

#6 2007-03-09 13:51:23

espo
Member
From: Stuttgart - Germany
Registered: 2006-08-11
Posts: 74

Re: Compiling drivers for my graphics card/adaptor.

okay this driver is using the old xfree86.org sources! Do you allready tried the xf86-video-via package?

Greeting
espo

Offline

#7 2007-03-09 14:28:54

DarkJesus
Member
Registered: 2007-03-07
Posts: 45

Re: Compiling drivers for my graphics card/adaptor.

I have that package installed, but it gives me errors about screens not  being found when I change the driver in xorg.conf

Offline

#8 2007-03-10 12:02:33

espo
Member
From: Stuttgart - Germany
Registered: 2006-08-11
Posts: 74

Re: Compiling drivers for my graphics card/adaptor.

hmm sounds bad! sad the old driver is not working tried it for you with the old source from www.xfree86.org :-/. Maybe put your xorg.conf in here

Greetings
espo

Offline

#9 2007-03-10 16:27:56

DarkJesus
Member
Registered: 2007-03-07
Posts: 45

Re: Compiling drivers for my graphics card/adaptor.

This is the xorg I am trying to use, with the via driver.

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

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

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

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

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    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      "via"
    VendorName  "Unknown Vendor"
    BoardName   "Unknown Board"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"

    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

I'll post a /var/log/Xorg.0.log in a bit.

Last edited by DarkJesus (2007-03-10 16:28:30)

Offline

#10 2007-03-10 16:57:40

DarkJesus
Member
Registered: 2007-03-07
Posts: 45

Re: Compiling drivers for my graphics card/adaptor.

Here is the /var/log/Xorg.0.log file.


X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: UNKNOWN 
Current Operating System: Linux arch 2.6.20-ARCH #1 SMP PREEMPT Wed Feb 28 21:59:38 CET 2007 i686
Build Date: 27 February 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 10 16:54:56 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81c34a0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0327 card 1106,0327 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1327 card 1106,1327 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2327 card 1106,2327 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3327 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4327 card 1106,4327 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:5: chip 1106,5327 card 0000,0000 rev 00 class 08,00,20 hdr 80
(II) PCI: 00:00:6: chip 1106,6327 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:7: chip 1106,7327 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1106,a327 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 1106,c327 card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 00:0f:0: chip 1106,0591 card 1462,7255 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1462,7255 rev 07 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1462,7255 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1462,7255 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1462,7255 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1462,7255 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1462,7255 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3337 card 1106,3337 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:7: chip 1106,287e card 1106,337e rev 00 class 06,00,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1462,7255 rev 7c class 02,00,00 hdr 00
(II) PCI: 00:13:0: chip 1106,337b card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 00:13:1: chip 1106,337a card 0000,0000 rev 00 class 06,04,01 hdr 01
(II) PCI: 01:00:0: chip 1106,3343 card 1462,7255 rev 02 class 03,00,00 hdr 00
(II) PCI: 04:01:0: chip 1106,3288 card 1462,7255 rev 10 class 04,03,00 hdr 00
(II) PCI: 05:05:0: chip 1814,0302 card 1186,3c09 rev 00 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001b (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xfc800000 - 0xfe8fffff (0x2100000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0x9ff00000 - 0xdfefffff (0x40000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:2:0), (0,2,2), BCTRL: 0x0003 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:3:0), (0,3,3), BCTRL: 0x0003 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:19:0), (0,4,4), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 4 non-prefetchable memory range:
    [0] -1    0    0xfe900000 - 0xfe9fffff (0x100000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:19:1), (0,5,5), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
    [0] -1    0    0xfea00000 - 0xfeafffff (0x100000) MX[b]
(--) PCI:*(1:0:0) unknown vendor (0x1106) unknown chipset (0x3343) rev 2, Mem @ 0xa0000000/29, 0xfd000000/24, BIOS @ 0xfe8f0000/16
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xfeaf8000 - 0xfeafffff (0x8000) MX[b]
    [1] -1    0    0xfe9fc000 - 0xfe9fffff (0x4000) MX[b]
    [2] -1    0    0xfebff800 - 0xfebff8ff (0x100) MX[b]
    [3] -1    0    0xfebffc00 - 0xfebffcff (0x100) MX[b]
    [4] -1    0    0xf0000000 - 0xefffffff (0x0) MX[b]O
    [5] -1    0    0xfe8f0000 - 0xfe8fffff (0x10000) MX[b](B)
    [6] -1    0    0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [7] -1    0    0xa0000000 - 0xbfffffff (0x20000000) MX[b](B)
    [8] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [9] -1    0    0x0000d480 - 0x0000d49f (0x20) IX[b]
    [10] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [11] -1    0    0x0000d880 - 0x0000d89f (0x20) IX[b]
    [12] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [13] -1    0    0x0000fc00 - 0x0000fc0f (0x10) IX[b]
    [14] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [15] -1    0    0x0000e400 - 0x0000e40f (0x10) IX[b]
    [16] -1    0    0x0000e480 - 0x0000e483 (0x4) IX[b]
    [17] -1    0    0x0000e800 - 0x0000e807 (0x8) IX[b]
    [18] -1    0    0x0000e880 - 0x0000e883 (0x4) IX[b]
    [19] -1    0    0x0000ec00 - 0x0000ec07 (0x8) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xfeaf8000 - 0xfeafffff (0x8000) MX[b]
    [1] -1    0    0xfe9fc000 - 0xfe9fffff (0x4000) MX[b]
    [2] -1    0    0xfebff800 - 0xfebff8ff (0x100) MX[b]
    [3] -1    0    0xfebffc00 - 0xfebffcff (0x100) MX[b]
    [4] -1    0    0xf0000000 - 0xefffffff (0x0) MX[b]O
    [5] -1    0    0xfe8f0000 - 0xfe8fffff (0x10000) MX[b](B)
    [6] -1    0    0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [7] -1    0    0xa0000000 - 0xbfffffff (0x20000000) MX[b](B)
    [8] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [9] -1    0    0x0000d480 - 0x0000d49f (0x20) IX[b]
    [10] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [11] -1    0    0x0000d880 - 0x0000d89f (0x20) IX[b]
    [12] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [13] -1    0    0x0000fc00 - 0x0000fc0f (0x10) IX[b]
    [14] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [15] -1    0    0x0000e400 - 0x0000e40f (0x10) IX[b]
    [16] -1    0    0x0000e480 - 0x0000e483 (0x4) IX[b]
    [17] -1    0    0x0000e800 - 0x0000e807 (0x8) IX[b]
    [18] -1    0    0x0000e880 - 0x0000e883 (0x4) IX[b]
    [19] -1    0    0x0000ec00 - 0x0000ec07 (0x8) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xfeaf8000 - 0xfeafffff (0x8000) MX[b]
    [5] -1    0    0xfe9fc000 - 0xfe9fffff (0x4000) MX[b]
    [6] -1    0    0xfebff800 - 0xfebff8ff (0x100) MX[b]
    [7] -1    0    0xfebffc00 - 0xfebffcff (0x100) MX[b]
    [8] -1    0    0xf0000000 - 0xefffffff (0x0) MX[b]O
    [9] -1    0    0xfe8f0000 - 0xfe8fffff (0x10000) MX[b](B)
    [10] -1    0    0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [11] -1    0    0xa0000000 - 0xbfffffff (0x20000000) MX[b](B)
    [12] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [13] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [14] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [15] -1    0    0x0000d480 - 0x0000d49f (0x20) IX[b]
    [16] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[b]
    [17] -1    0    0x0000d880 - 0x0000d89f (0x20) IX[b]
    [18] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[b]
    [19] -1    0    0x0000fc00 - 0x0000fc0f (0x10) IX[b]
    [20] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [21] -1    0    0x0000e400 - 0x0000e40f (0x10) IX[b]
    [22] -1    0    0x0000e480 - 0x0000e483 (0x4) IX[b]
    [23] -1    0    0x0000e800 - 0x0000e807 (0x8) IX[b]
    [24] -1    0    0x0000e880 - 0x0000e883 (0x4) IX[b]
    [25] -1    0    0x0000ec00 - 0x0000ec07 (0x8) IX[b]
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.2.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "via"
(II) Loading /usr/lib/xorg/modules/drivers//via_drv.so
(II) Module via: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.2.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
(II) VIA: driver for VIA chipsets: CLE266, KM400/KN400, K8M800,
    PM800/PM880/CN400
(II) Primary Device is: PCI 01:00:0
(EE) No devices detected.

Fatal server error:
no screens found

Offline

#11 2007-03-17 14:34:37

DarkJesus
Member
Registered: 2007-03-07
Posts: 45

Re: Compiling drivers for my graphics card/adaptor.

Anyone?

Offline

Board footer

Powered by FluxBB