这种方法,是解决下面哪个问题?nvidia-304
試試
開機選單 加 核心參數
nomodeset grub_gfxmode=1280x1024x24
1.安装nvidia304后,不能升级的问题?
2.安装nvidia204后不升级,运行emacs24后系统黑屏的问题?
这种方法,是解决下面哪个问题?nvidia-304
試試
開機選單 加 核心參數
nomodeset grub_gfxmode=1280x1024x24
1. https://wiki.archlinux.org/index.php/Ke ... _KMS_start不过印象中 'nvidia' 驱动不支持 kms,nomodeset 貌似没有任何效果?
代码: 全选
http://community.linuxmint.com/tutorial/view/842
6. If you don't know the brand you may use just one word: nomodeset
5. 要合適安裝 nvidia-304 生效以前这种方法,是解决下面哪个问题?
1.安装nvidia304后,不能升级的问题?
2.安装nvidia204后不升级,运行emacs24后系统黑屏的问题?
如果我没理解错,解决的是 安装 nvidia-304 之前,无法进入桌面以安装 nvidia-304 的问题polau 写了:nvidia-304
試試
開機選單 加 核心參數
nomodeset grub_gfxmode=1280x1024x24
这种方法,是解决下面哪个问题?
1.安装nvidia304后,不能升级的问题?
2.安装nvidia204后不升级,运行emacs24后系统黑屏的问题?
这个问题的可能解决方案 见120楼polau 写了:安装nvidia204后不升级,运行emacs24后系统黑屏的问题?
Vice-Jesus 写了:Well, what do you know. Compiling it against gtk+2 works ok. Awesome, thank you.
Nope, it seems only gtk+2 works. I tried with both git version and 24.4.
BINGO!!!
The problem was as simple as the Adwaita theme in gtk+3. I tried multiple other themes and the bug only appeared when using the new default, Adwaita.
nvidia-304
試試
開機選單 加 核心參數
nomodeset grub_gfxmode=1280x1024x24
怎么编辑emacs24?需要自行编译 emacs
Vice-Jesus 写道:
Well, what do you know. Compiling it against gtk+2 works ok. Awesome, thank you.
Nope, it seems only gtk+2 works. I tried with both git version and 24.4.
BINGO!!!
The problem was as simple as the Adwaita theme in gtk+3. I tried multiple other themes and the bug only appeared when using the new default, Adwaita.
现在加上 nomodeset 试试也无伤大雅polau 写了:ctrl+alt+f1 进入tty1
sudo apt-get install nvidia-304
sudo reboot
就已经能进入桌面。我以为下面这种方法是解决升级后不能进入桌面的问题呢。
下面步骤为猜测,可能有错误polau 写了:怎么编辑emacs24?
代码: 全选
sudo apt-get install build-essential libgtk2.0-dev
sudo apt-get build-dep emacs24
sudo apt-get purge emacs emacs24
代码: 全选
./configure --with-x-toolkit=gtk2
make
sudo make install
sudo apt-get install build-essential libgtk2.0-dev
这两个命令有什么区别?sudo apt-get install build-essential
polau 写了: 这两个命令有什么区别?
代码: 全选
sudo apt-get install build-essential libgtk2.0-dev
代码: 全选
sudo apt-get install build-essential
方法一polau 写了:想互换caps lock键和ctrl键,在系统设置---键盘 里没有找到相关的设置。
ubuntu14.4怎么互换caps lock键和ctrl键?
代码: 全选
setxkbmap -option ctrl:swapcaps
怎么确认?确认安装了 x11-xkb-utils
怎么做?将上面命令加入桌面环境的自启。
polau 写了:怎么确认?
代码: 全选
sudo apt-get install x11-xkb-utils
'Command' 一栏填 setxkbmap -option ctrl:swapcaps怎么做?