Changeset 1825
- Timestamp:
- 03/24/07 06:06:14 (22 months ago)
- Location:
- trunk
- Files:
-
- 3 added
- 1 removed
- 3 modified
-
Makefile (modified) (1 diff)
-
doc/README (modified) (2 diffs)
-
packages/udev/Makefile (modified) (1 diff)
-
packages/udev/detect-video (deleted)
-
packages/xorg-udev-rules (added)
-
packages/xorg-udev-rules/Makefile (added)
-
packages/xorg-udev-rules/extract_pci_ids.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1820 r1825 251 251 ch-Xorg-base ch-Xorg-util ch-Xorg-proto ch-Xorg-lib ch-libdrm ch-Mesa \ 252 252 ch-xbitmaps ch-Xorg-app ch-xcursor-themes ch-xorg-server \ 253 ch-Xorg-font ch-Xorg-driver ch- XML-Parser ch-xkeyboard-config \253 ch-Xorg-font ch-Xorg-driver ch-xorg-udev-rules ch-XML-Parser ch-xkeyboard-config \ 254 254 ch-synaptics ch-inputattach ch-915resolution ch-fonts-thai \ 255 255 ch-freefont ch-fonts-dejavu ch-fonts-kochi ch-fonts-firefly ch-fonts-baekmuk \ -
trunk/doc/README
r1816 r1825 84 84 doesn't support 24-bit color depth, or if your monitor is not Plug-n-Play 85 85 compatible (in other words, doesn't tell its characteristics to Xorg via DDC). 86 Also, in the following cases, the autodetection process is known to suggest87 a non-working driver even for 2D graphics:88 89 * ATI Radeon X1000 or higher (needs the "vesa" driver)90 91 86 In such cases, you have to edit the /etc/X11/xorg.conf file manually, using 92 87 vim, joe or nano. … … 120 115 Identifier "Generic Monitor" 121 116 Option "DPMS" 117 # Option "NoDDC" # for broken monitors that 118 # report max dot clock = 0 MHz 122 119 HorizSync 30-92 # because gtf said "hsync: 91.38 kHz" 123 120 VertRefresh 56-86 # because a 85 Hz mode has been requested -
trunk/packages/udev/Makefile
r1820 r1825 42 42 rm /etc/udev/rules.d/81-cdrom.rules 43 43 echo 'ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="cd", IMPORT{program}="cdrom_id --export $tempnode", GROUP="cdrom"' >/etc/udev/rules.d/61-cdrom.rules 44 echo 'ACTION=="add", BUS=="pci", ATTR{class}=="0x030000", RUN+="detect-video"' >/etc/udev/rules.d/30-video.rules 45 install -m755 ../detect-video ../dhcp-helper /lib/udev 44 install -m755 ../dhcp-helper /lib/udev 46 45 install -m644 ../76-network.rules /etc/udev/rules.d/ 47 46 install -m644 -D docs/writing_udev_rules/index.html \
