openSUSE X.org
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
November 2010
- 7 participants
- 5 discussions
Now i know a bit more:
there is xorg-conf.d
we added a 50-files like this:
Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/truetype"
EndSection
and the resulting font path is:
Font Path:
/usr/share/fonts/misc:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/Type1,/usr/share/fonts/URW,/usr/share/fonts/Spee
do,/usr/share/fonts/cyrillic,/usr/share/fonts/truetype,/usr/share/fonts/misc:unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75d
pi:unscaled
Is the X-server now looking for xorg-conf.d/* instead of xorg.conf ?
re,
wh
Am 15.11.2010 13:58, schrieb Stefan Dirsch:
> On Mon, Nov 15, 2010 at 01:50:34PM +0100, walter harms wrote:
>> Hi everybody,
>> we where searching for a wired bug (wrong fontsize) that appeared only in SuSE 11.3.
>> The problem vanished after we added the a xorg.conf file with
>>
>> Section "Files"
>> FontPath "/usr/share/fonts/misc:unscaled"
>> FontPath "/usr/share/fonts/local"
>> FontPath "/usr/share/fonts/75dpi:unscaled"
>> FontPath "/usr/share/fonts/100dpi:unscaled"
>> FontPath "/usr/share/fonts/Type1"
>> ....
>> EndSection
>>
>> in short we clipped the section "files" from OS11.2.
>>
>> Did i miss something ? is there a new place for X11 fonts since 11.3 ?
>
> It shouldn't. Fontpaths are hardcoded as before. Check with "xset" the current
> fontpath. Could you figure out by using "xset fp" (see "man xset") what's
> different?
>
> Thanks,
> Stefan
>
> Public Key available
> ------------------------------------------------------
> Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH
> Tel: 0911-740 53 0 Maxfeldstraße 5
> FAX: 0911-740 53 479 D-90409 Nürnberg
> http://www.suse.de Germany
> -----------------------------------------------------------------
> SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
> -----------------------------------------------------------------
>
>
--
To unsubscribe, e-mail: opensuse-xorg+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-xorg+help(a)opensuse.org
2
6
Hello to All,
I have upgraded my OpenSuSE 11.1 to 11.3 and now I do not have any to internet anymore???
I can ping local ip addresses but not public ip addresses. The network settings are fine, including the default gateway and DNS too!!
Any ideas?
Best Regards,
Gert-Jan Kalberg --
To unsubscribe, e-mail: opensuse-xorg+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-xorg+help(a)opensuse.org
3
3
Hi everybody,
we where searching for a wired bug (wrong fontsize) that appeared only in SuSE 11.3.
The problem vanished after we added the a xorg.conf file with
Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
....
EndSection
in short we clipped the section "files" from OS11.2.
Did i miss something ? is there a new place for X11 fonts since 11.3 ?
re,
wh
--
To unsubscribe, e-mail: opensuse-xorg+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-xorg+help(a)opensuse.org
1
0
Hi openSUSE community,
I have a strange problem with X under openSUSE 11.2. After starting KDE 4.x
or Gnome, the Xorg system freezes after 5-15 minutes. If that occurs I can
still move the mouse, but any click or keyboard event is not recognized any
more. Can't switch to console. But the system itself works, since I can
login by ssh. All running (server) applications like Apache and MySQL still
work. In order to use X again, I have to reboot (init 6 does not work, I
have to type "reboot " twice). init 3 and init 5 does not work after logging
in by ssh, killing X process does also not fix it. I really have to reboot.
I have an Intel 855GM Integrated Graphics Device on board. I have already
checked the RAM with memtest, everything okay. There are no error messages
in syslog. I have tried disabling DRI, but no effect. Disabling Video cache
in BIOS or reducing the video buffer size did also not help.
Without logging in to KDE or Gnome the system runs stable for weeks, so I am
pretty sure that Xorg is the problem. I guess that these problems are caused
by the Intel graphics driver. I can remember that I had similar problems 1-2
years ago (freezes only with KDE 3 and 4, not Gnome). I am pretty sure, that
the first problems started after switching to the Intel driver (from the old
810 driver), but in openSUSE 11.1 it was running fine. Now in openSUSE 11.2
the X system freezes after some minutes working.
== System Info ==
lspci -v:
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated
Graphics Device (rev 02)
Subsystem: Intel Corporation 82852/855GM Integrated Graphics Device
Flags: fast devsel
Memory at 80000000 (32-bit, prefetchable) [disabled] [size=128M]
Memory at 7e100000 (32-bit, non-prefetchable) [disabled] [size=512K]
Capabilities: [d0] Power Management version 1
----
xorg.conf:
Section "Module"
Load "dri"
Load "dbe"
Load "extmod"
Load "glx"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
Option "AllowMouseOpenFail" "on"
Option "ZapWarning" "on"
EndSection
Section "Device"
BoardName "855 GM"
Driver "intel"
Identifier "Device[0]"
Option "EXANoComposite"
Option "monitor-VGA" "Monitor[0]"
VendorName "Intel"
EndSection
----
cat /proc/mtrr:
reg00: base=0x000000000 ( 0MB), size= 2048MB, count=1: write-back
reg01: base=0x07e000000 ( 2016MB), size= 32MB, count=1: uncachable
reg02: base=0x07ff00000 ( 2047MB), size= 1MB, count=1: write-back
----
See also Xorg log attached.
Any ideas ?
Thanks in advance
Ralf
5
6
04 Nov '10
Hello,
I'm not sure if I'm posting on the right list (X issue or kdm issue or
both?) - if not please correct me!
Since some days on some workstation with OpenSUSE 11.3 the Xserver isn't
starting anymore automaticallly with runlevel 5.
The system is booting regular, the splash screen is shown and at the
time where the login-screen should apear the Xserver is "dying" and only
the text based login-console is shown.
When I log in I have to start X (with startx) manually and then it
starts and kdm ist working.
I experienced this on systems with last kernel-security / openSUSE
updates. I'm not sure if that's the reason, but on the systems I held
back the updates, X /kdm is still starting well.
The machines are Acer Vertion L410 Desktop PCs with ATI Radeon X1200
graphic card on board (DVI output).
What I'm sure about, is that it has to do with some of the last updates
from OpenSUSE 11.3, because I use autoyast for installing & settung up
the machines and a new installation of the machine didn't solve the
problem, because while installing it's also installing the updates.
When autoinstallation was finished, the problem was still there :-(
What I tried:
1. disabled KMS in Kernel like it is mentioned in the kdm.log (by the
way: the message in the log was always there, even when X was still
working) - X still not starting automatically.
2. set Xserver timeout to 120, because auf timeout warning in warn.log -
X still not starting automatically.
3. Fresh install with autoyast and specific company settings with all
updates - X still not starting automatically.
4. Fresh install from the scratch with a dvd and all updates - X is
starting normally in runlevel 5.
Then copied /etc/X11 from that working installation to the one not
working - X still not starting automatically. :-(
I appreciate your help - thanks!
Regards,
Ivan
PS: Attached some logs.
## kdm.log ##
X.Org X Server 1.8.0
Release Date: 2010-04-02
X Protocol Version 11, Revision 0
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux ref004 2.6.34.7-0.5-desktop #1 SMP
PREEMPT 2010-10-25 08:40:12 +0200 i686
Kernel command line: root=/dev/sda7 resume=/dev/sda6 splash=silent quiet
crashkernel= vga=0x31a
Build Date: 19 August 2010 03:34:17PM
Current version of pixman: 0.18.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Thu Nov 4 14:57:15 2010
(==) Using config directory: "/etc/X11/xorg.conf.d"
(EE) Failed to load module "fglrx" (module does not exist, 0)
(EE) FATAL: RadeonHD presently does not work with kernel modesetting (KMS).
Please disable KMS in your kernel.
(II) [KMS] Kernel modesetting enabled.
(EE) No input driver/identifier specified (ignoring)
(EE) No input driver/identifier specified (ignoring)
## Xorg.0.log ##
[ 23.910]
X.Org X Server 1.8.0
Release Date: 2010-04-02
[ 23.953] X Protocol Version 11, Revision 0
[ 23.953] Build Operating System: openSUSE SUSE LINUX
[ 23.953] Current Operating System: Linux ref004 2.6.34.7-0.5-desktop
#1 SMP PREEMPT 2010-10-25 08:40:12 +0200 i686
[ 23.953] Kernel command line: root=/dev/sda7 resume=/dev/sda6
splash=silent quiet crashkernel= vga=0x31a
[ 23.953] Build Date: 19 August 2010 03:34:17PM
[ 23.953]
[ 23.953] Current version of pixman: 0.18.0
[ 23.954] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 23.954] Markers: (--) probed, (**) from config file, (==) default
setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.954] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 4
14:57:15 2010
[ 23.978] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 24.073] (==) No Layout section. Using the first Screen section.
[ 24.073] (**) |-->Screen "Default Screen" (0)
[ 24.073] (**) | |-->Monitor "Default Monitor"
[ 24.073] (**) | |-->Device "Default Device"
[ 24.073] (==) Automatically adding devices
[ 24.073] (==) Automatically enabling devices
[ 24.106] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 24.106] Entry deleted from font path.
[ 24.106] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 24.106] Entry deleted from font path.
[ 24.151] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
[ 24.151] Entry deleted from font path.
[ 24.152] (==) FontPath set to:
/usr/share/fonts/misc:unscaled,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/URW/,
/usr/share/fonts/cyrillic:unscaled,
/usr/share/fonts/truetype/
[ 24.152] (==) ModulePath set to
"/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
[ 24.152] (II) The server relies on udev to provide the list of input
devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 24.152] (II) Loader magic: 0x822db60
[ 24.152] (II) Module ABI versions:
[ 24.152] X.Org ANSI C Emulation: 0.4
[ 24.152] X.Org Video Driver: 7.0
[ 24.152] X.Org XInput driver : 9.0
[ 24.152] X.Org Server Extension : 3.0
[ 24.161] (--) PCI:*(0:1:5:0) 1002:791e:105b:0e0b ATI Technologies
Inc RS690 [Radeon X1200 Series] rev 0, Mem @ 0xd8000000/134217728,
0xfdef0000/65536, 0xfdd00000/1048576, I/O @ 0x0000de00/256
[ 24.161] (II) Open ACPI successful (/var/run/acpid.socket)
[ 24.161] (II) LoadModule: "extmod"
[ 24.261] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 24.272] (II) Module extmod: vendor="X.Org Foundation"
[ 24.272] compiled for 1.8.0, module version = 1.0.0
[ 24.272] Module class: X.Org Server Extension
[ 24.272] ABI class: X.Org Server Extension, version 3.0
[ 24.272] (II) Loading extension MIT-SCREEN-SAVER
[ 24.272] (II) Loading extension XFree86-VidModeExtension
[ 24.272] (II) Loading extension XFree86-DGA
[ 24.272] (II) Loading extension DPMS
[ 24.272] (II) Loading extension XVideo
[ 24.272] (II) Loading extension XVideo-MotionCompensation
[ 24.272] (II) Loading extension X-Resource
[ 24.272] (II) LoadModule: "dbe"
[ 24.274] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 24.274] (II) Module dbe: vendor="X.Org Foundation"
[ 24.274] compiled for 1.8.0, module version = 1.0.0
[ 24.275] Module class: X.Org Server Extension
[ 24.275] ABI class: X.Org Server Extension, version 3.0
[ 24.275] (II) Loading extension DOUBLE-BUFFER
[ 24.275] (II) LoadModule: "glx"
[ 24.276] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 24.279] (II) Module glx: vendor="X.Org Foundation"
[ 24.279] compiled for 1.8.0, module version = 1.0.0
[ 24.279] ABI class: X.Org Server Extension, version 3.0
[ 24.280] (==) AIGLX enabled
[ 24.280] (II) Loading extension GLX
[ 24.280] (II) LoadModule: "record"
[ 24.281] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 24.282] (II) Module record: vendor="X.Org Foundation"
[ 24.282] compiled for 1.8.0, module version = 1.13.0
[ 24.282] Module class: X.Org Server Extension
[ 24.282] ABI class: X.Org Server Extension, version 3.0
[ 24.282] (II) Loading extension RECORD
[ 24.282] (II) LoadModule: "dri"
[ 24.284] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 24.313] (II) Module dri: vendor="X.Org Foundation"
[ 24.313] compiled for 1.8.0, module version = 1.0.0
[ 24.313] ABI class: X.Org Server Extension, version 3.0
[ 24.313] (II) Loading extension XFree86-DRI
[ 24.313] (II) LoadModule: "dri2"
[ 24.315] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 24.316] (II) Module dri2: vendor="X.Org Foundation"
[ 24.316] compiled for 1.8.0, module version = 1.2.0
[ 24.316] ABI class: X.Org Server Extension, version 3.0
[ 24.316] (II) Loading extension DRI2
[ 24.316] (==) Matched fglrx as autoconfigured driver 0
[ 24.316] (==) Matched radeonhd as autoconfigured driver 1
[ 24.316] (==) Matched ati as autoconfigured driver 2
[ 24.316] (==) Matched fbdev as autoconfigured driver 3
[ 24.316] (==) Matched vesa as autoconfigured driver 4
[ 24.316] (==) Assigned the driver to the xf86ConfigLayout
[ 24.316] (II) LoadModule: "fglrx"
[ 24.319] (WW) Warning, couldn't open module fglrx
[ 24.319] (II) UnloadModule: "fglrx"
[ 24.319] (EE) Failed to load module "fglrx" (module does not exist, 0)
[ 24.319] (II) LoadModule: "radeonhd"
[ 24.321] (II) Loading /usr/lib/xorg/modules/drivers/radeonhd_drv.so
[ 24.341] (II) Module radeonhd: vendor="AMD GPG"
[ 24.341] compiled for 1.8.0, module version = 1.3.0
[ 24.341] Module class: X.Org Video Driver
[ 24.341] ABI class: X.Org Video Driver, version 7.0
[ 24.341] (II) LoadModule: "ati"
[ 24.343] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 24.346] (II) Module ati: vendor="X.Org Foundation"
[ 24.346] compiled for 1.8.0, module version = 6.13.0
[ 24.346] Module class: X.Org Video Driver
[ 24.346] ABI class: X.Org Video Driver, version 7.0
[ 24.346] (II) LoadModule: "radeon"
[ 24.347] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 24.459] (II) Module radeon: vendor="X.Org Foundation"
[ 24.459] compiled for 1.8.0, module version = 6.13.0
[ 24.459] Module class: X.Org Video Driver
[ 24.459] ABI class: X.Org Video Driver, version 7.0
[ 24.459] (II) LoadModule: "fbdev"
[ 24.460] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 24.468] (II) Module fbdev: vendor="X.Org Foundation"
[ 24.468] compiled for 1.8.0, module version = 0.4.1
[ 24.468] ABI class: X.Org Video Driver, version 7.0
[ 24.468] (II) LoadModule: "vesa"
[ 24.469] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 24.473] (II) Module vesa: vendor="X.Org Foundation"
[ 24.473] compiled for 1.8.0, module version = 2.2.1
[ 24.473] Module class: X.Org Video Driver
[ 24.473] ABI class: X.Org Video Driver, version 7.0
[ 24.474] (II) RADEONHD: X driver for the following AMD GPG (ATI)
graphics devices:
[ 24.474] RV505 : Radeon X1550, X1550 64bit.
RV515 : Radeon X1300, X1550, X1600; FireGL V3300, V3350.
RV516 : Radeon X1300, X1550, X1550 64-bit, X1600; FireMV 2250.
R520 : Radeon X1800; FireGL V5300, V7200, V7300, V7350.
RV530 : Radeon X1300 XT, X1600, X1600 Pro, X1650; FireGL V3400, V5200.
RV535 : Radeon X1300, X1650.
RV550 : Radeon X2300 HD.
RV560 : Radeon X1650.
RV570 : Radeon X1950, X1950 GT; FireGL V7400.
R580 : Radeon X1900, X1950; AMD Stream Processor.
[ 24.474] R600 : Radeon HD 2900 GT/Pro/XT; FireGL V7600/V8600/V8650.
RV610 : Radeon HD 2350, HD 2400 Pro/XT, HD 2400 Pro AGP; FireGL V4000.
RV620 : Radeon HD 3450, HD 3470.
RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630;
FireGL V3600/V5600.
RV635 : Radeon HD 3650, HD 3670.
RV670 : Radeon HD 3690, 3850, HD 3870, FireGL V7700, FireStream 9170.
R680 : Radeon HD 3870 X2.
[ 24.474] M52 : Mobility Radeon X1300.
M54 : Mobility Radeon X1400; M54-GL.
M56 : Mobility Radeon X1600; Mobility FireGL V5200.
M58 : Mobility Radeon X1800, X1800 XT; Mobility FireGL V7100, V7200.
M62 : Mobility Radeon X1350.
M64 : Mobility Radeon X1450, X2300.
M66 : Mobility Radeon X1700, X1700 XT; FireGL V5250.
M68 : Mobility Radeon X1900.
[ 24.474] M71 : Mobility Radeon HD 2300.
M72 : Mobility Radeon HD 2400; Radeon E2400.
M74 : Mobility Radeon HD 2400 XT.
M76 : Mobility Radeon HD 2600;
(Gemini ATI) Mobility Radeon HD 2600 XT.
[ 24.474] M82 : Mobility Radeon HD 3400.
M86 : Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700.
M88 : Mobility Radeon HD 3850, HD 3850 X2, HD 3870, HD3870 X2.
[ 24.474] RS600 : Radeon Xpress 1200, Xpress 1250.
RS690 : Radeon X1200, X1250, X1270.
RS740 : RS740, RS740M.
RS780 : Radeon HD 3100/3200/3300 Series.
[ 24.474] R700 : Radeon R700.
RV710 : Radeon HD4570, HD4350.
RV730 : Radeon HD4670, HD4650.
RV740 : Radeon HD4770. EXPERIMENTAL AND UNTESTED.
RV770 : Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro.
RV790 : Radeon HD 4890.
[ 24.474] M92 : Mobility Radeon HD4330, HD4530, HD4570. EXPERIMENTAL.
M93 : Mobility Radeon M93. EXPERIMENTAL AND UNTESTED.
M96 : Mobility Radeon HD4600.
M97 : Mobility Radeon HD4860. EXPERIMENTAL AND UNTESTED.
M98 : Mobility Radeon HD4850, HD4870.
[ 24.474]
[ 24.474] (II) RADEONHD: version 1.3.0, built from dist of git branch
master, commit f6c99911
[ 24.474] (II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP),
ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
ATI Radeon 9800XT NJ (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE),
ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE),
ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
ATI Mobility Radeon X1700, ATI Radeon X2300HD,
ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750,
ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650,
ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
ATI FirePro M5750, ATI Radeon RV730 (AGP),
ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI RV670,
ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350,
ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon RV710,
ATI Radeon HD 3470, ATI Mobility Radeon HD 3430,
ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450,
ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450,
ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260,
ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650,
ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700,
ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics,
ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics,
ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics,
ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics,
ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290,
CYPRESS, ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series,
ATI Mobility Radeon HD 5800 Series,
ATI Mobility Radeon HD 5800 Series,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, CEDAR, CEDAR, CEDAR,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, CEDAR, ATI Radeon HD 5450,
CEDAR
[ 24.482] (II) FBDEV: driver for framebuffer: fbdev
[ 24.482] (II) VESA: driver for VESA chipsets: vesa
[ 24.482] (++) using VT number 7
[ 24.494] (II) Primary Device is: PCI 01@00:05:0
[ 24.494] drmOpenDevice: node name is /dev/dri/card0
[ 24.494] drmOpenDevice: open result is 9, (OK)
[ 24.494] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
[ 24.494] drmOpenDevice: node name is /dev/dri/card0
[ 24.495] drmOpenDevice: open result is 9, (OK)
[ 24.495] drmOpenByBusid: drmOpenMinor returns 9
[ 24.495] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
[ 24.495] (II) [DRM] Kernel mode setting enabled
[ 24.495] (EE) FATAL: RadeonHD presently does not work with kernel
modesetting (KMS).
Please disable KMS in your kernel.
[ 24.495] (II) [KMS] Kernel modesetting enabled.
[ 24.495] (WW) Falling back to old probe method for fbdev
[ 24.495] (II) Loading sub module "fbdevhw"
[ 24.495] (II) LoadModule: "fbdevhw"
[ 24.495] (II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
[ 24.618] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 24.618] compiled for 1.8.0, module version = 0.0.2
[ 24.618] ABI class: X.Org Video Driver, version 7.0
[ 24.618] (WW) Falling back to old probe method for vesa
[ 24.618] (II) RADEON(1): Creating default Display subsection in
Screen section
"Default Screen" for depth/fbbpp 24/32
[ 24.618] (==) RADEON(1): Depth 24, (--) framebuffer bpp 32
[ 24.618] (II) RADEON(1): Pixel depth = 24 bits stored in 4 bytes (32
bpp pixmaps)
[ 24.618] (==) RADEON(1): Default visual is TrueColor
[ 24.618] (==) RADEON(1): RGB weight 888
[ 24.618] (II) RADEON(1): Using 8 bits per RGB (8 bit DAC)
[ 24.618] (--) RADEON(1): Chipset: "ATI Radeon X1200" (ChipID = 0x791e)
[ 24.618] (II) RADEON(1): PCI card detected
[ 24.618] (II) RADEON(1): KMS Color Tiling: disabled
[ 24.618] drmOpenDevice: node name is /dev/dri/card0
[ 24.618] drmOpenDevice: open result is 10, (OK)
[ 24.619] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
[ 24.619] drmOpenDevice: node name is /dev/dri/card0
[ 24.619] drmOpenDevice: open result is 10, (OK)
[ 24.619] drmOpenByBusid: drmOpenMinor returns 10
[ 24.619] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
[ 24.682] (II) RADEON(1): Output DVI-0 using monitor section Default
Monitor
[ 24.686] (II) RADEON(1): Output HDMI-0 has no monitor section
[ 24.738] (II) RADEON(1): EDID for output DVI-0
[ 24.738] (II) RADEON(1): Manufacturer: HSD Model: cc6 Serial#:
16843009
[ 24.738] (II) RADEON(1): Year: 2009 Week: 10
[ 24.738] (II) RADEON(1): EDID Version: 1.3
[ 24.738] (II) RADEON(1): Analog Display Input, Input Voltage Level:
0.700/0.700 V
[ 24.739] (II) RADEON(1): Sync: Separate
[ 24.739] (II) RADEON(1): Max Image Size [cm]: horiz.: 38 vert.: 30
[ 24.739] (II) RADEON(1): Gamma: 2.20
[ 24.739] (II) RADEON(1): DPMS capabilities: Off; RGB/Color Display
[ 24.739] (II) RADEON(1): First detailed timing is preferred mode
[ 24.739] (II) RADEON(1): redX: 0.641 redY: 0.337 greenX: 0.304
greenY: 0.620
[ 24.739] (II) RADEON(1): blueX: 0.141 blueY: 0.073 whiteX: 0.313
whiteY: 0.326
[ 24.739] (II) RADEON(1): Supported established timings:
[ 24.739] (II) RADEON(1): 720x400@70Hz
[ 24.739] (II) RADEON(1): 640x480@60Hz
[ 24.739] (II) RADEON(1): 640x480@67Hz
[ 24.739] (II) RADEON(1): 640x480@72Hz
[ 24.739] (II) RADEON(1): 640x480@75Hz
[ 24.739] (II) RADEON(1): 800x600@56Hz
[ 24.739] (II) RADEON(1): 800x600@60Hz
[ 24.739] (II) RADEON(1): 800x600@72Hz
[ 24.739] (II) RADEON(1): 800x600@75Hz
[ 24.739] (II) RADEON(1): 832x624@75Hz
[ 24.739] (II) RADEON(1): 1024x768@60Hz
[ 24.739] (II) RADEON(1): 1024x768@70Hz
[ 24.739] (II) RADEON(1): 1024x768@75Hz
[ 24.739] (II) RADEON(1): 1280x1024@75Hz
[ 24.739] (II) RADEON(1): 1152x864@75Hz
[ 24.739] (II) RADEON(1): Manufacturer's mask: 0
[ 24.739] (II) RADEON(1): Supported standard timings:
[ 24.739] (II) RADEON(1): #0: hsize: 1280 vsize 1024 refresh: 60
vid: 32897
[ 24.739] (II) RADEON(1): #1: hsize: 1152 vsize 864 refresh: 75
vid: 20337
[ 24.739] (II) RADEON(1): #2: hsize: 1280 vsize 960 refresh: 60
vid: 16513
[ 24.739] (II) RADEON(1): Supported detailed timing:
[ 24.739] (II) RADEON(1): clock: 108.0 MHz Image Size: 376 x 301 mm
[ 24.739] (II) RADEON(1): h_active: 1280 h_sync: 1328 h_sync_end
1440 h_blank_end 1688 h_border: 0
[ 24.739] (II) RADEON(1): v_active: 1024 v_sync: 1025 v_sync_end
1028 v_blanking: 1066 v_border: 0
[ 24.739] (II) RADEON(1): Serial No: 910GM3JY03410
[ 24.739] (II) RADEON(1): Ranges: V min: 50 V max: 76 Hz, H min: 30 H
max: 83 kHz, PixClock max 140 MHz
[ 24.739] (II) RADEON(1): Monitor name: JC198D
[ 24.739] (II) RADEON(1): EDID (in hex):
[ 24.739] (II) RADEON(1): 00ffffffffffff002264c60c01010101
[ 24.739] (II) RADEON(1): 0a13010368261e782a1f36a4564d9e24
[ 24.739] (II) RADEON(1): 125053bfef808180714f814001010101
[ 24.739] (II) RADEON(1): 010101010101302a009851002a403070
[ 24.739] (II) RADEON(1): 1300782d1100001e000000ff00393130
[ 24.739] (II) RADEON(1): 474d334a593033343130000000fd0032
[ 24.739] (II) RADEON(1): 4c1e530e000a202020202020000000fc
[ 24.739] (II) RADEON(1): 004a43313938440a2020202020200042
[ 24.739] (II) RADEON(1): EDID vendor "HSD", prod id 3270
[ 24.739] (II) RADEON(1): Using EDID range info for horizontal sync
[ 24.740] (II) RADEON(1): Using EDID range info for vertical refresh
[ 24.740] (II) RADEON(1): Printing DDC gathered Modelines:
[ 24.740] (II) RADEON(1): Modeline "1280x1024"x0.0 108.00 1280 1328
1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24.740] (II) RADEON(1): Modeline "800x600"x0.0 40.00 800 840 968
1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24.740] (II) RADEON(1): Modeline "800x600"x0.0 36.00 800 824 896
1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 24.740] (II) RADEON(1): Modeline "640x480"x0.0 31.50 640 656 720
840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24.740] (II) RADEON(1): Modeline "640x480"x0.0 31.50 640 664 704
832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 24.740] (II) RADEON(1): Modeline "640x480"x0.0 30.24 640 704 768
864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 24.740] (II) RADEON(1): Modeline "640x480"x0.0 25.18 640 656 752
800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24.740] (II) RADEON(1): Modeline "720x400"x0.0 28.32 720 738 846
900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24.740] (II) RADEON(1): Modeline "1280x1024"x0.0 135.00 1280 1296
1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24.740] (II) RADEON(1): Modeline "1024x768"x0.0 78.75 1024 1040
1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24.740] (II) RADEON(1): Modeline "1024x768"x0.0 75.00 1024 1048
1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 24.740] (II) RADEON(1): Modeline "1024x768"x0.0 65.00 1024 1048
1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24.740] (II) RADEON(1): Modeline "832x624"x0.0 57.28 832 864 928
1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 24.740] (II) RADEON(1): Modeline "800x600"x0.0 49.50 800 816 896
1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24.740] (II) RADEON(1): Modeline "800x600"x0.0 50.00 800 856 976
1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 24.740] (II) RADEON(1): Modeline "1152x864"x0.0 108.00 1152 1216
1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24.740] (II) RADEON(1): Modeline "1280x960"x0.0 108.00 1280 1376
1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 24.740] (II) RADEON(1): Printing probed modes for output DVI-0
[ 24.740] (II) RADEON(1): Modeline "1280x1024"x60.0 108.00 1280
1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24.740] (II) RADEON(1): Modeline "1280x1024"x75.0 135.00 1280
1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24.740] (II) RADEON(1): Modeline "1280x960"x60.0 108.00 1280 1376
1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 24.740] (II) RADEON(1): Modeline "1152x864"x75.0 108.00 1152 1216
1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24.740] (II) RADEON(1): Modeline "1024x768"x75.1 78.80 1024 1040
1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 24.740] (II) RADEON(1): Modeline "1024x768"x70.1 75.00 1024 1048
1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 24.740] (II) RADEON(1): Modeline "1024x768"x60.0 65.00 1024 1048
1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24.740] (II) RADEON(1): Modeline "832x624"x74.6 57.28 832 864
928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 24.740] (II) RADEON(1): Modeline "800x600"x72.2 50.00 800 856
976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 24.740] (II) RADEON(1): Modeline "800x600"x75.0 49.50 800 816
896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24.740] (II) RADEON(1): Modeline "800x600"x60.3 40.00 800 840
968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24.740] (II) RADEON(1): Modeline "800x600"x56.2 36.00 800 824
896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 24.740] (II) RADEON(1): Modeline "640x480"x72.8 31.50 640 664
704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 24.740] (II) RADEON(1): Modeline "640x480"x75.0 31.50 640 656
720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24.740] (II) RADEON(1): Modeline "640x480"x66.7 30.24 640 704
768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 24.740] (II) RADEON(1): Modeline "640x480"x60.0 25.20 640 656
752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24.740] (II) RADEON(1): Modeline "720x400"x70.1 28.32 720 738
846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24.744] (II) RADEON(1): EDID for output HDMI-0
[ 24.744] (II) RADEON(1): Output DVI-0 connected
[ 24.744] (II) RADEON(1): Output HDMI-0 disconnected
[ 24.744] (II) RADEON(1): Using exact sizes for initial modes
[ 24.744] (II) RADEON(1): Output DVI-0 using initial mode 1280x1024
[ 24.744] (II) RADEON(1): Using default gamma of (1.0, 1.0, 1.0)
unless otherwise stated.
[ 24.744] (II) RADEON(1): mem size init: gart size :1fdff000 vram
size: s:8000000 visible:7ac0000
[ 24.744] (II) RADEON(1): EXA: Driver will allow EXA pixmaps in VRAM
[ 24.745] (**) RADEON(1): Display dimensions: (380, 300) mm
[ 24.745] (**) RADEON(1): DPI set to (85, 86)
[ 24.745] (II) Loading sub module "fb"
[ 24.745] (II) LoadModule: "fb"
[ 24.745] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24.757] (II) Module fb: vendor="X.Org Foundation"
[ 24.757] compiled for 1.8.0, module version = 1.0.0
[ 24.757] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.757] (II) Loading sub module "ramdac"
[ 24.757] (II) LoadModule: "ramdac"
[ 24.757] (II) Module "ramdac" already built-in
[ 24.757] (II) Loading sub module "exa"
[ 24.757] (II) LoadModule: "exa"
[ 24.758] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 24.764] (II) Module exa: vendor="X.Org Foundation"
[ 24.764] compiled for 1.8.0, module version = 2.5.0
[ 24.764] ABI class: X.Org Video Driver, version 7.0
[ 24.764] (II) UnloadModule: "radeonhd"
[ 24.764] (II) UnloadModule: "fbdev"
[ 24.764] (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 24.764] (II) UnloadModule: "fbdevhw"
[ 24.764] (II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
[ 24.764] (II) UnloadModule: "vesa"
[ 24.764] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 24.764] (--) Depth 24 pixmap format is 32 bpp
[ 24.765] (II) RADEON(0): [DRI2] Setup complete
[ 24.765] (II) RADEON(0): [DRI2] DRI driver: r300
[ 24.765] (II) RADEON(0): Front buffer size: 5120K
[ 24.765] (II) RADEON(0): VRAM usage limit set to 108518K
[ 24.780] (==) RADEON(0): Backing store disabled
[ 24.780] (II) RADEON(0): Direct rendering enabled
[ 24.780] (II) RADEON(0): Render acceleration enabled for
R300/R400/R500 type cards.
[ 24.780] (II) RADEON(0): Setting EXA maxPitchBytes
[ 24.780] (II) EXA(0): Driver allocated offscreen pixmaps
[ 24.780] (II) EXA(0): Driver registered support for the following
operations:
[ 24.780] (II) Solid
[ 24.780] (II) Copy
[ 24.780] (II) Composite (RENDER acceleration)
[ 24.780] (II) UploadToScreen
[ 24.780] (II) DownloadFromScreen
[ 24.780] (II) RADEON(0): Acceleration enabled
[ 24.780] (==) RADEON(0): DPMS enabled
[ 24.780] (==) RADEON(0): Silken mouse enabled
[ 24.780] (II) RADEON(0): Set up textured video
[ 24.781] (II) RADEON(0): RandR 1.2 enabled, ignore the following
RandR disabled message.
[ 24.781] (--) RandR disabled
[ 24.781] (II) Initializing built-in extension Generic Event Extension
[ 24.781] (II) Initializing built-in extension SHAPE
[ 24.781] (II) Initializing built-in extension MIT-SHM
[ 24.781] (II) Initializing built-in extension XInputExtension
[ 24.781] (II) Initializing built-in extension XTEST
[ 24.781] (II) Initializing built-in extension BIG-REQUESTS
[ 24.781] (II) Initializing built-in extension SYNC
[ 24.781] (II) Initializing built-in extension XKEYBOARD
[ 24.781] (II) Initializing built-in extension XC-MISC
[ 24.781] (II) Initializing built-in extension SECURITY
[ 24.781] (II) Initializing built-in extension XINERAMA
[ 24.781] (II) Initializing built-in extension XFIXES
[ 24.781] (II) Initializing built-in extension RENDER
[ 24.781] (II) Initializing built-in extension RANDR
[ 24.782] (II) Initializing built-in extension COMPOSITE
[ 24.782] (II) Initializing built-in extension DAMAGE
[ 24.880] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 24.880] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 24.880] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 24.880] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer
objects
[ 24.880] (II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so
[ 24.880] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 24.880] (II) RADEON(0): Setting screen physical size to 338 x 270
[ 25.241] (II) XKB: reuse xkmfile
/var/lib/xkb/compiled/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm
[ 25.345] (II) config/udev: Adding input device Power Button
(/dev/input/event3)
[ 25.345] (**) Power Button: Applying InputClass "evdev keyboard
catchall"
[ 25.345] (**) Power Button: Applying InputClass "LocalKeyboard"
[ 25.345] (II) LoadModule: "evdev"
[ 25.346] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 25.361] (II) Module evdev: vendor="X.Org Foundation"
[ 25.361] compiled for 1.8.0, module version = 2.4.0
[ 25.361] Module class: X.Org XInput Driver
[ 25.361] ABI class: X.Org XInput driver, version 9.0
[ 25.361] (**) Power Button: always reports core events
[ 25.361] (**) Power Button: Device: "/dev/input/event3"
[ 25.363] (II) Power Button: Found keys
[ 25.363] (II) Power Button: Configuring as keyboard
[ 25.363] (II) XINPUT: Adding extended input device "Power Button"
(type: KEYBOARD)
[ 25.363] (**) Option "xkb_rules" "evdev"
[ 25.363] (**) Option "xkb_model" "evdev"
[ 25.363] (**) Option "xkb_layout" "de"
[ 25.363] (**) Option "xkb_variant" "nodeadkeys"
[ 25.369] (II) XKB: reuse xkmfile
/var/lib/xkb/compiled/server-90BEB0384DFE894FC6C76430E8611BB0119B95EE.xkm
[ 25.390] (II) config/udev: Adding input device Power Button
(/dev/input/event2)
[ 25.390] (**) Power Button: Applying InputClass "evdev keyboard
catchall"
[ 25.390] (**) Power Button: Applying InputClass "LocalKeyboard"
[ 25.390] (**) Power Button: always reports core events
[ 25.390] (**) Power Button: Device: "/dev/input/event2"
[ 25.393] (II) Power Button: Found keys
[ 25.393] (II) Power Button: Configuring as keyboard
[ 25.393] (II) XINPUT: Adding extended input device "Power Button"
(type: KEYBOARD)
[ 25.393] (**) Option "xkb_rules" "evdev"
[ 25.393] (**) Option "xkb_model" "evdev"
[ 25.393] (**) Option "xkb_layout" "de"
[ 25.393] (**) Option "xkb_variant" "nodeadkeys"
[ 25.402] (II) config/udev: Adding input device HID 2101:020f
(/dev/input/event0)
[ 25.403] (**) HID 2101:020f: Applying InputClass "evdev keyboard
catchall"
[ 25.403] (**) HID 2101:020f: Applying InputClass "LocalKeyboard"
[ 25.403] (**) HID 2101:020f: always reports core events
[ 25.403] (**) HID 2101:020f: Device: "/dev/input/event0"
[ 25.405] (II) HID 2101:020f: Found keys
[ 25.405] (II) HID 2101:020f: Configuring as keyboard
[ 25.405] (II) XINPUT: Adding extended input device "HID 2101:020f"
(type: KEYBOARD)
[ 25.405] (**) Option "xkb_rules" "evdev"
[ 25.405] (**) Option "xkb_model" "evdev"
[ 25.405] (**) Option "xkb_layout" "de"
[ 25.405] (**) Option "xkb_variant" "nodeadkeys"
[ 25.407] (II) config/udev: Adding input device HID 2101:020f
(/dev/input/event1)
[ 25.407] (**) HID 2101:020f: Applying InputClass "evdev pointer
catchall"
[ 25.407] (**) HID 2101:020f: always reports core events
[ 25.407] (**) HID 2101:020f: Device: "/dev/input/event1"
[ 25.410] (II) HID 2101:020f: Found 9 mouse buttons
[ 25.410] (II) HID 2101:020f: Found scroll wheel(s)
[ 25.410] (II) HID 2101:020f: Found relative axes
[ 25.410] (II) HID 2101:020f: Found x and y relative axes
[ 25.410] (II) HID 2101:020f: Configuring as mouse
[ 25.410] (**) HID 2101:020f: YAxisMapping: buttons 4 and 5
[ 25.410] (**) HID 2101:020f: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 25.410] (II) XINPUT: Adding extended input device "HID 2101:020f"
(type: MOUSE)
[ 25.410] (**) HID 2101:020f: (accel) keeping acceleration scheme 1
[ 25.410] (**) HID 2101:020f: (accel) acceleration profile 0
[ 25.410] (**) HID 2101:020f: (accel) acceleration factor: 2.000
[ 25.410] (**) HID 2101:020f: (accel) acceleration threshold: 4
[ 25.410] (II) HID 2101:020f: initialized for relative axes.
[ 25.411] (II) config/udev: Adding input device HID 2101:020f
(/dev/input/mouse0)
[ 25.411] (EE) No input driver/identifier specified (ignoring)
[ 25.418] (II) config/udev: Adding input device PC Speaker
(/dev/input/event4)
[ 25.419] (EE) No input driver/identifier specified (ignoring)
[ 25.454] (II) Power Button: Close
[ 25.454] (II) UnloadModule: "evdev"
[ 25.458] (II) Power Button: Close
[ 25.458] (II) UnloadModule: "evdev"
[ 25.462] (II) HID 2101:020f: Close
[ 25.462] (II) UnloadModule: "evdev"
[ 25.468] (II) HID 2101:020f: Close
[ 25.468] (II) UnloadModule: "evdev"
## warn.log ##
Nov 4 14:27:07 ref002 kernel: [ 13.206349] nf_conntrack version 0.5.0
(16384 buckets, 65536 max)
Nov 4 14:27:08 ref002 kernel: [ 13.504023] Clocksource tsc unstable
(delta = -149068933 ns)
Nov 4 14:27:13 ref002 audispd: No plugins found, exiting
Nov 4 14:27:14 ref002 SuSEfirewall2: Warning: no default firewall zone
defined, assuming 'ext'
Nov 4 14:27:14 ref002 SuSEfirewall2: Warning: config 'cups' not available
Nov 4 14:27:18 ref002 kdm_config[2889]: Multiple occurrences of key
'UseTheme' in section [X-*-Greeter] of /usr/share/kde4/config/kdm/kdmrc
Nov 4 14:57:17 ref002 kdm[2888]: X server startup timeout, terminating
Nov 4 14:57:17 ref002 kdm[2888]: X server for display :0 cannot be
started, session disabled
Nov 4 14:57:19 ref002 SuSEfirewall2: Warning: no default firewall zone
defined, assuming 'ext'
Nov 4 14:57:19 ref002 SuSEfirewall2: Warning: config 'cups' not available
--
To unsubscribe, e-mail: opensuse-xorg+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-xorg+help(a)opensuse.org
1
0