|
From: NVangogh on 19 Aug 2008 11:47 i have freebsd7 installed on a laptop Fijitsu siemens C series lifebook 1020. I use a "savage" driver.I am having problems in getting x to work properly and dont understand how to fix it. The system complains that certain modules are already loaded. 1. This is the xorg.conf file that i use: ------------------------------------------- Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" 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" HorizSync 31.5-48.5 VertRefresh 40-70 Option "DPMS" 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 "savage" VendorName "S3 Inc." BoardName "VT8375 [ProSavage8 KM266/KL266]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection ----------------------------------------- 2. If i try to startx , the system takes a very long time - 1 or 2 minutes to process with the message : xauth:creating new authority file/home/myhome/.serverauth.899 xauth:(argv):1:bad display name the screen goes blank for a while and sometime x will start but just cut off after a while. sometimes it does not start at all. ------------------------------------------ 3. This is the output of /var/log/Xorg.0.log [VERY LONG LISTING ] Can anybody please help? X.Org X Server 1.4.0 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: Tue Aug 19 15:15:13 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (**) RgbPath set to "/usr/local/share/X11/rgb" (**) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x81ce600 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on freebsd (II) LoadModule: "pcidata" (II) Loading /usr/local/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 ------------------------ (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "type1" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.4.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/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.4.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: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.4.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: "xtrap" (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.4.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: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.4.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/local/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 1.4.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: "savage" (II) Loading /usr/local/lib/xorg/modules/drivers//savage_drv.so (II) Module savage: vendor="X.Org Foundation" compiled for 1.4.0, module version = 2.1.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) SAVAGE: driver (version 2.1.3) for S3 Savage chipsets: Savage4, Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX, Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133, Twister PN133, Twister KN133, SuperSavage/MX 128, SuperSavage/MX 64, SuperSavage/MX 64C, SuperSavage/IX 128, SuperSavage/IX 128, SuperSavage/IX 64, SuperSavage/IX 64, SuperSavage/IXC 64, SuperSavage/IXC 64, ProSavage DDR, ProSavage DDR-K (II) Primary Device is: PCI 01:00:0 (--) Chipset ProSavageDDR found (II) resource ranges after xf86ClaimFixedResources() call: ----------------------- (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.4.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 2.0 (**) SAVAGE(0): Depth 24, (--) framebuffer bpp 32 (==) SAVAGE(0): RGB weight 888 (==) SAVAGE(0): Default visual is TrueColor (II) SAVAGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) SAVAGE(0): Using XAA acceleration architecture (==) SAVAGE(0): Using HW cursor (==) SAVAGE(0): Using video BIOS to set modes (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/local/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) SAVAGE(0): initializing int10 (==) SAVAGE(0): Write-combining range (0xa0000,0x20000) was already clear (==) SAVAGE(0): Write-combining range (0xc0000,0x40000) was already clear (II) SAVAGE(0): Primary V_BIOS segment is: 0xc000 (==) SAVAGE(0): Write-combining range (0x0,0x1000) was already clear (II) SAVAGE(0): VESA BIOS detected (II) SAVAGE(0): VESA VBE Version 3.0 (II) SAVAGE(0): VESA VBE Total Mem: 6144 kB (II) SAVAGE(0): VESA VBE OEM: S3 Graphics ProSavage DDR Family BIOS (II) SAVAGE(0): VESA VBE OEM Software Rev: 2.0 (II) SAVAGE(0): VESA VBE OEM Vendor: S3 Garphics Incorporated. (II) SAVAGE(0): VESA VBE OEM Product: VBE 3.0 (II) SAVAGE(0): VESA VBE OEM Product Rev: Rev 0.0 (--) SAVAGE(0): Chip: id 8d04, "ProSavage DDR-K" (--) SAVAGE(0): Engine: "ProSavageDDR" (--) SAVAGE(0): AGP card detected (==) SAVAGE(0): Using AGP DMA (==) SAVAGE(0): Will try command and vertex DMA mode (==) SAVAGE(0): Using AGP 1x mode (==) SAVAGE(0): Using 16 MB AGP aperture (==) SAVAGE(0): Write-combining range (0xe0000000,0x80000) was already clear (==) SAVAGE(0): Write-combining range (0x90000000,0x8000000) (==) SAVAGE(0): Using gamma correction (1.0, 1.0, 1.0) (--) SAVAGE(0): probed videoram: 16384k (II) Loading sub module "ddc" (II) LoadModule: "ddc"(II) Module "ddc" already built-in (--) SAVAGE(0): No DDC signal (II) Loading sub module "i2c" (II) LoadModule: "i2c"(II) Module "i2c" already built-in (II) SAVAGE(0): I2C bus "I2C bus" initialized. (II) SAVAGE(0): I2C device "I2C bus:ddc2" registered at address 0xA0. (II) SAVAGE(0): I2C device "I2C bus:ddc2" removed. (--) SAVAGE(0): Detected current MCLK value of 14.318 MHz (--) SAVAGE(0): 1024x768 TFT LCD panel detected and active (--) SAVAGE(0): - Limiting video mode to 1024x768 (--) SAVAGE(0): Found 12 modes at this depth: [10f] 320 x 200, 70Hz [134] 320 x 240, 72Hz [144] 400 x 300, 72Hz [154] 512 x 384, 70Hz [11e] 640 x 400, 70Hz [112] 640 x 480, 60Hz, 75Hz, 85Hz, 100Hz, 160Hz [115] 800 x 600, 60Hz, 75Hz, 85Hz [118] 1024 x 768, 60Hz, 70Hz, 75Hz, 85Hz, 100Hz, 130Hz [17b] 1280 x 768, 60Hz [16a] 1280 x 960, 60Hz, 85Hz [11b] 1280 x 1024, 60Hz, 75Hz, 85Hz, 100Hz [13e] 1400 x 1050, 60Hz, 75Hz (II) SAVAGE(0): Monitor0: Using hsync range of 31.50-48.50 kHz (II) SAVAGE(0): Monitor0: Using vrefresh range of 40.00-70.00 Hz (II) SAVAGE(0): Clock range: 10.00 to 220.00 MHz (--) SAVAGE(0): No suitable BIOS mode found for 640x350 85Hz. (II) SAVAGE(0): Not using default mode "640x350" (no mode of this name) (--) SAVAGE(0): No suitable BIOS mode found for 320x175 85Hz. (II) SAVAGE(0): Not using default mode "320x175" (no mode of this name) (--) SAVAGE(0): Chose mode 11e at 70Hz. (II) SAVAGE(0): Not using default mode "640x400" (vrefresh out of range) (--) SAVAGE(0): Chose mode 10f at 70Hz. (II) SAVAGE(0): Not using default mode "320x200" (vrefresh out of range) (--) SAVAGE(0): No suitable BIOS mode found for 720x400 85Hz. (II) SAVAGE(0): Not using default mode "720x400" (no mode of this name) (--) SAVAGE(0): No suitable BIOS mode found for 360x200 85Hz. (II) SAVAGE(0): Not using default mode "360x200" (no mode of this name) (--) SAVAGE(0): Chose mode 112 at 60Hz. (--) SAVAGE(0): Chose mode 134 at 72Hz. (--) SAVAGE(0): Chose mode 112 at 75Hz. (II) SAVAGE(0): Not using default mode "640x480" (vrefresh out of range) (--) SAVAGE(0): Chose mode 134 at 72Hz. (II) SAVAGE(0): Not using default mode "320x240" (vrefresh out of range) (--) SAVAGE(0): Chose mode 112 at 75Hz. (II) SAVAGE(0): Not using default mode "640x480" (vrefresh out of range) (--) SAVAGE(0): Chose mode 134 at 72Hz. (II) SAVAGE(0): Not using default mode "320x240" (vrefresh out of range) (--) SAVAGE(0): Chose mode 112 at 85Hz. (II) SAVAGE(0): Not using default mode "640x480" (vrefresh out of range) (--) SAVAGE(0): Chose mode 134 at 72Hz. (II) SAVAGE(0): Not using default mode "320x240" (vrefresh out of range) (--) SAVAGE(0): Chose mode 115 at 60Hz. (--) SAVAGE(0): Chose mode 144 at 72Hz. (--) SAVAGE(0): Chose mode 115 at 60Hz. (--) SAVAGE(0): Chose mode 144 at 72Hz. (--) SAVAGE(0): Chose mode 115 at 75Hz. (II) SAVAGE(0): Not using default mode "800x600" (vrefresh out of range) (--) SAVAGE(0): Chose mode 144 at 72Hz. (II) SAVAGE(0): Not using default mode "400x300" (vrefresh out of range) (--) SAVAGE(0): Chose mode 115 at 75Hz. (II) SAVAGE(0): Not using default mode "800x600" (vrefresh out of range) (--) SAVAGE(0): Chose mode 144 at 72Hz. (II) SAVAGE(0): Not using default mode "400x300" (vrefresh out of range) (--) SAVAGE(0): Chose mode 115 at 85Hz. (II) SAVAGE(0): Not using default mode "800x600" (hsync out of range) (--) SAVAGE(0): Chose mode 144 at 72Hz. (II) SAVAGE(0): Not using default mode "400x300" (hsync out of range) (--) SAVAGE(0): Chose mode 118 at 85Hz. (II) SAVAGE(0): Not using default mode "1024x768" (vrefresh out of range) (--) SAVAGE(0): Chose mode 154 at 70Hz. (II) SAVAGE(0): Not using default mode "512x384" (vrefresh out of range) (--) SAVAGE(0): Chose mode 118 at 60Hz. (--) SAVAGE(0): Chose mode 154 at 70Hz. (--) SAVAGE(0): Chose mode 118 at 70Hz. (II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range) (--) SAVAGE(0): Chose mode 154 at 70Hz. (II) SAVAGE(0): Not using default mode "512x384" (hsync out of range) (--) SAVAGE(0): Chose mode 118 at 75Hz. (II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range) (--) SAVAGE(0): Chose mode 154 at 70Hz. (II) SAVAGE(0): Not using default mode "512x384" (hsync out of range) (--) SAVAGE(0): Chose mode 118 at 85Hz. (II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range) (--) SAVAGE(0): Chose mode 154 at 70Hz. (II) SAVAGE(0): Not using default mode "512x384" (hsync out of range) (II) SAVAGE(0): Not using default mode "1152x864" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 576x432 75Hz. (II) SAVAGE(0): Not using default mode "576x432" (no mode of this name) (II) SAVAGE(0): Not using default mode "1280x960" (exceeds panel dimensions) (--) SAVAGE(0): Chose mode 112 at 60Hz. (II) SAVAGE(0): Not using default mode "640x480" (hsync out of range) (II) SAVAGE(0): Not using default mode "1280x960" (exceeds panel dimensions) (--) SAVAGE(0): Chose mode 112 at 85Hz. (II) SAVAGE(0): Not using default mode "640x480" (hsync out of range) (II) SAVAGE(0): Not using default mode "1280x1024" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 640x512 60Hz. (II) SAVAGE(0): Not using default mode "640x512" (no mode of this name) (II) SAVAGE(0): Not using default mode "1280x1024" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 640x512 75Hz. (II) SAVAGE(0): Not using default mode "640x512" (no mode of this name) (II) SAVAGE(0): Not using default mode "1280x1024" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 640x512 85Hz. (II) SAVAGE(0): Not using default mode "640x512" (no mode of this name) (II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions) (--) SAVAGE(0): Chose mode 115 at 60Hz. (II) SAVAGE(0): Not using default mode "800x600" (hsync out of range) (II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions) (--) SAVAGE(0): Chose mode 115 at 60Hz. (II) SAVAGE(0): Not using default mode "800x600" (hsync out of range) (II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions) (--) SAVAGE(0): Chose mode 115 at 75Hz. (II) SAVAGE(0): Not using default mode "800x600" (hsync out of range) (II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions) (--) SAVAGE(0): Chose mode 115 at 75Hz. (II) SAVAGE(0): Not using default mode "800x600" (hsync out of range) (II) SAVAGE(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (--) SAVAGE(0): Chose mode 115 at 85Hz. (II) SAVAGE(0): Not using default mode "800x600" (hsync out of range) (II) SAVAGE(0): Not using default mode "1792x1344" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 896x672 60Hz. (II) SAVAGE(0): Not using default mode "896x672" (no mode of this name) (II) SAVAGE(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (--) SAVAGE(0): No suitable BIOS mode found for 896x672 75Hz. (II) SAVAGE(0): Not using default mode "896x672" (no mode of this name) (II) SAVAGE(0): Not using default mode "1856x1392" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 928x696 60Hz. (II) SAVAGE(0): Not using default mode "928x696" (no mode of this name) (II) SAVAGE(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (--) SAVAGE(0): No suitable BIOS mode found for 928x696 75Hz. (II) SAVAGE(0): Not using default mode "928x696" (no mode of this name) (II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (--) SAVAGE(0): No suitable BIOS mode found for 960x720 60Hz. (II) SAVAGE(0): Not using default mode "960x720" (no mode of this name) (II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (--) SAVAGE(0): No suitable BIOS mode found for 960x720 75Hz. (II) SAVAGE(0): Not using default mode "960x720" (no mode of this name) (--) SAVAGE(0): No suitable BIOS mode found for 832x624 74Hz. (II) SAVAGE(0): Not using default mode "832x624" (no mode of this name) (--) SAVAGE(0): No suitable BIOS mode found for 416x312 74Hz. (II) SAVAGE(0): Not using default mode "416x312" (no mode of this name) (II) SAVAGE(0): Not using default mode "1152x768" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 576x384 54Hz. (II) SAVAGE(0): Not using default mode "576x384" (no mode of this name) (II) SAVAGE(0): Not using default mode "1400x1050" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 700x525 59Hz. (II) SAVAGE(0): Not using default mode "700x525" (no mode of this name) (II) SAVAGE(0): Not using default mode "1400x1050" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 700x525 74Hz. (II) SAVAGE(0): Not using default mode "700x525" (no mode of this name) (II) SAVAGE(0): Not using default mode "1600x1024" (exceeds panel dimensions) (--) SAVAGE(0): No suitable BIOS mode found for 800x512 60Hz. (II) SAVAGE(0): Not using default mode "800x512" (no mode of this name) (II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (--) SAVAGE(0): No suitable BIOS mode found for 960x720 85Hz. (II) SAVAGE(0): Not using default mode "960x720" (no mode of this name) (II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (--) SAVAGE(0): Chose mode 118 at 60Hz. (II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range) (II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (--) SAVAGE(0): Chose mode 118 at 75Hz. (II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range) (II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (--) SAVAGE(0): Chose mode 118 at 85Hz. (II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range) (--) SAVAGE(0): Chose mode 118 at 60Hz. (--) SAVAGE(0): Chose mode 118 at 60Hz. (--) SAVAGE(0): Chose mode 118 at 60Hz. (--) SAVAGE(0): Chose mode 115 at 60Hz. (--) SAVAGE(0): Chose mode 115 at 60Hz. (--) SAVAGE(0): Chose mode 112 at 60Hz. (--) SAVAGE(0): Chose mode 154 at 70Hz. (--) SAVAGE(0): Chose mode 144 at 72Hz. (--) SAVAGE(0): Chose mode 144 at 72Hz. (--) SAVAGE(0): Chose mode 134 at 72Hz. (--) SAVAGE(0): Virtual size is 1024x768 (pitch 1024) (**) SAVAGE(0): *Driver mode "1024x768": 56.0 MHz, 47.3 kHz, 59.9 Hz (II) SAVAGE(0): Modeline "1024x768"x59.9 56.00 1024 1072 1104 1184 768 771 775 790 +hsync -vsync (47.3 kHz) (**) SAVAGE(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) SAVAGE(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) SAVAGE(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) SAVAGE(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) SAVAGE(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) SAVAGE(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) SAVAGE(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) SAVAGE(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) SAVAGE(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) SAVAGE(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz) (**) SAVAGE(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) SAVAGE(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz) (**) SAVAGE(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) (II) SAVAGE(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz) (**) SAVAGE(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) (II) SAVAGE(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz) (==) SAVAGE(0): DPI set to (75, 75) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/local/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 2.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in (==) SAVAGE(0): Write-combining range (0x0,0x1000) was already clear (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0x90000000 - 0x97ffffff (0x8000000) MS[B] [1] 0 0 0xe0000000 - 0xe007ffff (0x80000) MS[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xf0008000 - 0xf000ffff (0x8000) MX[B]E [7] -1 0 0xf0004000 - 0xf0007fff (0x4000) MX[B]E [8] -1 0 0xf0000000 - 0xf0003fff (0x4000) MX[B]E [9] -1 0 0xa0000000 - 0x9fffffff (0x0) MX[B]EO [10] -1 0 0x000c0000 - 0x000cffff (0x10000) MX[B](B) [11] -1 0 0x90000000 - 0x97ffffff (0x8000000) MX[B](B) [12] -1 0 0xe0000000 - 0xe007ffff (0x80000) MX[B](B) [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B]E [19] -1 0 0x0000e100 - 0x0000e1ff (0x100) IX[B]E [20] -1 0 0x00001700 - 0x000017ff (0x100) IX[B]E [21] -1 0 0x00001300 - 0x000013ff (0x100) IX[B]E [22] -1 0 0x00001200 - 0x000012ff (0x100) IX[B]E [23] -1 0 0x00001100 - 0x000011ff (0x100) IX[B]E [24] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]E [25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [26] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) SAVAGE(0): initializing int10 (==) SAVAGE(0): Write-combining range (0xa0000,0x20000) was already clear (II) SAVAGE(0): Primary V_BIOS segment is: 0xc000 (==) SAVAGE(0): Write-combining range (0x0,0x1000) was already clear (II) SAVAGE(0): VESA BIOS detected (II) SAVAGE(0): VESA VBE Version 3.0 (II) SAVAGE(0): VESA VBE Total Mem: 6144 kB (II) SAVAGE(0): VESA VBE OEM: S3 Graphics ProSavage DDR Family BIOS (II) SAVAGE(0): VESA VBE OEM Software Rev: 2.0 (II) SAVAGE(0): VESA VBE OEM Vendor: S3 Garphics Incorporated. (II) SAVAGE(0): VESA VBE OEM Product: VBE 3.0 (II) SAVAGE(0): VESA VBE OEM Product Rev: Rev 0.0 (==) SAVAGE(0): Write-combining range (0xe0000000,0x80000) was already clear (==) SAVAGE(0): Write-combining range (0x90000000,0x8000000) was already set (==) SAVAGE(0): Write-combining range (0xa0000,0x10000) was already clear (II) SAVAGE(0): 9348 kB of Videoram needed for 3D; 16384 kB of Videoram available (II) SAVAGE(0): Sufficient Videoram available for 3D (II) SAVAGE(0): [drm] bpp: 32 depth: 24 (II) SAVAGE(0): [drm] Sarea 2200+284: 2484 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) [drm] loaded kernel module for "savage" driver. (II) [drm] DRM interface version 1.2 (II) [drm] DRM open master succeeded. (II) SAVAGE(0): [drm] Using the DRM lock SAREA also for drawables. (II) SAVAGE(0): [drm] framebuffer handle = 0x90000000 (II) SAVAGE(0): [drm] added 1 reserved context for kernel (II) SAVAGE(0): X context handle = 0x1 (II) SAVAGE(0): [drm] installed DRM signal handler (II) SAVAGE(0): [agp] Mode 0x1f000201 [AGP 0x0000/0x0000; Card 0x5333/0x8d04] (II) SAVAGE(0): [agp] 16384 kB allocated with handle 0xc1719c00 (II) SAVAGE(0): [agp] command DMA handle = 0xa0000000 (II) SAVAGE(0): [agp] agpTextures handle = 0xa0100000 (II) SAVAGE(0): [drm] aperture handle = 0x92000000 (II) SAVAGE(0): [drm] Enabling ShadowStatus for DRI. (II) SAVAGE(0): [drm] Status handle = 0x03eb3000 (II) SAVAGE(0): [drm] Status page mapped at 0x287f9000 (II) SAVAGE(0): [dri] visual configs initialized (**) SAVAGE(0): DRI is enabled (--) SAVAGE(0): Chose mode 118 at 60Hz. (II) SAVAGE(0): virtualX:1024,virtualY:768 (II) SAVAGE(0): bpp:32,tiledwidthBytes:4096,tiledBufferSize:3145728 (II) SAVAGE(0): bpp:32,widthBytes:4096,BufferSize:3145728 (II) SAVAGE(0): videoRambytes:0x01000000 (II) SAVAGE(0): textureSize:0x004df000 (II) SAVAGE(0): textureSize:0x004df000 (II) SAVAGE(0): textureOffset:0x00b00000 (II) SAVAGE(0): depthOffset:0x00800000,depthPitch:4096 (II) SAVAGE(0): backOffset:0x00500000,backPitch:4096 (II) SAVAGE(0): Reserved back buffer at offset 0x500000 (II) SAVAGE(0): Reserved depth buffer at offset 0x800000 (II) SAVAGE(0): Reserved 4988 kb for textures at offset 0xb00000 (II) SAVAGE(0): Using 511 lines for offscreen memory. (II) SAVAGE(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 24 128x128 slots (==) SAVAGE(0): Backing store disabled (**) Option "dpms" (**) SAVAGE(0): DPMS enabled (II) SAVAGE(0): [DRI] installation complete (II) SAVAGE(0): [junkers]pSAVAGEDRIServer: (II) SAVAGE(0): [junkers] reserved_map_agpstart:0x00000000 (II) SAVAGE(0): [junkers] reserved_map_idx:0x00000000 (II) SAVAGE(0): [junkers] sarea_priv_offset:0x00000000 (II) SAVAGE(0): [junkers] chipset:0x00000000 (II) SAVAGE(0): [junkers] sgram:0x00000000 (II) SAVAGE(0): [junkers] frontbufferSize:0x00300000 (II) SAVAGE(0): [junkers] frontOffset:0x00000000 (II) SAVAGE(0): [junkers] frontPitch:0x00001000 (II) SAVAGE(0): [junkers] backbufferSize:0x00300000 (II) SAVAGE(0): [junkers] backOffset:0x00500000 (II) SAVAGE(0): [junkers] backPitch:0x00001000 (II) SAVAGE(0): [junkers] depthbufferSize:0x00300000 (II) SAVAGE(0): [junkers] depthOffset:0x00800000 (II) SAVAGE(0): [junkers] depthPitch:0x00001000 (II) SAVAGE(0): [junkers] textureOffset:0x00b00000 (II) SAVAGE(0): [junkers] textureSize:0x004df000 (II) SAVAGE(0): [junkers] textureSize:0x004df000 (II) SAVAGE(0): [junkers] logTextureGranularity:0x00000000 (II) SAVAGE(0): [junkers] agp:handle:0xc1719c00 (II) SAVAGE(0): [junkers] agp:offset:0x01000000 (II) SAVAGE(0): [junkers] agp:size:0x01000000 (II) SAVAGE(0): [junkers] agp:map:0x00000000 (II) SAVAGE(0): [junkers] registers:handle:0xe0000000 (II) SAVAGE(0): [junkers] registers:offset:0x00000000 (II) SAVAGE(0): [junkers] registers:size:0x00080000 (II) SAVAGE(0): [junkers] registers:map:0x00000000 (II) SAVAGE(0): [junkers] status:handle:0x03eb3000 (II) SAVAGE(0): [junkers] status:offset:0x00000000 (II) SAVAGE(0): [junkers] status:size:0x00001000 (II) SAVAGE(0): [junkers] status:map:0x287f9000 (II) SAVAGE(0): [junkers] agpTextures:handle:0xa0100000 (II) SAVAGE(0): [junkers] agpTextures:offset:0x00100000 (II) SAVAGE(0): [junkers] agpTextures:size:0x00f00000 (II) SAVAGE(0): [junkers] apgTextures:map:0x00000000 (II) SAVAGE(0): [junkers] logAgpTextureGranularity:0x00000000 (II) SAVAGE(0): [junkers] cmdDma:handle:0xa0000000 (II) SAVAGE(0): [junkers] cmdDma:offset:0x00000000 (II) SAVAGE(0): [junkers] cmdDma:size:0x00100000 (II) SAVAGE(0): [junkers] cmdDma:map:0x00000000 (II) SAVAGE(0): [junkers]pSAVAGEDRI: (II) SAVAGE(0): [junkers] chipset:0x00000006 (II) SAVAGE(0): [junkers] width:0x00000400 (II) SAVAGE(0): [junkers] height:0x00000300 (II) SAVAGE(0): [junkers] mem:0x01000000 (II) SAVAGE(0): [junkers] cpp:4 (II) SAVAGE(0): [junkers] zpp:4 (II) SAVAGE(0): [junkers] agpMode:1 (II) SAVAGE(0): [junkers] bufferSize:65536 (II) SAVAGE(0): [junkers] frontbufferSize:0x00300000 (II) SAVAGE(0): [junkers] frontOffset:0x00000000 (II) SAVAGE(0): [junkers] backbufferSize:0x00300000 (II) SAVAGE(0): [junkers] backOffset:0x00500000 (II) SAVAGE(0): [junkers] depthbufferSize:0x00300000 (II) SAVAGE(0): [junkers] depthOffset:0x00800000 (II) SAVAGE(0): [junkers] textureOffset:0x00b00000 (II) SAVAGE(0): [junkers] textureSize:0x00480000 (II) SAVAGE(0): [junkers] logTextureGranularity:0x00000013 (II) SAVAGE(0): [junkers] agpTextureHandle:0xa0100000 (II) SAVAGE(0): [junkers] agpTextureSize:0x00f00000 (II) SAVAGE(0): [junkers] logAgpTextureGranularity:0x00000014 (II) SAVAGE(0): [junkers] apertureHandle:0x92000000 (II) SAVAGE(0): [junkers] apertureSize:0x05000000 (II) SAVAGE(0): [junkers] aperturePitch:0x00002000 (II) SAVAGE(0): [junkers] statusHandle:0x03eb3000 (II) SAVAGE(0): [junkers] statusSize:0x00001000 (II) SAVAGE(0): [junkers] sarea_priv_offset:0x00000898 (II) SAVAGE(0): Direct rendering enabled (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/sysmouse" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Mouse0: Sensitivity: 1 (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse (II) SAVAGE(0): [drm] removed 1 reserved context for kernel (II) SAVAGE(0): [drm] unmapping 8192 bytes of SAREA 0xc1b88000 at 0x287f7000 (II) SAVAGE(0): [drm] Closed DRM master. (==) SAVAGE(0): Write-combining range (0x0,0x1000) was already clear FreeFontPath: FPE "/usr/local/lib/X11/fonts/misc/" refcount is 3, should be 2; fixing.
From: invasivenorman on 19 Aug 2008 13:45 On Aug 19, 10:47 am, NVangogh <NVang...(a)artgallery.net> wrote: > i have freebsd7 installed on a laptop Fijitsu siemens C series lifebook > 1020. I use a "savage" driver.I am having problems in getting x to work > properly and dont understand how to fix it. > > The system complains that certain modules are already loaded. > > 1. This is the xorg.conf file that i use: . . . It looks like you are running a new enough version of xorg. Have you tried removing the xorg.conf file? Move it to something like xorg.conf.backup and see what happens. Another line of attack is to add more modes&depths to the Screen sexion, or comment the modes.
|
Pages: 1 Prev: Writing BSD code over beer Next: Freebsd and I2c driver: |