teng zhaozhi 写道: > 可以看看你的driver用的什么,在 /etc/X11/xorg.conf 这个文件中 > > sudo vim /etc/X11/xorg.conf > > Section "Device" > *Driver "intel" * > VendorName "Videocard vendor" > EndSection > > 一般用的都是intel,如果是没有,可以先不管;如果是vesa,请换成intel > > 然后往下找到 > Section "Screen" > Identifier "Screen0" > Device "Videocard0" > Monitor "Monitor0" > DefaultDepth 24 > > *加上: > SubSection "Display" > Depth 24 > Modes "1280x768" > EndSubSection > * > EndSection > > 然后重新启动下X看看 (或者重新启动) > > > > 打印机这个问题,你最好把打印机的型号,lspci/lsusb/dmesg之类的信息看看 > > > On Tue, May 12, 2009 at 3:47 PM, liuxiaoxing <[email protected] > <mailto:[email protected]>> wrote: > > 我曾试用了Debian 5.0.1,但有两个问题不知如何解决, > 1、显卡,我现时使用的是intel845,不知如何将分辨率调到1280x1024 > 2、hp打印机,用hplip配置后,测试页为空白,用hplip-gui,提示"Device > Communication Erroe" > 请指教,谢谢! > > > -- > To UNSUBSCRIBE, email to > [email protected] > <mailto:[email protected]> > with a subject of "unsubscribe". Trouble? Contact > [email protected] <mailto:[email protected]> > > > > > -- > Kind regards > 滕召智 (Ben teng) > Cell: 13381221392 > MSN: [email protected] <mailto:[email protected]> > Skype: freet15 在刚安装的系统中,xorg.conf 文件中好象没有Driver "Intel"一行 安装了xserver-xorg-video-i810后,在xog.conf 中加上了Driver "i180"还是不行。 打印机是hp的deskjet 2468,在Ubuntu8.04.2中使用正常,不知为何到了 Debian5.0.1下反而配置不了
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

